aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAge
* kprobes: Use kernel_text_address() for checking probe addressMasami Hiramatsu2009-07-30
* kprobes: No need to unlock kprobe_insn_mutexMasami Hiramatsu2009-07-01
* kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu2009-05-08
* kprobes: support per-kprobe disablingMasami Hiramatsu2009-04-07
* kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu2009-04-07
* kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu2009-04-07
* kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu2009-04-07
* kprobes: Fix locking imbalance in kretprobesAnanth N Mavinakayanahalli2009-03-18
* tracing, Text Edit Lock - kprobes architecture independent supportMathieu Desnoyers2009-03-06
* kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-16
* kprobes: support probing module __init functionMasami Hiramatsu2009-01-06
* kprobes: remove called_from argumentMasami Hiramatsu2009-01-06
* kprobes: support probing module __exit functionMasami Hiramatsu2009-01-06
* kprobes: add __kprobes to kprobe internal functionsMasami Hiramatsu2009-01-06
* kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-06
* kprobes: bugfix: try_module_get even if calling_mod is NULLMasami Hiramatsu2009-01-06
* kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor buildsAndrew Morton2008-11-12
* kprobes: disable preempt for module_text_address() and kernel_text_address()Masami Hiramatsu2008-11-12
* make kprobes.c:kretprobe_table_lock() staticAdrian Bunk2008-10-16
* kprobes: remove redundant config checkAbhishek Sagar2008-07-25
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-25
* kernel/kprobes.c: Made kprobe_blacklist static.Daniel Guilak2008-07-10
* kprobes: fix error checking of batch registrationMasami Hiramatsu2008-06-12
* 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: fix a null pointer bug in register_kretprobe()Masami Hiramatsu2008-03-04
* 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
* x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig2007-10-16
* fix compilation with gcc 4.2Peter Chubb2007-08-11
* jprobes: make jprobes a little safer for usersMichael Ellerman2007-07-19
* Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-08
* kprobes: kretprobes simplificationsChristoph Hellwig2007-05-08
* kprobes: codingstyle cleanupsChristoph Hellwig2007-05-08
* kprobes: use hlist_for_each_entryChristoph Hellwig2007-05-08
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-08
* move die notifier handling to common codeChristoph Hellwig2007-05-08
* kprobes: fix sparse NULL warningRandy Dunlap2007-05-08
* [PATCH] kprobes: list all active probes in the systemSrinivasa Ds2007-02-20
* [PATCH] kprobes: replace magic numbers with enumMasami Hiramatsu2007-01-30
* [PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu2006-12-07
* [PATCH] kretprobe spinlock deadlock patchbibo,mao2006-10-02
* [PATCH] kprobe whitespace cleanupbibo,mao2006-10-02
* [PATCH] Kprobes: Make kprobe modules more portableAnanth N Mavinakayanahalli2006-10-02
* [PATCH] IA64: kprobe invalidate icache of jump bufferbibo, mao2006-07-31
* [PATCH] Notify page fault call chainAnil S Keshavamurthy2006-06-26