summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-211-4/+4
|/
* kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2012-09-131-3/+0
* kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-311-1/+1
* kprobes: introduce ftrace based optimizationMasami Hiramatsu2012-07-311-13/+92
* kprobes: Move locks into appropriate functionsMasami Hiramatsu2012-07-311-21/+42
* kprobes: cleanup to separate probe-able checkMasami Hiramatsu2012-07-311-37/+45
* kprobes: Inverse taking of module_mutex with kprobe_mutexSteven Rostedt2012-07-311-2/+2
* kprobes: return proper error code from register_kprobe()Prashanth Nageshappa2012-03-051-5/+7
* kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu2012-02-031-1/+5
* kprobes: initialize before using a hlistAnanth N Mavinakayanahalli2012-01-231-1/+1
* kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2012-01-121-1/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* locking, kprobes: Annotate the hash locks and kretprobe.lock as rawThomas Gleixner2011-09-131-17/+17
* kprobes: Return -ENOENT if probe point doesn't existMasami Hiramatsu2011-07-151-10/+23
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-4/+4
|\
| * kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-4/+4
* | kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu2010-12-061-6/+4
* | kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu2010-12-061-10/+7
* | kprobes: Reuse unused kprobeMasami Hiramatsu2010-12-061-2/+30
* | kprobes: Support delayed unoptimizingMasami Hiramatsu2010-12-061-77/+233
* | kprobes: Separate kprobe optimizing code from optimizerMasami Hiramatsu2010-12-061-17/+26
* | kprobes: Cleanup disabling and unregistering pathMasami Hiramatsu2010-12-061-56/+72
* | kprobes: Rename old_p to more appropriate nameMasami Hiramatsu2010-12-061-47/+46
|/
* jump label: Fix error with preempt disable holding mutexSteven Rostedt2010-10-291-13/+13
OpenPOWER on IntegriCloud