Age | Commit message (Expand) | Author | Files | Lines |
2011-05-16 | ARM: 6901/1: remove unneeded check of the cache_is_vipt_nonaliasing() | saeed bishara | 1 | -2/+2 |
2011-05-15 | ARM: Update mach-types | Russell King | 1 | -64/+78 |
2011-05-15 | ARM: 6883/1: ptrace: Migrate to regsets framework | Dave Martin | 3 | -109/+246 |
2011-05-12 | ARM: 6893/1: Allow for kernel command line concatenation | Victor Boivie | 2 | -7/+27 |
2011-05-12 | ARM: 6889/1: futex: add SMP futex support when !CPU_USE_DOMAINS | Will Deacon | 1 | -47/+90 |
2011-05-12 | ARM: 6859/1: Add writethrough dcache support for ARM926EJS processor | Mark A. Greer | 1 | -0/+16 |
2011-05-12 | ARM: phys-to-virt: improve Kconfig help texts | Russell King | 1 | -4/+10 |
2011-05-12 | ARM: Highmem: drop experimental status | Russell King | 1 | -2/+2 |
2011-05-12 | ARM: SMP: drop experimental status | Russell King | 1 | -2/+1 |
2011-05-06 | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor... | Ingo Molnar | 4 | -1/+83 |
2011-05-06 | Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91 | Linus Torvalds | 4 | -1/+83 |
2011-05-04 | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 1 | -0/+8 |
2011-05-02 | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 19 | -343/+519 |
2011-04-29 | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 12 | -18/+56 |
2011-04-29 | ARM: 6891/1: prevent heap corruption in OABI semtimedop | Dan Rosenberg | 1 | -1/+1 |
2011-04-29 | Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixes | Russell King | 3 | -321/+462 |
2011-04-29 | ARM: kprobes: Tidy-up kprobes-decode.c | Jon Medhurst | 1 | -108/+23 |
2011-04-29 | ARM: kprobes: Add emulation of hint instructions like NOP and WFI | Jon Medhurst | 1 | -0/+24 |
2011-04-29 | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions | Jon Medhurst | 1 | -0/+42 |
2011-04-29 | ARM: kprobes: Add emulation of MOVW and MOVT instructions | Jon Medhurst | 1 | -2/+28 |
2011-04-29 | ARM: kprobes: Reject probing of undefined data processing instructions | Jon Medhurst | 1 | -14/+17 |
2011-04-29 | ARM: kprobes: Remove redundant code in space_1111 | Jon Medhurst | 1 | -9/+5 |
2011-04-29 | ARM: kprobes: Fix emulation of PLD instructions | Jon Medhurst | 1 | -13/+8 |
2011-04-29 | ARM: kprobes: Reject probing of SETEND instructions | Jon Medhurst | 1 | -5/+0 |
2011-04-29 | ARM: kprobes: Consolidate stub decoding functions | Jon Medhurst | 1 | -31/+9 |
2011-04-29 | ARM: kprobes: Reject probing of all coprocessor instructions | Jon Medhurst | 1 | -102/+11 |
2011-04-29 | ARM: kprobes: Fix emulation of USAD8 instructions | Jon Medhurst | 1 | -6/+4 |
2011-04-29 | ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions | Jon Medhurst | 1 | -7/+15 |
2011-04-29 | ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst... | Jon Medhurst | 1 | -2/+12 |
2011-04-29 | ARM: kprobes: Reject probing of undefined media instructions | Jon Medhurst | 1 | -1/+35 |
2011-04-29 | ARM: kprobes: Add emulation of RBIT instruction | Jon Medhurst | 1 | -1/+2 |
2011-04-29 | ARM: kprobes: Reject probing of LDRB instructions which load PC | Jon Medhurst | 1 | -0/+4 |
2011-04-29 | ARM: kprobes: Fix emulation of LDRD and STRD instructions | Jon Medhurst | 1 | -6/+6 |
2011-04-29 | ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic... | Jon Medhurst | 1 | -0/+17 |
2011-04-29 | ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructions | Jon Medhurst | 1 | -2/+3 |
2011-04-29 | ARM: kprobes: Reject probing of STREX and LDREX instructions | Jon Medhurst | 1 | -5/+22 |
2011-04-29 | ARM: kprobes: Reject probing of undefined multiply instructions | Jon Medhurst | 1 | -3/+8 |
2011-04-29 | ARM: kprobes: Fix error in comment | Jon Medhurst | 1 | -1/+1 |
2011-04-29 | ARM: kprobes: Reject probing of instructions which write to PC unpredictably. | Jon Medhurst | 1 | -0/+28 |
2011-04-29 | ARM: kprobes: Fix emulation of MRS instruction | Jon Medhurst | 1 | -11/+12 |
2011-04-29 | ARM: kprobes: Reject probing MRS instructions which read SPSR | Jon Medhurst | 1 | -5/+7 |
2011-04-29 | ARM: kprobes: Fix emulation of Data-processing (immediate) instructions | Jon Medhurst | 1 | -1/+1 |
2011-04-29 | ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions. | Jon Medhurst | 1 | -2/+53 |
2011-04-29 | ARM: kprobes: Remove redundant condition checks from simulation routines | Jon Medhurst | 1 | -27/+3 |
2011-04-29 | ARM: kprobes: Fix probing of conditionally executed instructions | Jon Medhurst | 3 | -1/+96 |
2011-04-29 | kprobes/arm: Fix ldrd/strd emulation | Viktor Rosendahl | 1 | -5/+15 |
2011-04-28 | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 3 | -3/+3 |
2011-04-28 | ARM: Fix .size directive for xscale_dma_a0_map_area | Ben Hutchings | 1 | -1/+1 |
2011-04-28 | ARM: 6887/1: Mark broadcast_timer_setup() __cpuinit | Stephen Boyd | 1 | -1/+1 |
2011-04-28 | ARM: 6884/1: Fix infinite loop in ARM user perf_event backtrace code | Sonny Rao | 1 | -1/+2 |