summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-13ARM: kprobes: Decode 32-bit Thumb memory hint instructionsJon Medhurst1-0/+33
2011-07-13ARM: kprobes: Reject 32-bit Thumb coprocessor and SIMD instructionsJon Medhurst1-0/+16
2011-07-13ARM: kprobes: Decode 32-bit Thumb branch instructionsJon Medhurst1-2/+63
2011-07-13ARM: kprobes: Decode 32-bit miscellaneous control instructionsJon Medhurst1-0/+31
2011-07-13ARM: kprobes: Decode 32-bit Thumb data-processing (plain binary immediate) in...Jon Medhurst1-0/+95
2011-07-13ARM: kprobes: Decode 32-bit Thumb data-processing (modified immediate) instru...Jon Medhurst1-0/+58
2011-07-13ARM: kprobes: Decode 32-bit Thumb data-processing (shifted register) instruct...Jon Medhurst1-0/+93
2011-07-13ARM: kprobes: Decode 32-bit Thumb table branch instructionsJon Medhurst1-0/+25
2011-07-13ARM: kprobes: Decode 32-bit Thumb load/store dual and load/store exclusive in...Jon Medhurst1-0/+56
2011-07-13ARM: kprobes: Decode 32-bit Thumb load/store multiple instructionsJon Medhurst1-0/+48
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 Medhurst3-51/+80
2011-07-13ARM: kprobes: Add load_write_pc()Jon Medhurst2-0/+39
2011-07-13ARM: kprobes: Decode 32-bit Thumb hint instructionsJon Medhurst1-1/+27
2011-07-13ARM: kprobes: Reject 16-bit Thumb SETEND, CPS and BKPT instructionsJon Medhurst1-0/+4
2011-07-13ARM: kprobes: Decode 16-bit Thumb branch instructionsJon Medhurst1-0/+38
2011-07-13ARM: kprobes: Reject 16-bit Thumb SVC and UNDEFINED instructionsJon Medhurst1-0/+8
2011-07-13ARM: kprobes: Decode 16-bit Thumb IT instructionJon Medhurst1-0/+33
2011-07-13ARM: kprobes: Decode 16-bit Thumb PUSH and POP instructionsJon Medhurst1-0/+86
2011-07-13ARM: kprobes: Decode 16-bit Thumb CBZ and bit manipulation instructionsJon Medhurst1-0/+29
2011-07-13ARM: kprobes: Decode 16-bit Thumb PC- and SP-relative address instructionsJon Medhurst1-0/+33
2011-07-13ARM: kprobes: Decode 16-bit Thumb load and store instructionsJon Medhurst1-0/+60
2011-07-13ARM: kprobes: Decode 16-bit Thumb special data instructionsJon Medhurst1-0/+49
2011-07-13ARM: kprobes: Decode 16-bit Thumb BX and BLX instructionsJon Medhurst1-0/+37
2011-07-13ARM: kprobes: Add bx_write_pc()Jon Medhurst1-0/+14
2011-07-13ARM: kprobes: Decode 16-bit Thumb data-processing instructionsJon Medhurst1-0/+81
2011-07-13ARM: ptrace: Add APSR_MASK definition to ptrace.hJon Medhurst1-1/+2
2011-07-13ARM: kprobes: Decode 16-bit Thumb hint instructionsJon Medhurst3-1/+46
2011-07-13ARM: kprobes: Infrastructure for table driven decoding of CPU instructionsJon Medhurst2-1/+505
2011-07-13ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instructionJon Medhurst2-0/+7
2011-07-13ARM: kprobes: Add hooks to override singlestep()Jon Medhurst4-9/+31
2011-07-13ARM: kprobes: Use conditional breakpoints for ARM probesJon Medhurst2-3/+9
2011-07-13ARM: kprobes: Don't trigger probes on conditional instructions when condition...Jon Medhurst1-1/+23
2011-07-13ARM: kprobes: Add it_advance()Jon Medhurst1-0/+25
2011-07-13ARM: kprobes: Add condition code checking to Thumb emulationJon Medhurst1-0/+22
2011-07-13ARM: kprobes: Add Thumb breakpoint supportJon Medhurst2-14/+115
2011-07-13ARM: Kconfig: Allow kprobes on Thumb-2 kernelsJon Medhurst1-1/+1
2011-07-13ARM: kprobes: Add Thumb instruction decoding stubsJon Medhurst4-2/+61
2011-07-13ARM: kprobes: Make kprobes framework work on Thumb-2 kernelsJon Medhurst1-2/+35
2011-07-13ARM: kprobes: Make str_pc_offset a constant on ARMv7Jon Medhurst2-0/+18
2011-07-13ARM: kprobes: Move find_str_pc_offset into kprobes-common.cJon Medhurst3-28/+35
2011-07-13ARM: kprobes: Move is_writeback define to header file.Jon Medhurst2-6/+6
2011-07-13ARM: kprobes: Add kprobes-common.cJon Medhurst4-92/+109
2011-07-13ARM: kprobes: Split out internal parts of kprobes.hJon Medhurst4-17/+41
2011-07-13ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.cJon Medhurst2-1/+2
2011-07-13ARM: Thumb-2: Support Thumb-2 in undefined instruction handlerJon Medhurst3-26/+27
2011-07-13ARM: Thumb-2: Fix exception return sequence to restore stack correctlyJon Medhurst1-7/+5
2011-07-12Linux 3.0-rc7v3.0-rc7Linus Torvalds1-1/+1
2011-07-12Documentation/Changes: remove some really obsolete textLinus Torvalds1-25/+18
2011-07-11ath5k: Add missing breaks in switch/caseJoe Perches1-0/+3