aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2021-10-14arm64: dts: qcom: apq8016-sbc: Clarify firmware-namesStephan Gerhold1-3/+3
2021-10-14arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnectSai Prakash Ranjan1-0/+3
2021-10-14arm64: defconfig: Disable firmware sysfs fallbackBjorn Andersson1-1/+0
2021-10-14arm64: dts: renesas: rcar-gen3e: Add Cortex-A57 2 GHz oppsGeert Uytterhoeven3-0/+27
2021-10-14arm64: dts: renesas: rzg2l-smarc-som: Enable EthernetBiju Das2-1/+97
2021-10-14arm64: dts: renesas: r9a07g044: Add GbEthernet nodesBiju Das1-0/+40
2021-10-14arm64: dts: renesas: Add ports node to all adv7482 nodesNiklas Söderlund2-45/+49
2021-10-14arm64: dts: renesas: r8a779a0: Add and connect all CSI-2, ISP and VIN nodesNiklas Söderlund1-0/+1332
2021-10-14arm64: dts: allwinner: NanoPi R1S H5: Add generic compatible string for I2C EEPROMChukun Pan1-1/+8
2021-10-13arm64: dts: marvell: add Globalscale MOCHAbinRobert Marko2-0/+459
2021-10-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2021-10-12Merge branch kvm-arm64/misc-5.16 into kvmarm-master/nextMarc Zyngier1-1/+4
2021-10-12KVM: arm64: Fix reporting of endianess when the access originates at EL0Marc Zyngier1-1/+4
2021-10-12Merge tag 'ti-k3-dt-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux into arm/dtArnd Bergmann26-123/+1652
2021-10-12arm64: dts: exynos: add minimal support for exynosautov9 sadk boardChanho Park2-1/+58
2021-10-12arm64: dts: exynos: add initial support for exynosautov9 SoCChanho Park2-0/+1490
2021-10-12arm64: ftrace: use function_nocfi for _mcount as wellSumit Garg1-1/+1
2021-10-12arm64: asm: setup.h: export common variablesAnders Roxell1-0/+6
2021-10-12Merge tag 'tegra-for-5.16-arm64-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/defconfigsArnd Bergmann1-0/+5
2021-10-11Revert "arm64: dts: Add support for Unisoc's UMS512"Arnd Bergmann4-1253/+1
2021-10-11Merge tag 'tegra-for-5.16-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/dtArnd Bergmann11-15/+6416
2021-10-11arm64: dts: Add support for Unisoc's UMS512Chunyan Zhang4-1/+1253
2021-10-11arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz1-1/+1
2021-10-11Merge tag 'amlogic-arm64-dt-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/dtArnd Bergmann15-13/+1091
2021-10-11Merge tag 'zynqmp-dt-for-v5.16-v2' of https://github.com/Xilinx/linux-xlnx into arm/dtArnd Bergmann5-0/+936
2021-10-11KVM: arm64: Handle protected guests at 32 bitsFuad Tabba1-0/+34
2021-10-11KVM: arm64: Trap access to pVM restricted featuresFuad Tabba1-0/+57
2021-10-11KVM: arm64: Move sanitized copies of CPU featuresFuad Tabba2-6/+2
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba7-1/+209
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba8-1/+737
2021-10-11KVM: arm64: Simplify masking out MTE in feature id regFuad Tabba1-8/+2
2021-10-11KVM: arm64: Add missing field descriptor for MDCR_EL2Fuad Tabba1-0/+1
2021-10-11KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba3-4/+4
2021-10-11KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier3-68/+124
2021-10-11KVM: arm64: Don't include switch.h into nvhe/kvm-main.cMarc Zyngier1-1/+1
2021-10-11KVM: arm64: Move __get_fault_info() and co into their own include fileMarc Zyngier3-61/+77
2021-10-11Merge branch kvm-arm64/raz-sysregs into kvmarm-master/nextMarc Zyngier1-9/+17
2021-10-11KVM: arm64: Replace get_raz_id_reg() with get_raz_reg()Alexandru Elisei1-8/+2
2021-10-11KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0Alexandru Elisei1-1/+10
2021-10-11KVM: arm64: Return early from read_id_reg() if register is RAZAlexandru Elisei1-1/+6
2021-10-11Merge branch kvm-arm64/misc-5.16 into kvmarm-master/nextMarc Zyngier4-8/+18
2021-10-11KVM: arm64: Depend on HAVE_KVM instead of OFSean Christopherson2-1/+2
2021-10-11KVM: arm64: Unconditionally include generic KVM's KconfigSean Christopherson1-6/+2
2021-10-11arm64: dts: renesas: rzg2l-smarc: Enable microSD on SMARC platformBiju Das1-0/+62
2021-10-11arm64: dts: renesas: rzg2l-smarc-som: Enable eMMC on SMARC platformBiju Das1-0/+143
2021-10-11KVM: arm64: Allow KVM to be disabled from the command lineMarc Zyngier2-1/+14
2021-10-11Merge branch kvm-arm64/vgic-ipa-checks into kvmarm-master/nextMarc Zyngier5-17/+29
2021-10-11KVM: arm64: vgic: Drop vgic_check_ioaddr()Ricardo Koller2-25/+4
2021-10-11KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA sizeRicardo Koller1-2/+2
2021-10-11KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA sizeRicardo Koller1-2/+5