index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
core.c
Age
Commit message (
Expand
)
Author
2026-03-12
perf: Make sure to use pmu_ctx->pmu for groups
Peter Zijlstra
2026-02-25
perf: Fix __perf_event_overflow() vs perf_remove_from_context() race
Peter Zijlstra
2026-02-23
perf/core: Fix refcount bug and potential UAF in perf_mmap
Haocheng Yu
2026-02-23
perf/core: Fix invalid wait context in ctx_sched_in()
Namhyung Kim
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-10
Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2026-01-30
perf: sched: Fix perf crash with new is_user_task() helper
Steven Rostedt
2026-01-21
perf: Fix refcount warning on event->mmap_count increment
Will Rosenberg
2026-01-15
perf/core: Fix slow perf_event_task_exit() with LBR callstacks
Namhyung Kim
2026-01-13
perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU calls
Jan H. Schönherr
2026-01-11
Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-11
treewide: Update email address
Thomas Gleixner
2026-01-05
perf: Ensure swevent hrtimer is properly destroyed
Peter Zijlstra
2025-12-19
perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIs
Peter Zijlstra
2025-12-17
perf: Clean up mediated vPMU accounting
Peter Zijlstra
2025-12-17
perf/x86/core: Register a new vector for handling mediated guest PMIs
Sean Christopherson
2025-12-17
perf: Add APIs to load/put guest mediated PMU context
Kan Liang
2025-12-17
perf: Add a EVENT_GUEST flag
Kan Liang
2025-12-17
perf: Clean up perf ctx time
Kan Liang
2025-12-17
perf: Add APIs to create/release mediated guest vPMUs
Kan Liang
2025-12-17
perf: Move security_perf_event_free() call to __free_event()
Sean Christopherson
2025-12-17
perf: Add generic exclude_guest support
Kan Liang
2025-12-17
perf: Skip pmu_ctx based on event_type
Kan Liang
2025-12-09
perf/core: Fix missing read event generation on task exit
Thaumy Cheng
2025-12-01
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-11-20
perf: Fix 0 count issue of cpu-clock
Dapeng Mi
2025-11-03
perf/core: Fix system hang caused by cpu-clock usage
Dapeng Mi
2025-10-29
perf: Support deferred user unwind
Peter Zijlstra
2025-10-14
perf/core: Fix MMAP2 event device with backing files
Adrian Hunter
2025-10-14
perf/core: Fix MMAP event path names with backing files
Adrian Hunter
2025-10-14
perf/core: Fix address filter match with backing files
Adrian Hunter
2025-10-01
Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
2025-09-15
Merge 6.17-rc6 into driver-core-next
Greg Kroah-Hartman
2025-09-14
perf: make pmu_bus const
Ricardo B. Marliere
2025-09-03
perf: Fix the POLL_HUP delivery breakage
Kan Liang
2025-08-26
perf: Skip user unwind if the task is a kernel thread
Josh Poimboeuf
2025-08-26
perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...
Steven Rostedt
2025-08-26
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
2025-08-15
perf: Convert mmap() refcounts to refcount_t
Thomas Gleixner
2025-08-15
perf: Identify the 0->1 transition for event::mmap_count
Peter Zijlstra
2025-08-15
perf: Use scoped_guard() for mmap_mutex in perf_mmap()
Peter Zijlstra
2025-08-15
perf: Split out the RB allocation
Peter Zijlstra
2025-08-15
perf: Make RB allocation branch self sufficient
Peter Zijlstra
2025-08-15
perf: Split out the AUX buffer allocation
Peter Zijlstra
2025-08-15
perf: Reflow to get rid of aux_success label
Peter Zijlstra
2025-08-15
perf: Use guard() for aux_mutex in perf_mmap()
Peter Zijlstra
[next]