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