summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross1-0/+2
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko2-5/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-06-03ARM: omap1: enable multiplatformArnd Bergmann7-133/+21
2022-06-03ARM: OMAP1: clock: Convert to CCFJanusz Krzysztofik5-764/+563
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-5/+8
2022-06-02Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds41-92/+755
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds179-2555/+2226
2022-05-31ARM: pxa/mmp: remove traces of plat-pxaArnd Bergmann1-2/+0
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+1
2022-05-30ARM: configs: Enable more audio support for i.MXMark Brown1-0/+2
2022-05-30Merge tag 'socfpga_dts_updates_for_v5.19' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann4-5/+5
2022-05-30Merge tag 'aspeed-5.19-devicetree' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann9-55/+431
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-4/+2
2022-05-27Merge tag 'v5.19-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann6-20/+23
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-23/+4
2022-05-27ARM: dts: rockchip: add clocks property to cru node rk3228Johan Jonker1-0/+2
2022-05-27ARM: dts: rockchip: add clocks property to cru node rk3036Johan Jonker1-0/+2
2022-05-27ARM: dts: rockchip: add clocks property to cru node rk3066a/rk3188Johan Jonker2-2/+4
2022-05-27ARM: dts: rockchip: add clocks property to cru node rk3288Johan Jonker1-0/+2
2022-05-27ARM: dts: rockchip: Remove "amba" bus nodes from rv1108Johan Jonker1-18/+11
2022-05-27ARM: dts: rockchip: add clocks property to cru node rv1108Johan Jonker1-0/+2
2022-05-27ARM: dts: da850: use new 'dma-channels' propertyKrzysztof Kozlowski1-0/+2
2022-05-27ARM: dts: pxa: use new 'dma-channels/requests' propertiesKrzysztof Kozlowski4-3/+14
2022-05-27ARM: ep93xx: Make ts72xx_register_flash() staticAlexander Sverdlin1-1/+1
2022-05-27ARM: configs: enable support for Kontron KSwitch D10Michael Walle1-0/+11
2022-05-27Merge tag 'at91-dt-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Arnd Bergmann6-3/+58
2022-05-27Merge tag 'at91-soc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-1/+1
2022-05-27ep93xx: clock: Do not return the address of the freed memoryGenjian Zhang1-4/+6
2022-05-27Merge branch 'hpe/gxp-soc' into arm/lateArnd Bergmann9-0/+201
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-4/+2
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-11/+5
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-23/+2
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds316-5077/+2815
2022-05-26Merge tag 'arm-defconfig-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-5/+35
2022-05-26Merge tag 'arm-dt-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds341-8413/+17779
2022-05-26Merge tag 'arm-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds36-96/+572
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds3-34/+12
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+2
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+14
2022-05-25ARM: ixp4xx: Consolidate Kconfig fixing issueLinus Walleij1-15/+4
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-3/+1
2022-05-24Merge tag 'execve-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+0
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-05-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds9-129/+135
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-9/+10
2022-05-20ARM: 9204/2: module: Add all unwind tables when load moduleChen Zhongjin3-51/+45
2022-05-20ARM: 9206/1: A9: Add ARM ERRATA 764319 workaround (Updated)Nick Hawkins2-0/+37