summaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAge
...
* Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-19
|\
| * 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
* | kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu2010-12-06
* | kprobes: Reuse unused kprobeMasami Hiramatsu2010-12-06
* | kprobes: Support delayed unoptimizingMasami Hiramatsu2010-12-06
* | kprobes: Separate kprobe optimizing code from optimizerMasami Hiramatsu2010-12-06
* | kprobes: Cleanup disabling and unregistering pathMasami Hiramatsu2010-12-06
* | kprobes: Rename old_p to more appropriate nameMasami Hiramatsu2010-12-06
|/
* jump label: Fix error with preempt disable holding mutexSteven Rostedt2010-10-29
* jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron2010-10-28
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-27
|\
| * kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu2010-10-25
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2010-09-22
* | jump label: Base patch for jump labelJason Baron2010-09-22
* | kprobes: Add sparse context annotationsNamhyung Kim2010-09-15
* | kprobes: Make functions staticNamhyung Kim2010-09-15
* | kprobes: Verify jprobe entry pointNamhyung Kim2010-09-15
* | kprobes: Remove redundant address checkNamhyung Kim2010-09-15
|/
* kprobes: Move enable/disable_kprobe() out from debugfs codeMasami Hiramatsu2010-05-08
* kprobes: Calculate the index correctly when freeing the out-of-line execution...Masami Hiramatsu2010-03-11
* kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-25
* kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-25
* kprobes: Introduce generic insn_slot frameworkMasami Hiramatsu2010-02-25
* kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu2010-02-05
* kprobes: Check probe address is reservedMasami Hiramatsu2010-02-04
* kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-04
* kprobes: Fix distinct type warningHeiko Carstens2009-12-28
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
|\
| * Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-17
| |\
| * \ Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-23
| |\ \
| * | | kprobes: Prevent re-registration of the same kprobeAnanth N Mavinakayanahalli2009-09-17