aboutsummaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
46 hoursMerge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
47 hourstreewide: Update email addressThomas Gleixner1-1/+1
8 daysperf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra1-0/+6
2025-12-09perf/core: Fix missing read event generation on task exitThaumy Cheng1-10/+12
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+76
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi1-1/+1
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi1-5/+15
2025-10-29perf: Support deferred user unwindPeter Zijlstra1-2/+76
2025-10-14perf/core: Fix MMAP2 event device with backing filesAdrian Hunter1-2/+2
2025-10-14perf/core: Fix MMAP event path names with backing filesAdrian Hunter1-1/+1
2025-10-14perf/core: Fix address filter match with backing filesAdrian Hunter1-1/+1
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+4
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-178/+191
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa1-0/+4
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+1
2025-09-14perf: make pmu_bus constRicardo B. Marliere1-1/+1
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang1-0/+1
2025-08-26perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-08-26perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt1-2/+2
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf1-1/+1
2025-08-15perf: Convert mmap() refcounts to refcount_tThomas Gleixner1-20/+20
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra1-1/+1
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra1-21/+14
2025-08-15perf: Split out the RB allocationPeter Zijlstra1-72/+73
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra1-5/+1
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra1-67/+77
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra1-19/+18
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra1-5/+1
2025-08-15perf: Remove redundant aux_unlock labelPeter Zijlstra1-9/+8
2025-08-15perf: Move common code into both rb and aux branchesPeter Zijlstra1-10/+15
2025-08-15perf: Merge consecutive conditionals in perf_mmap()Peter Zijlstra1-22/+19
2025-08-15perf: Move perf_mmap_calc_limits() into both rb and aux branchesPeter Zijlstra1-8/+18
2025-08-15perf: Split out VM accountingThomas Gleixner1-4/+9
2025-08-15perf: Split out mlock limit handlingThomas Gleixner1-37/+38
2025-08-15perf: Remove redundant condition for AUX buffer sizeThomas Gleixner1-1/+1
2025-08-15perf: Avoid undefined behavior from stopping/starting inactive eventsYunseong Kim1-0/+6
2025-08-05perf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
2025-08-05perf/core: Handle buffer mapping fail correctly in perf_mmap()Thomas Gleixner1-2/+10
2025-08-05perf/core: Exit early on perf_mmap() failThomas Gleixner1-2/+4
2025-08-05perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
2025-08-05perf/core: Preserve AUX buffer allocation failure resultThomas Gleixner1-2/+1
2025-07-09perf/core: Fix WARN in perf_sigtrap()Tetsuo Handa1-7/+7
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra1-1/+1
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun1-2/+2
2025-06-26perf/aux: Fix pending disable flow when the AUX ring buffer overrunsLeo Yan1-3/+3
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang1-4/+11
2025-06-05perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun1-2/+20
2025-06-05perf: Fix dangling cgroup pointer in cpuctxYeoreum Yun1-15/+6
2025-06-05perf: Fix cgroup state vs ERRORPeter Zijlstra1-21/+30