summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/fpsimd.c
AgeCommit message (Expand)Author
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
2021-12-01KVM: arm64: Move SVE state mapping at HYP to finalize-timeMarc Zyngier
2021-11-22KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier
2021-11-22KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATEMarc Zyngier
2021-11-22KVM: arm64: Get rid of host SVE tracking/savingMarc Zyngier
2021-03-18KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier
2021-03-18KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD stateMarc Zyngier
2021-03-18KVM: arm64: Map SVE context at EL2 when availableMarc Zyngier
2021-03-18KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1Marc Zyngier
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier
2020-07-07KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs accessMarc Zyngier
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu
2019-06-04arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall
2019-03-29KVM: arm64/sve: Context switch the SVE registersDave Martin
2019-03-29KVM: arm64/sve: System register context switch and access supportDave Martin
2019-03-29arm64/sve: Enable SVE state tracking for non-task contextsDave Martin
2018-06-21KVM: arm64: Avoid mistaken attempts to save SVE state for vcpusDave Martin
2018-06-21KVM: arm64/sve: Fix SVE trap restoration for non-current tasksDave Martin
2018-06-21KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()Dave Martin
2018-05-25KVM: arm64: Save host SVE context as appropriateDave Martin
2018-05-25KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin