summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2025-03-13perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2024-10-17uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-1/+1
2024-10-17perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra3-6/+15
2024-09-12uprobes: Use kzalloc to allocate xol areaSven Schnelle1-2/+1
2024-08-19perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter1-0/+2
2024-08-19perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter1-1/+1
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 Kim2-4/+22
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue1-0/+6
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-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-04-05perf: fix perf_event_context->timeSong Liu1-1/+1
2023-04-05perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong1-1/+1
2023-01-14perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim1-3/+3
2023-01-14perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin1-3/+5
2023-01-04signal: Add task_sigpending() helperJens Axboe1-1/+1
2022-12-08bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao1-1/+1
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-27perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie3-6/+6
2022-04-08perf/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-02-16perf: Always wake the parent eventJames Clark1-2/+10
2022-02-01perf: Fix perf_event_read_local() timePeter Zijlstra1-100/+146
2022-02-01kernel: delete repeated words in commentsRandy Dunlap2-5/+5
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson1-3/+10
2021-11-26Revert "perf: Rework perf_event_exit_event()"Sasha Levin1-79/+63
2021-11-21perf/core: Avoid put_page() when GUP failsGreg Thelen1-5/+5
2021-10-17perf/core: fix userpage->time_enabled of inactive eventsSong Liu1-4/+30
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-11perf: Rework perf_event_exit_event()Peter Zijlstra1-63/+79
2021-05-07perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek1-6/+6
2021-03-17perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang1-4/+38
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-09perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra1-1/+1
2020-11-09perf: Fix event multiplexing for exclusive groupsPeter Zijlstra1-1/+1
2020-11-09perf: Simplify group_sched_in()Peter Zijlstra1-7/+3
2020-11-09perf: Simplify group_sched_out()Peter Zijlstra1-3/+0
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-5/+3