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
2024-10-07
uprobes: deny mremap(xol_vma)
Oleg Nesterov
1
-13
/
+17
2024-10-07
uprobes: pass utask to xol_get_insn_slot() and xol_free_insn_slot()
Oleg Nesterov
1
-9
/
+8
2024-10-07
uprobes: move the initialization of utask->xol_vaddr from pre_ssout() to xol_...
Oleg Nesterov
1
-14
/
+8
2024-10-07
uprobes: simplify xol_take_insn_slot() and its caller
Oleg Nesterov
1
-13
/
+4
2024-10-07
uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_ut...
Oleg Nesterov
1
-19
/
+5
2024-10-07
uprobes: sanitiize xol_free_insn_slot()
Oleg Nesterov
1
-12
/
+9
2024-10-07
uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()
Oleg Nesterov
1
-11
/
+3
2024-10-07
uprobes: switch to RCU Tasks Trace flavor for better performance
Andrii Nakryiko
1
-22
/
+16
2024-09-30
uprobes: fix kernel info leak via "[uprobes]" vma
Oleg Nesterov
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2024-09-22
perf: Fix topology_sibling_cpumask check warning on ARM
Kan Liang
1
-5
/
+5
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-1
/
+1
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-12
/
+23
2024-09-18
Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-382
/
+701
2024-09-17
uprobes: turn xol_area->pages[2] into xol_area->page
Oleg Nesterov
1
-9
/
+8
2024-09-17
uprobes: introduce the global struct vm_special_mapping xol_mapping
Oleg Nesterov
1
-5
/
+16
2024-09-17
Revert "uprobes: use vm_special_mapping close() functionality"
Oleg Nesterov
1
-17
/
+19
2024-09-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+9
2024-09-11
lib/buildid: rename build_id_parse() into build_id_parse_nofault()
Andrii Nakryiko
1
-1
/
+1
2024-09-10
perf: Add PERF_EV_CAP_READ_SCOPE
Kan Liang
1
-3
/
+11
2024-09-10
perf: Generic hotplug support for a PMU with a scope
Kan Liang
1
-2
/
+162
2024-09-09
uprobes: use vm_special_mapping close() functionality
Sven Schnelle
1
-19
/
+17
2024-09-05
uprobes: perform lockless SRCU-protected uprobes_tree lookup
Andrii Nakryiko
1
-6
/
+24
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
1
-6
/
+15
2024-09-05
uprobes: travers uprobe's consumer list locklessly under SRCU protection
Andrii Nakryiko
1
-43
/
+61
2024-09-05
uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
Andrii Nakryiko
1
-11
/
+7
2024-09-05
uprobes: protected uprobe lifetime with SRCU
Andrii Nakryiko
1
-40
/
+54
2024-09-05
uprobes: revamp uprobe refcounting and lifetime management
Andrii Nakryiko
1
-78
/
+101
2024-09-05
perf/core: Fix small negative period being ignored
Luo Gengkun
1
-1
/
+5
2024-09-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
4
-9
/
+18
2024-09-04
perf/aux: Fix AUX buffer serialization
Peter Zijlstra
3
-6
/
+15
2024-09-03
uprobes: Use kzalloc to allocate xol area
Sven Schnelle
1
-2
/
+1
2024-08-30
drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
James Clark
1
-0
/
+9
2024-08-14
perf: Really fix event_function_call() locking
Namhyung Kim
1
-5
/
+8
2024-08-13
perf/bpf: Don't call bpf_overflow_handler() for tracing events
Kyle Huey
1
-1
/
+2
2024-08-12
struct fd: representation change
Al Viro
1
-1
/
+1
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-6
/
+6
2024-08-08
perf: Optimize __pmu_ctx_sched_out()
Peter Zijlstra
1
-1
/
+1
2024-08-08
perf: Add context time freeze
Peter Zijlstra
1
-42
/
+86
2024-08-08
perf: Fix event_function_call() locking
Peter Zijlstra
1
-4
/
+5
2024-08-08
perf: Extract a few helpers
Peter Zijlstra
1
-17
/
+22
2024-08-08
perf: Optimize context reschedule for single PMU cases
Peter Zijlstra
1
-76
/
+88
2024-08-02
uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()
Oleg Nesterov
1
-5
/
+9
2024-08-02
uprobes: fold __uprobe_unregister() into uprobe_unregister()
Oleg Nesterov
1
-15
/
+10
2024-08-02
uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...
Oleg Nesterov
1
-5
/
+7
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
1
-34
/
+22
2024-08-02
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
1
-18
/
+6
2024-08-02
uprobes: simplify error handling for alloc_uprobe()
Andrii Nakryiko
1
-3
/
+1
2024-08-02
uprobes: is_trap_at_addr: don't use get_user_pages_remote()
Oleg Nesterov
1
-7
/
+1
[prev]
[next]