summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/fpsimd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Add save/restore support for FPMRMarc Zyngier2024-08-271-0/+1
* KVM: arm64: Move FPMR into the sysreg arrayMarc Zyngier2024-08-271-1/+1
* KVM: arm64: Move SVCR into the sysreg arrayMarc Zyngier2024-08-271-1/+1
* KVM: arm64: nv: Ensure correct VL is loaded before saving SVE stateOliver Upton2024-06-201-4/+7
* KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp contextOliver Upton2024-06-201-1/+7
* KVM: arm64: Ensure that SME controls are disabled in protected modeFuad Tabba2024-06-041-0/+7
* KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba2024-06-041-3/+1
* KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exitFuad Tabba2024-05-011-1/+23
* KVM: arm64: Do not map the host fpsimd state to hyp in pKVMFuad Tabba2024-05-011-27/+4
* KVM: arm64: Refactor checks for FP state ownershipFuad Tabba2024-05-011-3/+2
* KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier2024-04-121-5/+5
* KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_archMarc Zyngier2024-04-121-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-1/+1
|\
| * KVM: arm64: Fix typosBjorn Helgaas2024-02-241-1/+1
* | arm64/fpsimd: Support FEAT_FPMRMark Brown2024-03-071-0/+1
|/
* KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier2023-06-131-2/+2
* KVM: arm64: Clarify host SME state managementMark Brown2023-04-211-9/+12
* KVM: arm64: Document check for TIF_FOREIGN_FPSTATEMark Brown2023-04-211-0/+5
* Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-02-141-0/+1
|\
| * KVM: arm64: Synchronize SMEN on vcpu schedule outNianyao Tang2023-01-121-0/+1
* | arm64/sme: Rename za_state to sme_stateMark Brown2023-01-201-1/+1
|/
* arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown2022-11-291-10/+14
* arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown2022-11-291-3/+0
* arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown2022-11-291-1/+8
* arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown2022-11-291-1/+2
* KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown2022-11-291-1/+2
* KVM: arm64: Move the handling of !FP outside of the fast pathMarc Zyngier2022-06-291-4/+4
* KVM: arm64: Move vcpu SVE/SME flags to the state flag setMarc Zyngier2022-06-291-6/+6
* KVM: arm64: Move FP state ownership from flag to a tristateMarc Zyngier2022-06-091-8/+6
* KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeMarc Zyngier2022-06-091-7/+10
* KVM: arm64: Always start with clearing SME flag on loadMarc Zyngier2022-06-071-0/+1
* KVM: arm64: Always start with clearing SVE flag on loadMarc Zyngier2022-06-071-0/+1
* arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown2022-05-161-2/+2
* KVM: arm64: Handle SME host state when running guestsMark Brown2022-04-221-0/+36
* arm64/sme: Implement ZA context switchingMark Brown2022-04-221-1/+1
* arm64/sme: Implement streaming SVE context switchingMark Brown2022-04-221-1/+1
* arm64/sme: Implement SVCR context switchingMark Brown2022-04-221-1/+6
* KVM: arm64: Add comments for context flush and sync callbacksMark Brown2022-02-081-4/+10
* KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret2021-12-161-3/+31
* KVM: arm64: Introduce kvm_share_hyp()Quentin Perret2021-12-161-1/+1
* Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/nextMarc Zyngier2021-12-011-30/+16
|\
| * KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier2021-11-221-11/+1
| * KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATEMarc Zyngier2021-11-221-0/+8
| * KVM: arm64: Get rid of host SVE tracking/savingMarc Zyngier2021-11-221-15/+5
* | KVM: arm64: Move SVE state mapping at HYP to finalize-timeMarc Zyngier2021-12-011-11/+0
|/
* KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier2021-03-181-2/+8
* KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD stateMarc Zyngier2021-03-181-2/+2
* KVM: arm64: Map SVE context at EL2 when availableMarc Zyngier2021-03-181-0/+11
* KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1Marc Zyngier2021-03-181-1/+2
* KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2020-07-071-1/+1