summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-2/+1Star
|\
| * kprobes: Fix to init kprobes in subsys_initcallMasami Hiramatsu2019-07-161-1/+1
| * kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu2019-05-261-2/+1Star
* | kprobes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-19/+6Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
|/
* kprobes: Fix error check when reusing optimized probesMasami Hiramatsu2019-04-161-4/+2Star
* kprobes: Search non-suffixed symbol in blacklistMasami Hiramatsu2019-02-131-1/+20
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-14/+53
|\
| * kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu2018-12-171-14/+53
* | kprobes: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-5/+5
|/
* kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu2018-09-121-1/+7
* kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu2018-09-121-7/+20
* kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()Masami Hiramatsu2018-09-121-1/+0Star
* kprobes: Remove pointless BUG_ON() from add_new_kprobe()Masami Hiramatsu2018-09-121-2/+0Star
* kprobes: Remove pointless BUG_ON() from disarming processMasami Hiramatsu2018-09-121-1/+0Star
* kprobes: Replace %p with other pointer typesMasami Hiramatsu2018-06-211-12/+10Star
* 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/+5Star
* kprobes: Remove jprobe API implementationMasami Hiramatsu2018-06-211-77/+1Star
* 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/+1Star
* 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-041-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-271-1/+1
|/
* kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-181-0/+6
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-181-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/+8Star
| * kprobes: Skip preparing optprobe if the probe is ftrace-basedMasami Hiramatsu2017-04-201-2/+9
* | trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao2017-03-151-14/+26
* | kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOLNaveen N. Rao2017-03-141-2/+3
* | kretprobes: Ensure probe location is at function entryNaveen N. Rao2017-03-031-0/+13
|/
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-221-0/+6
|\
| * kprobes: Introduce weak variant of kprobe_exceptions_notify()Naveen N. Rao2017-02-101-0/+6
* | kprobes, extable: Identify kprobes trampolines as kernel text areaMasami Hiramatsu2017-01-141-19/+54
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-10-121-1/+1
* perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski2015-08-041-1/+1