aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2024-02-23perf: Fix the nr_addr_filters fixPeter Zijlstra
2024-02-23perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra
2023-12-13perf/core: Add a new read format to get a number of lost samplesNamhyung Kim
2023-11-08perf/core: Fix potential NULL derefPeter Zijlstra
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-08-11perf: Fix function pointer casePeter Zijlstra
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-05-17perf/core: Fix hardlockup failure caused by perf throttleYang Jihong
2023-04-20perf/core: Fix the same task check in perf_event_set_outputKan Liang
2023-01-18perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra
2022-05-25perf: Fix sys_perf_event_open() race against selfPeter Zijlstra
2022-04-15perf/core: Fix address filter parser for multiple filtersAdrian Hunter
2022-02-16perf: Fix list corruption in perf_cgroup_switch()Song Liu
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson
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-06-16perf: Fix data race between pin_count increment/decrementMarco Elver
2021-05-07perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2021-01-09perf: Break deadlock involving exec_update_mutexpeterz@infradead.org
2020-11-18perf/core: Fix race in the perf_mmap_close() functionJiri Olsa
2020-11-10perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)
2020-10-14perf: Fix task_function_call() error handlingKajol Jain
2020-10-01perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-08-11perf/core: Fix endless multiplex timerPeter Zijlstra
2020-06-17perf: Add cond_resched() to task_function_call()Barret Rhoden
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-23perf: Correctly handle failed perf_get_aux_event()Mark Rutland
2019-12-31perf/core: Fix the mlock accounting, againAlexander Shishkin
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra
2019-10-28perf/core: Start rejecting the syscall with attr.__reserved_2 setAlexander Shishkin
2019-10-22perf/aux: Fix AUX output stoppingAlexander Shishkin
2019-10-21perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter
2019-10-09perf/core: Fix corner case in perf_rotate_context()Song Liu
2019-10-09perf/core: Rework memory accounting in perf_mmap()Song Liu
2019-10-07perf/core: Fix inheritance of aux_output groupsAlexander Shishkin
2019-10-01perf_event_open: switch to copy_struct_from_user()Aleksa Sarai
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-20perf/core: Fix several typos in commentsRoy Ben Shlomo
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds