aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: s3c2410: remove CONFIG_MTD_PARTITIONS testJamie Iles2-11/+0
2011-05-25mtd: pxa: convert to mtd_device_register()Jamie Iles1-1/+0
2011-05-25mtd: ixp: convert to mtd_device_register()Jamie Iles1-4/+0
2011-05-25arm: mtd: gemini: convert to mtd_device_register()Jamie Iles2-12/+2
2011-05-16Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds2-0/+3
2011-05-13OMAP3: set the core dpll clk rate in its set_rate functionAvinash H.M1-0/+1
2011-05-12Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-53/+97
2011-05-12ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accessesCatalin Marinas3-3/+3
2011-05-12ARM: 6892/1: handle ptrace requests to change PC during interrupted system callsArnd Bergmann1-37/+53
2011-05-12ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEMWill Deacon1-1/+15
2011-05-11omap: iommu: Return IRQ_HANDLED in fault handler when no fault occuredLaurent Pinchart1-0/+2
2011-05-07Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nico/linux into fixesRussell King3-12/+26
2011-05-07ARM: zImage: the page table memory must be considered before relocationNicolas Pitre1-1/+2
2011-05-07ARM: zImage: make sure not to relocate on top of the relocation codeNicolas Pitre1-10/+17
2011-05-06ARM: zImage: Fix bad SP address after relocating kernelTony Lindgren1-0/+5
2011-05-06ARM: zImage: make sure the stack is 64-bit alignedNicolas Pitre2-1/+2
2011-05-06Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into perf/urgentIngo Molnar4-1/+83
2011-05-05Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds4-1/+83
2011-05-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgentIngo Molnar1-0/+8
2011-05-02Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds19-343/+519
2011-04-29Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds12-18/+56
2011-04-29ARM: 6891/1: prevent heap corruption in OABI semtimedopDan Rosenberg1-1/+1
2011-04-29Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixesRussell King3-321/+462
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