aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/kprobes-common.c
AgeCommit message (Expand)Author
2014-04-16ARM: kprobes: fix instruction fetch order with <asm/opcodes.h>Ben Dooks
2014-03-18ARM: Make arch_specific_insn a define for new arch_probes_insn structureDavid A. Long
2014-03-18ARM: Change the remaining shared kprobes/uprobes symbols to something genericDavid A. Long
2014-03-18ARM: Rename the shared kprobes/uprobe return value enumDavid A. Long
2014-03-18ARM: Make the kprobes condition_check symbol names more genericDavid A. Long
2014-03-18ARM: Remove use of struct kprobe from generic probes codeDavid A. Long
2014-03-18ARM: use a function table for determining instruction interpreter actionDavid A. Long
2014-03-18ARM: Move generic arm instruction parsing code to new files for sharing betwe...David A. Long
2014-03-18ARM: Fix missing includes in kprobes sourcesDavid A. Long
2012-03-28Disintegrate asm/system.h for ARMDavid Howells
2011-07-13ARM: kprobes: Add alu_write_pc()Jon Medhurst
2011-07-13ARM: kprobes: Optimise emulation of LDM and STMJon Medhurst
2011-07-13ARM: kprobes: Add common decoding function for LDM and STMJon Medhurst
2011-07-13ARM: kprobes: Add load_write_pc()Jon Medhurst
2011-07-13ARM: kprobes: Decode 16-bit Thumb hint instructionsJon Medhurst
2011-07-13ARM: kprobes: Infrastructure for table driven decoding of CPU instructionsJon Medhurst
2011-07-13ARM: kprobes: Make str_pc_offset a constant on ARMv7Jon Medhurst
2011-07-13ARM: kprobes: Move find_str_pc_offset into kprobes-common.cJon Medhurst
2011-07-13ARM: kprobes: Add kprobes-common.cJon Medhurst