summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-03-111-2/+2
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-03-111-1/+1
* kprobe: reverse kp->flags when arm_kprobe failedLi Qiang2022-11-101-1/+4
* kprobes: Prohibit probes in gate areaChristian A. Ehrhardt2022-09-151-0/+1
* kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima2022-09-051-4/+5
* kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin2022-08-251-1/+2
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+3
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-02-131-9/+25
* kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-02-101-0/+4
* kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song2020-10-011-3/+14
* kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-10-011-2/+3
* kprobes: fix kill kprobe which has been marked as goneMuchun Song2020-09-261-1/+8
* kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song2020-08-211-0/+7
* kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook2020-07-161-2/+2
* kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-161-2/+2
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-251-0/+24
* kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu2020-06-251-1/+2
* kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu2020-03-111-24/+43
* kprobes: Set unoptimized flag after unoptimizing codeMasami Hiramatsu2020-03-051-1/+3
* kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu2019-12-051-14/+53
* kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu2019-11-201-1/+7
* kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-051-1/+2
* kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-09-101-4/+4
* kprobes: Fix error check when reusing optimized probesMasami Hiramatsu2019-04-271-4/+2
* kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu2018-11-131-7/+20
* kprobes: Replace %p with other pointer typesMasami Hiramatsu2018-06-211-12/+10
* kprobes: Show address of kprobes if kallsyms doesMasami Hiramatsu2018-06-211-5/+9
* kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu2018-06-211-2/+10
* kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-06-211-2/+2
* kprobes: Don't check the ->break_handler() in generic kprobes codeMasami Hiramatsu2018-06-211-34/+5
* kprobes: Remove jprobe API implementationMasami Hiramatsu2018-06-211-77/+1
* kprobes: Fix random address output of blacklist fileThomas Richter2018-04-251-1/+1
* kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu2018-02-161-25/+53
* kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu2018-02-161-25/+75
* kprobes: Disable the jprobes APIsMasami Hiramatsu2017-10-201-0/+2
* kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu2017-10-201-6/+8
* Revert "kprobes: Warn if optprobe handler tries to change execution path"Naveen N. Rao2017-10-181-4/+1
* kprobes: Warn if optprobe handler tries to change execution pathMasami Hiramatsu2017-09-281-1/+4
* kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu2017-09-281-1/+1
* kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao2017-07-081-2/+6
* kprobes: Simplify register_jprobes()Naveen N. Rao2017-07-081-14/+16
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-4/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-27/+32
|\
| * kprobes: Cure hotplug lock ordering issuesThomas Gleixner2017-05-261-27/+32
* | kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2017-05-261-1/+1
|/
* kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-171-0/+6
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-171-1/+1
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-14/+18
|\
| * powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-201-3/+4
| * kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-201-12/+8