summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: probes: fix instruction fetch order with <asm/opcodes.h>Ben Dooks2014-04-011-4/+5
* ARM: Add an emulate flag to the kprobes/uprobes instruction decode functionsDavid A. Long2014-03-181-1/+1
* ARM: Change the remaining shared kprobes/uprobes symbols to something genericDavid A. Long2014-03-181-4/+6
* ARM: Change more ARM kprobes symbol names to something more genericDavid A. Long2014-03-181-1/+1
* ARM: Remove use of struct kprobe from generic probes codeDavid A. Long2014-03-181-1/+1
* ARM: use a function table for determining instruction interpreter actionDavid A. Long2014-03-181-2/+7
* ARM: Fix missing includes in kprobes sourcesDavid A. Long2014-03-181-0/+2
* ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter2013-10-291-4/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-3/+3
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-021-1/+1
|\
| * remove references to cpu_*_map in arch/Rusty Russell2012-03-291-2/+2
* | ARM: 7332/1: extract out code patch function from kprobesRabin Vincent2012-03-241-62/+24Star
|/
* 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/+3Star
* 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-291-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-071-2/+0Star
* [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/+2Star
* 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/+1Star
* 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