summaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-6/+2
2024-08-19kprobes: Fix to check symbol prefixes correctlyMasami Hiramatsu (Google)1-2/+2
2024-05-02kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian1-6/+12
2024-01-25kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)1-13/+10
2023-09-19kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)1-1/+13
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-2/+2
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-1/+1
2022-11-25kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei1-1/+7
2022-11-10kprobe: reverse kp->flags when arm_kprobe failedLi Qiang1-1/+4
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt1-0/+1
2022-09-05kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima1-4/+5
2022-08-21kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin1-1/+2
2021-12-08kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu1-0/+3
2021-11-18kprobes: Do not use local variable when creating debugfs filePunit Agrawal1-2/+1
2021-03-04kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu1-10/+21
2021-02-10kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo1-0/+4
2021-02-10tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu1-9/+25
2020-11-04kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)1-4/+21
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-26/+102
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+25
2020-09-21kprobes: Init kprobes in early_initcallMasami Hiramatsu1-1/+1
2020-09-19kprobes: fix kill kprobe which has been marked as goneMuchun Song1-1/+8
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+22
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu1-2/+3
2020-09-14kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu1-2/+3
2020-09-08kprobes: Make local functions staticMasami Hiramatsu1-5/+4
2020-09-08kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu1-19/+6
2020-09-08kprobes: Remove NMI context checkMasami Hiramatsu1-12/+4
2020-09-08kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu1-0/+98
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra1-0/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-3/+21
2020-08-06kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song1-3/+14
2020-08-03kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song1-0/+7
2020-07-28kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer()Masami Hiramatsu1-3/+0
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar1-2/+2
2020-07-08kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook1-2/+2
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook1-2/+2
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra1-13/+48
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa1-0/+24
2020-06-16kprobes: Remove redundant arch_disarm_kprobe() callMasami Hiramatsu1-2/+0
2020-06-16kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu1-1/+2
2020-06-16kprobes: Use non RCU traversal APIs on kprobe_tables if possibleMasami Hiramatsu1-9/+20
2020-06-16kprobes: Suppress the suspicious RCU warning on kprobesMasami Hiramatsu1-1/+2
2020-06-15kprobes: Add perf ksymbol events for kprobe insn pagesAdrian Hunter1-0/+12
2020-06-15kprobes: Add symbols for kprobe insn pagesAdrian Hunter1-0/+45
2020-06-04kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang1-28/+6
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-19kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner1-0/+18