summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/kprobes-common.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: probes: fix instruction fetch order with <asm/opcodes.h>Ben Dooks2014-04-011-1/+3
* ARM: Make arch_specific_insn a define for new arch_probes_insn structureDavid A. Long2014-03-181-7/+7
* ARM: Change the remaining shared kprobes/uprobes symbols to something genericDavid A. Long2014-03-181-1/+1
* ARM: Rename the shared kprobes/uprobe return value enumDavid A. Long2014-03-181-1/+1
* ARM: Make the kprobes condition_check symbol names more genericDavid A. Long2014-03-181-7/+7
* ARM: Remove use of struct kprobe from generic probes codeDavid A. Long2014-03-181-14/+26
* ARM: use a function table for determining instruction interpreter actionDavid A. Long2014-03-181-1/+2
* ARM: Move generic arm instruction parsing code to new files for sharing betwe...David A. Long2014-03-181-425/+0Star
* ARM: Fix missing includes in kprobes sourcesDavid A. Long2014-03-181-0/+3
* Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* ARM: kprobes: Add alu_write_pc()Jon Medhurst2011-07-131-0/+15
* ARM: kprobes: Optimise emulation of LDM and STMJon Medhurst2011-07-131-0/+68
* ARM: kprobes: Add common decoding function for LDM and STMJon Medhurst2011-07-131-0/+70
* ARM: kprobes: Add load_write_pc()Jon Medhurst2011-07-131-0/+15
* ARM: kprobes: Decode 16-bit Thumb hint instructionsJon Medhurst2011-07-131-0/+9
* ARM: kprobes: Infrastructure for table driven decoding of CPU instructionsJon Medhurst2011-07-131-0/+258
* ARM: kprobes: Make str_pc_offset a constant on ARMv7Jon Medhurst2011-07-131-0/+4
* ARM: kprobes: Move find_str_pc_offset into kprobes-common.cJon Medhurst2011-07-131-0/+33
* ARM: kprobes: Add kprobes-common.cJon Medhurst2011-07-131-0/+105