summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Merge tag 'pxa-dt-5.3' of https://github.com/rjarzmik/linux into arm/dtOlof Johansson4-4/+34
2019-06-25Merge tag 'at91-5.3-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/at91...Olof Johansson6-96/+14
2019-06-25Merge tag 'stm32-dt-for-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson12-5/+1314
2019-06-25Merge tag 'mvebu-dt-5.3-1' of git://git.infradead.org/linux-mvebu into arm/dtOlof Johansson1-0/+14
2019-06-25Merge tag 'renesas-arm-dt-for-v5.3' of https://git.kernel.org/pub/scm/linux/k...Olof Johansson26-35/+589
2019-06-25Merge tag 'sunxi-h3-h5-for-5.3-201906210812' of https://git.kernel.org/pub/sc...Olof Johansson4-8/+4
2019-06-25Merge tag 'sunxi-dt-for-5.3-201906210807' of https://git.kernel.org/pub/scm/l...Olof Johansson11-17/+204
2019-06-25Merge tag 'amlogic-dt' of https://git.kernel.org/pub/scm/linux/kernel/git/khi...Olof Johansson11-345/+223
2019-06-25Merge tag 'davinci-for-v5.3/dt' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson5-0/+130
2019-06-25Merge tag 'aspeed-5.3-devicetree' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson17-13/+3417
2019-06-25Merge tag 'qcom-dts-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson3-5/+293
2019-06-25Merge tag 'hisi-arm32-dt-for-5.3' of git://github.com/hisilicon/linux-hisi in...Olof Johansson1-9/+9
2019-06-25Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson1-4/+4
2019-06-25Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2-9/+7
2019-06-25Merge tag 'arm-soc/for-5.3/devicetree-v2' of https://github.com/Broadcom/stbl...Olof Johansson64-152/+104
2019-06-25arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig1-21/+3
2019-06-25ARM: dma-mapping: allow larger DMA mask than supportedChristoph Hellwig1-19/+1
2019-06-24ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4Krzysztof Kozlowski10-0/+114
2019-06-24ARM: dts: exynos: Add GPU/Mali 400 node to Exynos3250Krzysztof Kozlowski4-0/+48
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2019-06-24ARM: dts: exynos: Use proper regulator for eMMC memory on Arndale OctaKrzysztof Kozlowski1-1/+1
2019-06-24ARM: dts: exynos: Add regulator suspend configuration to Odroid XU3/XU4/HC1 f...Krzysztof Kozlowski1-0/+96
2019-06-24ARM: dts: exynos: Add regulator suspend configuration to Arndale Octa boardKrzysztof Kozlowski1-0/+80
2019-06-24ARM: dts: exynos: Disable unused buck10 regulator on Odroid HC1 boardKrzysztof Kozlowski2-2/+6
2019-06-24ARM: dts: imx7ulp-evk: enable USBOTG1 supportPeter Chen1-0/+35
2019-06-24ARM: dts: imx7ulp: add imx7ulp USBOTG1 supportPeter Chen1-0/+28
2019-06-24ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM SupportMichael Grzeschik3-0/+442
2019-06-24ARM: dts: imx6ul: fix PWM[1-4] interruptsSébastien Szymanski1-4/+4
2019-06-24ARM: module: recognize unwind exit sectionsMatthias Schiffer1-0/+7
2019-06-24ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global viewRussell King2-6/+1
2019-06-24ARM: dts: pxa300-raumfeld-speaker-one: add channel output mapping for STA320Daniel Mack1-0/+3
2019-06-24ARM: pxa: raumfeld-common: fix comments in gpio_keys pinctrl nodeDaniel Mack1-3/+3
2019-06-24ARM: pxa: raumfeld-controller: add pinctrl for charger pinsDaniel Mack1-0/+10
2019-06-24ARM: pxa: raumfeld-controller: fix 'dock detect' GPIO keyDaniel Mack1-1/+10
2019-06-24ARM: pxa3xx: dts: Add defines for pinctrl-single,bias-pull{up,down}Daniel Mack1-0/+8
2019-06-24ARM: dts: imx6qdl-kontron-samx6i: Add iMX6-based Kontron SMARC-sAMX6i modulePriit Laes1-0/+421
2019-06-24binfmt_flat: provide an asm-generic/flat.hChristoph Hellwig2-30/+1
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig1-0/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2-2/+1
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig1-1/+0
2019-06-24binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig1-2/+0
2019-06-24binfmt_flat: remove flat_set_persistentChristoph Hellwig1-1/+0
2019-06-24binfmt_flat: remove flat_reloc_validChristoph Hellwig1-1/+0
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-4/+2
2019-06-23ARM: dts: BCM5301X: Fix most DTC W=1 warningsFlorian Fainelli28-84/+30
2019-06-23ARM: dts: NSP: Fix the bulk of W=1 DTC warningsFlorian Fainelli9-14/+11
2019-06-23ARM: dts: BCM63xx: Fix DTC W=1 warningsFlorian Fainelli2-7/+4
2019-06-23ARM: dts: BCM53573: Fix DTC W=1 warningsFlorian Fainelli5-13/+5
2019-06-23ARM: dts: bcm-mobile: Fix most DTC W=1 warningsFlorian Fainelli6-18/+18
2019-06-23ARM: dts: Cygnus: Fix most DTC W=1 warningsFlorian Fainelli3-11/+9