summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi
2025-10-14perf/core: Fix MMAP2 event device with backing filesAdrian Hunter
2025-10-14perf/core: Fix MMAP event path names with backing filesAdrian Hunter
2025-10-14perf/core: Fix address filter match with backing filesAdrian Hunter
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman
2025-09-14perf: make pmu_bus constRicardo B. Marliere
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang
2025-08-26perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf
2025-08-26perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf
2025-08-15perf: Convert mmap() refcounts to refcount_tThomas Gleixner
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra
2025-08-15perf: Split out the RB allocationPeter Zijlstra
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra
2025-08-15perf: Remove redundant aux_unlock labelPeter Zijlstra
2025-08-15perf: Move common code into both rb and aux branchesPeter Zijlstra
2025-08-15perf: Merge consecutive conditionals in perf_mmap()Peter Zijlstra
2025-08-15perf: Move perf_mmap_calc_limits() into both rb and aux branchesPeter Zijlstra
2025-08-15perf: Split out VM accountingThomas Gleixner
2025-08-15perf: Split out mlock limit handlingThomas Gleixner
2025-08-15perf: Remove redundant condition for AUX buffer sizeThomas Gleixner
2025-08-15perf: Avoid undefined behavior from stopping/starting inactive eventsYunseong Kim
2025-08-05perf/core: Prevent VMA split of buffer mappingsThomas Gleixner
2025-08-05perf/core: Handle buffer mapping fail correctly in perf_mmap()Thomas Gleixner
2025-08-05perf/core: Exit early on perf_mmap() failThomas Gleixner
2025-08-05perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner
2025-08-05perf/core: Preserve AUX buffer allocation failure resultThomas Gleixner
2025-07-09perf/core: Fix WARN in perf_sigtrap()Tetsuo Handa
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun
2025-06-26perf/aux: Fix pending disable flow when the AUX ring buffer overrunsLeo Yan
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang
2025-06-05perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun
2025-06-05perf: Fix dangling cgroup pointer in cpuctxYeoreum Yun
2025-06-05perf: Fix cgroup state vs ERRORPeter Zijlstra
2025-06-05perf: Fix sample vs do_exit()Peter Zijlstra
2025-05-21perf: Only dump the throttle log for the leaderKan Liang
2025-05-21perf: Fix the throttle logic for a groupKan Liang
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang
2025-05-08perf: Fix confusing aux iterationFrederic Weisbecker
2025-05-08perf: Fix irq work dereferencing garbageFrederic Weisbecker
2025-05-08perf: Fix failing inherit_event() doing extra refcount decrement on parentFrederic Weisbecker