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
2025-12-01
perf: Fix 0 count issue of cpu-clock
Dapeng Mi
1
-1
/
+1
2025-11-13
perf/core: Fix system hang caused by cpu-clock usage
Dapeng Mi
1
-5
/
+15
2025-11-02
perf: Skip user unwind if the task is a kernel thread
Josh Poimboeuf
1
-1
/
+2
2025-11-02
perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...
Steven Rostedt
1
-2
/
+2
2025-10-23
perf/core: Fix MMAP2 event device with backing files
Adrian Hunter
1
-2
/
+2
2025-10-23
perf/core: Fix MMAP event path names with backing files
Adrian Hunter
1
-1
/
+1
2025-10-23
perf/core: Fix address filter match with backing files
Adrian Hunter
1
-1
/
+1
2025-09-03
perf: Fix the POLL_HUP delivery breakage
Kan Liang
1
-0
/
+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
2025-06-30
perf/core: Fix the WARN_ON_ONCE is out of lock protected region
Luo Gengkun
1
-2
/
+2
2025-06-26
perf/aux: Fix pending disable flow when the AUX ring buffer overruns
Leo Yan
1
-3
/
+3
2025-06-11
perf: Fix the throttle error of some clock events
Kan Liang
1
-4
/
+11
2025-06-05
perf/core: Fix WARN in perf_cgroup_switch()
Luo Gengkun
1
-2
/
+20
2025-06-05
perf: Fix dangling cgroup pointer in cpuctx
Yeoreum Yun
1
-15
/
+6
2025-06-05
perf: Fix cgroup state vs ERROR
Peter Zijlstra
1
-21
/
+30
2025-06-05
perf: Fix sample vs do_exit()
Peter Zijlstra
1
-0
/
+7
2025-05-21
perf: Only dump the throttle log for the leader
Kan Liang
1
-2
/
+4
2025-05-21
perf: Fix the throttle logic for a group
Kan Liang
1
-20
/
+46
2025-05-17
perf/core: Add the is_event_in_freq_mode() helper to simplify the code
Kan Liang
1
-5
/
+10
2025-05-08
perf: Fix confusing aux iteration
Frederic Weisbecker
1
-1
/
+1
2025-05-08
perf: Fix irq work dereferencing garbage
Frederic Weisbecker
1
-16
/
+15
2025-05-08
perf: Fix failing inherit_event() doing extra refcount decrement on parent
Frederic Weisbecker
1
-2
/
+18
2025-04-25
perf/core: Fix broken throttling when max_samples_per_tick=1
Qing Wang
1
-8
/
+8
2025-04-25
Merge branch 'perf/urgent'
Peter Zijlstra
1
-2
/
+2
2025-04-23
perf/core: Change to POLLERR for pinned events with error
Namhyung Kim
1
-2
/
+2
2025-04-17
perf/core: Fix event timekeeping merge
Peter Zijlstra
1
-2
/
+2
2025-04-17
perf/core: Fix event->parent life-time issue
Peter Zijlstra
1
-1
/
+2
2025-04-17
perf/core: Fix put_ctx() ordering
Frederic Weisbecker
1
-3
/
+4
2025-04-17
perf/core: Fix perf-stat / read()
Peter Zijlstra
1
-1
/
+1
2025-04-08
perf: Make perf_pmu_unregister() useable
Peter Zijlstra
1
-50
/
+270
2025-04-08
perf: Rename perf_event_exit_task(.child)
Peter Zijlstra
1
-30
/
+32
2025-04-08
perf: Unify perf_event_free_task() / perf_event_exit_task_context()
Peter Zijlstra
1
-68
/
+25
2025-04-08
perf: Simplify perf_event_release_kernel()
Peter Zijlstra
1
-8
/
+7
2025-04-08
perf: Simplify perf_event_free_task() wait
Peter Zijlstra
1
-22
/
+3
2025-04-08
perf: Simplify child event tear-down
Peter Zijlstra
1
-2
/
+6
2025-04-08
perf: Ensure bpf_perf_link path is properly serialized
Peter Zijlstra
1
-4
/
+30
2025-04-08
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
1
-46
/
+18
2025-04-06
perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
Gabriel Shahrouzi
1
-3
/
+3
2025-03-31
perf/core: Fix child_total_time_enabled accounting bug at task exit
Yeoreum Yun
1
-9
/
+9
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+3
2025-03-17
perf: Clean up pmu specific data
Kan Liang
1
-73
/
+3
2025-03-17
perf: Supply task information to sched_task()
Kan Liang
1
-9
/
+11
[next]