summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sh: Replace __get_cpu_var usesChristoph Lameter2014-06-041-15/+15
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+3
* sh: kprobes SMP support.Paul Mundt2010-06-141-50/+50
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sh: kprobes: kretprobe_trampoline needs to be global.Paul Mundt2008-09-091-1/+3
* sh: kprobes: __kprobes annotations and formatting cleanups.Paul Mundt2008-09-081-17/+20
* sh: kprobes: Fix up race against probe point removal.Paul Mundt2008-09-081-0/+11
* sh: kprobes: Fix up a preemption imbalance on jprobe return.Paul Mundt2008-09-081-0/+1
* sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps.Paul Mundt2008-09-081-1/+1
* sh: kprobes: Use trapa #0x3a for breakpoint trap.Paul Mundt2008-09-081-2/+1
* sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.Paul Mundt2008-09-081-1/+1
* sh: Mark kretprobe_trampoline_holder static and __used.Paul Mundt2008-09-081-1/+1
* sh: Add kprobes support.Chris Smith2008-09-081-0/+568