aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAge
...
* | | 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
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-14
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: perf: Add cap_user_time aarch64Michael O'Farrell2018-07-31
| |/ /
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-25
|\ \ \
| * | | perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2018-07-25
| * | | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-25
| |/ /
| * | perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre2018-06-27
* | | perf, tools: Use correct articles in commentsTobias Tefke2018-07-15
* | | perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Frederic Weisbecker2018-06-26
* | | perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Frederic Weisbecker2018-06-26
* | | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-26
* | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-26
* | | perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker2018-06-26
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-26
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-24
| |\ \ | | |/ | |/|
| | * perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre2018-06-22
* | | perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder2018-06-21
|/ /
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-12
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\