summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAge
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-06
* perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tElena Reshetova2019-02-04
* perf/ring_buffer: Convert ring_buffer.refcount to refcount_tElena Reshetova2019-02-04
* perf: Convert perf_event_context.refcount to refcount_tElena Reshetova2019-02-04
* perf/uprobes: Convert to SPDX license identifierThomas Gleixner2019-02-04
* perf/hw_breakpoints: Convert to SPDX license identifierThomas Gleixner2019-02-04
* perf/core: Convert to SPDX license identifiersThomas Gleixner2019-02-04
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-04
|\
| * perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-02-04
| * perf core: Fix perf_proc_update_handler() bugStephane Eranian2019-01-18
* | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-21
* | perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu2019-01-21
* | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-21
* | perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-21
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-28
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-26
|\
| * Merge tag 'v4.20-rc7' into perf/core, to pick up fixesIngo Molnar2018-12-17
| |\
| * | perf: Fix typos in commentsIngo Molnar2018-12-03
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-26
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-04
| |\ \ | | |/ | |/|
| | * events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-27
* | | Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-06
|\ \ \ | |/ / |/| |
| * | Uprobes: Fix kernel oops with delayed_uprobe_remove()Ravi Bangoria2018-12-05
| |/
* / uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri2018-11-23
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-03
|\
| * perf/core: Clean up inconsisent indentationColin Ian King2018-10-30
* | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-30
|\ \ | |/ |/|
| * trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-10
| * uprobes/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-24
| * uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria2018-09-24
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-24
|\ \
| * | signal: Properly deliver SIGILL from uprobesEric W. Biederman2018-09-11
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-10-02
|\ \ \
| * | | perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-10-02
| * | | perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra2018-10-02
| * | | perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-09-28
| | |/ | |/|
* / | perf: Suppress AUX/OVERWRITE recordsAlexander Shishkin2018-09-18
|/ /
* | perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-10
* | Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2018-09-09
|\ \ | |/ |/|
| * perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa2018-08-30
| * perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa2018-08-30
| * perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa2018-08-30
| * perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa2018-08-30
* | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-23
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-21
|\ \
| * | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-21
* | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-20
|\ \ \
| * | | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-13
| * | | Uprobes: Simplify uprobe_register() bodyRavi Bangoria2018-08-13