aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kprobes.h
Commit message (Expand)AuthorAge
* Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-23
|\
| * tracing: remove notrace from __kprobes annotationSteven Rostedt2009-09-15
* | tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker2009-08-26
|/
* kprobes: support kretprobe and jprobe per-probe disablingMasami Hiramatsu2009-04-07
* kprobes: support per-kprobe disablingMasami Hiramatsu2009-04-07
* kprobes: cleanup comment style in kprobes.hMasami Hiramatsu2009-04-07
* x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar2009-02-20
* kprobes: fix module compilation error with CONFIG_KPROBES=nMasami Hiramatsu2009-01-29
* kprobes: support probing module __exit functionMasami Hiramatsu2009-01-06
* kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-06
* ftrace: ignore functions that cannot be kprobe-edIngo Molnar2008-10-14
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-25
* kprobes: enable clean usage of get_kprobeAbhishek Sagar2008-06-23
* kprobes: add (un)register_jprobes for batch registrationMasami Hiramatsu2008-04-28
* kprobes: add (un)register_kretprobes for batch registrationMasami Hiramatsu2008-04-28
* kprobes: add (un)register_kprobes for batch registrationMasami Hiramatsu2008-04-28
* kprobes: prevent probing of preempt_schedule()Srinivasa Ds2008-04-28
* Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli2008-03-04
* kprobes: kretprobe user entry-handlerAbhishek Sagar2008-02-06
* x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli2008-01-30
* kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-16
* jprobes: make jprobes a little safer for usersMichael Ellerman2007-07-19
* jprobes: remove JPROBE_ENTRY()Michael Ellerman2007-07-19
* jprobes: make struct jprobe.entry a void *Michael Ellerman2007-07-19
* Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-08
* kprobes: kretprobes simplificationsChristoph Hellwig2007-05-08
* Kprobes: print details of kretprobe on assertion failureAnanth N Mavinakayanahalli2007-05-08
* Kprobes: Make kprobe.symbol_name constAnanth N Mavinakayanahalli2007-05-08
* [PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu2006-12-07
* [PATCH] kretprobe spinlock deadlock patchbibo,mao2006-10-02
* [PATCH] Kprobes: Make kprobe modules more portableAnanth N Mavinakayanahalli2006-10-02
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26
* [PATCH] sem2mutex: kprobesIngo Molnar2006-03-23
* [PATCH] kprobes: fix unloading of self probed moduleKeshavamurthy Anil S2006-01-11
* [PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli2006-01-10
* [PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy2006-01-10
* [PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy2006-01-10
* [PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S2005-12-12
* [PATCH] kprobes: no probes on critical pathKeshavamurthy Anil S2005-12-12
* [PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli2005-11-07
* [PATCH] Kprobes: Use RCU for (un)register synchronization - base changesAnanth N Mavinakayanahalli2005-11-07
* [PATCH] Kprobes: Track kprobe on a per_cpu basis - base changesAnanth N Mavinakayanahalli2005-11-07
* [PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi2005-09-07
* [PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch2005-07-05
* [PATCH] Return probe redesign: architecture independent changesRusty Lynch2005-06-27
* [PATCH] kprobes: fix single-step out of line - take2Ananth N Mavinakayanahalli2005-06-27
* [PATCH] kprobes: Temporary disarming of reentrant probePrasanna S Panchamukhi2005-06-23
* [PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_taskHien Nguyen2005-06-23
* [PATCH] Move kprobe [dis]arming into arch specific codeRusty Lynch2005-06-23
* [PATCH] kprobes: function-return probesHien Nguyen2005-06-23