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
/
kprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-02
kprobes: Fix possible use-after-free issue on kprobe registration
Zheng Yejian
1
-6
/
+12
2023-03-11
x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
Yang Jihong
1
-2
/
+2
2023-03-11
x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
Yang Jihong
1
-1
/
+1
2022-11-10
kprobe: reverse kp->flags when arm_kprobe failed
Li Qiang
1
-1
/
+4
2022-09-15
kprobes: Prohibit probes in gate area
Christian A. Ehrhardt
1
-0
/
+1
2022-09-05
kprobes: don't call disarm_kprobe() for disabled kprobes
Kuniyuki Iwashima
1
-4
/
+5
2022-08-25
kprobes: Forbid probing on trampoline and BPF code areas
Chen Zhongjin
1
-1
/
+2
2021-12-08
kprobes: Limit max data_size of the kretprobe instances
Masami Hiramatsu
1
-0
/
+3
2021-02-13
tracing/kprobe: Fix to support kretprobe events on unloaded modules
Masami Hiramatsu
1
-9
/
+25
2021-02-10
kretprobe: Avoid re-registration of the same kretprobe earlier
Wang ShaoBo
1
-0
/
+4
2020-10-01
kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACE
Muchun Song
1
-3
/
+14
2020-10-01
kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
Masami Hiramatsu
1
-2
/
+3
2020-09-26
kprobes: fix kill kprobe which has been marked as gone
Muchun Song
1
-1
/
+8
2020-08-21
kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler
Muchun Song
1
-0
/
+7
2020-07-16
kprobes: Do not expose probe addresses to non-CAP_SYSLOG
Kees Cook
1
-2
/
+2
2020-07-16
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
1
-2
/
+2
2020-06-25
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
Jiri Olsa
1
-0
/
+24
2020-06-25
kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex
Masami Hiramatsu
1
-1
/
+2
2020-03-11
kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic
Masami Hiramatsu
1
-24
/
+43
2020-03-05
kprobes: Set unoptimized flag after unoptimizing code
Masami Hiramatsu
1
-1
/
+3
2019-12-05
kprobes: Blacklist symbols in arch-defined prohibited area
Masami Hiramatsu
1
-14
/
+53
2019-11-20
kprobes: Don't call BUG_ON() if there is a kprobe in use on free list
Masami Hiramatsu
1
-1
/
+7
2019-10-05
kprobes: Prohibit probing on BUG() and WARN() address
Masami Hiramatsu
1
-1
/
+2
2019-09-10
kprobes: Fix potential deadlock in kprobe_optimizer()
Andrea Righi
1
-4
/
+4
2019-04-27
kprobes: Fix error check when reusing optimized probes
Masami Hiramatsu
1
-4
/
+2
2018-11-13
kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
Masami Hiramatsu
1
-7
/
+20
2018-06-21
kprobes: Replace %p with other pointer types
Masami Hiramatsu
1
-12
/
+10
2018-06-21
kprobes: Show address of kprobes if kallsyms does
Masami Hiramatsu
1
-5
/
+9
2018-06-21
kprobes: Show blacklist addresses as same as kallsyms does
Masami Hiramatsu
1
-2
/
+10
2018-06-21
kprobes: Make list and blacklist root user read only
Masami Hiramatsu
1
-2
/
+2
2018-06-21
kprobes: Don't check the ->break_handler() in generic kprobes code
Masami Hiramatsu
1
-34
/
+5
2018-06-21
kprobes: Remove jprobe API implementation
Masami Hiramatsu
1
-77
/
+1
2018-04-25
kprobes: Fix random address output of blacklist file
Thomas Richter
1
-1
/
+1
2018-02-16
kprobes: Propagate error from disarm_kprobe_ftrace()
Jessica Yu
1
-25
/
+53
2018-02-16
kprobes: Propagate error from arm_kprobe_ftrace()
Jessica Yu
1
-25
/
+75
2017-10-20
kprobes: Disable the jprobes APIs
Masami Hiramatsu
1
-0
/
+2
2017-10-20
kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=y
Masami Hiramatsu
1
-6
/
+8
2017-10-18
Revert "kprobes: Warn if optprobe handler tries to change execution path"
Naveen N. Rao
1
-4
/
+1
2017-09-28
kprobes: Warn if optprobe handler tries to change execution path
Masami Hiramatsu
1
-1
/
+4
2017-09-28
kprobes/x86: Make insn buffer always ROX and use text_poke()
Masami Hiramatsu
1
-1
/
+1
2017-07-08
kprobes: Ensure that jprobe probepoints are at function entry
Naveen N. Rao
1
-2
/
+6
2017-07-08
kprobes: Simplify register_jprobes()
Naveen N. Rao
1
-14
/
+16
2017-07-08
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...
Naveen N. Rao
1
-4
/
+4
2017-07-03
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-27
/
+32
2017-05-26
kprobes/x86: Fix to set RWX bits correctly before releasing trampoline
Masami Hiramatsu
1
-1
/
+1
2017-05-26
kprobes: Cure hotplug lock ordering issues
Thomas Gleixner
1
-27
/
+32
2017-05-17
kprobes: Document how optimized kprobes are removed from module unload
Steven Rostedt (VMware)
1
-0
/
+6
2017-05-17
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
1
-1
/
+1
2017-05-05
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-14
/
+18
2017-04-20
powerpc/kprobes: Fix handling of function offsets on ABIv2
Naveen N. Rao
1
-3
/
+4
[next]