summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorLines
2025-07-09perf/core: Fix WARN in perf_sigtrap()Tetsuo Handa-7/+7
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra-1/+1
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun-2/+2
2025-06-26perf/aux: Fix pending disable flow when the AUX ring buffer overrunsLeo Yan-3/+3
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang-4/+11
2025-06-05perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun-2/+20
2025-06-05perf: Fix dangling cgroup pointer in cpuctxYeoreum Yun-15/+6
2025-06-05perf: Fix cgroup state vs ERRORPeter Zijlstra-21/+30
2025-06-05perf: Fix sample vs do_exit()Peter Zijlstra-0/+7
2025-05-21perf: Only dump the throttle log for the leaderKan Liang-2/+4
2025-05-21perf: Fix the throttle logic for a groupKan Liang-20/+46
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang-5/+10
2025-05-08perf: Fix confusing aux iterationFrederic Weisbecker-1/+1
2025-05-08perf: Fix irq work dereferencing garbageFrederic Weisbecker-16/+15
2025-05-08perf: Fix failing inherit_event() doing extra refcount decrement on parentFrederic Weisbecker-2/+18
2025-04-25perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang-8/+8
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra-2/+2
2025-04-23perf/core: Change to POLLERR for pinned events with errorNamhyung Kim-2/+2
2025-04-17perf/core: Fix event timekeeping mergePeter Zijlstra-2/+2
2025-04-17perf/core: Fix event->parent life-time issuePeter Zijlstra-1/+2
2025-04-17perf/core: Fix put_ctx() orderingFrederic Weisbecker-3/+4
2025-04-17perf/core: Fix perf-stat / read()Peter Zijlstra-1/+1
2025-04-08perf: Make perf_pmu_unregister() useablePeter Zijlstra-50/+270
2025-04-08perf: Rename perf_event_exit_task(.child)Peter Zijlstra-30/+32
2025-04-08perf: Unify perf_event_free_task() / perf_event_exit_task_context()Peter Zijlstra-68/+25
2025-04-08perf: Simplify perf_event_release_kernel()Peter Zijlstra-8/+7
2025-04-08perf: Simplify perf_event_free_task() waitPeter Zijlstra-22/+3
2025-04-08perf: Simplify child event tear-downPeter Zijlstra-2/+6
2025-04-08perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra-4/+30
2025-04-08perf: Fix hang while freeing sigtrap eventFrederic Weisbecker-46/+18
2025-04-06perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi-3/+3
2025-03-31perf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun-9/+9
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+7
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+3
2025-03-17perf: Clean up pmu specific dataKan Liang-73/+3
2025-03-17perf: Supply task information to sched_task()Kan Liang-9/+11
2025-03-17perf: attach/detach PMU specific dataKan Liang-0/+289
2025-03-17perf: Save PMU specific data in task_structKan Liang-0/+1
2025-03-17perf/core: Use POLLHUP for pinned events in errorNamhyung Kim-0/+9
2025-03-16perf/core: Use sysfs_emit() instead of scnprintf()XieLudan-3/+3
2025-03-10perf/core: Remove optional 'size' arguments from strscpy() callsThorsten Blum-3/+3
2025-03-05perf/core: Clean up perf_try_init_event()Peter Zijlstra-27/+38
2025-03-04perf/core: Fix perf_mmap() failure pathPeter Zijlstra-1/+1
2025-03-04perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimesPeter Zijlstra-9/+47
2025-03-04perf/core: Lift event->mmap_mutex in perf_mmap()Peter Zijlstra-12/+8
2025-03-04perf/core: Remove retry loop from perf_mmap()Peter Zijlstra-10/+15
2025-03-04perf/core: Further simplify perf_mmap()Peter Zijlstra-11/+10
2025-03-04perf/core: Simplify the perf_mmap() control flowPeter Zijlstra-39/+36
2025-03-04perf/bpf: Robustify perf_event_free_bpf_prog()Peter Zijlstra-0/+3
2025-03-04perf/core: Introduce perf_free_addr_filters()Peter Zijlstra-3/+13