aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/lib/loongarch
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson1-7/+7
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-13/+12
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson1-1/+1
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson1-6/+7
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack1-3/+3
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack1-3/+3
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack2-25/+25
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack2-6/+6
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack2-7/+7
2026-04-09KVM: LoongArch: selftests: Add basic PMU event counting testSong Gao1-1/+6
2026-04-09KVM: LoongArch: selftests: Add cpucfg read/write helpersSong Gao1-0/+8
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson1-14/+14
2025-11-28KVM: LoongArch: selftests: Add time counter test caseBibo Mao1-0/+9
2025-11-28KVM: LoongArch: selftests: Add timer interrupt test caseBibo Mao1-2/+2
2025-11-27KVM: LoongArch: selftests: Add exception handler register interfaceBibo Mao1-0/+29
2025-11-27KVM: LoongArch: selftests: Add basic interfacesBibo Mao1-0/+5
2025-11-27KVM: LoongArch: selftests: Add system registers save/restore on exceptionBibo Mao1-0/+6
2025-05-20KVM: selftests: Add ucall test support for LoongArchBibo Mao1-0/+38
2025-05-20KVM: selftests: Add core KVM selftests support for LoongArchBibo Mao2-0/+405