summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instructionJon Medhurst2011-07-131-0/+5
* ARM: kprobes: Add hooks to override singlestep()Jon Medhurst2011-07-131-5/+3
* ARM: kprobes: Use conditional breakpoints for ARM probesJon Medhurst2011-07-131-2/+8
* ARM: kprobes: Don't trigger probes on conditional instructions when condition...Jon Medhurst2011-07-131-1/+23
* ARM: kprobes: Add Thumb breakpoint supportJon Medhurst2011-07-131-12/+110
* ARM: kprobes: Add Thumb instruction decoding stubsJon Medhurst2011-07-131-2/+18
* ARM: kprobes: Make kprobes framework work on Thumb-2 kernelsJon Medhurst2011-07-131-2/+35
* ARM: kprobes: Split out internal parts of kprobes.hJon Medhurst2011-07-131-0/+2
* ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst2011-04-281-1/+2
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-1/+9
|\
| * ARM: 6005/1: arm: kprobes: fix register corruption with jprobesMika Westerberg2010-03-291-1/+9
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ARM: 5715/1: Make kprobes unregistration SMP safeFrederic Riss2009-09-211-2/+17
* kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-2/+0
* [ARM] 5206/1: remove kprobe_trap_handler() hackNicolas Pitre2008-09-011-1/+4
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2
* ftrace: export kretprobe_trampoline for function tracerAbhishek Sagar2008-06-021-1/+1
* kprobes/arm: fix cache flush address for instruction stubNicolas Pitre2008-04-281-1/+1
* [ARM] 4847/1: kprobes: fix compilation with CONFIG_DEBUG_FS=yNicolas Pitre2008-03-061-0/+5
* ARM kprobes: special hook for the kprobes breakpoint handlerNicolas Pitre2008-01-261-7/+1
* ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre2008-01-261-1/+1
* ARM kprobes: core codeAbhishek Sagar2008-01-261-0/+453