| Commit message (Expand) | Author | Age | Files | Lines |
* | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist | Masami Hiramatsu | 2014-04-24 | 1 | -1/+15 |
* | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
* | kprobes: Update document about irq disabled state in kprobe handler | Masami Hiramatsu | 2010-10-14 | 1 | -3/+5 |
* | Documentation: Mention that KProbes is supported on MIPS | David Daney | 2010-08-05 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
|\ |
|
| * | Documentation/: it's -> its where appropriate | Francis Galiegue | 2010-04-23 | 1 | -1/+1 |
* | | kprobes: Hide CONFIG_OPTPROBES and set if arch supports optimized kprobes | Masami Hiramatsu | 2010-03-16 | 1 | -8/+2 |
|/ |
|
* | kprobes: Add documents of jump optimization | Masami Hiramatsu | 2010-02-25 | 1 | -12/+195 |
* | debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. | GeunSik Lim | 2009-06-15 | 1 | -3/+3 |
* | kprobes: support kretprobe and jprobe per-probe disabling | Masami Hiramatsu | 2009-04-07 | 1 | -6/+10 |
* | kprobes: support per-kprobe disabling | Masami Hiramatsu | 2009-04-07 | 1 | -6/+28 |
* | kprobes: support probing module __exit function | Masami Hiramatsu | 2009-01-06 | 1 | -1/+4 |
* | powerpc/booke: Add kprobes support for booke style processors | Kumar Gala | 2008-06-26 | 1 | -0/+1 |
* | kprobes: update document about batch registration | Masami Hiramatsu | 2008-04-28 | 1 | -4/+47 |
* | Kprobes: move kprobe examples to samples/ | Ananth N Mavinakayanahalli | 2008-03-04 | 1 | -238/+5 |
* | remove final fastcall users | Harvey Harrison | 2008-02-13 | 1 | -6/+5 |
* | kprobes: kretprobe user entry-handler | Abhishek Sagar | 2008-02-06 | 1 | -12/+69 |
* | ARM kprobes: let's enable it | Nicolas Pitre | 2008-01-26 | 1 | -0/+1 |
* | jprobes: remove JPROBE_ENTRY() | Michael Ellerman | 2007-07-19 | 1 | -7/+1 |
* | Kprobes: The ON/OFF knob thru debugfs | Ananth N Mavinakayanahalli | 2007-05-08 | 1 | -3/+31 |
* | [PATCH] Don't give bad kprobes example aka ") < 0))" typo | Alexey Dobriyan | 2006-11-16 | 1 | -2/+3 |
* | [PATCH] Update Documentation/kprobes.txt | Ananth N Mavinakayanahalli | 2006-10-02 | 1 | -33/+56 |
* | [PATCH] kprobes: Update Documentation/kprobes.txt | Jim Keniston | 2006-02-14 | 1 | -39/+42 |
* | [PATCH] Fix more "if ((err = foo() < 0))" typos | Alexey Dobriyan | 2006-01-09 | 1 | -1/+2 |
* | [PATCH] Add Documentation/kprobes.txt | Jim Keniston | 2005-08-04 | 1 | -0/+588 |