index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
perf: Fix __perf_event_overflow() vs perf_remove_from_context() race
Peter Zijlstra
1
-1
/
+41
2 days
perf/core: Fix invalid wait context in ctx_sched_in()
Namhyung Kim
1
-1
/
+2
2 days
perf/core: Fix refcount bug and potential UAF in perf_mmap
Haocheng Yu
1
-19
/
+19
10 days
perf/core: Fix slow perf_event_task_exit() with LBR callstacks
Namhyung Kim
1
-2
/
+18
2026-01-30
perf: sched: Fix perf crash with new is_user_task() helper
Steven Rostedt
1
-3
/
+3
2026-01-21
perf: Fix refcount warning on event->mmap_count increment
Will Rosenberg
1
-0
/
+9
2026-01-11
Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+6
2026-01-11
treewide: Update email address
Thomas Gleixner
1
-1
/
+1
2026-01-05
perf: Ensure swevent hrtimer is properly destroyed
Peter Zijlstra
1
-0
/
+6
2025-12-09
perf/core: Fix missing read event generation on task exit
Thaumy Cheng
1
-10
/
+12
2025-12-01
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+76
2025-11-20
perf: Fix 0 count issue of cpu-clock
Dapeng Mi
1
-1
/
+1
2025-11-03
perf/core: Fix system hang caused by cpu-clock usage
Dapeng Mi
1
-5
/
+15
2025-10-29
perf: Support deferred user unwind
Peter Zijlstra
1
-2
/
+76
2025-10-14
perf/core: Fix MMAP2 event device with backing files
Adrian Hunter
1
-2
/
+2
2025-10-14
perf/core: Fix MMAP event path names with backing files
Adrian Hunter
1
-1
/
+1
2025-10-14
perf/core: Fix address filter match with backing files
Adrian Hunter
1
-1
/
+1
2025-10-01
Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-0
/
+4
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-178
/
+191
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
1
-0
/
+4
2025-09-15
Merge 6.17-rc6 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+1
2025-09-14
perf: make pmu_bus const
Ricardo B. Marliere
1
-1
/
+1
2025-09-03
perf: Fix the POLL_HUP delivery breakage
Kan Liang
1
-0
/
+1
2025-08-26
perf: Skip user unwind if the task is a kernel thread
Josh Poimboeuf
1
-1
/
+2
2025-08-26
perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...
Steven Rostedt
1
-2
/
+2
2025-08-26
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
1
-1
/
+1
2025-08-15
perf: Convert mmap() refcounts to refcount_t
Thomas Gleixner
1
-20
/
+20
2025-08-15
perf: Identify the 0->1 transition for event::mmap_count
Peter Zijlstra
1
-1
/
+1
2025-08-15
perf: Use scoped_guard() for mmap_mutex in perf_mmap()
Peter Zijlstra
1
-21
/
+14
2025-08-15
perf: Split out the RB allocation
Peter Zijlstra
1
-72
/
+73
2025-08-15
perf: Make RB allocation branch self sufficient
Peter Zijlstra
1
-5
/
+1
2025-08-15
perf: Split out the AUX buffer allocation
Peter Zijlstra
1
-67
/
+77
2025-08-15
perf: Reflow to get rid of aux_success label
Peter Zijlstra
1
-19
/
+18
2025-08-15
perf: Use guard() for aux_mutex in perf_mmap()
Peter Zijlstra
1
-5
/
+1
2025-08-15
perf: Remove redundant aux_unlock label
Peter Zijlstra
1
-9
/
+8
2025-08-15
perf: Move common code into both rb and aux branches
Peter Zijlstra
1
-10
/
+15
2025-08-15
perf: Merge consecutive conditionals in perf_mmap()
Peter Zijlstra
1
-22
/
+19
2025-08-15
perf: Move perf_mmap_calc_limits() into both rb and aux branches
Peter Zijlstra
1
-8
/
+18
2025-08-15
perf: Split out VM accounting
Thomas Gleixner
1
-4
/
+9
2025-08-15
perf: Split out mlock limit handling
Thomas Gleixner
1
-37
/
+38
2025-08-15
perf: Remove redundant condition for AUX buffer size
Thomas Gleixner
1
-1
/
+1
2025-08-15
perf: Avoid undefined behavior from stopping/starting inactive events
Yunseong Kim
1
-0
/
+6
2025-08-05
perf/core: Prevent VMA split of buffer mappings
Thomas Gleixner
1
-0
/
+10
2025-08-05
perf/core: Handle buffer mapping fail correctly in perf_mmap()
Thomas Gleixner
1
-2
/
+10
2025-08-05
perf/core: Exit early on perf_mmap() fail
Thomas Gleixner
1
-2
/
+4
2025-08-05
perf/core: Don't leak AUX buffer refcount on allocation failure
Thomas Gleixner
1
-3
/
+4
2025-08-05
perf/core: Preserve AUX buffer allocation failure result
Thomas Gleixner
1
-2
/
+1
2025-07-09
perf/core: Fix WARN in perf_sigtrap()
Tetsuo Handa
1
-7
/
+7
2025-07-03
perf: Revert to requiring CAP_SYS_ADMIN for uprobes
Peter Zijlstra
1
-1
/
+1
[next]