summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-02-2424-47/+106
|\
| * ARM: tegra: only run PL310 init on systems with oneStephen Warren2014-02-191-0/+10
| * ARM: tegra: Add head numbers to display controllersThierry Reding2014-02-193-0/+12
| * Merge tag 'mvebu-dt-fixes-3.14' of git://git.infradead.org/linux-mvebu into f...Olof Johansson2014-02-192-12/+2Star
| |\
| | * ARM: dove: dt: revert PMU interrupt controller nodeJason Cooper2014-02-181-11/+0Star
| | * ARM: mvebu: dt: add missing alias 'eth3' on Armada XP mv78260Willy Tarreau2014-02-051-1/+2
| * | ARM: imx6: build pm-imx6q.c independently of CONFIG_PMShawn Guo2014-02-192-5/+1Star
| * | Merge tag 'omap-for-v3.14/fixes-against-rc1' of git://git.kernel.org/pub/scm/...Olof Johansson2014-02-1914-29/+71
| |\ \
| | * | ARM: dts: Add support for both OMAP35xx and OMAP36xx Overo/TobiFlorian Vaussard2014-02-144-7/+46
| | * | ARM: dts: omap3-tobi: Use the correct vendor prefixFlorian Vaussard2014-02-141-1/+1
| | * | ARM: dts: omap3-tobi: Fix boot with OMAP36xx-based OveroFlorian Vaussard2014-02-142-4/+4
| | * | ARM: OMAP2+: Remove legacy macros for zoom platformsPaul Bolle2014-02-141-9/+0Star
| | * | ARM: OMAP2+: Remove MACH_NOKIA_N800Paul Bolle2014-02-141-4/+0Star
| | * | ARM: dts: N900: add missing compatible propertyAaro Koskinen2014-02-141-2/+2
| | * | ARM: dts: N9/N950: fix boot hang with 3.14-rc1Aaro Koskinen2014-02-142-2/+2
| | * | ARM: OMAP1: nokia770: enable tahvo-usbAaro Koskinen2014-02-141-0/+1
| | * | ARM: OMAP2+: gpmc: fix: DT ONENAND child nodes not probed when MTD_ONENAND is...Pekon Gupta2014-02-141-1/+1
| | * | ARM: OMAP2+: gpmc: fix: DT NAND child nodes not probed when MTD_NAND is built...Pekon Gupta2014-02-141-1/+1
| | * | ARM: dts: omap3-gta04: Fix mmc1 properties.Marek Belisko2014-02-141-1/+1
| | * | ARM: dts: omap3-gta04: Fix 'aux' gpio key flags.NeilBrown2014-02-141-1/+1
| | * | ARM: OMAP2+: add missing ARCH_HAS_OPPNishanth Menon2014-02-131-0/+4
| | * | ARM: dts: am335x-evmsk: Fix mmc1 supportPeter Ujfalusi2014-02-131-0/+9
| | * | ARM: DTS: am335x-evmsk: Correct audio clock frequencyPeter Ujfalusi2014-02-131-1/+1
| | * | ARM: dts: omap3-gta04: Add EOC irq gpio line handling.Marek Belisko2014-02-131-0/+2
| | |/
| * | ARM: tegra: fix RTC0 alias for CardhuStephen Warren2014-02-191-1/+1
| * | Merge tag 'pwm_pxa_for_v3.14' of https://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2014-02-191-0/+9
| |\ \
| | * | ARM: pxa: Add dummy backlight power supply on Mitac Mio A701Thierry Reding2014-02-111-0/+9
| | |/
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-02-214-101/+2Star
|\ \ \
| * | | of: Move testcase FDT data into drivers/ofGrant Likely2014-02-204-101/+2Star
| |/ /
* | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-201-0/+1
|\ \ \
| * | | arm, pm, vmpressure: add missing slab.h includesTejun Heo2014-02-031-0/+1
| | |/ | |/|
* | | Merge branch 'fixes-for-v3.14' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-02-201-1/+1
|\ \ \
| * | | ARM: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-02-111-1/+1
| |/ /
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-02-1910-36/+30Star
|\ \ \ | |_|/ |/| |
| * | ARM: 7957/1: add DSB after icache flush in __flush_icache_all()Vinayak Kale2014-02-181-0/+1
| * | ARM: 7955/1: spinlock: ensure we have a compiler barrier before sevWill Deacon2014-02-101-12/+3Star
| * | ARM: 7953/1: mm: ensure TLB invalidation is complete before enabling MMUWill Deacon2014-02-102-2/+3
| * | ARM: 7952/1: mm: Fix the memblock allocation for LPAE machinesSantosh Shilimkar2014-02-101-1/+1
| * | ARM: 7950/1: mm: Fix stage-2 device memory attributesChristoffer Dall2014-02-103-7/+16
| * | ARM: dts: fix spdif pinmux configurationRussell King2014-02-082-14/+6Star
| |/
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-02-1631-10/+286
|\ \
| * | ARM: ux500: disable msp2 device tree nodeLinus Walleij2014-02-111-1/+0Star
| * | ARM: zynq: Reserve not DMAable space in front of the kernelMichal Simek2014-02-101-0/+14
| * | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesKevin Hilman2014-02-105-2/+236
| |\ \
| | * | ARM: at91: add Atmel's SAMA5D3 Xplained boardNicolas Ferre2014-02-072-0/+230
| | * | ARM: at91: enable USB host on at91sam9n12ek boardBo Shen2014-02-071-0/+4
| | * | ARM: at91/dt: fix sama5d3 ohci hclk clock referenceBoris BREZILLON2014-02-071-1/+1
| | * | ARM: at91/dt: sam9263: fix compatibility string for the I2CJean-Jacques Hiblot2014-02-071-1/+1
| | |/
| * | ARM: multi_v7_defconfig: Select CONFIG_SOC_DRA7XXNishanth Menon2014-02-101-0/+1
| * | ARM: imx6: Initialize low-power mode early againPhilipp Zabel2014-02-103-2/+6