| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.c | Jon Medhurst | 2011-07-13 | 1 | -1670/+0 |
* | ARM: kprobes: Tidy-up kprobes-decode.c | Jon Medhurst | 2011-04-28 | 1 | -108/+23 |
* | ARM: kprobes: Add emulation of hint instructions like NOP and WFI | Jon Medhurst | 2011-04-28 | 1 | -0/+24 |
* | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions | Jon Medhurst | 2011-04-28 | 1 | -0/+42 |
* | ARM: kprobes: Add emulation of MOVW and MOVT instructions | Jon Medhurst | 2011-04-28 | 1 | -2/+28 |
* | ARM: kprobes: Reject probing of undefined data processing instructions | Jon Medhurst | 2011-04-28 | 1 | -14/+17 |
* | ARM: kprobes: Remove redundant code in space_1111 | Jon Medhurst | 2011-04-28 | 1 | -9/+5 |
* | ARM: kprobes: Fix emulation of PLD instructions | Jon Medhurst | 2011-04-28 | 1 | -13/+8 |
* | ARM: kprobes: Reject probing of SETEND instructions | Jon Medhurst | 2011-04-28 | 1 | -5/+0 |
* | ARM: kprobes: Consolidate stub decoding functions | Jon Medhurst | 2011-04-28 | 1 | -31/+9 |
* | ARM: kprobes: Reject probing of all coprocessor instructions | Jon Medhurst | 2011-04-28 | 1 | -102/+11 |
* | ARM: kprobes: Fix emulation of USAD8 instructions | Jon Medhurst | 2011-04-28 | 1 | -6/+4 |
* | ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions | Jon Medhurst | 2011-04-28 | 1 | -7/+15 |
* | ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst... | Jon Medhurst | 2011-04-28 | 1 | -2/+12 |
* | ARM: kprobes: Reject probing of undefined media instructions | Jon Medhurst | 2011-04-28 | 1 | -1/+35 |
* | ARM: kprobes: Add emulation of RBIT instruction | Jon Medhurst | 2011-04-28 | 1 | -1/+2 |
* | ARM: kprobes: Reject probing of LDRB instructions which load PC | Jon Medhurst | 2011-04-28 | 1 | -0/+4 |
* | ARM: kprobes: Fix emulation of LDRD and STRD instructions | Jon Medhurst | 2011-04-28 | 1 | -6/+6 |
* | ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic... | Jon Medhurst | 2011-04-28 | 1 | -0/+17 |
* | ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructions | Jon Medhurst | 2011-04-28 | 1 | -2/+3 |
* | ARM: kprobes: Reject probing of STREX and LDREX instructions | Jon Medhurst | 2011-04-28 | 1 | -5/+22 |
* | ARM: kprobes: Reject probing of undefined multiply instructions | Jon Medhurst | 2011-04-28 | 1 | -3/+8 |
* | ARM: kprobes: Fix error in comment | Jon Medhurst | 2011-04-28 | 1 | -1/+1 |
* | ARM: kprobes: Reject probing of instructions which write to PC unpredictably. | Jon Medhurst | 2011-04-28 | 1 | -0/+28 |
* | ARM: kprobes: Fix emulation of MRS instruction | Jon Medhurst | 2011-04-28 | 1 | -11/+12 |
* | ARM: kprobes: Reject probing MRS instructions which read SPSR | Jon Medhurst | 2011-04-28 | 1 | -5/+7 |
* | ARM: kprobes: Fix emulation of Data-processing (immediate) instructions | Jon Medhurst | 2011-04-28 | 1 | -1/+1 |
* | ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions. | Jon Medhurst | 2011-04-28 | 1 | -2/+53 |
* | ARM: kprobes: Remove redundant condition checks from simulation routines | Jon Medhurst | 2011-04-28 | 1 | -27/+3 |
* | ARM: kprobes: Fix probing of conditionally executed instructions | Jon Medhurst | 2011-04-28 | 1 | -0/+91 |
* | kprobes/arm: Fix ldrd/strd emulation | Viktor Rosendahl | 2011-04-28 | 1 | -5/+15 |
* | ARM: 6836/1: kprobes/fix emulation of LDR/STR instruction when Rn == PC | Viktor Rosendahl | 2011-03-28 | 1 | -4/+6 |
* | ARM: 6745/1: kprobes insn decoding fix | Nicolas Pitre | 2011-02-21 | 1 | -1/+1 |
* | ARM: 6412/1: kprobes-decode: add support for MOVW instruction | Will Deacon | 2010-10-04 | 1 | -3/+4 |
* | ARM: 6226/1: fix kprobe bug in ldr instruction emulation | Nicolas Pitre | 2010-07-14 | 1 | -2/+3 |
* | [ARM] 5221/1: fix ldm/stm emulation for kprobes | Nicolas Pitre | 2008-09-01 | 1 | -2/+2 |
* | kprobes/arm: fix decoding of arithmetic immediate instructions | Lennert Buytenhek | 2008-04-28 | 1 | -1/+1 |
* | ARM kprobes: instruction single-stepping support | Quentin Barnes | 2008-01-26 | 1 | -0/+1529 |