index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
core.c
Age
Commit message (
Expand
)
Author
44 hours
perf: Ensure swevent hrtimer is properly destroyed
Peter Zijlstra
2025-12-18
perf/core: Fix missing read event generation on task exit
Thaumy Cheng
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-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
[next]