aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)Author
2022-01-25Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/intelBruce Ashfield
2022-01-25Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/intelBruce Ashfield
2021-11-26perf/core: Avoid put_page() when GUP failsGreg Thelen
2021-09-22events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers
2021-08-25Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2021-06-16perf: Fix data race between pin_count increment/decrementMarco Elver
2021-01-21Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-11-18perf/core: Fix race in the perf_mmap_close() functionJiri Olsa
2020-11-18perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)
2020-11-18perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier
2020-11-18perf/core: Fix bad use of igrab()Song Liu
2020-11-18perf: Fix get_recursion_context()Peter Zijlstra
2020-10-20Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-10-14perf: Fix task_function_call() error handlingKajol Jain
2020-08-26Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-08-26Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-08-26Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-07-29uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov
2020-06-20perf: Add cond_resched() to task_function_call()Barret Rhoden
2020-06-11uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov
2020-05-28Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-05-02perf/core: fix parent pid/tid in task exit eventsIan Rogers
2020-05-02perf/core: Disable page faults when getting phys addressJiri Olsa
2020-04-14Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-04-14Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-04-14Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-02-14perf/core: Fix mlock accounting in perf_mmap()Song Liu
2020-01-27perf/ioctl: Add check for the sample_period valueRavi Bangoria
2019-11-20signal: Properly deliver SIGILL from uprobesEric W. Biederman
2019-09-15Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-09-15Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-09-15Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-08-16perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez
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-21Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-05-21Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-05-21Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-05-21Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-04-20perf/core: Restore mmap record type correctlyStephane Eranian
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
2019-01-10Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2018-11-06Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-11-04perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa