summaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAge
* kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu2018-02-16
* kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu2018-02-16
* kprobes: Disable the jprobes APIsMasami Hiramatsu2017-10-20
* kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu2017-10-20
* Revert "kprobes: Warn if optprobe handler tries to change execution path"Naveen N. Rao2017-10-18
* kprobes: Warn if optprobe handler tries to change execution pathMasami Hiramatsu2017-09-28
* kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu2017-09-28
* kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao2017-07-08
* kprobes: Simplify register_jprobes()Naveen N. Rao2017-07-08
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-08
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-03
|\
| * kprobes: Cure hotplug lock ordering issuesThomas Gleixner2017-05-26
* | kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2017-05-26
|/
* kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-17
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-17
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-05
|\
| * powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-20
| * kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-20
| * kprobes: Skip preparing optprobe if the probe is ftrace-basedMasami Hiramatsu2017-04-20
* | trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao2017-03-15
* | kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOLNaveen N. Rao2017-03-14
* | kretprobes: Ensure probe location is at function entryNaveen N. Rao2017-03-03
|/
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-22
|\
| * kprobes: Introduce weak variant of kprobe_exceptions_notify()Naveen N. Rao2017-02-10
* | kprobes, extable: Identify kprobes trampolines as kernel text areaMasami Hiramatsu2017-01-14
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-10-11
* perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski2015-08-04
* kprobes: makes kprobes/enabled works correctly for optimized kprobes.Wang Nan2015-02-13
* kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan2015-02-13
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-12
|\
| * kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-13
* | module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-12-11
|\
| * kprobes: introduce weak arch_check_ftrace_location() helper functionHeiko Carstens2014-10-27
* | kprobes: Add IPMODIFY flag to kprobe_ftrace_opsMasami Hiramatsu2014-11-21
|/
* kprobes: Skip kretprobe hit in NMI context to avoid deadlockMasami Hiramatsu2014-08-08
* kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Masami Hiramatsu2014-07-18
* kprobes: Show blacklist entries via debugfsMasami Hiramatsu2014-04-24
* kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobesMasami Hiramatsu2014-04-24
* kprobes: Allow probe on some kprobe functionsMasami Hiramatsu2014-04-24
* kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-24
* kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-24
* kprobes: use KSYM_NAME_LEN to size identifier buffersJoe Mario2013-11-13
* kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2013-09-11
* kprobes: unify insn cachesHeiko Carstens2013-09-11
* kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause2013-07-03
* kprobes: Fix to free gone and unused optprobesMasami Hiramatsu2013-05-28
* kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu2013-04-18
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27