summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] kprobe whitespace cleanupbibo,mao2006-10-021-8/+8
* [PATCH] Kprobes: Make kprobe modules more portableAnanth N Mavinakayanahalli2006-10-021-0/+26
* [PATCH] IA64: kprobe invalidate icache of jump bufferbibo, mao2006-07-311-0/+1
* [PATCH] Notify page fault call chainAnil S Keshavamurthy2006-06-261-7/+23
* [PATCH] Kprobes registers for notify page faultAnil S Keshavamurthy2006-06-261-0/+8
* [PATCH] Kprobe: multi kprobe posthandler for boostermao, bibo2006-06-261-8/+24
* [PATCH] kprobes: NULL out non-relevant fields in struct kretprobeAnanth N Mavinakayanahalli2006-04-201-0/+3
* [PATCH] kretprobe instance recycled by parent processbibo mao2006-03-261-5/+5
* [PATCH] sem2mutex: kprobesIngo Molnar2006-03-231-7/+7
* [PATCH] Kprobes: Fix deadlock in function-return probesAnanth N Mavinakayanahalli2006-02-031-1/+1
* [PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBESAdrian Bunk2006-02-031-17/+17
* [PATCH] kprobes: fix unloading of self probed moduleKeshavamurthy Anil S2006-01-111-10/+32
* [PATCH] Kprobes: conversion from kcalloc to kzallocKeshavamurthy Anil S2006-01-101-1/+1