index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
kprobes-thumb.c
Age
Commit message (
Expand
)
Author
2012-06-14
ARM: 7423/1: kprobes: run t32_simulate_ldr_literal() without insn slot
Rabin Vincent
2011-09-20
ARM: kprobes: Add exports for test code
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb multiply and absolute difference instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb long multiply and divide instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (register) instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb load/store single data item instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb memory hint instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Reject 32-bit Thumb coprocessor and SIMD instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb branch instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit miscellaneous control instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (plain binary immediate) in...
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (modified immediate) instru...
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (shifted register) instruct...
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb table branch instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb load/store dual and load/store exclusive in...
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb load/store multiple instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb hint instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Reject 16-bit Thumb SETEND, CPS and BKPT instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb branch instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Reject 16-bit Thumb SVC and UNDEFINED instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb IT instruction
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb PUSH and POP instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb CBZ and bit manipulation instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb PC- and SP-relative address instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb load and store instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb special data instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb BX and BLX instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb data-processing instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb hint instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Add hooks to override singlestep()
Jon Medhurst
2011-07-13
ARM: kprobes: Add condition code checking to Thumb emulation
Jon Medhurst
2011-07-13
ARM: kprobes: Add Thumb instruction decoding stubs
Jon Medhurst