summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/Makefile
AgeCommit message (Expand)Author
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon
2020-09-11KVM: arm64: Add stand-alone page-table walker infrastructureWill Deacon
2020-07-05KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil
2020-07-05KVM: arm64: Move __smccc_workaround_1_smc to .rodataDavid Brazdil
2020-05-16KVM: arm64: Clean up kvm makefilesFuad Tabba
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier
2019-05-24KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse
2018-10-01kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott
2018-03-19KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64Christoffer Dall
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-21arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry
2017-05-15arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier
2016-09-22arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin
2016-06-21arm64: allow building with kcov coverage on ARM64Alexander Potapenko
2016-03-21kvm: arm64: Disable compiler instrumentation for hypervisor codeCatalin Marinas
2016-02-29arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hypMarc Zyngier
2016-02-29arm64: KVM: Switch to C-based stage2 initMarc Zyngier
2015-12-14arm64: KVM: HYP mode entry pointsMarc Zyngier
2015-12-14arm64: KVM: Implement TLB handlingMarc Zyngier
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement the core world switchMarc Zyngier
2015-12-14arm64: KVM: Implement guest entryMarc Zyngier
2015-12-14arm64: KVM: Implement debug save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement system register save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement timer save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement vgic-v3 save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement vgic-v2 save/restoreMarc Zyngier