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
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-05-07
perf/core: Fix unconditional security_locked_down() call
Ondrej Mosnacek
1
-6
/
+6
2021-01-09
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
1
-6
/
+6
2021-01-09
perf: Break deadlock involving exec_update_mutex
peterz@infradead.org
1
-23
/
+23
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-10-01
perf: Use new infrastructure to fix deadlocks in execve
Bernd Edlinger
1
-6
/
+6
2020-08-26
uprobes: __replace_page() avoid BUG in munlock_vma_page()
Hugh Dickins
1
-1
/
+1
2020-08-11
perf/core: Fix endless multiplex timer
Peter Zijlstra
1
-6
/
+14
2020-07-29
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...
Oleg Nesterov
1
-1
/
+1
2020-06-17
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
/
+12
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-23
perf: Correctly handle failed perf_get_aux_event()
Mark Rutland
1
-1
/
+3
2019-12-31
perf/core: Fix the mlock accounting, again
Alexander Shishkin
1
-4
/
+2
2019-11-13
perf/core: Fix missing static inline on perf_cgroup_switch()
Ben Dooks (Codethink)
1
-1
/
+1
2019-11-13
perf/core: Consistently fail fork on allocation failures
Alexander Shishkin
1
-1
/
+1
2019-11-13
perf/aux: Disallow aux_output for kernel events
Alexander Shishkin
1
-0
/
+7
2019-11-13
perf/core: Reattach a misplaced comment
Alexander Shishkin
1
-4
/
+3
2019-11-13
perf/aux: Fix the aux_output group inheritance fix
Alexander Shishkin
1
-1
/
+1
2019-11-13
perf/core: Disallow uncore-cgroup events
Peter Zijlstra
1
-0
/
+9
2019-10-28
perf/core: Start rejecting the syscall with attr.__reserved_2 set
Alexander Shishkin
1
-1
/
+1
2019-10-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+5
2019-10-22
perf/aux: Fix AUX output stopping
Alexander Shishkin
1
-1
/
+1
2019-10-21
perf/aux: Fix tracking of auxiliary trace buffer allocation
Thomas Richter
1
-2
/
+4
2019-10-19
kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register
Song Liu
1
-2
/
+11
2019-10-09
perf/core: Fix corner case in perf_rotate_context()
Song Liu
1
-5
/
+17
2019-10-09
perf/core: Rework memory accounting in perf_mmap()
Song Liu
1
-2
/
+15
2019-10-07
perf/core: Fix inheritance of aux_output groups
Alexander Shishkin
1
-0
/
+4
2019-10-01
perf_event_open: switch to copy_struct_from_user()
Aleksa Sarai
1
-38
/
+9
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+7
2019-09-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2019-09-24
uprobe: collapse THP pmd after removing all uprobes
Song Liu
1
-0
/
+9
2019-09-24
uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
Song Liu
1
-4
/
+2
2019-09-24
uprobe: use original page when all uprobes are removed
Song Liu
1
-15
/
+51
2019-09-20
perf/core: Fix several typos in comments
Roy Ben Shlomo
1
-3
/
+3
2019-09-17
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+3
2019-09-16
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+93
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
1
-1
/
+1
2019-09-06
perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization
Mark-PK Tsai
1
-2
/
+2
2019-08-28
perf: Allow normal events to output AUX data
Alexander Shishkin
1
-0
/
+93
2019-08-19
lockdown: Lock down perf when in confidentiality mode
David Howells
1
-0
/
+7
2019-08-01
perf/core: Mark hrtimers to expire in hard interrupt context
Sebastian Andrzej Siewior
1
-4
/
+4
[next]