index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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
Files
Lines
2014-04-01
ARM: probes: fix instruction fetch order with <asm/opcodes.h>
Ben Dooks
1
-8
/
+12
2014-03-18
ARM: Make arch_specific_insn a define for new arch_probes_insn structure
David A. Long
1
-35
/
+35
2014-03-18
ARM: Rename the shared kprobes/uprobe return value enum
David A. Long
1
-8
/
+8
2014-03-18
ARM: Change more ARM kprobes symbol names to something more generic
David A. Long
1
-5
/
+5
2014-03-18
ARM: Make the kprobes condition_check symbol names more generic
David A. Long
1
-38
/
+38
2014-03-18
ARM: Remove use of struct kprobe from generic probes code
David A. Long
1
-89
/
+86
2014-03-18
ARM: use a function table for determining instruction interpreter action
David A. Long
1
-42
/
+107
2014-03-18
ARM: move generic thumb instruction parsing code to new files for use by othe...
David A. Long
1
-909
/
+40
2012-06-14
ARM: 7423/1: kprobes: run t32_simulate_ldr_literal() without insn slot
Rabin Vincent
1
-1
/
+1
2011-09-20
ARM: kprobes: Add exports for test code
Jon Medhurst
1
-0
/
+7
2011-07-13
ARM: kprobes: Decode 32-bit Thumb multiply and absolute difference instructions
Jon Medhurst
1
-0
/
+49
2011-07-13
ARM: kprobes: Decode 32-bit Thumb long multiply and divide instructions
Jon Medhurst
1
-0
/
+55
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (register) instructions
Jon Medhurst
1
-0
/
+108
2011-07-13
ARM: kprobes: Decode 32-bit Thumb load/store single data item instructions
Jon Medhurst
1
-0
/
+153
2011-07-13
ARM: kprobes: Decode 32-bit Thumb memory hint instructions
Jon Medhurst
1
-0
/
+33
2011-07-13
ARM: kprobes: Reject 32-bit Thumb coprocessor and SIMD instructions
Jon Medhurst
1
-0
/
+16
2011-07-13
ARM: kprobes: Decode 32-bit Thumb branch instructions
Jon Medhurst
1
-2
/
+63
2011-07-13
ARM: kprobes: Decode 32-bit miscellaneous control instructions
Jon Medhurst
1
-0
/
+31
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (plain binary immediate) in...
Jon Medhurst
1
-0
/
+95
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (modified immediate) instru...
Jon Medhurst
1
-0
/
+58
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (shifted register) instruct...
Jon Medhurst
1
-0
/
+93
2011-07-13
ARM: kprobes: Decode 32-bit Thumb table branch instructions
Jon Medhurst
1
-0
/
+25
2011-07-13
ARM: kprobes: Decode 32-bit Thumb load/store dual and load/store exclusive in...
Jon Medhurst
1
-0
/
+56
2011-07-13
ARM: kprobes: Decode 32-bit Thumb load/store multiple instructions
Jon Medhurst
1
-0
/
+48
2011-07-13
ARM: kprobes: Decode 32-bit Thumb hint instructions
Jon Medhurst
1
-1
/
+27
2011-07-13
ARM: kprobes: Reject 16-bit Thumb SETEND, CPS and BKPT instructions
Jon Medhurst
1
-0
/
+4
2011-07-13
ARM: kprobes: Decode 16-bit Thumb branch instructions
Jon Medhurst
1
-0
/
+38
2011-07-13
ARM: kprobes: Reject 16-bit Thumb SVC and UNDEFINED instructions
Jon Medhurst
1
-0
/
+8
2011-07-13
ARM: kprobes: Decode 16-bit Thumb IT instruction
Jon Medhurst
1
-0
/
+33
2011-07-13
ARM: kprobes: Decode 16-bit Thumb PUSH and POP instructions
Jon Medhurst
1
-0
/
+86
2011-07-13
ARM: kprobes: Decode 16-bit Thumb CBZ and bit manipulation instructions
Jon Medhurst
1
-0
/
+29
2011-07-13
ARM: kprobes: Decode 16-bit Thumb PC- and SP-relative address instructions
Jon Medhurst
1
-0
/
+33
2011-07-13
ARM: kprobes: Decode 16-bit Thumb load and store instructions
Jon Medhurst
1
-0
/
+60
2011-07-13
ARM: kprobes: Decode 16-bit Thumb special data instructions
Jon Medhurst
1
-0
/
+49
2011-07-13
ARM: kprobes: Decode 16-bit Thumb BX and BLX instructions
Jon Medhurst
1
-0
/
+37
2011-07-13
ARM: kprobes: Decode 16-bit Thumb data-processing instructions
Jon Medhurst
1
-0
/
+81
2011-07-13
ARM: kprobes: Decode 16-bit Thumb hint instructions
Jon Medhurst
1
-1
/
+34
2011-07-13
ARM: kprobes: Add hooks to override singlestep()
Jon Medhurst
1
-0
/
+16
2011-07-13
ARM: kprobes: Add condition code checking to Thumb emulation
Jon Medhurst
1
-0
/
+22
2011-07-13
ARM: kprobes: Add Thumb instruction decoding stubs
Jon Medhurst
1
-0
/
+26