summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorLines
2022-08-02Merge tag 'arm-boardfiles-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-164/+197
2022-08-02Merge tag 'arm-newsoc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-0/+541
2022-08-02Merge tag 'arm-defconfig-6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1186/+994
2022-08-02Merge tag 'arm-dt-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-3528/+7550
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+5
2022-08-02Merge tag 'arm-soc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-3833/+147
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2022-08-01Merge tag 'timers-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+2
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+0
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-19/+3
2022-07-30Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-9/+9
2022-07-29ARM: findbit: fix overflowing offsetRussell King (Oracle)-8/+8
2022-07-28Merge tag 'timers-v5.20-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner-0/+2
2022-07-27ARM: 9216/1: Fix MAX_DMA_ADDRESS overflowFlorian Fainelli-1/+1
2022-07-27clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3Tony Lindgren-0/+2
2022-07-27Merge tag 'at91-dt-5.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Arnd Bergmann-2/+187
2022-07-27ARM: dts: lan966x: keep lan966 entries alphabetically sortedClaudiu Beznea-1/+1
2022-07-26ARM: dts: lan966x: add support for pcb8309Horatiu Vultur-1/+186
2022-07-25Merge tag 'at91-dt-5.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Arnd Bergmann-2/+43
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier-3/+3
2022-07-25irqchip/mmp: Declare init functions in common header fileBen Dooks-3/+3
2022-07-22ARM: dts: lan966x: Enable network driver on pcb8291Horatiu Vultur-0/+35
2022-07-22ARM: pxa2xx: Fix GPIO descriptor tablesLinus Walleij-9/+9
2022-07-22ARM: cns3xxx: add CONFIG_UNUSED_BOARD_FILES dependencyArnd Bergmann-1/+2
2022-07-22ARM: iop32x: mark as unusedArnd Bergmann-1/+2
2022-07-22ARM: s3c: mark most board files as unusedArnd Bergmann-20/+14
2022-07-22ARM: omap1: add Kconfig dependencies for unused boardsArnd Bergmann-9/+10
2022-07-22ARM: sa1100: mark most boards as unusedArnd Bergmann-0/+19
2022-07-22ARM: footbridge: mark cats board for removalArnd Bergmann-1/+1
2022-07-22ARM: mmp: mark all board files for removalArnd Bergmann-3/+11
2022-07-22ARM: ep93xx: mark most board files as unusedArnd Bergmann-8/+8
2022-07-22ARM: davinci: mark all ATAGS board files as unusedArnd Bergmann-20/+8
2022-07-22ARM: orion: add ATAGS dependenciesArnd Bergmann-30/+19
2022-07-22ARM: pxa: add Kconfig dependencies for ATAGS based boardsArnd Bergmann-72/+83
2022-07-22ARM: add CONFIG_UNUSED_BOARD_FILESArnd Bergmann-2/+14
2022-07-22ARM: add ATAGS dependencies to non-DT platformsArnd Bergmann-2/+11
2022-07-22ARM: defconfig: kill remnants of CONFIG_LEDSArnd Bergmann-22/+42
2022-07-22ARM: defconfig: remove broken CONFIG_THUMB disablesArnd Bergmann-8/+0
2022-07-22ARM: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann-43/+40
2022-07-22ARM: defconfig: remove stale CONFIG_ZBOOT_ROM entriesArnd Bergmann-116/+0
2022-07-22ARM: defconfig: remove irda remnantsArnd Bergmann-91/+0
2022-07-22ARM: refresh defconfig filesArnd Bergmann-904/+904
2022-07-22ARM: dts: lan966x: Disable can0 on pcb8291Horatiu Vultur-1/+1
2022-07-22ARM: dts: lan966x: Add gpio-restartHoratiu Vultur-0/+6
2022-07-21Merge tag 'qcom-drivers-for-5.20-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-0/+5
2022-07-21Merge tag 'at91-soc-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/at...Arnd Bergmann-1/+22
2022-07-21Merge tag 'at91-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-1/+1
2022-07-21Merge tag 'qcom-dts-for-5.20-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-36/+357
2022-07-20ARM: at91: setup outer cache .write_sec() callback if neededClément Léger-1/+15
2022-07-20ARM: at91: add sam_linux_is_optee_available() functionClément Léger-0/+7