aboutsummaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-16make kprobes.c:kretprobe_table_lock() staticGravatar Adrian Bunk 1-1/+1
2008-07-25kprobes: remove redundant config checkGravatar Abhishek Sagar 1-5/+0
2008-07-25kprobes: improve kretprobe scalability with hashed lockingGravatar Srinivasa D S 1-38/+89
2008-07-10kernel/kprobes.c: Made kprobe_blacklist static.Gravatar Daniel Guilak 1-1/+1
2008-06-12kprobes: fix error checking of batch registrationGravatar Masami Hiramatsu 1-6/+9
2008-04-28kprobes: add (un)register_jprobes for batch registrationGravatar Masami Hiramatsu 1-9/+56
2008-04-28kprobes: add (un)register_kretprobes for batch registrationGravatar Masami Hiramatsu 1-20/+88
2008-04-28kprobes: add (un)register_kprobes for batch registrationGravatar Masami Hiramatsu 1-37/+87
2008-04-28kprobes: prevent probing of preempt_schedule()Gravatar Srinivasa Ds 1-0/+52
2008-03-04kprobes: fix a null pointer bug in register_kretprobe()Gravatar Masami Hiramatsu 1-17/+26
2008-03-04Kprobes: indicate kretprobe support in KconfigGravatar Ananth N Mavinakayanahalli 1-6/+3
2008-02-06kprobes: kretprobe user entry-handlerGravatar Abhishek Sagar 1-1/+8
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootGravatar Ananth N Mavinakayanahalli 1-0/+2
2007-10-16kprobes: support kretprobe blacklistGravatar Masami Hiramatsu 1-0/+23
2007-10-16x86: optimize page faults like all other achitectures and kill notifier cruftGravatar Christoph Hellwig 1-36/+3
2007-08-11fix compilation with gcc 4.2Gravatar Peter Chubb 1-0/+5
2007-07-19jprobes: make jprobes a little safer for usersGravatar Michael Ellerman 1-0/+9
2007-05-08Kprobes: The ON/OFF knob thru debugfsGravatar Ananth N Mavinakayanahalli 1-7/+149
2007-05-08kprobes: kretprobes simplificationsGravatar Christoph Hellwig 1-43/+21
2007-05-08kprobes: codingstyle cleanupsGravatar Christoph Hellwig 1-25/+30
2007-05-08kprobes: use hlist_for_each_entryGravatar Christoph Hellwig 1-6/+3
2007-05-08Simplify kallsyms_lookup()Gravatar Alexey Dobriyan 1-2/+2
2007-05-08move die notifier handling to common codeGravatar Christoph Hellwig 1-1/+1
2007-05-08kprobes: fix sparse NULL warningGravatar Randy Dunlap 1-1/+2
2007-02-20[PATCH] kprobes: list all active probes in the systemGravatar Srinivasa Ds 1-2/+111
2007-01-30[PATCH] kprobes: replace magic numbers with enumGravatar Masami Hiramatsu 1-7/+13
2006-12-07[PATCH] kprobes: enable booster on the preemptible kernelGravatar Masami Hiramatsu 1-21/+96
2006-10-02[PATCH] kretprobe spinlock deadlock patchGravatar bibo,mao 1-4/+11
2006-10-02[PATCH] kprobe whitespace cleanupGravatar bibo,mao 1-8/+8
2006-10-02[PATCH] Kprobes: Make kprobe modules more portableGravatar Ananth N Mavinakayanahalli 1-0/+26
2006-07-31[PATCH] IA64: kprobe invalidate icache of jump bufferGravatar bibo, mao 1-0/+1
2006-06-26[PATCH] Notify page fault call chainGravatar Anil S Keshavamurthy 1-7/+23
2006-06-26[PATCH] Kprobes registers for notify page faultGravatar Anil S Keshavamurthy 1-0/+8
2006-06-26[PATCH] Kprobe: multi kprobe posthandler for boosterGravatar mao, bibo 1-8/+24
2006-04-20[PATCH] kprobes: NULL out non-relevant fields in struct kretprobeGravatar Ananth N Mavinakayanahalli 1-0/+3
2006-03-26[PATCH] kretprobe instance recycled by parent processGravatar bibo mao 1-5/+5
2006-03-23[PATCH] sem2mutex: kprobesGravatar Ingo Molnar 1-7/+7
2006-02-03[PATCH] Kprobes: Fix deadlock in function-return probesGravatar Ananth N Mavinakayanahalli 1-1/+1
2006-02-03[PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBESGravatar Adrian Bunk 1-17/+17
2006-01-11[PATCH] kprobes: fix unloading of self probed moduleGravatar Keshavamurthy Anil S 1-10/+32
2006-01-10[PATCH] Kprobes: conversion from kcalloc to kzallocGravatar Keshavamurthy Anil S 1-1/+1
2006-01-10[PATCH] kprobes: fix build breakageGravatar Ananth N Mavinakayanahalli 1-2/+2
2006-01-10[PATCH] kprobes: arch_remove_kprobeGravatar Anil S Keshavamurthy 1-3/+1
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixGravatar Keshavamurthy Anil S 1-14/+18
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexGravatar Anil S Keshavamurthy 1-48/+43
2006-01-10[PATCH] kprobes: enable funcions only for required archGravatar Anil S Keshavamurthy 1-0/+2
2005-12-12[PATCH] kprobes: increment kprobe missed count for multiprobesGravatar Keshavamurthy Anil S 1-0/+13
2005-12-12[PATCH] kprobes: fix race in aggregate kprobe registrationGravatar Keshavamurthy Anil S 1-4/+1
2005-12-12[PATCH] Kprobes: Reference count the modules when probed on itGravatar Mao, Bibo 1-2/+16
2005-11-07[PATCH] Kprobes: preempt_disable/enable() simplificationGravatar Ananth N Mavinakayanahalli 1-1/+1