aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2022-10-14Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-11/+10
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-7/+0
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-10-11Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-15/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-7/+7
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 2-3/+8
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 9-93/+170
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-5/+2
2022-10-10ARM: mmp: Make some symbols staticGravatar Chen Lifu 1-4/+4
2022-10-10ARM: spear6xx: Staticize few definitionsGravatar Viresh Kumar 1-4/+4
2022-10-10clk: spear: Move prototype to accessible headerGravatar Viresh Kumar 3-3/+2
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-2/+82
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-4/+4
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 7-15/+65
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-0/+2
2022-10-07Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 4-12/+3
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 1-1/+0
2022-10-06Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 65-557/+259
2022-10-06Merge tag 'arm-dt-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 231-1773/+5743
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+0
2022-10-06Merge tag 'arm-defconfig-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 53-101/+123
2022-10-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 11-37/+99
2022-10-06ARM/dma-mapping: remove the dma_coherent member of struct dev_archdataGravatar Christoph Hellwig 2-4/+1
2022-10-06ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifierGravatar Christoph Hellwig 1-2/+10
2022-10-05Revert "ARM: dts: BCM5301X: Add basic PCI controller properties"Gravatar Arnd Bergmann 1-12/+0
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+4
2022-10-04Merge tag 'samsung-dt-dt64-6.1-2' of https://git.kernel.org/pub/scm/linux/ker...Gravatar Arnd Bergmann 3-4/+4
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+18
2022-10-04ARM: 9246/1: dump: show page table level nameGravatar Wang Kefeng 1-1/+5
2022-10-04ARM: 9245/1: dump: show FDT regionGravatar Wang Kefeng 1-1/+1
2022-10-04ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=nGravatar Alex Sverdlin 1-2/+7
2022-10-04ARM: 9240/1: dma-mapping: Pass (void *) to virt_to_page()Gravatar Linus Walleij 1-1/+1
2022-10-04ARM: 9234/1: stacktrace: Avoid duplicate saving of exception PC valueGravatar Li Huafei 3-14/+37
2022-10-04ARM: 9233/1: stacktrace: Skip frame pointer boundary check for call_with_stack()Gravatar Li Huafei 2-7/+35
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2022-10-03Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 12-12/+0
2022-10-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 3-1/+7
2022-10-02kbuild: remove head-y syntaxGravatar Masahiro Yamada 1-3/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headGravatar Masahiro Yamada 1-2/+2
2022-09-30ARM: dts: s5pv210: correct double "pins" in pinmux nodeGravatar Krzysztof Kozlowski 2-3/+3
2022-09-30ARM: dts: exynos: fix polarity of VBUS GPIO of OrigenGravatar Dmitry Torokhov 1-1/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 8-13/+18
2022-09-28Merge branch 'uniphier/dt' into arm/dtGravatar Arnd Bergmann 13-136/+345
2022-09-28arm64: dts: uniphier: Add USB-device support for PXs3 reference boardGravatar Kunihiko Hayashi 1-0/+10
2022-09-28ARM: dts: uniphier: Remove compatible "snps,dw-pcie-ep" from pcie-ep nodeGravatar Kunihiko Hayashi 1-2/+1
2022-09-28ARM: dts: uniphier: Move interrupt-parent property to each child node in unip...Gravatar Kunihiko Hayashi 1-1/+2
2022-09-28ARM: dts: uniphier: Add ahci controller nodes for PXs2Gravatar Kunihiko Hayashi 2-0/+44
2022-09-28ARM: dts: uniphier: Add ahci controller nodes for Pro4Gravatar Kunihiko Hayashi 3-0/+113