aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/kprobes-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09ARM: probes: move all probe code to dedicate directoryWang Nan1-171/+0
2014-04-01ARM: probes: fix instruction fetch order with <asm/opcodes.h>Ben Dooks1-1/+3
2014-03-18ARM: Make arch_specific_insn a define for new arch_probes_insn structureDavid A. Long1-7/+7
2014-03-18ARM: Change the remaining shared kprobes/uprobes symbols to something genericDavid A. Long1-1/+1
2014-03-18ARM: Rename the shared kprobes/uprobe return value enumDavid A. Long1-1/+1
2014-03-18ARM: Make the kprobes condition_check symbol names more genericDavid A. Long1-7/+7
2014-03-18ARM: Remove use of struct kprobe from generic probes codeDavid A. Long1-14/+26
2014-03-18ARM: use a function table for determining instruction interpreter actionDavid A. Long1-1/+2
2014-03-18ARM: Move generic arm instruction parsing code to new files for sharing between featuresDavid A. Long1-425/+0
2014-03-18ARM: Fix missing includes in kprobes sourcesDavid A. Long1-0/+3
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-0/+1
2011-07-13ARM: kprobes: Add alu_write_pc()Jon Medhurst1-0/+15
2011-07-13ARM: kprobes: Optimise emulation of LDM and STMJon Medhurst1-0/+68
2011-07-13ARM: kprobes: Add common decoding function for LDM and STMJon Medhurst1-0/+70
2011-07-13ARM: kprobes: Add load_write_pc()Jon Medhurst1-0/+15
2011-07-13ARM: kprobes: Decode 16-bit Thumb hint instructionsJon Medhurst1-0/+9
2011-07-13ARM: kprobes: Infrastructure for table driven decoding of CPU instructionsJon Medhurst1-0/+258
2011-07-13ARM: kprobes: Make str_pc_offset a constant on ARMv7Jon Medhurst1-0/+4
2011-07-13ARM: kprobes: Move find_str_pc_offset into kprobes-common.cJon Medhurst1-0/+33
2011-07-13ARM: kprobes: Add kprobes-common.cJon Medhurst1-0/+105