summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)Author
2019-03-13perf core: Fix perf_proc_update_handler() bugStephane Eranian
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa
2019-02-20perf/core: Fix impossible ring-buffer sizes warningIngo Molnar
2019-02-12perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2018-10-02perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-10-02perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar
2018-08-30perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa
2018-08-30perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa
2018-08-30perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa
2018-08-30perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria
2018-08-13Uprobes: Simplify uprobe_register() bodyRavi Bangoria
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-25perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke
2018-06-27perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre
2018-06-26perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Frederic Weisbecker
2018-06-26perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Frederic Weisbecker
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker
2018-06-26perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-22perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre
2018-06-21perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-25perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATT...Eugene Syromiatnikov
2018-05-25perf/core: Fix bad use of igrab()Song Liu
2018-05-25perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song
2018-05-05perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-26tracing: Remove igrab() iput() call from uprobes.cSong Liu
2018-04-17perf: Remove superfluous allocation error checkJiri Olsa
2018-04-17perf: Fix sample_max_stack maximum checkJiri Olsa
2018-04-17perf: Return proper values for user stack errorsJiri Olsa