summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/fpsimd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs accessMarc Zyngier2020-07-071-3/+1
* KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
* arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall2019-06-041-3/+1
* KVM: arm64/sve: Context switch the SVE registersDave Martin2019-03-291-2/+3
* KVM: arm64/sve: System register context switch and access supportDave Martin2019-03-291-1/+8
* arm64/sve: Enable SVE state tracking for non-task contextsDave Martin2019-03-291-1/+4
* KVM: arm64: Avoid mistaken attempts to save SVE state for vcpusDave Martin2018-06-211-3/+3
* KVM: arm64/sve: Fix SVE trap restoration for non-current tasksDave Martin2018-06-211-4/+20
* KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()Dave Martin2018-06-211-3/+5
* KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-251-1/+0
* KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-251-0/+111