summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron2010-10-281-0/+6
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-271-3/+4
|\
| * kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu2010-10-251-3/+4
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2010-09-221-1/+2
* | jump label: Base patch for jump labelJason Baron2010-09-221-0/+1
* | kprobes: Add sparse context annotationsNamhyung Kim2010-09-151-0/+4
* | kprobes: Make functions staticNamhyung Kim2010-09-151-2/+3
* | kprobes: Verify jprobe entry pointNamhyung Kim2010-09-151-5/+9
* | kprobes: Remove redundant address checkNamhyung Kim2010-09-151-8/+5
|/
* kprobes: Move enable/disable_kprobe() out from debugfs codeMasami Hiramatsu2010-05-081-66/+66
* kprobes: Calculate the index correctly when freeing the out-of-line execution...Masami Hiramatsu2010-03-111-1/+2
* kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-251-3/+85
* kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-251-51/+410
* kprobes: Introduce generic insn_slot frameworkMasami Hiramatsu2010-02-251-39/+65
* kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu2010-02-051-0/+1
* kprobes: Check probe address is reservedMasami Hiramatsu2010-02-041-1/+3
* kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-041-27/+2
* kprobes: Fix distinct type warningHeiko Carstens2009-12-281-1/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-051-20/+48
|\
| * Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-171-2/+2
| |\
| * \ Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-1/+1
| |\ \
| * | | kprobes: Prevent re-registration of the same kprobeAnanth N Mavinakayanahalli2009-09-171-20/+38
| * | | kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu2009-09-111-0/+2
| * | | kprobes: Prohibit to probe native_get_debugregMasami Hiramatsu2009-08-301-0/+1
| * | | tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker2009-08-271-0/+7