aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel/kprobes.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-09-09sh: kprobes: kretprobe_trampoline needs to be global.Paul Mundt
2008-09-08sh: kprobes: __kprobes annotations and formatting cleanups.Paul Mundt
2008-09-08sh: kprobes: Fix up race against probe point removal.Paul Mundt
2008-09-08sh: kprobes: Fix up a preemption imbalance on jprobe return.Paul Mundt
2008-09-08sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps.Paul Mundt
2008-09-08sh: kprobes: Use trapa #0x3a for breakpoint trap.Paul Mundt
2008-09-08sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.Paul Mundt
2008-09-08sh: Mark kretprobe_trampoline_holder static and __used.Paul Mundt
2008-09-08sh: Add kprobes support.Chris Smith