aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2018-10-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-7/+10
2018-10-02perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-10-02perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-7/+2
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-09-18perf: Suppress AUX/OVERWRITE recordsAlexander Shishkin1-2/+12
2018-09-11signal: Properly deliver SIGILL from uprobesEric W. Biederman1-2/+2
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui1-0/+4
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar2-15/+9
2018-08-30perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa1-8/+3
2018-08-30perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa1-4/+2
2018-08-30perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa1-3/+2
2018-08-30perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa1-4/+6
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann1-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-37/+41
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria1-4/+5
2018-08-13Uprobes: Simplify uprobe_register() bodyRavi Bangoria1-33/+36
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell1-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-3/+9
2018-07-25perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier1-0/+4
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra1-2/+4
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-1/+1
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke2-11/+11
2018-06-27perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre1-1/+1
2018-06-26perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Frederic Weisbecker1-19/+25
2018-06-26perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Frederic Weisbecker1-5/+5
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-17/+0
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-1/+1
2018-06-26perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker1-16/+41
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-3/+3
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-06-22perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre1-3/+3
2018-06-21perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder1-2/+2
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+8
2018-05-25perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATTRIBUTESEugene Syromiatnikov1-0/+2
2018-05-25perf/core: Fix bad use of igrab()Song Liu1-12/+9
2018-05-25perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu1-10/+11
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+8
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song1-0/+8
2018-05-05perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra1-2/+5
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+3
2018-04-26tracing: Remove igrab() iput() call from uprobes.cSong Liu1-4/+3
2018-04-17perf: Remove superfluous allocation error checkJiri Olsa1-8/+2
2018-04-17perf: Fix sample_max_stack maximum checkJiri Olsa1-9/+12
2018-04-17perf: Return proper values for user stack errorsJiri Olsa1-2/+2
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov1-0/+4