summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/fpsimd.c
AgeCommit message (Expand)Author
2025-02-13KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp()Mark Rutland
2025-02-13KVM: arm64: Eagerly switch ZCR_EL{1,2}Mark Rutland
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.SMENMark Rutland
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland
2025-02-13KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland
2025-02-13KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME stateMark Rutland
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier
2024-12-20KVM: arm64: Move host SME/SVE tracking flags to host dataOliver Upton
2024-12-19arm64/sysreg: Get rid of CPACR_ELx SysregFieldsMarc Zyngier
2024-08-27KVM: arm64: Add save/restore support for FPMRMarc Zyngier
2024-08-27KVM: arm64: Move FPMR into the sysreg arrayMarc Zyngier
2024-08-27KVM: arm64: Move SVCR into the sysreg arrayMarc Zyngier
2024-06-20KVM: arm64: nv: Ensure correct VL is loaded before saving SVE stateOliver Upton
2024-06-20KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp contextOliver Upton
2024-06-04KVM: arm64: Ensure that SME controls are disabled in protected modeFuad Tabba
2024-06-04KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba
2024-05-01KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exitFuad Tabba
2024-05-01KVM: arm64: Do not map the host fpsimd state to hyp in pKVMFuad Tabba
2024-05-01KVM: arm64: Refactor checks for FP state ownershipFuad Tabba
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_archMarc Zyngier
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown
2024-02-24KVM: arm64: Fix typosBjorn Helgaas
2023-06-12KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier
2023-04-21KVM: arm64: Clarify host SME state managementMark Brown
2023-04-21KVM: arm64: Document check for TIF_FOREIGN_FPSTATEMark Brown
2023-02-13Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown
2023-01-12KVM: arm64: Synchronize SMEN on vcpu schedule outNianyao Tang
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown
2022-11-29arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown
2022-11-29KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown
2022-06-29KVM: arm64: Move the handling of !FP outside of the fast pathMarc Zyngier
2022-06-29KVM: arm64: Move vcpu SVE/SME flags to the state flag setMarc Zyngier
2022-06-09KVM: arm64: Move FP state ownership from flag to a tristateMarc Zyngier
2022-06-09KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeMarc Zyngier
2022-06-07KVM: arm64: Always start with clearing SME flag on loadMarc Zyngier
2022-06-07KVM: arm64: Always start with clearing SVE flag on loadMarc Zyngier
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown
2022-04-22KVM: arm64: Handle SME host state when running guestsMark Brown
2022-04-22arm64/sme: Implement ZA context switchingMark Brown
2022-04-22arm64/sme: Implement streaming SVE context switchingMark Brown
2022-04-22arm64/sme: Implement SVCR context switchingMark Brown
2022-02-08KVM: arm64: Add comments for context flush and sync callbacksMark Brown
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Quentin Perret
2021-12-01Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/nextMarc Zyngier