summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kvm/exit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: KVM: Add PV steal time support in host sideBibo Mao2024-07-091-2/+36
* LoongArch: KVM: Remove an unneeded semicolonYang Li2024-06-211-1/+1
* LoongArch: KVM: Add mmio trace events supportBibo Mao2024-05-061-0/+8
* LoongArch: KVM: Add software breakpoint supportBibo Mao2024-05-061-2/+14
* LoongArch: KVM: Add PV IPI support on host sideBibo Mao2024-05-061-2/+67
* LoongArch: KVM: Add cpucfg area for kvm hypervisorBibo Mao2024-05-061-17/+38
* LoongArch: KVM: Add hypercall instruction emulationBibo Mao2024-05-061-0/+11
* LoongArch: KVM: Add LASX (256bit SIMD) supportTianrui Zhao2023-12-191-0/+16
* LoongArch: KVM: Add LSX (128bit SIMD) supportTianrui Zhao2023-12-191-0/+21
* LoongArch: KVM: Remove SW timer switch when vcpu is halt pollingBibo Mao2023-12-191-11/+2
* LoongArch: KVM: Implement kvm exception vectorsTianrui Zhao2023-10-021-0/+36
* LoongArch: KVM: Implement handle fpu exceptionTianrui Zhao2023-10-021-0/+27
* LoongArch: KVM: Implement handle mmio exceptionTianrui Zhao2023-10-021-0/+310
* LoongArch: KVM: Implement handle gspr exceptionTianrui Zhao2023-10-021-0/+107
* LoongArch: KVM: Implement handle idle exceptionTianrui Zhao2023-10-021-0/+20
* LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao2023-10-021-0/+91
* LoongArch: KVM: Implement handle csr exceptionTianrui Zhao2023-10-021-0/+105