Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | ARM: 6899/1: fix the note about dcache lazy flushing for SMP systems | saeed bishara | 1 | -1/+2 |
2011-05-16 | ARM: 6900/1: Suspend: Fix build error on ARCH_S5PC100 | Kukjin Kim | 1 | -1/+1 |
2011-05-12 | ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accesses | Catalin Marinas | 3 | -3/+3 |
2011-05-12 | ARM: 6892/1: handle ptrace requests to change PC during interrupted system calls | Arnd Bergmann | 1 | -37/+53 |
2011-05-12 | ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEM | Will Deacon | 1 | -1/+15 |
2011-05-07 | Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nic... | Russell King | 3 | -12/+26 |
2011-05-07 | ARM: zImage: the page table memory must be considered before relocation | Nicolas Pitre | 1 | -1/+2 |
2011-05-07 | ARM: zImage: make sure not to relocate on top of the relocation code | Nicolas Pitre | 1 | -10/+17 |
2011-05-06 | ARM: zImage: Fix bad SP address after relocating kernel | Tony Lindgren | 1 | -0/+5 |
2011-05-06 | ARM: zImage: make sure the stack is 64-bit aligned | Nicolas Pitre | 2 | -1/+2 |
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-28 | ARM: kprobes: Tidy-up kprobes-decode.c | Jon Medhurst | 1 | -108/+23 |
2011-04-28 | ARM: kprobes: Add emulation of hint instructions like NOP and WFI | Jon Medhurst | 1 | -0/+24 |
2011-04-28 | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions | Jon Medhurst | 1 | -0/+42 |
2011-04-28 | ARM: kprobes: Add emulation of MOVW and MOVT instructions | Jon Medhurst | 1 | -2/+28 |
2011-04-28 | ARM: kprobes: Reject probing of undefined data processing instructions | Jon Medhurst | 1 | -14/+17 |
2011-04-28 | ARM: kprobes: Remove redundant code in space_1111 | Jon Medhurst | 1 | -9/+5 |
2011-04-28 | ARM: kprobes: Fix emulation of PLD instructions | Jon Medhurst | 1 | -13/+8 |
2011-04-28 | ARM: kprobes: Reject probing of SETEND instructions | Jon Medhurst | 1 | -5/+0 |
2011-04-28 | ARM: kprobes: Consolidate stub decoding functions | Jon Medhurst | 1 | -31/+9 |
2011-04-28 | ARM: kprobes: Reject probing of all coprocessor instructions | Jon Medhurst | 1 | -102/+11 |
2011-04-28 | ARM: kprobes: Fix emulation of USAD8 instructions | Jon Medhurst | 1 | -6/+4 |
2011-04-28 | ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions | Jon Medhurst | 1 | -7/+15 |
2011-04-28 | ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst... | Jon Medhurst | 1 | -2/+12 |
2011-04-28 | ARM: kprobes: Reject probing of undefined media instructions | Jon Medhurst | 1 | -1/+35 |
2011-04-28 | ARM: kprobes: Add emulation of RBIT instruction | Jon Medhurst | 1 | -1/+2 |
2011-04-28 | ARM: kprobes: Reject probing of LDRB instructions which load PC | Jon Medhurst | 1 | -0/+4 |
2011-04-28 | ARM: kprobes: Fix emulation of LDRD and STRD instructions | Jon Medhurst | 1 | -6/+6 |
2011-04-28 | ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic... | Jon Medhurst | 1 | -0/+17 |
2011-04-28 | ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructions | Jon Medhurst | 1 | -2/+3 |
2011-04-28 | ARM: kprobes: Reject probing of STREX and LDREX instructions | Jon Medhurst | 1 | -5/+22 |
2011-04-28 | ARM: kprobes: Reject probing of undefined multiply instructions | Jon Medhurst | 1 | -3/+8 |
2011-04-28 | ARM: kprobes: Fix error in comment | Jon Medhurst | 1 | -1/+1 |
2011-04-28 | ARM: kprobes: Reject probing of instructions which write to PC unpredictably. | Jon Medhurst | 1 | -0/+28 |
2011-04-28 | ARM: kprobes: Fix emulation of MRS instruction | Jon Medhurst | 1 | -11/+12 |
2011-04-28 | ARM: kprobes: Reject probing MRS instructions which read SPSR | Jon Medhurst | 1 | -5/+7 |
2011-04-28 | ARM: kprobes: Fix emulation of Data-processing (immediate) instructions | Jon Medhurst | 1 | -1/+1 |
2011-04-28 | ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions. | Jon Medhurst | 1 | -2/+53 |
2011-04-28 | ARM: kprobes: Remove redundant condition checks from simulation routines | Jon Medhurst | 1 | -27/+3 |
2011-04-28 | ARM: kprobes: Fix probing of conditionally executed instructions | Jon Medhurst | 3 | -1/+96 |
2011-04-28 | 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-27 | ARM: 6887/1: Mark broadcast_timer_setup() __cpuinit | Stephen Boyd | 1 | -1/+1 |
2011-04-27 | ARM: 6884/1: Fix infinite loop in ARM user perf_event backtrace code | Sonny Rao | 1 | -1/+2 |
2011-04-27 | Merge branch 'for_tony_a_2.6.39rc' of git://git.pwsan.com/linux-2.6 into deve... | Tony Lindgren | 7 | -12/+45 |
2011-04-27 | Merge branch 'davinci-fixes' of git://gitorious.org/linux-davinci/linux-davin... | Russell King | 12 | -41/+40 |