summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)Author
2020-10-14perf: Fix task_function_call() error handlingKajol Jain
2020-07-29uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov
2020-06-22perf: Add cond_resched() to task_function_call()Barret Rhoden
2020-06-10uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov
2020-05-02perf/core: fix parent pid/tid in task exit eventsIan Rogers
2020-04-29perf/core: Disable page faults when getting phys addressJiri Olsa
2020-02-11perf/core: Fix mlock accounting in perf_mmap()Song Liu
2020-01-27perf/ioctl: Add check for the sample_period valueRavi Bangoria
2020-01-27perf/core: Fix the address filtering fixAlexander Shishkin
2020-01-27perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin
2020-01-27perf: Copy parent's address filter offsets on cloneAlexander Shishkin
2019-12-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin
2019-11-20signal: Properly deliver SIGILL from uprobesEric W. Biederman
2019-10-29perf/aux: Fix AUX output stoppingAlexander Shishkin
2019-10-17perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai
2019-08-16perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez
2019-07-28perf/core: Fix race between close() and fork()Peter Zijlstra
2019-07-28perf/core: Fix exclusive events' groupingAlexander Shishkin
2019-07-21perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra
2019-06-22perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra
2019-06-22perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra
2019-06-22perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui
2019-05-10perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra
2019-04-20perf/core: Restore mmap record type correctlyStephane Eranian
2019-04-05perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
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