summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28perf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
2025-08-28perf/core: Exit early on perf_mmap() failThomas Gleixner1-0/+3
2025-08-28perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
2025-06-27perf: Fix sample vs do_exit()Peter Zijlstra1-0/+7
2025-06-27perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang1-8/+8
2025-03-13perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2024-11-08perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-08-19perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter1-0/+2
2024-07-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-04-13perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong1-0/+9
2024-02-23perf: Fix the nr_addr_filters fixPeter Zijlstra1-3/+1
2024-02-23perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH1-12/+28
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra1-23/+38
2023-12-13perf/core: Add a new read format to get a number of lost samplesNamhyung Kim1-3/+18
2023-11-08perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-08-11perf: Fix function pointer casePeter Zijlstra1-2/+6
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-05-17perf/core: Fix hardlockup failure caused by perf throttleYang Jihong1-2/+2
2023-04-20perf/core: Fix the same task check in perf_event_set_outputKan Liang1-1/+1
2023-01-18perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin1-3/+5
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra1-14/+31
2022-05-25perf: Fix sys_perf_event_open() race against selfPeter Zijlstra1-0/+14
2022-04-15perf/core: Fix address filter parser for multiple filtersAdrian Hunter1-0/+3
2022-02-16perf: Fix list corruption in perf_cgroup_switch()Song Liu1-2/+2
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson1-3/+10
2021-11-26perf/core: Avoid put_page() when GUP failsGreg Thelen1-5/+5
2021-09-22events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers1-1/+1
2021-06-16perf: Fix data race between pin_count increment/decrementMarco Elver1-0/+2
2021-05-07perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek1-6/+6
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-6/+6
2021-01-09perf: Break deadlock involving exec_update_mutexpeterz@infradead.org1-23/+23
2020-11-18perf/core: Fix race in the perf_mmap_close() functionJiri Olsa1-3/+4
2020-11-10perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-7/+5
2020-10-14perf: Fix task_function_call() error handlingKajol Jain1-2/+3
2020-10-01perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-6/+6
2020-08-11perf/core: Fix endless multiplex timerPeter Zijlstra1-6/+14
2020-06-17perf: Add cond_resched() to task_function_call()Barret Rhoden1-9/+14
2020-05-02perf/core: fix parent pid/tid in task exit eventsIan Rogers1-3/+10
2020-04-29perf/core: Disable page faults when getting phys addressJiri Olsa1-3/+6
2020-02-11perf/core: Fix mlock accounting in perf_mmap()Song Liu1-1/+9
2020-01-23perf: Correctly handle failed perf_get_aux_event()Mark Rutland1-1/+3
2019-12-31perf/core: Fix the mlock accounting, againAlexander Shishkin1-4/+2
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)1-1/+1
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin1-1/+1
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin1-0/+7
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin1-4/+3
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin1-1/+1
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra1-0/+9