summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-07-221-3/+14
|\
| * Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov2010-07-211-3/+14
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-07-158-93/+243
|\ \
| * | ARM: 6226/1: fix kprobe bug in ldr instruction emulationNicolas Pitre2010-07-151-2/+3
| * | ARM: Update mach-typesRussell King2010-07-121-3/+149
| * | ARM: lockdep: fix unannotated irqs-onRussell King2010-07-102-19/+20
| * | ARM: 6184/2: ux500: use neutral PRCMU baseLinus Walleij2010-07-092-1/+2
| * | ARM: 6212/1: atomic ops: add memory constraints to inline asmWill Deacon2010-07-091-66/+66
| * | ARM: 6211/1: atomic ops: fix register constraints for atomic64_add_unlessWill Deacon2010-07-091-1/+1
| * | ARM: 6210/1: Do not rely on reset defaults of L2X0_AUX_CTRLSascha Hauer2010-07-091-2/+3
* | | Merge branch 'arm/defconfig/reduced-v2.6.35-rc1' of git://git.pengutronix.de/...Linus Torvalds2010-07-12177-194157/+652Star
|\ \ \ | |/ / |/| |
| * | ARM: reduce defconfigsUwe Kleine-König2010-06-10177-194157/+652Star
* | | ARM: SAMSUNG: Fix on wrong function name for S5PV210 sdhci0Hyuk Lee2010-07-051-1/+1
* | | ARM: S5P6442: Fix PLL setting announce message.Thomas Abraham2010-07-051-1/+1
* | | ARM: SAMSUNG: Fix build without SDHCI controllers for S3C64XXMarek Szyprowski2010-07-051-0/+2
* | | ARM: S5PV210: Correct clock register propertiesMyungJoo Ham2010-07-051-53/+62
* | | ARM: S5P: Bug fix on external interrupt for S5P SoCsBoojin Kim2010-07-051-1/+1
* | | ARM: 6205/1: perf: ensure counter delta is treated as unsignedWill Deacon2010-07-051-1/+1
* | | ARM: 6202/1: Do not ARM_DMA_MEM_BUFFERABLE on RealView boards with L210/L220Catalin Marinas2010-07-021-0/+2
* | | ARM: 6201/1: RealView: Do not use outer_sync() on ARM11MPCore boards with L220Catalin Marinas2010-07-022-0/+10
* | | Merge branch 'imx-for-2.6.35' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-07-011-11/+22
|\ \ \
| * | | ARM: mx3: mx31lilly: fix build error for !CONFIG_USB_ULPIDaniel Mack2010-07-011-11/+22
* | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-07-014-20/+15Star
|\ \ \ \
| * | | | [ARM] mmp: fix build failure due to IRQ_PMU depends on ARCH_PXAJonathan Cameron2010-06-131-1/+2
| * | | | [ARM] pxa/mioa701: fix camera regressionRobert Jarzmik2010-06-131-1/+1
| * | | | [ARM] pxa/z2: fix flash layout to final versionMarek Vasut2010-06-131-16/+10Star
| * | | | [ARM] pxa: fix incorrect gpio type in udc_pxa2xx.hSteve Bennett2010-06-131-2/+2
| | |_|/ | |/| |
* | | | ARM: 6195/1: OMAP3: pmu: make CPU_HAS_PMU dependent on OMAP3_EMUWill Deacon2010-07-011-1/+2
* | | | ARM: 6194/1: change definition of cpu_relax() for ARM11MPCoreWill Deacon2010-07-011-0/+4
* | | | ARM: 6193/1: RealView: Align the machine_desc.phys_io to 1MB sectionCatalin Marinas2010-07-015-5/+10
* | | | ARM: 6192/1: VExpress: Align the machine_desc.phys_io to 1MB sectionCatalin Marinas2010-07-011-1/+2
* | | | ARM: 6188/1: Add a config option for the ARM11MPCore DMA cache maintenance wo...Catalin Marinas2010-07-012-3/+31
* | | | ARM: 6187/1: The v6_dma_inv_range() function must preserve data on SMPCatalin Marinas2010-07-011-1/+2
* | | | ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU buildsCatalin Marinas2010-07-011-9/+9
| |/ / |/| |
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-07-018-12/+20
|\ \ \
| * \ \ Merge branch 'for_2.6.35rc' of git://git.pwsan.com/linux-2.6 into omap-fixes-...Tony Lindgren2010-06-2821-33/+213
| |\ \ \
| | * | | OMAP: hwmod: Fix the missing bracesBenoit Cousson2010-06-241-3/+6
| | |/ /
| * | | OMAP4: clock: Fix multi-omap boot with reset un-used clocksSantosh Shilimkar2010-06-161-0/+2
| * | | OMAP3: PM: fix IO daisy chain enable to use PM_WKEN regKevin Hilman2010-06-101-2/+2
| * | | omap: GPIO: fix auto-disable of debounce clockKevin Hilman2010-06-101-0/+1
| * | | omap: DMTIMER: Ack pending interrupt always when stopping a timerTero Kristo2010-06-101-3/+3
| * | | omap: Stalker board: switch over to gpio_set_debounceSantosh Shilimkar2010-06-091-3/+1Star
| * | | omap: fix build failure due to missing include dma-mapping.hAmit Kucheria2010-06-091-0/+2
| * | | omap iommu: Fix Memory leakSatish2010-06-091-1/+3
| | |/ | |/|
* | | arm: update gfp/slab.h includesTejun Heo2010-06-281-0/+1
| |/ |/|
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-06-1019-30/+206
|\ \
| * | ARM: 6164/1: Add kto and kfrom to input operands list.Khem Raj2010-06-084-8/+8
| * | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-06-0842-293/+1326
| |\ \
| | * | [ARM] pxa/spitz: Correctly register WM8750Marek Vasut2010-05-311-0/+3
| | * | [ARM] pxa/palmtc: storage class should be before const qualifierTobias Klauser2010-05-311-2/+2
| | |/