aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/kprobes.c
AgeCommit message (Expand)Author
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-03-29remove references to cpu_*_map in arch/Rusty Russell
2012-03-24ARM: 7332/1: extract out code patch function from kprobesRabin Vincent
2011-07-13ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instructionJon Medhurst
2011-07-13ARM: kprobes: Add hooks to override singlestep()Jon Medhurst
2011-07-13ARM: kprobes: Use conditional breakpoints for ARM probesJon Medhurst
2011-07-13ARM: kprobes: Don't trigger probes on conditional instructions when condition...Jon Medhurst
2011-07-13ARM: kprobes: Add Thumb breakpoint supportJon Medhurst
2011-07-13ARM: kprobes: Add Thumb instruction decoding stubsJon Medhurst
2011-07-13ARM: kprobes: Make kprobes framework work on Thumb-2 kernelsJon Medhurst
2011-07-13ARM: kprobes: Split out internal parts of kprobes.hJon Medhurst
2011-04-28ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29ARM: 6005/1: arm: kprobes: fix register corruption with jprobesMika Westerberg
2009-09-21ARM: 5715/1: Make kprobes unregistration SMP safeFrederic Riss
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu
2008-09-01[ARM] 5206/1: remove kprobe_trap_handler() hackNicolas Pitre
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S
2008-06-02ftrace: export kretprobe_trampoline for function tracerAbhishek Sagar
2008-04-28kprobes/arm: fix cache flush address for instruction stubNicolas Pitre
2008-03-06[ARM] 4847/1: kprobes: fix compilation with CONFIG_DEBUG_FS=yNicolas Pitre
2008-01-26ARM kprobes: special hook for the kprobes breakpoint handlerNicolas Pitre
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre
2008-01-26ARM kprobes: core codeAbhishek Sagar