summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/vhe/switch.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba1-4/+3
2024-06-04KVM: arm64: Specialize handling of host fpsimd state on trapFuad Tabba1-0/+5
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier1-2/+2
2024-05-03Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/nextMarc Zyngier1-8/+88
2024-05-03KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHEMarc Zyngier1-1/+4
2024-05-01KVM: arm64: Refactor checks for FP state ownershipFuad Tabba1-1/+1
2024-05-01KVM: arm64: Move guest_owns_fp_regs() to increase its scopeFuad Tabba1-1/+1
2024-04-20KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier1-4/+2
2024-04-20KVM: arm64: nv: Handle ERETA[AB] instructionsMarc Zyngier1-2/+11
2024-04-20KVM: arm64: nv: Honor HFGITR_EL2.ERET being setMarc Zyngier1-1/+2
2024-04-20KVM: arm64: nv: Fast-track 'InHost' exception returnsMarc Zyngier1-0/+44
2024-04-20KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2Marc Zyngier1-1/+34
2024-04-20KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flagMarc Zyngier1-6/+1
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier1-1/+1
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier1-2/+2
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-13/+21
2023-10-30Merge branch kvm-arm64/mops into kvmarm/nextOliver Upton1-0/+1
2023-10-20KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe()Oliver Upton1-10/+5
2023-10-20KVM: arm64: Rename helpers for VHE vCPU load/putOliver Upton1-3/+15
2023-10-12KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Marc Zyngier1-0/+44
2023-10-09KVM: arm64: Add handler for MOPS exceptionsKristina Martsenko1-0/+1
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-1/+1
2023-06-13KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier1-1/+1
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe1-0/+14
2023-05-30KVM: arm64: Populate fault info for watchpointAkihiko Odaki1-0/+1
2023-04-14KVM: arm64: vhe: Drop extra isb() on guest exitMarc Zyngier1-4/+3
2023-02-14Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton1-0/+24
2023-02-11KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier1-0/+24
2023-01-13KVM: arm64: Kill CPACR_EL1_TTA definitionMarc Zyngier1-1/+1
2022-11-01KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier1-8/+0
2022-07-17Merge branch kvm-arm64/misc-5.20 into kvmarm-master/nextMarc Zyngier1-1/+1
2022-07-06KVM: arm64: Don't return from void functionQuentin Perret1-1/+1
2022-06-09KVM: arm64: Move FP state ownership from flag to a tristateMarc Zyngier1-1/+1
2022-06-09KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeMarc Zyngier1-1/+1
2022-04-22KVM: arm64: Trap SME usage in guestMark Brown1-1/+10
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon1-2/+8
2022-02-25arm64: Always use individual bits in CPACR floating point enablesMark Brown1-3/+3
2022-02-16arm64: Add percpu vectors for EL1James Morse1-2/+8
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-1/+0
2021-11-24KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier1-0/+4
2021-11-22KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier1-1/+0
2021-10-18KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier1-1/+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/+2
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-9/+5
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier1-3/+3
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier1-1/+1
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier1-2/+1