aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/kprobes-decode.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: kprobes: Tidy-up kprobes-decode.cJon Medhurst2011-04-281-108/+23
* ARM: kprobes: Add emulation of hint instructions like NOP and WFIJon Medhurst2011-04-281-0/+24
* ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructionsJon Medhurst2011-04-281-0/+42
* ARM: kprobes: Add emulation of MOVW and MOVT instructionsJon Medhurst2011-04-281-2/+28
* ARM: kprobes: Reject probing of undefined data processing instructionsJon Medhurst2011-04-281-14/+17
* ARM: kprobes: Remove redundant code in space_1111Jon Medhurst2011-04-281-9/+5
* ARM: kprobes: Fix emulation of PLD instructionsJon Medhurst2011-04-281-13/+8
* ARM: kprobes: Reject probing of SETEND instructionsJon Medhurst2011-04-281-5/+0
* ARM: kprobes: Consolidate stub decoding functionsJon Medhurst2011-04-281-31/+9
* ARM: kprobes: Reject probing of all coprocessor instructionsJon Medhurst2011-04-281-102/+11
* ARM: kprobes: Fix emulation of USAD8 instructionsJon Medhurst2011-04-281-6/+4
* ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructionsJon Medhurst2011-04-281-7/+15
* ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst...Jon Medhurst2011-04-281-2/+12
* ARM: kprobes: Reject probing of undefined media instructionsJon Medhurst2011-04-281-1/+35
* ARM: kprobes: Add emulation of RBIT instructionJon Medhurst2011-04-281-1/+2
* ARM: kprobes: Reject probing of LDRB instructions which load PCJon Medhurst2011-04-281-0/+4
* ARM: kprobes: Fix emulation of LDRD and STRD instructionsJon Medhurst2011-04-281-6/+6
* ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic...Jon Medhurst2011-04-281-0/+17
* ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructionsJon Medhurst2011-04-281-2/+3
* ARM: kprobes: Reject probing of STREX and LDREX instructionsJon Medhurst2011-04-281-5/+22
* ARM: kprobes: Reject probing of undefined multiply instructionsJon Medhurst2011-04-281-3/+8
* ARM: kprobes: Fix error in commentJon Medhurst2011-04-281-1/+1
* ARM: kprobes: Reject probing of instructions which write to PC unpredictably.Jon Medhurst2011-04-281-0/+28
* ARM: kprobes: Fix emulation of MRS instructionJon Medhurst2011-04-281-11/+12
* ARM: kprobes: Reject probing MRS instructions which read SPSRJon Medhurst2011-04-281-5/+7
* ARM: kprobes: Fix emulation of Data-processing (immediate) instructionsJon Medhurst2011-04-281-1/+1
* ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions.Jon Medhurst2011-04-281-2/+53
* ARM: kprobes: Remove redundant condition checks from simulation routinesJon Medhurst2011-04-281-27/+3
* ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst2011-04-281-0/+91
* kprobes/arm: Fix ldrd/strd emulationViktor Rosendahl2011-04-281-5/+15
* ARM: 6836/1: kprobes/fix emulation of LDR/STR instruction when Rn == PCViktor Rosendahl2011-03-281-4/+6
* ARM: 6745/1: kprobes insn decoding fixNicolas Pitre2011-02-211-1/+1
* ARM: 6412/1: kprobes-decode: add support for MOVW instructionWill Deacon2010-10-041-3/+4
* ARM: 6226/1: fix kprobe bug in ldr instruction emulationNicolas Pitre2010-07-141-2/+3
* [ARM] 5221/1: fix ldm/stm emulation for kprobesNicolas Pitre2008-09-011-2/+2
* kprobes/arm: fix decoding of arithmetic immediate instructionsLennert Buytenhek2008-04-281-1/+1
* ARM kprobes: instruction single-stepping supportQuentin Barnes2008-01-261-0/+1529