summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/switch.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-24KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier1-7/+1
2021-10-18KVM: arm64: pkvm: Give priority to standard traps over pvm handlingMarc Zyngier1-4/+7
2021-10-18KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier1-2/+2
2021-10-18KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier1-12/+0
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier1-2/+1
2021-10-18KVM: arm64: pkvm: Preserve pending SError on exit from AArch32Marc Zyngier1-1/+2
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: Add handlers for protected VM System RegistersFuad Tabba1-0/+1
2021-10-11KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba1-1/+1
2021-10-11KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier1-0/+16
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier1-10/+3
2021-08-20KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba1-1/+1
2021-08-20KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba1-4/+0
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba1-8/+5
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier1-1/+1
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier1-1/+3
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier1-2/+1
2021-04-13Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier1-13/+12
2021-04-07arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose1-0/+1
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-5/+2
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret1-4/+1
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier1-3/+11
2021-03-18KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier1-2/+2
2021-03-18KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirtyMarc Zyngier1-2/+7
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull1-2/+1
2021-03-06KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose1-1/+10
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier1-1/+4
2020-12-04KVM: arm64: Trap host SMCs in protected modeDavid Brazdil1-1/+4
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier1-0/+3
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-1/+1
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier1-7/+8
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier1-4/+0
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil1-0/+3
2020-09-30kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil1-0/+3
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil1-1/+1
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-4/+0
2020-09-15KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull1-2/+0
2020-09-15KVM: arm64: nVHE: Handle hyp panicsAndrew Scull1-13/+5
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull1-1/+1
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull1-0/+3
2020-09-15KVM: arm64: Remove hyp_panic argumentsAndrew Scull1-2/+6
2020-09-15KVM: arm64: Remove __activate_vm wrapperAndrew Scull1-4/+4
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+5
2020-07-07KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs accessMarc Zyngier1-2/+2
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall1-1/+1
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil1-9/+9
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil1-0/+1
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil1-0/+271