aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12ARM: dts: Fix wrong mdio clock for dm814xTony Lindgren1-1/+1
2020-05-12net: ethernet: ti: Remove TI_CPTS_MOD workaroundClay McClure2-0/+2
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-4/+4
2020-05-12ARM: oxnas: make ox820_boot_secondary staticMa Feng1-1/+2
2020-05-11ARM: dts: r8a7740: Add missing extal2 to CPG nodeGeert Uytterhoeven1-1/+1
2020-05-08ARM: dts: am437x: fix networking on boards with ksz9031 phyGrygorii Strashko3-4/+4
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers5-5/+0
2020-05-07Merge branch 'uaccess' into fixesRussell King4-89/+123
2020-05-07ARM: 8973/1: Add missing newline terminator to kernel messageGeert Uytterhoeven1-1/+1
2020-05-07ARM: dts: am57xx: fix networking on boards with ksz9031 phyGrygorii Strashko3-6/+6
2020-05-07ARM: futex: Address build warningThomas Gleixner1-2/+7
2020-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-8/+23
2020-05-05ARM: dts: omap4-droid4: Fix occasional lost wakeirq for uart1Tony Lindgren1-3/+7
2020-05-05ARM: dts: omap4-droid4: Fix flakey wlan by disabling internal pull for gpioTony Lindgren1-0/+33
2020-05-03ARM: uaccess: fix DACR mismatch with nested exceptionsRussell King1-5/+20
2020-05-03ARM: uaccess: integrate uaccess_save and uaccess_restoreRussell King1-17/+13
2020-05-03ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hRussell King4-89/+112
2020-04-30crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld1-1/+1
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2-7/+22
2020-04-29ARM: 8970/1: decompressor: increase tag sizeƁukasz Stelmach1-1/+1
2020-04-29ARM: 8971/1: replace the sole use of a symbol with its definitionJian Cai1-2/+1
2020-04-29ARM: 8969/1: decompressor: simplify libfdt buildsMasahiro Yamada8-56/+24
2020-04-28ARM: dts: r7s9210: Remove bogus clock-names from OSTM nodesGeert Uytterhoeven1-3/+0
2020-04-27ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsiJohan Jonker1-2/+2
2020-04-27ARM: dts: rockchip: swap clock-names of gpu nodesJohan Jonker3-3/+3
2020-04-27ARM: dts: rockchip: fix phy nodename for rk3229-xms6Johan Jonker1-1/+1
2020-04-27ARM: dts: rockchip: fix phy nodename for rk3228-evbJohan Jonker1-1/+1
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-24/+31
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar1-1/+1
2020-04-24Merge tag 'drm-misc-next-2020-04-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+9
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel1-8/+0
2020-04-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-0/+11
2020-04-23Merge tag 'arm-soc/for-5.7/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixesArnd Bergmann2-0/+4
2020-04-23ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entriesFabio Estevam1-2/+2
2020-04-23efi/libstub: Move arm-stub to a common fileAtish Patra1-1/+1
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-24/+31
2020-04-21ARM: compat: remove KERNEL_DS usage in sys_oabi_epoll_ctl()Russell King1-10/+5
2020-04-21Merge branch 'fixes-v5.7' into fixesTony Lindgren526-11580/+7949
2020-04-21ARM: dts: dra7: Fix bus_dma_limit for PCIeKishon Vijay Abraham I1-2/+2
2020-04-21ARM: dts: am574x-idk: Disable m_can nodeFaiz Abbas1-0/+4
2020-04-21ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=yAhmad Fatoum1-0/+2
2020-04-20Merge tag 'omap-for-v5.6/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixesArnd Bergmann1-0/+5
2020-04-20ARM: dts: r8a73a4: Add missing CMT1 interruptsGeert Uytterhoeven1-1/+8
2020-04-17Merge tag 'for-linus-5.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2020-04-17ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=yAhmad Fatoum1-0/+2
2020-04-17ARM/fbdev: sa11x0: Switch to use GPIO descriptorsLinus Walleij1-0/+9
2020-04-17arm/xen: make _xen_start_info staticJason Yan1-1/+1
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-22/+37
2020-04-16ARM: dts: bcm283x: Disable dsi0 nodeNicolas Saenz Julienne1-0/+1
2020-04-14arm, bpf: Fix offset overflow for BPF_MEM BPF_DWLuke Nelson1-16/+24