summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_asm.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon1-1/+1
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull1-0/+24
2020-09-15KVM: arm64: Share context save and restore macrosAndrew Scull1-0/+39
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull1-0/+10
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull1-0/+2
2020-09-15KVM: arm64: Choose hyp symbol based on contextAndrew Scull1-6/+19
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse1-0/+28
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+15
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier1-1/+0
2020-07-28Merge branch 'kvm-arm64/pre-nv-5.9' into kvmarm-master/next-WIPMarc Zyngier1-3/+5
2020-07-07KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()Marc Zyngier1-1/+19
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier1-1/+2
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall1-3/+4
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil1-3/+1
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull1-3/+2
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil1-5/+17
2020-07-05KVM: arm64: Handle calls to prefixed hyp functionsAndrew Scull1-0/+19
2020-07-05arm64: kvm: Remove kern_hyp_va from get_vcpu_ptrAndrew Scull1-1/+0
2020-06-10KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier1-0/+20
2020-06-09KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptrMarc Zyngier1-3/+10
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil1-0/+2
2020-05-16KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier1-1/+1
2020-03-09arm64: kvm: Modernize __smccc_workaround_1_smc_start annotationsMark Brown1-0/+4
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse1-1/+1
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse1-0/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-24arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray1-1/+2
2018-12-19arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier1-0/+1
2018-12-19KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall1-0/+6
2018-10-19KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall1-0/+1
2018-10-01kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose1-2/+0
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2018-06-02arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the fileCatalin Marinas1-3/+3
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier1-0/+3
2018-05-31arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier1-2/+25
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin1-3/+0
2018-05-20arm64: KVM: Use lm_alias() for kvm_ksym_ref()Mark Rutland1-2/+5
2018-04-11arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni1-2/+0
2018-03-28Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"Marc Zyngier1-0/+2
2018-03-19arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni1-2/+0
2018-03-19KVM: arm64: Introduce VHE-specific kvm_vcpu_runChristoffer Dall1-1/+3
2018-03-19KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall1-0/+15
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni1-0/+2
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall1-0/+2
2017-04-09arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier1-1/+0
2017-04-09arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier1-1/+1
2017-04-09KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall1-0/+2
2016-11-04arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier1-0/+1
2016-09-08arm64: KVM: Allow an exit code to be tagged with an SErrorMarc Zyngier1-0/+4
2016-09-08arm64: KVM: Add exception code to report EL1 asynchronous abortsMarc Zyngier1-2/+3