summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Merge branch 'fixes' into arm/socOlof Johansson135-1151/+1253
2019-04-29Merge tag 'v5.2-rockchip-soc32-1' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2-2/+3
2019-04-29Merge tag 'imx-soc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson1-2/+4
2019-04-29Merge tag 'lpc32xx-soc-for-5.2' of https://github.com/vzapolskiy/linux-lpc32x...Olof Johansson1-39/+3
2019-04-29Merge tag 'ixp4xx-for-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson41-1992/+632
2019-04-29Merge tag 'renesas-arm-soc-for-v5.2' of https://git.kernel.org/pub/scm/linux/...Olof Johansson2-2/+5
2019-04-29Merge tag 'tegra-for-5.2-firmware' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson16-235/+122
2019-04-29ARM: debug-ll: add default address for digicolorArnd Bergmann1-0/+2
2019-04-29ARM: u300: regulator: add MODULE_LICENSE()Arnd Bergmann1-0/+2
2019-04-29ARM: ep93xx: move private headers out of mach/*Arnd Bergmann14-19/+19
2019-04-29ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann3-16/+3
2019-04-29ARM: ep93xx: move network platform data to separate headerArnd Bergmann1-6/+1
2019-04-29Merge tag 'davinci-for-v5.2/soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson5-6/+98
2019-04-29Merge tag 'pxa-for-5.2' of https://github.com/rjarzmik/linux into arm/socOlof Johansson1-6/+0
2019-04-29Merge tag 'samsung-soc-5.2' of https://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson12-24/+89
2019-04-29Merge tag 'omap-for-v5.2/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Olof Johansson9-2886/+10
2019-04-29Merge tag 'omap-for-v5.2/soc-signed' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson19-71/+215
2019-04-29ARM: stm32: add AMBA support for stm32 familyLudovic Barre1-4/+1
2019-04-28Merge tag 'imx-fixes-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2-2/+18
2019-04-28Merge tag 'sunxi-fixes-for-5.1' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson7-5/+14
2019-04-28Merge tag 'imx-fixes-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson13-13/+15
2019-04-23ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmuWen Yang1-0/+1
2019-04-23ARM: dts: Add queue manager and NPE to the IXP4xx DTSILinus Walleij1-0/+11
2019-04-23soc: ixp4xx: qmgr: Pass resourcesLinus Walleij2-7/+20
2019-04-23soc: ixp4xx: npe: Pass addresses as resourcesLinus Walleij2-3/+21
2019-04-23ARM: ixp4xx: Turn the QMGR into a platform deviceLinus Walleij1-0/+6
2019-04-23ARM: ixp4xx: Turn the NPE into a platform deviceLinus Walleij1-0/+6
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij2-244/+0
2019-04-23ARM: ixp4xx: Move NPE and QMGR to drivers/socLinus Walleij4-1141/+0
2019-04-23ARM: dts: Add some initial IXP4xx device treesLinus Walleij7-0/+338
2019-04-23ARM: ixp4xx: Add device tree boot supportLinus Walleij5-0/+87
2019-04-23ARM: ixp4xx: Switch to use new timer driverLinus Walleij2-150/+5
2019-04-23ARM: ixp4xx: Switch to use new IRQ+GPIO driversLinus Walleij5-392/+24
2019-04-21ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnectVladimir Oltean2-2/+18
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-31/+92
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-14/+41
2019-04-19ARM: lpc32xx: use SPDX license identifierVladimir Zapolskiy1-10/+1
2019-04-19ARM: lpc32xx: remove platform data of SSP0 and SSP1 controllersVladimir Zapolskiy1-2/+0
2019-04-19ARM: lpc32xx: remove redundant included headersVladimir Zapolskiy1-22/+2
2019-04-19ARM: lpc32xx: stop overwriting TEST_CLK_SELAlexandre Belloni1-5/+0
2019-04-19ARM: ixp4xx: Convert to SPARSE_IRQLinus Walleij25-2/+47
2019-04-19ARM: ixp4xx: Pass IRQ resource to beeperLinus Walleij1-1/+9
2019-04-19ARM: ixp4xx: Convert to MULTI_IRQ_HANDLERLinus Walleij4-120/+126
2019-04-19x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...Hans de Goede1-2/+2
2019-04-19x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen1-3/+3
2019-04-19x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu1-2/+20
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+26
2019-04-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2019-04-18arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-18Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-6/+6