| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: arm64: Save/restore SVE state for nVHE | Marc Zyngier | 2021-03-18 | 1 | -2/+8 |
* | KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state | Marc Zyngier | 2021-03-18 | 1 | -2/+2 |
* | KVM: arm64: Map SVE context at EL2 when available | Marc Zyngier | 2021-03-18 | 1 | -0/+11 |
* | KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1 | Marc Zyngier | 2021-03-18 | 1 | -1/+2 |
* | KVM: arm64: Make struct kvm_regs userspace-only | Marc Zyngier | 2020-07-07 | 1 | -1/+1 |
* | KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs access | Marc Zyngier | 2020-07-07 | 1 | -3/+1 |
* | KVM: Remove unnecessary asm/kvm_host.h includes | Peter Xu | 2020-03-16 | 1 | -1/+0 |
* | arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it | Julien Grall | 2019-06-04 | 1 | -3/+1 |
* | KVM: arm64/sve: Context switch the SVE registers | Dave Martin | 2019-03-29 | 1 | -2/+3 |
* | KVM: arm64/sve: System register context switch and access support | Dave Martin | 2019-03-29 | 1 | -1/+8 |
* | arm64/sve: Enable SVE state tracking for non-task contexts | Dave Martin | 2019-03-29 | 1 | -1/+4 |
* | KVM: arm64: Avoid mistaken attempts to save SVE state for vcpus | Dave Martin | 2018-06-21 | 1 | -3/+3 |
* | KVM: arm64/sve: Fix SVE trap restoration for non-current tasks | Dave Martin | 2018-06-21 | 1 | -4/+20 |
* | KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put() | Dave Martin | 2018-06-21 | 1 | -3/+5 |
* | KVM: arm64: Save host SVE context as appropriate | Dave Martin | 2018-05-25 | 1 | -1/+0 |
* | KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing | Dave Martin | 2018-05-25 | 1 | -0/+111 |