summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe/switch.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-291-4/+0
| * | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2020-09-301-0/+3
| * | kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil2020-09-301-0/+3
| * | kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2020-09-301-1/+1
| |/
* | KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull2020-09-151-2/+0
* | KVM: arm64: nVHE: Handle hyp panicsAndrew Scull2020-09-151-13/+5
* | KVM: arm64: Introduce hyp contextAndrew Scull2020-09-151-1/+1
* | KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull2020-09-151-0/+3
* | KVM: arm64: Remove hyp_panic argumentsAndrew Scull2020-09-151-2/+6
* | KVM: arm64: Remove __activate_vm wrapperAndrew Scull2020-09-151-4/+4
|/
* KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-08-281-0/+5
* KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs accessMarc Zyngier2020-07-071-2/+2
* KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall2020-07-071-1/+1
* KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil2020-07-051-9/+9
* KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil2020-07-051-0/+1
* KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2020-07-051-0/+271