index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
perf/core: Prevent VMA split of buffer mappings
Thomas Gleixner
1
-0
/
+10
10 days
perf/core: Handle buffer mapping fail correctly in perf_mmap()
Thomas Gleixner
1
-3
/
+11
10 days
perf/core: Exit early on perf_mmap() fail
Thomas Gleixner
1
-2
/
+4
10 days
perf/core: Don't leak AUX buffer refcount on allocation failure
Thomas Gleixner
1
-3
/
+4
10 days
perf/core: Preserve AUX buffer allocation failure result
Thomas Gleixner
1
-2
/
+1
2025-07-17
perf: Revert to requiring CAP_SYS_ADMIN for uprobes
Peter Zijlstra
1
-1
/
+1
2025-07-17
perf/core: Fix the WARN_ON_ONCE is out of lock protected region
Luo Gengkun
1
-2
/
+2
2025-06-27
perf/core: Fix WARN in perf_cgroup_switch()
Luo Gengkun
1
-2
/
+20
2025-06-27
perf: Fix cgroup state vs ERROR
Peter Zijlstra
1
-21
/
+30
2025-06-27
perf: Fix sample vs do_exit()
Peter Zijlstra
1
-0
/
+7
2025-06-19
perf: Ensure bpf_perf_link path is properly serialized
Peter Zijlstra
1
-4
/
+30
2025-06-19
perf/core: Fix broken throttling when max_samples_per_tick=1
Qing Wang
1
-8
/
+8
2025-04-23
perf/core: Change to POLLERR for pinned events with error
Namhyung Kim
1
-2
/
+2
2025-04-08
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
1
-46
/
+18
2025-04-07
uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...
Andrii Nakryiko
1
-2
/
+13
2025-04-06
perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
Gabriel Shahrouzi
1
-3
/
+3
2025-04-06
Merge tag 'perf-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-9
/
+9
2025-04-01
mseal sysmap: uprobe mapping
Jeff Xu
1
-1
/
+2
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+12
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
2025-03-17
perf: attach/detach PMU specific data
Kan Liang
1
-0
/
+289
2025-03-17
perf: Save PMU specific data in task_struct
Kan Liang
1
-0
/
+1
2025-03-17
perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
Tao Chen
1
-1
/
+1
2025-03-17
perf/core: Use POLLHUP for pinned events in error
Namhyung Kim
1
-0
/
+9
2025-03-16
kernel/events/uprobes: handle device-exclusive entries correctly in __replace...
David Hildenbrand
1
-1
/
+12
2025-03-16
perf/core: Use sysfs_emit() instead of scnprintf()
XieLudan
1
-3
/
+3
2025-03-10
perf/core: Remove optional 'size' arguments from strscpy() calls
Thorsten Blum
1
-3
/
+3
2025-03-06
uprobes/x86: Harden uretprobe syscall trampoline check
Jiri Olsa
1
-1
/
+1
2025-03-05
perf/core: Clean up perf_try_init_event()
Peter Zijlstra
1
-27
/
+38
2025-03-04
perf/core: Fix perf_mmap() failure path
Peter Zijlstra
1
-1
/
+1
2025-03-04
perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimes
Peter Zijlstra
1
-9
/
+47
2025-03-04
perf/core: Lift event->mmap_mutex in perf_mmap()
Peter Zijlstra
1
-12
/
+8
2025-03-04
perf/core: Remove retry loop from perf_mmap()
Peter Zijlstra
1
-10
/
+15
2025-03-04
perf/core: Further simplify perf_mmap()
Peter Zijlstra
1
-11
/
+10
2025-03-04
perf/core: Simplify the perf_mmap() control flow
Peter Zijlstra
1
-39
/
+36
2025-03-04
perf/bpf: Robustify perf_event_free_bpf_prog()
Peter Zijlstra
1
-0
/
+3
2025-03-04
perf/core: Introduce perf_free_addr_filters()
Peter Zijlstra
1
-3
/
+13
2025-03-04
perf/core: Add this_cpc() helper
Peter Zijlstra
1
-16
/
+18
2025-03-04
perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...
Peter Zijlstra
1
-8
/
+4
2025-03-04
perf/core: Simplify perf_event_alloc()
Peter Zijlstra
1
-37
/
+22
2025-03-04
perf/core: Simplify perf_init_event()
Peter Zijlstra
1
-19
/
+12
2025-03-04
perf/core: Simplify perf_pmu_register()
Peter Zijlstra
1
-42
/
+29
2025-03-04
perf/core: Simplify the perf_pmu_register() error path
Peter Zijlstra
1
-37
/
+30
2025-03-04
perf/core: Simplify the perf_event_alloc() error path
Peter Zijlstra
1
-69
/
+69
2025-03-04
perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type
Saket Kumar Bhaskar
1
-2
/
+3
2025-03-01
Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...
Ingo Molnar
2
-18
/
+60
[next]