Age | Commit message (Expand) | Author |
2011-04-28 | ARM: kprobes: Add emulation of hint instructions like NOP and WFI | Jon Medhurst |
2011-04-28 | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Add emulation of MOVW and MOVT instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of undefined data processing instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Remove redundant code in space_1111 | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of PLD instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of SETEND instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Consolidate stub decoding functions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of all coprocessor instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of USAD8 instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst... | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of undefined media instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Add emulation of RBIT instruction | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of LDRB instructions which load PC | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of LDRD and STRD instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic... | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of STREX and LDREX instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of undefined multiply instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix error in comment | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing of instructions which write to PC unpredictably. | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of MRS instruction | Jon Medhurst |
2011-04-28 | ARM: kprobes: Reject probing MRS instructions which read SPSR | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of Data-processing (immediate) instructions | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions. | Jon Medhurst |
2011-04-28 | ARM: kprobes: Remove redundant condition checks from simulation routines | Jon Medhurst |
2011-04-28 | ARM: kprobes: Fix probing of conditionally executed instructions | Jon Medhurst |
2011-04-28 | kprobes/arm: Fix ldrd/strd emulation | Viktor Rosendahl |
2011-03-30 | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-03-30 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds |
2011-03-30 | arm: versatile : Fix typo introduced in irq namespace cleanup | Grant Likely |
2011-03-29 | Merge branches 'fixes' and 'devel-stable' into for-linus | Russell King |
2011-03-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds |
2011-03-29 | arm: Fold irq_set_chip/irq_set_handler | Thomas Gleixner |
2011-03-29 | arm: Reorder irq_set_ function calls | Thomas Gleixner |
2011-03-29 | arm: Cleanup the irq namespace | Thomas Gleixner |
2011-03-29 | arm: Use generic show_interrupts() | Thomas Gleixner |
2011-03-29 | arm: dove: Use proper irq accessor functions | Thomas Gleixner |
2011-03-29 | arm: gic: Use proper accessor functions | Thomas Gleixner |
2011-03-29 | arm: at91: Cleanup irq chip | Thomas Gleixner |
2011-03-29 | arm: davinci: Cleanup irq chip code | Thomas Gleixner |
2011-03-29 | arm: ep93xx: Use proper irq accessor functions | Thomas Gleixner |
2011-03-29 | arm: gemini: Use proper irq accessor functions | Thomas Gleixner |
2011-03-29 | arm: mxc: Use generic_handle_irq() | Thomas Gleixner |
2011-03-29 | arm: vt8500: Use proper irq accessors | Thomas Gleixner |
2011-03-29 | arm: msm: Use proper irq accessor functions | Thomas Gleixner |
2011-03-29 | arm: plat-omap: Cleanup irq_desc access | Thomas Gleixner |
2011-03-29 | arm: nomadik: Use local irq state | Thomas Gleixner |
2011-03-29 | arm: stmp3xxx: Use generic_handle_irq() | Thomas Gleixner |