aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Gravatar Jérôme Glisse 1-5/+5
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+2
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2018-12-17Merge tag 'v4.20-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 1-0/+2
2018-12-06Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2018-12-05Uprobes: Fix kernel oops with delayed_uprobe_remove()Gravatar Ravi Bangoria 1-0/+2
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2018-12-03perf: Fix typos in commentsGravatar Ingo Molnar 2-2/+2
2018-11-27events: Replace synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-11-23uprobes: Fix handle_swbp() vs. unregister() + register() race once moreGravatar Andrea Parri 1-2/+10
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-17/+310
2018-10-30perf/core: Clean up inconsisent indentationGravatar Colin Ian King 1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2018-10-10trace_uprobe: support reference counter in fd-based uprobeGravatar Song Liu 1-10/+39
2018-10-02Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-7/+10
2018-10-02perf/ring_buffer: Prevent concurent ring buffer accessGravatar Jiri Olsa 1-0/+2
2018-10-02perf/core: Fix perf_pmu_unregister() lockingGravatar Peter Zijlstra 1-7/+2
2018-09-28perf/core: Add sanity check to deal with pinned event failureGravatar Reinette Chatre 1-0/+6
2018-09-24uprobes/sdt: Prevent multiple reference counter for same uprobeGravatar Ravi Bangoria 1-0/+19
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Gravatar Ravi Bangoria 1-7/+252
2018-09-18perf: Suppress AUX/OVERWRITE recordsGravatar Alexander Shishkin 1-2/+12
2018-09-11signal: Properly deliver SIGILL from uprobesGravatar Eric W. Biederman 1-2/+2
2018-09-10perf/core: Force USER_DS when recording user stack dataGravatar Yabin Cui 1-0/+4
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Gravatar Ingo Molnar 2-15/+9
2018-08-30perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointGravatar Jiri Olsa 1-8/+3
2018-08-30perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointGravatar Jiri Olsa 1-4/+2
2018-08-30perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Gravatar Jiri Olsa 1-3/+2
2018-08-30perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setGravatar Jiri Olsa 1-4/+6
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Gravatar Arnd Bergmann 1-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-37/+41
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Gravatar Ravi Bangoria 1-4/+5
2018-08-13Uprobes: Simplify uprobe_register() bodyGravatar Ravi Bangoria 1-33/+36
2018-07-31arm64: perf: Add cap_user_time aarch64Gravatar Michael O'Farrell 1-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-3/+9
2018-07-25perf/core: Fix crash when using HW tracing kernel filtersGravatar Mathieu Poirier 1-0/+4
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Gravatar Peter Zijlstra 1-2/+4
2018-07-21pid: Implement PIDTYPE_TGIDGravatar Eric W. Biederman 1-1/+1
2018-07-16perf, tools: Use correct articles in commentsGravatar Tobias Tefke 2-11/+11
2018-06-27perf/core: Move inline keyword at the beginning of declarationGravatar Mathieu Malaterre 1-1/+1
2018-06-26perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Gravatar Frederic Weisbecker 1-19/+25
2018-06-26perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Gravatar Frederic Weisbecker 1-5/+5
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Gravatar Frederic Weisbecker 1-17/+0
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Gravatar Frederic Weisbecker 1-1/+1
2018-06-26perf/hw_breakpoint: Split attribute parse and commitGravatar Frederic Weisbecker 1-16/+41
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 1-3/+3
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3