summaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian1-6/+12
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-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-25kprobes: 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-02-13tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu1-9/+25
2021-02-10kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo1-0/+4
2020-10-01kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song1-3/+14
2020-10-01kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu1-2/+3
2020-09-26kprobes: fix kill kprobe which has been marked as goneMuchun Song1-1/+8
2020-08-21kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song1-0/+7
2020-07-16kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook1-2/+2
2020-07-16kallsyms: Refactor kallsyms_show_value() to take credKees Cook1-2/+2
2020-06-25kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa1-0/+24
2020-06-25kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu1-1/+2
2020-03-11kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu1-24/+43
2020-03-05kprobes: Set unoptimized flag after unoptimizing codeMasami Hiramatsu1-1/+3
2019-12-05kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu1-14/+53
2019-11-20kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu1-1/+7
2019-10-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu1-1/+2
2019-09-10kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi1-4/+4
2019-04-27kprobes: Fix error check when reusing optimized probesMasami Hiramatsu1-4/+2
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-06-21kprobes: Replace %p with other pointer typesMasami Hiramatsu1-12/+10
2018-06-21kprobes: Show address of kprobes if kallsyms doesMasami Hiramatsu1-5/+9
2018-06-21kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu1-2/+10
2018-06-21kprobes: Make list and blacklist root user read onlyMasami Hiramatsu1-2/+2
2018-06-21kprobes: Don't check the ->break_handler() in generic kprobes codeMasami Hiramatsu1-34/+5
2018-06-21kprobes: Remove jprobe API implementationMasami Hiramatsu1-77/+1
2018-04-25kprobes: Fix random address output of blacklist fileThomas Richter1-1/+1
2018-02-16kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu1-25/+53
2018-02-16kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu1-25/+75
2017-10-20kprobes: Disable the jprobes APIsMasami Hiramatsu1-0/+2
2017-10-20kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu1-6/+8
2017-10-18Revert "kprobes: Warn if optprobe handler tries to change execution path"Naveen N. Rao1-4/+1
2017-09-28kprobes: Warn if optprobe handler tries to change execution pathMasami Hiramatsu1-1/+4
2017-09-28kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu1-1/+1
2017-07-08kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao1-2/+6
2017-07-08kprobes: Simplify register_jprobes()Naveen N. Rao1-14/+16
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao1-4/+4
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-27/+32
2017-05-26kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu1-1/+1
2017-05-26kprobes: Cure hotplug lock ordering issuesThomas Gleixner1-27/+32
2017-05-17kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)1-0/+6
2017-05-17tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-1/+1
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-14/+18
2017-04-20powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao1-3/+4