summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-2/+2
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111-1/+1
|\
| * kprobes: Use kernel_text_address() for checking probe addressMasami Hiramatsu2009-07-301-1/+1
* | kprobes: Clean up insn_pages by using list instead of hlistMasami Hiramatsu2009-07-011-19/+11
|/
* kprobes: No need to unlock kprobe_insn_mutexMasami Hiramatsu2009-07-011-5/+1
* kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu2009-05-081-9/+22
* kprobes: support per-kprobe disablingMasami Hiramatsu2009-04-071-26/+141
* kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu2009-04-071-17/+17
* kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu2009-04-071-12/+18
* kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu2009-04-071-30/+30
* kprobes: Fix locking imbalance in kretprobesAnanth N Mavinakayanahalli2009-03-181-3/+1
* tracing, Text Edit Lock - kprobes architecture independent supportMathieu Desnoyers2009-03-061-2/+13
* kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-161-1/+1
* kprobes: support probing module __init functionMasami Hiramatsu2009-01-061-4/+19
* kprobes: remove called_from argumentMasami Hiramatsu2009-01-061-58/+14
* kprobes: support probing module __exit functionMasami Hiramatsu2009-01-061-40/+119
* kprobes: add __kprobes to kprobe internal functionsMasami Hiramatsu2009-01-061-7/+9
* kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-4/+21
* kprobes: bugfix: try_module_get even if calling_mod is NULLMasami Hiramatsu2009-01-061-1/+1
* kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor buildsAndrew Morton2008-11-121-1/+1
* kprobes: disable preempt for module_text_address() and kernel_text_address()Masami Hiramatsu2008-11-121-5/+16
* make kprobes.c:kretprobe_table_lock() staticAdrian Bunk2008-10-161-1/+1
* kprobes: remove redundant config checkAbhishek Sagar2008-07-251-5/+0
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-38/+89
* kernel/kprobes.c: Made kprobe_blacklist static.Daniel Guilak2008-07-101-1/+1
* kprobes: fix error checking of batch registrationMasami Hiramatsu2008-06-121-6/+9
* kprobes: add (un)register_jprobes for batch registrationMasami Hiramatsu2008-04-281-9/+56
* kprobes: add (un)register_kretprobes for batch registrationMasami Hiramatsu2008-04-281-20/+88
* kprobes: add (un)register_kprobes for batch registrationMasami Hiramatsu2008-04-281-37/+87
* kprobes: prevent probing of preempt_schedule()Srinivasa Ds2008-04-281-0/+52
* kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu2008-03-041-17/+26
* Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli2008-03-041-6/+3
* kprobes: kretprobe user entry-handlerAbhishek Sagar2008-02-061-1/+8
* x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli2008-01-301-0/+2
* kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-161-0/+23
* x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig2007-10-161-36/+3
* fix compilation with gcc 4.2Peter Chubb2007-08-111-0/+5
* jprobes: make jprobes a little safer for usersMichael Ellerman2007-07-191-0/+9
* Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-081-7/+149
* kprobes: kretprobes simplificationsChristoph Hellwig2007-05-081-43/+21
* kprobes: codingstyle cleanupsChristoph Hellwig2007-05-081-25/+30
* kprobes: use hlist_for_each_entryChristoph Hellwig2007-05-081-6/+3
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-2/+2
* move die notifier handling to common codeChristoph Hellwig2007-05-081-1/+1
* kprobes: fix sparse NULL warningRandy Dunlap2007-05-081-1/+2
* [PATCH] kprobes: list all active probes in the systemSrinivasa Ds2007-02-201-2/+111
* [PATCH] kprobes: replace magic numbers with enumMasami Hiramatsu2007-01-301-7/+13
* [PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu2006-12-071-21/+96
* [PATCH] kretprobe spinlock deadlock patchbibo,mao2006-10-021-4/+11