summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2015-10-12ARM: dts: Fix audio card detection on Peach boardsAlim Akhtar2-0/+10
2015-10-12ARM: EXYNOS: Fix double of_node_put() when parsing child power domainsKrzysztof Kozlowski1-5/+3
2015-10-10ARM: virt: select ARM_GIC_V3Jean-Philippe Brucker1-0/+1
2015-10-10ARM: add 32bit support to GICv3Jean-Philippe Brucker1-0/+188
2015-10-09ARM: 8443/1: Adding support for atomic half word exchangeSarbojit Ganguly1-0/+12
2015-10-09ARM: clean up TWD after previous patchRussell King1-4/+4
2015-10-09ARM: 8441/2: twd: Don't set CLOCK_EVT_FEAT_C3STOP unconditionallyMarc Gonzalez1-1/+4
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar36-167/+236
2015-10-06ARM: orion: Fix DSA platform device after mvmdio conversionFlorian Fainelli1-1/+1
2015-10-06Merge tag 'renesas-fixes-for-v4.3' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-0/+2
2015-10-06Merge tag 'sunxi-fixes-for-4.3' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-2/+2
2015-10-06Merge tag 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...Arnd Bergmann6-3/+35
2015-10-05ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0.Nicolas Schichan1-0/+1
2015-10-03ARM: make highpte an expert optionRussell King1-1/+2
2015-10-03ARM: 8433/1: add a VMSPLIT_3G_OPT config optionNicolas Pitre1-0/+3
2015-10-03ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson1-0/+9
2015-10-03ARM: 8428/1: kgdb: Fix registers on sleeping tasksDoug Anderson1-19/+12
2015-10-03ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap()Marek Szyprowski1-0/+2
2015-10-03ARM: 8426/1: dma-mapping: add missing range check in dma_mmap()Marek Szyprowski1-0/+5
2015-10-03ARM: remove user cmpxchg syscallRussell King4-101/+3
2015-10-03ARM: 8438/1: Add unwinding to __clear_user_std()Stephen Boyd1-0/+4
2015-10-03ARM: 8436/1: hw_breakpoint: remove unnecessary headerManinder Singh1-1/+0
2015-10-03ARM: 8434/2: Revert "7655/1: smp_twd: make twd_local_timer_of_register() no-o...Felipe Balbi2-5/+0
2015-10-01ARM: dts: berlin: change BG2Q's USB PHY compatibleThomas Hebb1-3/+3
2015-09-30Merge tag 'samsung-fixes-4.3' of http://github.com/krzk/linux into v4.3-samsu...Kukjin Kim4-2/+34
2015-09-30ARM: dts: imx7d: Fix UART2 base addressFabio Estevam1-2/+2
2015-09-29ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420Joonyoung Shim1-1/+1
2015-09-29ARM: dts: Fix bootup thermal issue on smdk5250Yadwinder Singh Brar1-0/+1
2015-09-29ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for soundGeert Uytterhoeven1-0/+1
2015-09-29ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for soundGeert Uytterhoeven1-0/+1
2015-09-29Merge tag 'imx-fixes-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson3-3/+2
2015-09-28ARM: make RiscPC depend on MMURussell King1-0/+1
2015-09-27Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds4-6/+30
2015-09-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds31-161/+205
2015-09-27Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixesOlof Johansson4-3/+28
2015-09-27Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson14-39/+63
2015-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-0/+1
2015-09-25Merge tag 'v4.3-rockchip32-dtsfixes1' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-0/+1
2015-09-25ARM: sti: dt: adapt DT to fix probe/bind issues in DRM driverBenjamin Gaignard2-84/+80
2015-09-25ARM: dts: fix omap2+ address translation for pbiasKishon Vijay Abraham I5-12/+17
2015-09-24ARM: dts: fix usb pin control for imx-rex dtsFelipe F. Tonello1-2/+0
2015-09-24ARM: alignment: fix alignment handling for uaccess changesRussell King1-5/+25
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-2/+2
2015-09-22ARM: 8432/1: move VMALLOC_END from 0xff000000 to 0xff800000Nicolas Pitre1-1/+1
2015-09-22ARM: 8430/1: use default ioremap alignment for SMP or LPAESergey Dyasly1-0/+2
2015-09-22ARM: 8423/1: add const qualifier to smp_operations member in structuresMasahiro Yamada2-2/+2
2015-09-22ARM: 8424/1: add const qualifier to the argument of smp_set_ops()Masahiro Yamada2-2/+2
2015-09-22ARM: 8422/1: enable imprecise aborts during early kernel startupLucas Stach3-0/+14
2015-09-22ARM: wire up new syscallsRussell King3-1/+5