summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAge
* 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-09
* | 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-14
* kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan2015-02-14
* 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-19
|/
* 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-12
* 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
* Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-20
|\
| * kprobes: fix wait_for_kprobe_optimizer()Tejun Heo2013-02-09
* | kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-21
|/
* kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2012-09-13
* kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-31
* kprobes: introduce ftrace based optimizationMasami Hiramatsu2012-07-31
* kprobes: Move locks into appropriate functionsMasami Hiramatsu2012-07-31
* kprobes: cleanup to separate probe-able checkMasami Hiramatsu2012-07-31
* kprobes: Inverse taking of module_mutex with kprobe_mutexSteven Rostedt2012-07-31
* kprobes: return proper error code from register_kprobe()Prashanth Nageshappa2012-03-05
* kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu2012-02-03
* kprobes: initialize before using a hlistAnanth N Mavinakayanahalli2012-01-23
* kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2012-01-12
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* locking, kprobes: Annotate the hash locks and kretprobe.lock as rawThomas Gleixner2011-09-13
* kprobes: Return -ENOENT if probe point doesn't existMasami Hiramatsu2011-07-15
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-07
|\
| * kprobes: Use this_cpu_opsChristoph Lameter2010-12-17
* | kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu2010-12-06