summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/fpsimd.c
AgeCommit message (Expand)Author
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