summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2014-03-10ARM: spear: clean up editing mistakePaul Bolle1-1/+1
2014-03-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-48/+137
2014-03-08Merge tag 'omap-for-v3.14/fixes-dt-rc4' of git://git.kernel.org/pub/scm/linux...Olof Johansson3-3/+3
2014-03-08Merge tag 'bcm-for-3.14-pinctrl-reduced-rename' of git://github.com/broadcom/...Olof Johansson17-139/+35
2014-03-08Merge tag 'sunxi-fixes-for-3.14' of https://github.com/mripard/linux into fixesOlof Johansson4-9/+9
2014-03-07Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds7-7/+24
2014-03-07ARM: 7992/1: boot: compressed: ignore bswapsdi2.SMark Rutland1-0/+1
2014-03-07ARM: 7991/1: sa1100: fix compile problem on CollieLinus Walleij1-0/+2
2014-03-07ARM: fix noMMU kallsyms symbol filteringRussell King2-6/+5
2014-03-07Merge tag 'stable/for-linus-3.14-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2014-03-07ARM: dts: imx6qdl: Add IPU DI ports and endpoints, move imx-drm node to dtsiPhilipp Zabel5-31/+253
2014-03-07ARM: dts: imx53: Add IPU DI ports and endpoints, move imx-drm node to dtsiPhilipp Zabel4-24/+89
2014-03-07ARM: dts: imx51: Add IPU ports and endpoints, move imx-drm node to dtsiPhilipp Zabel3-10/+51
2014-03-07ARM: dts: imx53-mba53: Fix TVE DDC I2C bus propertyPhilipp Zabel1-1/+1
2014-03-07Merge branch 'topic/of-graph' of git://git.pengutronix.de/git/pza/linux into ...Russell King2-2/+12
2014-03-04arm: mmp: Remove pointless fiddling with irq internalsThomas Gleixner2-31/+5
2014-03-04arm: Replace various irq_desc accessesThomas Gleixner2-9/+5
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely74-203/+444
2014-03-03Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds1-1/+1
2014-03-03ARM: XEN depends on having a MMUUwe Kleine-König1-0/+1
2014-03-02Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman2-2/+12
2014-03-02Merge 3.14-rc5 into tty-nextGreg Kroah-Hartman2-2/+12
2014-03-02Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman2-2/+12
2014-03-03ARM: KVM: fix warning in mmu.cMarc Zyngier1-1/+2
2014-03-03ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier5-19/+66
2014-03-03ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier3-3/+19
2014-03-03ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier5-10/+11
2014-03-03ARM: KVM: fix ordering of 64bit coprocessor accessesMarc Zyngier1-3/+3
2014-03-03ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier2-4/+4
2014-03-03ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier1-1/+10
2014-03-03arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2-0/+95
2014-03-03ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier2-5/+18
2014-03-03arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier2-4/+4
2014-03-02ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid proble...Marek Belisko1-1/+1
2014-02-28serial: imx: Remove init() and exit() platform callbacksAlexander Shiyan1-16/+5
2014-02-28ARM: tegra: add LED options back into tegra_defconfigStephen Warren1-0/+3
2014-02-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+12
2014-02-28ARM: dts: omap3-igep: fix boot fail due wrong compatible matchJavier Martinez Canillas2-2/+2
2014-02-28wl1251: move power GPIO handling into the driverSebastian Reichel2-9/+4
2014-02-28wl1251: split wl251 platform data to a separate structureLuciano Coelho2-3/+3
2014-02-28Merge tag 'omap-for-v3.14/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann7-35/+121
2014-02-28arm: dma-mapping: remove order parameter from arm_iommu_create_mapping()Marek Szyprowski2-25/+22
2014-02-28arm: dma-mapping: Add support to extend DMA IOMMU mappingsAndreas Herrmann2-21/+110
2014-02-27ARM: OMAP3: Fix pinctrl interrupts for core2Tony Lindgren1-0/+1
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier2-2/+12
2014-02-25ARM: shmobile: r8a7791 dtsi: Fix typo in msiof2 clock output nameGeert Uytterhoeven1-1/+1
2014-02-24Merge branch 'clocks/fixes/drivers' of git://linuxtv.org/pinchartl/fbdev into...Mike Turquette40-185/+140
2014-02-24Update dtsi with new pinctrl compatible stringSherman Yin1-1/+1
2014-02-24Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman40-185/+140
2014-02-24Merge 3.14-rc4 into tty-nextGreg Kroah-Hartman40-185/+140