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
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
2024-10-17
uprobes: fix kernel info leak via "[uprobes]" vma
Oleg Nesterov
1
-1
/
+1
2024-10-17
perf/core: Fix small negative period being ignored
Luo Gengkun
1
-1
/
+5
2024-09-12
perf/aux: Fix AUX buffer serialization
Peter Zijlstra
3
-6
/
+15
2024-09-12
uprobes: Use kzalloc to allocate xol area
Sven Schnelle
1
-2
/
+1
2024-08-19
bpf, events: Use prog to emit ksymbol event for main program
Hou Tao
1
-15
/
+13
2024-08-19
perf: Fix event leak upon exec and file release
Frederic Weisbecker
1
-4
/
+34
2024-08-19
perf: Fix event leak upon exit
Frederic Weisbecker
1
-8
/
+5
2024-08-19
perf: Fix default aux_watermark calculation
Adrian Hunter
1
-1
/
+3
2024-08-19
perf: Prevent passing zero nr_pages to rb_alloc_aux()
Adrian Hunter
1
-0
/
+2
2024-08-19
perf: Fix perf_aux_size() for greater-than 32-bit size
Adrian Hunter
1
-1
/
+1
2024-07-05
perf/core: Fix missing wakeup when waiting for context reference
Haifeng Xu
1
-0
/
+13
2024-04-10
perf/core: Fix reentry problem in perf_output_read_group()
Yang Jihong
1
-0
/
+9
2024-02-23
perf: Fix the nr_addr_filters fix
Peter Zijlstra
1
-3
/
+1
2024-02-23
perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...
Greg KH
1
-12
/
+28
2023-12-20
perf: Fix perf_event_validate_size() lockdep splat
Mark Rutland
1
-0
/
+10
2023-12-13
perf: Fix perf_event_validate_size()
Peter Zijlstra
1
-23
/
+38
2023-12-13
perf/core: Add a new read format to get a number of lost samples
Namhyung Kim
2
-4
/
+22
2023-11-28
tracing/perf: Add interrupt_context_level() helper
Steven Rostedt (VMware)
1
-6
/
+1
2023-11-28
perf/core: Bail out early if the request AUX area is out of bound
Shuai Xue
1
-0
/
+6
2023-11-08
perf/core: Fix potential NULL deref
Peter Zijlstra
1
-1
/
+2
2023-10-25
perf: Disallow mis-matched inherited group reads
Peter Zijlstra
1
-6
/
+33
2023-08-11
perf: Fix function pointer case
Peter Zijlstra
1
-2
/
+6
2023-05-11
perf/core: Fix hardlockup failure caused by perf throttle
Yang Jihong
1
-2
/
+2
2023-04-13
perf/core: Fix the same task check in perf_event_set_output
Kan Liang
1
-1
/
+1
2023-03-30
perf: fix perf_event_context->time
Song Liu
1
-1
/
+1
2023-03-30
perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...
Yang Jihong
1
-1
/
+1
2023-03-22
perf: Fix check before add_event_to_groups() in perf_group_detach()
Budimir Markovic
1
-1
/
+1
2023-01-12
perf/core: Call LSM hook after copying perf_event_attr
Namhyung Kim
1
-3
/
+3
2022-12-31
perf: Fix possible memleak in pmu_dev_alloc()
Chen Zhongjin
1
-3
/
+5
2022-12-19
perf: Fix perf_pending_task() UaF
Peter Zijlstra
1
-4
/
+13
2022-12-08
bpf, perf: Use subprog name when reporting subprog ksymbol
Hou Tao
1
-1
/
+1
2022-11-26
perf: Improve missing SIGTRAP checking
Marco Elver
1
-6
/
+19
2022-11-03
perf: Fix missing SIGTRAPs
Peter Zijlstra
2
-40
/
+115
2022-07-29
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Peter Zijlstra
1
-14
/
+31
2022-06-09
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
1
-2
/
+2
2022-05-25
perf: Fix sys_perf_event_open() race against self
Peter Zijlstra
1
-0
/
+14
2022-04-27
perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabled
Zhipeng Xie
3
-6
/
+6
2022-04-13
perf/core: Inherit event_caps
Namhyung Kim
1
-0
/
+3
2022-04-08
perf/core: Fix address filter parser for multiple filters
Adrian Hunter
1
-0
/
+3
2022-02-16
perf: Fix list corruption in perf_cgroup_switch()
Song Liu
1
-2
/
+2
2022-02-16
perf: Always wake the parent event
James Clark
1
-2
/
+10
2022-02-08
perf: Copy perf_event_attr::sig_data on modification
Marco Elver
1
-0
/
+16
2022-02-01
perf/core: Fix cgroup event list management
Namhyung Kim
1
-2
/
+9
2022-02-01
perf: Fix perf_event_read_local() time
Peter Zijlstra
1
-100
/
+146
2022-01-20
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
1
-3
/
+10
2021-12-01
perf: Ignore sigtrap for tracepoints destined for other tasks
Marco Elver
1
-0
/
+3
2021-11-21
perf/core: Avoid put_page() when GUP fails
Greg Thelen
1
-5
/
+5
2021-10-01
perf/core: fix userpage->time_enabled of inactive events
Song Liu
1
-4
/
+30
2021-09-15
events: Reuse value read using READ_ONCE instead of re-reading it
Baptiste Lepers
1
-1
/
+1
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
1
-2
/
+0
[next]