index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
kprobes.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-10
kprobes: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
1
-1
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-10
kprobes: Remove remaining gotos
Masami Hiramatsu (Google)
1
-32
/
+31
2025-01-10
kprobes: Remove unneeded goto
Masami Hiramatsu (Google)
1
-24
/
+21
2025-01-10
kprobes: Use guard for rcu_read_lock
Masami Hiramatsu (Google)
1
-30
/
+36
2025-01-10
kprobes: Use guard() for external locks
Masami Hiramatsu (Google)
1
-119
/
+90
2025-01-10
kprobes: Adopt guard() and scoped_guard()
Masami Hiramatsu (Google)
1
-116
/
+89
2025-01-10
kprobes: Reduce preempt disable scope in check_kprobe_access_safe()
Thomas Weißschuh
1
-12
/
+12
2024-10-31
kprobes: Use struct_size() in __get_insn_slot()
Nathan Chancellor
1
-5
/
+1
2024-10-31
kprobes: Cleanup collect_one_slot() and __disable_kprobe()
Jinjie Ruan
1
-39
/
+40
2024-10-31
kprobes: Cleanup the config comment
Jinjie Ruan
1
-3
/
+3
2024-08-05
kprobes: Fix to check symbol prefixes correctly
Masami Hiramatsu (Google)
1
-2
/
+2
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-05-17
kprobe/ftrace: fix build error due to bad function definition
Linus Torvalds
1
-1
/
+1
2024-05-17
Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+6
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
1
-1
/
+0
2024-05-16
kprobe/ftrace: bail out if ftrace was killed
Stephen Brennan
1
-0
/
+6
2024-05-14
kprobes: remove dependency on CONFIG_MODULES
Mike Rapoport (IBM)
1
-21
/
+34
2024-05-14
mm: introduce execmem_alloc() and execmem_free()
Mike Rapoport (IBM)
1
-4
/
+4
2024-04-24
kprobes: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-10
kprobes: Fix possible use-after-free issue on kprobe registration
Zheng Yejian
1
-6
/
+12
2024-02-08
kprobes: Remove unnecessary initial values of variables
Li zeming
1
-2
/
+2
2023-12-01
kprobes: consistent rcu api usage for kretprobe holder
JP Kobryn
1
-2
/
+2
2023-10-18
kprobes: kretprobe scalability improvement
wuqiang.matt
1
-52
/
+39
2023-08-23
kernel: kprobes: Use struct_size()
Ruan Jinjie
1
-4
/
+2
2023-07-29
kprobes: Prohibit probing on CFI preamble symbol
Masami Hiramatsu (Google)
1
-1
/
+13
2023-07-12
Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-4
/
+4
2023-07-11
kernel: kprobes: Remove unnecessary ‘0’ values
Li zeming
1
-3
/
+3
2023-07-11
kprobes: Remove unnecessary ‘NULL’ values from correct_ret_addr
Li zeming
1
-1
/
+1
2023-06-06
fprobe: Pass return address to the handlers
Masami Hiramatsu (Google)
1
-0
/
+1
2023-02-21
x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
Yang Jihong
1
-1
/
+1
2023-02-21
x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
Yang Jihong
1
-1
/
+1
2023-02-21
kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list
Masami Hiramatsu (Google)
1
-13
/
+10
2022-12-15
kprobes: kretprobe events missing on 2-core KVM guest
wuqiang
1
-6
/
+2
2022-11-28
kprobes: Fix check for probe enabled in kill_kprobe()
Li Huafei
1
-8
/
+8
2022-11-18
kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
Li Huafei
1
-1
/
+7
2022-11-04
kprobe: reverse kp->flags when arm_kprobe failed
Li Qiang
1
-1
/
+4
2022-10-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+5
2022-09-26
kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
Jiri Olsa
1
-1
/
+5
2022-09-08
kprobes: Prohibit probes in gate area
Christian A. Ehrhardt
1
-0
/
+1
2022-08-20
kprobes: don't call disarm_kprobe() for disabled kprobes
Kuniyuki Iwashima
1
-4
/
+5
2022-08-02
kprobes: Forbid probing on trampoline and BPF code areas
Chen Zhongjin
1
-1
/
+2
2022-05-29
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-73
/
+71
2022-05-26
kprobes: Fix build errors with CONFIG_KRETPROBES=n
Masami Hiramatsu
1
-73
/
+71
2022-04-26
kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is set
Adam Zabrocki
1
-1
/
+1
2022-03-28
kprobes: Use rethook for kretprobe if possible
Masami Hiramatsu
1
-20
/
+104
2022-03-15
x86/ibt,kprobes: Cure sym+0 equals fentry woes
Peter Zijlstra
1
-14
/
+52
2022-03-15
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
1
-6
/
+2
2022-01-22
kprobe: move sysctl_kprobes_optimization to kprobes.c
Xiaoming Ni
1
-4
/
+26
2021-12-01
kprobes: Limit max data_size of the kretprobe instances
Masami Hiramatsu
1
-0
/
+3
[next]