summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli2006-01-101-2/+2
* [PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy2006-01-101-3/+1
* [PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S2006-01-101-14/+18
* [PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy2006-01-101-48/+43
* [PATCH] kprobes: enable funcions only for required archAnil S Keshavamurthy2006-01-101-0/+2
* [PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S2005-12-121-0/+13
* [PATCH] kprobes: fix race in aggregate kprobe registrationKeshavamurthy Anil S2005-12-121-4/+1
* [PATCH] Kprobes: Reference count the modules when probed on itMao, Bibo2005-12-121-2/+16
* [PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli2005-11-071-1/+1
* [PATCH] Kprobes: Use RCU for (un)register synchronization - base changesAnanth N Mavinakayanahalli2005-11-071-61/+42
* [PATCH] Kprobes: Track kprobe on a per_cpu basis - base changesAnanth N Mavinakayanahalli2005-11-071-15/+28
* [PATCH] fix missing includesTim Schmielau2005-10-301-0/+1
* [PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S2005-09-071-0/+22
* [PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi2005-09-071-29/+43
OpenPOWER on IntegriCloud