aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instructionJon Medhurst1-0/+5
2011-07-13ARM: kprobes: Add hooks to override singlestep()Jon Medhurst1-5/+3
2011-07-13ARM: kprobes: Use conditional breakpoints for ARM probesJon Medhurst1-2/+8
2011-07-13ARM: kprobes: Don't trigger probes on conditional instructions when condition is falseJon Medhurst1-1/+23
2011-07-13ARM: kprobes: Add Thumb breakpoint supportJon Medhurst1-12/+110
2011-07-13ARM: kprobes: Add Thumb instruction decoding stubsJon Medhurst1-2/+18
2011-07-13ARM: kprobes: Make kprobes framework work on Thumb-2 kernelsJon Medhurst1-2/+35
2011-07-13ARM: kprobes: Split out internal parts of kprobes.hJon Medhurst1-0/+2
2011-04-28ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst1-1/+2
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-1/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-29ARM: 6005/1: arm: kprobes: fix register corruption with jprobesMika Westerberg1-1/+9
2009-09-21ARM: 5715/1: Make kprobes unregistration SMP safeFrederic Riss1-2/+17
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-2/+0
2008-09-01[ARM] 5206/1: remove kprobe_trap_handler() hackNicolas Pitre1-1/+4
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S1-4/+2
2008-06-02ftrace: export kretprobe_trampoline for function tracerAbhishek Sagar1-1/+1
2008-04-28kprobes/arm: fix cache flush address for instruction stubNicolas Pitre1-1/+1
2008-03-06[ARM] 4847/1: kprobes: fix compilation with CONFIG_DEBUG_FS=yNicolas Pitre1-0/+5
2008-01-26ARM kprobes: special hook for the kprobes breakpoint handlerNicolas Pitre1-7/+1
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre1-1/+1
2008-01-26ARM kprobes: core codeAbhishek Sagar1-0/+453