summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm/exit.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19LoongArch: KVM: Add LASX (256bit SIMD) supportTianrui Zhao1-0/+16
2023-12-19LoongArch: KVM: Add LSX (128bit SIMD) supportTianrui Zhao1-0/+21
2023-12-19LoongArch: KVM: Remove SW timer switch when vcpu is halt pollingBibo Mao1-11/+2
2023-10-02LoongArch: KVM: Implement kvm exception vectorsTianrui Zhao1-0/+36
2023-10-02LoongArch: KVM: Implement handle fpu exceptionTianrui Zhao1-0/+27
2023-10-02LoongArch: KVM: Implement handle mmio exceptionTianrui Zhao1-0/+310
2023-10-02LoongArch: KVM: Implement handle gspr exceptionTianrui Zhao1-0/+107
2023-10-02LoongArch: KVM: Implement handle idle exceptionTianrui Zhao1-0/+20
2023-10-02LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao1-0/+91
2023-10-02LoongArch: KVM: Implement handle csr exceptionTianrui Zhao1-0/+105