aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
AgeCommit message (Expand)Author
2024-05-02kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian
2024-01-25kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)
2023-09-19kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong
2022-11-25kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei
2022-11-10kprobe: reverse kp->flags when arm_kprobe failedLi Qiang
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-05kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima
2022-08-21kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin
2021-12-08kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu
2021-11-18kprobes: Do not use local variable when creating debugfs filePunit Agrawal
2021-03-04kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu
2021-02-10kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo
2021-02-10tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2020-11-04kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-09-21kprobes: Init kprobes in early_initcallMasami Hiramatsu
2020-09-19kprobes: fix kill kprobe which has been marked as goneMuchun Song
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu
2020-09-14kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu
2020-09-08kprobes: Make local functions staticMasami Hiramatsu
2020-09-08kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu
2020-09-08kprobes: Remove NMI context checkMasami Hiramatsu
2020-09-08kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-08-06kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song
2020-08-03kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song
2020-07-28kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer()Masami Hiramatsu
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar
2020-07-08kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa
2020-06-16kprobes: Remove redundant arch_disarm_kprobe() callMasami Hiramatsu
2020-06-16kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu
2020-06-16kprobes: Use non RCU traversal APIs on kprobe_tables if possibleMasami Hiramatsu
2020-06-16kprobes: Suppress the suspicious RCU warning on kprobesMasami Hiramatsu
2020-06-15kprobes: Add perf ksymbol events for kprobe insn pagesAdrian Hunter
2020-06-15kprobes: Add symbols for kprobe insn pagesAdrian Hunter
2020-06-04kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-19kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner
2020-05-12kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu
2020-05-12kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu