aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_asm.h
AgeCommit message (Expand)Author
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-03-11KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil
2020-09-30kvm: arm64: Add helpers for accessing nVHE hyp per-cpu varsDavid Brazdil
2020-09-30kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil
2020-09-30kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hDavid Brazdil
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull
2020-09-15KVM: arm64: Share context save and restore macrosAndrew Scull
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull
2020-09-15KVM: arm64: Choose hyp symbol based on contextAndrew Scull
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier
2020-07-28Merge branch 'kvm-arm64/pre-nv-5.9' into kvmarm-master/next-WIPMarc Zyngier
2020-07-07KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()Marc Zyngier
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Handle calls to prefixed hyp functionsAndrew Scull
2020-07-05arm64: kvm: Remove kern_hyp_va from get_vcpu_ptrAndrew Scull
2020-06-10KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier
2020-06-09KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptrMarc Zyngier
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil
2020-05-16KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier
2020-03-09arm64: kvm: Modernize __smccc_workaround_1_smc_start annotationsMark Brown
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-24arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray
2018-12-19arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier
2018-12-19KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall
2018-10-19KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall
2018-10-01kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-02arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the fileCatalin Marinas
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier
2018-05-31arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin
2018-05-20arm64: KVM: Use lm_alias() for kvm_ksym_ref()Mark Rutland
2018-04-11arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni