summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm/exit.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-12LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao1-16/+13
2024-09-12LoongArch: KVM: Add PMU support for guestSong Gao1-0/+8
2024-09-11LoongArch: KVM: Add Binary Translation extension supportBibo Mao1-0/+9
2024-07-09LoongArch: KVM: Add PV steal time support in host sideBibo Mao1-2/+36
2024-06-21LoongArch: KVM: Remove an unneeded semicolonYang Li1-1/+1
2024-05-06LoongArch: KVM: Add mmio trace events supportBibo Mao1-0/+8
2024-05-06LoongArch: KVM: Add software breakpoint supportBibo Mao1-2/+14
2024-05-06LoongArch: KVM: Add PV IPI support on host sideBibo Mao1-2/+67
2024-05-06LoongArch: KVM: Add cpucfg area for kvm hypervisorBibo Mao1-17/+38
2024-05-06LoongArch: KVM: Add hypercall instruction emulationBibo Mao1-0/+11
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