summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2026-03-12perf: Make sure to use pmu_ctx->pmu for groupsPeter Zijlstra
2026-02-25perf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra
2026-02-23perf/core: Fix refcount bug and potential UAF in perf_mmapHaocheng Yu
2026-02-23perf/core: Fix invalid wait context in ctx_sched_in()Namhyung Kim
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-01-30perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt
2026-01-21perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg
2026-01-15perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim
2026-01-13perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU callsJan H. Schönherr
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-05perf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra
2025-12-19perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIsPeter Zijlstra
2025-12-17perf: Clean up mediated vPMU accountingPeter Zijlstra
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson
2025-12-17perf: Add APIs to load/put guest mediated PMU contextKan Liang
2025-12-17perf: Add a EVENT_GUEST flagKan Liang
2025-12-17perf: Clean up perf ctx timeKan Liang
2025-12-17perf: Add APIs to create/release mediated guest vPMUsKan Liang
2025-12-17perf: Move security_perf_event_free() call to __free_event()Sean Christopherson
2025-12-17perf: Add generic exclude_guest supportKan Liang
2025-12-17perf: Skip pmu_ctx based on event_typeKan Liang
2025-12-09perf/core: Fix missing read event generation on task exitThaumy Cheng
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi
2025-10-29perf: Support deferred user unwindPeter Zijlstra
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