index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
core.c
Age
Commit message (
Expand
)
Author
2025-11-03
perf/core: Fix system hang caused by cpu-clock usage
Dapeng Mi
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
2025-08-15
perf: Remove redundant aux_unlock label
Peter Zijlstra
2025-08-15
perf: Move common code into both rb and aux branches
Peter Zijlstra
2025-08-15
perf: Merge consecutive conditionals in perf_mmap()
Peter Zijlstra
2025-08-15
perf: Move perf_mmap_calc_limits() into both rb and aux branches
Peter Zijlstra
2025-08-15
perf: Split out VM accounting
Thomas Gleixner
2025-08-15
perf: Split out mlock limit handling
Thomas Gleixner
2025-08-15
perf: Remove redundant condition for AUX buffer size
Thomas Gleixner
2025-08-15
perf: Avoid undefined behavior from stopping/starting inactive events
Yunseong Kim
2025-08-05
perf/core: Prevent VMA split of buffer mappings
Thomas Gleixner
2025-08-05
perf/core: Handle buffer mapping fail correctly in perf_mmap()
Thomas Gleixner
2025-08-05
perf/core: Exit early on perf_mmap() fail
Thomas Gleixner
2025-08-05
perf/core: Don't leak AUX buffer refcount on allocation failure
Thomas Gleixner
2025-08-05
perf/core: Preserve AUX buffer allocation failure result
Thomas Gleixner
2025-07-09
perf/core: Fix WARN in perf_sigtrap()
Tetsuo Handa
2025-07-03
perf: Revert to requiring CAP_SYS_ADMIN for uprobes
Peter Zijlstra
2025-06-30
perf/core: Fix the WARN_ON_ONCE is out of lock protected region
Luo Gengkun
2025-06-26
perf/aux: Fix pending disable flow when the AUX ring buffer overruns
Leo Yan
2025-06-11
perf: Fix the throttle error of some clock events
Kan Liang
2025-06-05
perf/core: Fix WARN in perf_cgroup_switch()
Luo Gengkun
2025-06-05
perf: Fix dangling cgroup pointer in cpuctx
Yeoreum Yun
2025-06-05
perf: Fix cgroup state vs ERROR
Peter Zijlstra
2025-06-05
perf: Fix sample vs do_exit()
Peter Zijlstra
2025-05-21
perf: Only dump the throttle log for the leader
Kan Liang
2025-05-21
perf: Fix the throttle logic for a group
Kan Liang
2025-05-17
perf/core: Add the is_event_in_freq_mode() helper to simplify the code
Kan Liang
2025-05-08
perf: Fix confusing aux iteration
Frederic Weisbecker
2025-05-08
perf: Fix irq work dereferencing garbage
Frederic Weisbecker
2025-05-08
perf: Fix failing inherit_event() doing extra refcount decrement on parent
Frederic Weisbecker
[next]