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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2022-07-29
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Peter Zijlstra
1
-14
/
+31
2022-05-25
perf: Fix sys_perf_event_open() race against self
Peter Zijlstra
1
-0
/
+14
2022-04-15
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
2021-11-26
perf/core: Avoid put_page() when GUP fails
Greg Thelen
1
-5
/
+5
2021-09-22
events: Reuse value read using READ_ONCE instead of re-reading it
Baptiste Lepers
1
-1
/
+1
2021-06-16
perf: Fix data race between pin_count increment/decrement
Marco Elver
1
-0
/
+2
2021-06-16
perf/core: Fix endless multiplex timer
Peter Zijlstra
1
-6
/
+14
2021-06-10
perf/core: Fix corner case in perf_rotate_context()
Song Liu
1
-5
/
+17
2021-06-10
perf/cgroups: Don't rotate events for cgroups unnecessarily
Ian Rogers
1
-20
/
+22
2020-11-18
perf/core: Fix race in the perf_mmap_close() function
Jiri Olsa
1
-3
/
+4
2020-11-18
perf: Fix get_recursion_context()
Peter Zijlstra
1
-1
/
+1
2020-11-10
perf/core: Fix a memory leak in perf_event_parse_addr_filter()
kiyin(尹亮)
1
-7
/
+5
2020-10-14
perf: Fix task_function_call() error handling
Kajol Jain
1
-2
/
+3
2020-07-29
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...
Oleg Nesterov
1
-1
/
+1
2020-06-22
perf: Add cond_resched() to task_function_call()
Barret Rhoden
1
-9
/
+14
2020-06-10
uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned
Oleg Nesterov
1
-4
/
+10
2020-05-02
perf/core: fix parent pid/tid in task exit events
Ian Rogers
1
-3
/
+10
2020-04-29
perf/core: Disable page faults when getting phys address
Jiri Olsa
1
-3
/
+6
2020-02-11
perf/core: Fix mlock accounting in perf_mmap()
Song Liu
1
-1
/
+9
2020-01-27
perf/ioctl: Add check for the sample_period value
Ravi Bangoria
1
-0
/
+3
2020-01-27
perf/core: Fix the address filtering fix
Alexander Shishkin
1
-16
/
+21
2020-01-27
perf, pt, coresight: Fix address filters for vmas with non-zero offset
Alexander Shishkin
1
-34
/
+47
2020-01-27
perf: Copy parent's address filter offsets on clone
Alexander Shishkin
1
-0
/
+15
2019-12-13
perf/core: Consistently fail fork on allocation failures
Alexander Shishkin
1
-1
/
+1
2019-11-20
signal: Properly deliver SIGILL from uprobes
Eric W. Biederman
1
-2
/
+2
2019-10-29
perf/aux: Fix AUX output stopping
Alexander Shishkin
1
-1
/
+1
2019-10-17
perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization
Mark-PK Tsai
1
-2
/
+2
2019-08-16
perf/core: Fix creating kernel counters for PMUs that override event->cpu
Leonard Crestez
1
-1
/
+1
2019-07-28
perf/core: Fix race between close() and fork()
Peter Zijlstra
1
-8
/
+41
2019-07-28
perf/core: Fix exclusive events' grouping
Alexander Shishkin
1
-12
/
+22
2019-07-21
perf/core: Fix perf_sample_regs_user() mm check
Peter Zijlstra
1
-1
/
+1
2019-06-22
perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data
Peter Zijlstra
1
-3
/
+3
2019-06-22
perf/ring_buffer: Add ordering to rb->nest increment
Peter Zijlstra
1
-0
/
+9
2019-06-22
perf/ring_buffer: Fix exposing a temporarily decreased data_head
Yabin Cui
1
-4
/
+20
2019-05-10
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
2
-11
/
+45
2019-04-20
perf/core: Restore mmap record type correctly
Stephane Eranian
1
-0
/
+2
2019-04-05
perf/aux: Make perf_event accessible to setup_aux()
Mathieu Poirier
1
-1
/
+1
2019-03-13
perf core: Fix perf_proc_update_handler() bug
Stephane Eranian
1
-7
/
+7
2019-02-20
perf/x86: Add check_period PMU callback
Jiri Olsa
1
-0
/
+16
2019-02-20
perf/core: Fix impossible ring-buffer sizes warning
Ingo Molnar
1
-1
/
+1
2019-02-12
perf/core: Don't WARN() for impossible ring-buffer sizes
Mark Rutland
1
-0
/
+3
2018-12-08
uprobes: Fix handle_swbp() vs. unregister() + register() race once more
Andrea Parri
1
-2
/
+10
2018-10-02
perf/ring_buffer: Prevent concurent ring buffer access
Jiri Olsa
1
-0
/
+2
2018-10-02
perf/core: Fix perf_pmu_unregister() locking
Peter Zijlstra
1
-7
/
+2
2018-09-28
perf/core: Add sanity check to deal with pinned event failure
Reinette Chatre
1
-0
/
+6
2018-09-10
perf/core: Force USER_DS when recording user stack data
Yabin Cui
1
-0
/
+4
2018-09-09
Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...
Ingo Molnar
2
-15
/
+9
2018-08-30
perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpoint
Jiri Olsa
1
-8
/
+3
2018-08-30
perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpoint
Jiri Olsa
1
-4
/
+2
[next]