| Commit message (Expand) | Author | Age | Files | Lines |
* | [IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64 | Masami Hiramatsu | 2008-02-04 | 1 | -3/+4 |
* | [IA64] kprobe: make kreturn probe handler stack unwind correct | Shaohua Li | 2007-12-07 | 1 | -2/+17 |
* | [IA64] Add missing "space" to concatenated strings | Joe Perches | 2007-12-07 | 1 | -5/+5 |
* | kprobes: support kretprobe blacklist | Masami Hiramatsu | 2007-10-16 | 1 | -0/+2 |
* | jprobes: make jprobes a little safer for users | Michael Ellerman | 2007-07-19 | 1 | -1/+6 |
* | [IA64] optimize pagefaults a little | Christoph Hellwig | 2007-05-16 | 1 | -8/+1 |
* | [IA64] spelling fixes: arch/ia64/ | Simon Arlott | 2007-05-11 | 1 | -3/+3 |
* | [IA64] fix Kprobes reentrancy | Anil S Keshavamurthy | 2007-05-11 | 1 | -4/+8 |
* | Kprobes: The ON/OFF knob thru debugfs | Ananth N Mavinakayanahalli | 2007-05-08 | 1 | -0/+9 |
* | kprobes: kretprobes simplifications | Christoph Hellwig | 2007-05-08 | 1 | -14/+4 |
* | Kprobes: print details of kretprobe on assertion failure | Ananth N Mavinakayanahalli | 2007-05-08 | 1 | -1/+2 |
* | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 1 | -1/+1 |
* | [IA64] kprobe clears qp bits for special instructions | bibo,mao | 2006-12-12 | 1 | -53/+122 |
* | [IA64] enable trap code on slot 1 | Tony Luck | 2006-12-12 | 1 | -14/+37 |
* | Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li... | Linus Torvalds | 2006-12-07 | 1 | -1/+1 |
|\ |
|
| * | [IA64] sparse cleanups | Matthew Wilcox | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] kprobes: enable booster on the preemptible kernel | Masami Hiramatsu | 2006-12-07 | 1 | -1/+1 |
|/ |
|
* | [PATCH] kretprobe spinlock deadlock patch | bibo,mao | 2006-10-02 | 1 | -2/+7 |
* | [PATCH] kprobe whitespace cleanup | bibo,mao | 2006-10-02 | 1 | -44/+45 |
* | [IA64] kprobes: fixup the pagefault exception caused by probehandlers | Keshavamurthy Anil S | 2006-09-26 | 1 | -0/+6 |
* | [IA64] kprobe opcode 16 bytes alignment on IA64 | bibo mao | 2006-09-26 | 1 | -26/+29 |
* | [PATCH] IA64: kprobe invalidate icache of jump buffer | bibo, mao | 2006-07-31 | 1 | -0/+9 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] Switch Kprobes inline functions to __kprobes for ia64 | Prasanna S Panchamukhi | 2006-04-19 | 1 | -5/+5 |
* | [PATCH] kprobes: fix broken fault handling for ia64 | Prasanna S Panchamukhi | 2006-03-26 | 1 | -5/+43 |
* | [PATCH] kprobe handler: discard user space trap | bibo,mao | 2006-03-26 | 1 | -0/+3 |
* | [IA64] prevent accidental modification of args in jprobe handler | Zhang Yanmin | 2006-01-13 | 1 | -0/+57 |
* | [PATCH] kprobes: fix race in recovery of reentrant probe | Keshavamurthy Anil S | 2006-01-11 | 1 | -0/+7 |
* | [PATCH] kprobes: arch_remove_kprobe | Anil S Keshavamurthy | 2006-01-10 | 1 | -4/+0 |
* | [PATCH] kprobes: increment kprobe missed count for multiprobes | Keshavamurthy Anil S | 2005-12-12 | 1 | -1/+1 |
* | [IA64] Remove getting break_num by decoding instruction | Keshavamurthy Anil S | 2005-11-29 | 1 | -1/+1 |
* | [IA64] Extend notify_die() hooks for IA64 | Keith Owens | 2005-11-07 | 1 | -9/+13 |
* | [PATCH] Kprobes: preempt_disable/enable() simplification | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -17/+20 |
* | [PATCH] Kprobes: Use RCU for (un)register synchronization - arch changes | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -10/+6 |
* | [PATCH] Kprobes: Track kprobe on a per_cpu basis - ia64 changes | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -38/+45 |
* | [PATCH] Kprobes: rearrange preempt_disable/enable() calls | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -8/+14 |
* | [PATCH] kprobes: fix bug when probed on task and isr functions | Keshavamurthy Anil S | 2005-09-07 | 1 | -3/+19 |
* | [PATCH] Kprobes/IA64: fix race when break hits and kprobe not found | Keshavamurthy Anil S | 2005-09-07 | 1 | -0/+45 |
* | [PATCH] Kprobes: prevent possible race conditions ia64 changes | Prasanna S Panchamukhi | 2005-09-07 | 1 | -24/+33 |
* | [PATCH] kprobes: fix namespace problem and sparc64 build | Rusty Lynch | 2005-07-05 | 1 | -1/+1 |
* | [PATCH] kprobes/ia64: refuse kprobe on ivt code | Keshavamurthy Anil S | 2005-06-27 | 1 | -2/+16 |
* | [PATCH] kprobes/ia64: refuse inserting kprobe on slot 1 | Rusty Lynch | 2005-06-27 | 1 | -0/+7 |
* | [PATCH] Return probe redesign: ia64 specific implementation | Rusty Lynch | 2005-06-27 | 1 | -2/+101 |
* | [PATCH] Kprobes/ia64: temporary disarming of reentrant probe | Anil S Keshavamurthy | 2005-06-23 | 1 | -6/+43 |
* | [PATCH] Kprobes/IA64: check jprobe break before handling | Keshavamurthy Anil S | 2005-06-23 | 1 | -3/+7 |
* | [PATCH] Kprobes IA64: safe register kprobe | Anil S Keshavamurthy | 2005-06-23 | 1 | -0/+45 |
* | [PATCH] Kprobes IA64: cmp ctype unc support | Anil S Keshavamurthy | 2005-06-23 | 1 | -2/+41 |
* | [PATCH] Kprobes IA64: arch_prepare_kprobes() cleanup | Anil S Keshavamurthy | 2005-06-23 | 1 | -70/+121 |
* | [PATCH] Kprobes ia64 qp fix | Rusty Lynch | 2005-06-23 | 1 | -3/+3 |
* | [PATCH] Kprobes ia64 cleanup | Rusty Lynch | 2005-06-23 | 1 | -101/+77 |