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