summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-111-1/+1
* perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski2015-08-041-1/+1
* kprobes: makes kprobes/enabled works correctly for optimized kprobes.Wang Nan2015-02-131-2/+9
* kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan2015-02-131-1/+6
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-121-2/+2
|\
| * kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-2/+2
* | module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-12-111-7/+11
|\
| * kprobes: introduce weak arch_check_ftrace_location() helper functionHeiko Carstens2014-10-271-7/+11
* | kprobes: Add IPMODIFY flag to kprobe_ftrace_opsMasami Hiramatsu2014-11-211-1/+1
|/
* kprobes: Skip kretprobe hit in NMI context to avoid deadlockMasami Hiramatsu2014-08-081-1/+12
* kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Masami Hiramatsu2014-07-181-5/+9
* kprobes: Show blacklist entries via debugfsMasami Hiramatsu2014-04-241-8/+53
* kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobesMasami Hiramatsu2014-04-241-26/+41
* kprobes: Allow probe on some kprobe functionsMasami Hiramatsu2014-04-241-77/+76
* kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-48/+52
* kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-241-5/+8
* kprobes: use KSYM_NAME_LEN to size identifier buffersJoe Mario2013-11-131-2/+2
* kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2013-09-111-2/+18
* kprobes: unify insn cachesHeiko Carstens2013-09-111-54/+21
* kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause2013-07-031-0/+3
* kprobes: Fix to free gone and unused optprobesMasami Hiramatsu2013-05-281-10/+20
* kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu2013-04-181-6/+13
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-21/+14
* Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-191-8/+15
|\
| * kprobes: fix wait_for_kprobe_optimizer()Tejun Heo2013-02-091-8/+15
OpenPOWER on IntegriCloud