summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-09-01arm64: defconfig: Enable CPU clock drivers for Qualcomm msm8916Marc Gonzalez1-0/+2
2019-09-01arm64: defconfig: Add DRM_MSM to defconfigs with ARCH_QCOMJordan Crouse1-0/+1
2019-09-01arm64: dts: rockchip: limit clock rate of MMC controllers for RK3328Shawn Lin1-0/+3
2019-08-31arm64: dts: renesas: hihope-common: Fix eMMC statusFabrizio Castro1-0/+1
2019-08-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds3-0/+8
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon9-420/+412
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon41-517/+512
2019-08-30arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon2-24/+48
2019-08-30arm64: atomics: Undefine internal macros after useWill Deacon2-0/+11
2019-08-30arm64: lse: Make ARM64_LSE_ATOMICS depend on JUMP_LABELWill Deacon1-0/+1
2019-08-30arm64: asm: Kill 'asm/atomic_arch.h'Will Deacon4-157/+140
2019-08-30arm64: lse: Remove unused 'alt_lse' assembly macroWill Deacon1-22/+0
2019-08-30crypto: arm64/aes - implement accelerated ESSIV/CBC modeArd Biesheuvel2-0/+152
2019-08-30crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walkArd Biesheuvel1-42/+40
2019-08-29arm64: dts: meson-sm1-sei610: add stdout-path property backNeil Armstrong1-0/+4
2019-08-29arm64: dts: meson-sm1-sei610: enable DVFSNeil Armstrong1-4/+0
2019-08-29arm64: dts: khadas-vim3: add support for the SM1 based VIM3LNeil Armstrong2-0/+71
2019-08-29arm64: dts: khadas-vim3: move common nodes into meson-khadas-vim3.dtsiNeil Armstrong4-355/+362
2019-08-29arm64: dts: meson: g12a: add reset to tdm formattersJerome Brunet1-0/+8
2019-08-29arm64: dts: meson: g12a: audio clock controller provides resetsJerome Brunet1-0/+1
2019-08-29arm64: dts: meson-sm1-sei610: enable DVFSNeil Armstrong2-0/+124
2019-08-29arm64: dts: meson-gxm-khadas-vim2: use rc-khadas keymapChristian Hewitt1-1/+1
2019-08-29arm64: dts: meson-gxl-s905w-tx3-mini: add rc-tx3mini keymapChristian Hewitt1-0/+4
2019-08-29arm64: dts: meson-gxl-s905x-khadas-vim: use rc-khadas keymapChristian Hewitt1-1/+1
2019-08-29arm64: dts: meson-gxbb-wetek-play2: add rc-wetek-play2 keymapChristian Hewitt1-0/+4
2019-08-29arm64: dts: meson-gxbb-wetek-hub: add rc-wetek-hub keymapChristian Hewitt1-0/+4
2019-08-29arm64: dts: meson-g12a-x96-max: add rc-x96max keymapChristian Hewitt1-0/+1
2019-08-29arm64: dts: meson-g12b-odroid-n2: add rc-odroid keymapChristian Hewitt1-0/+1
2019-08-29arm64: dts: meson-sm1-sei610: add USB supportNeil Armstrong1-0/+5
2019-08-29arm64: dts: meson-sm1-sei610: add HDMI display supportNeil Armstrong1-0/+23
2019-08-29arm64: dts: meson-g12: add Everything-Else power domain controllerNeil Armstrong4-48/+78
2019-08-29arm64: dts: meson: fix boards regulators states formatNeil Armstrong6-12/+12
2019-08-29arm64: dts: meson-gxbb-p201: fix snps, reset-delays-us formatNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-gxbb-nanopi-k2: add missing modelNeil Armstrong1-0/+1
2019-08-29arm64: dts: meson-g12a-x96-max: fix compatibleNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-g12a: fix reset controller compatibleNeil Armstrong1-2/+1
2019-08-29arm64: dts: meson-axg: fix MHU compatibleNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-gxl: fix internal phy compatibleNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-gx: fix periphs bus node nameNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-gx: fix mhu compatibleNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-gx: fix watchdog compatibleNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-gx: fix spifc compatibleNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-gx: fix reset controller compatibleNeil Armstrong1-1/+1
2019-08-29arm64: dts: meson-gx: drop the vpu dmc memory cellNeil Armstrong1-3/+2
2019-08-29arm64: dts: meson: fix ethernet mac reg formatNeil Armstrong4-9/+6
2019-08-29arm64: dts: meson: g12a-common: add VRTCKevin Hilman1-0/+5
2019-08-29arm64: atomics: Remove atomic_ll_sc compilation unitAndrew Murray2-22/+0
2019-08-29arm64: avoid using hard-coded registers for LSE atomicsAndrew Murray1-29/+41
2019-08-29arm64: atomics: avoid out-of-line ll/sc atomicsAndrew Murray6-328/+329
2019-08-29arm64: Use correct ll/sc atomic constraintsAndrew Murray1-42/+47