summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorFilesLines
7 daysKVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>Hisam Mehboob1-1/+1
2026-04-21KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson6-84/+83
2026-04-21KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson1-8/+6
2026-04-21KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson2-8/+8
2026-04-21KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson9-144/+124
2026-04-21KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson2-3/+3
2026-04-21KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson3-21/+7
2026-04-21KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson11-103/+63
2026-04-21KVM: selftests: Use u8 instead of uint8_tDavid Matlack9-28/+28
2026-04-21KVM: selftests: Use s16 instead of int16_tDavid Matlack1-1/+1
2026-04-21KVM: selftests: Use u16 instead of uint16_tDavid Matlack4-7/+7
2026-04-21KVM: selftests: Use u32 instead of uint32_tDavid Matlack17-154/+153
2026-04-21KVM: selftests: Use s64 instead of int64_tDavid Matlack3-10/+10
2026-04-21KVM: selftests: Use u64 instead of uint64_tDavid Matlack28-309/+307
2026-04-21KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack13-37/+35
2026-04-21KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack15-64/+60
2026-04-13Merge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-12/+1
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2026-04-13Merge tag 'kvm-x86-selftests-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+11
2026-04-13Merge tag 'loongarch-kvm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-1/+14
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-04-07KVM: selftests: Remove 1M alignment requirement for s390Claudio Imbrenda2-12/+1
2026-04-02KVM: riscv: selftests: Implement kvm_arch_has_default_irqchipMayuresh Chitale1-0/+5
2026-03-11selftests: kvm: extract common functionality out of smm_test.cPaolo Bonzini1-0/+26
2026-03-05KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctlSean Christopherson1-1/+1
2026-03-03KVM: selftests: Add a flag to identify AMD compatible test casesZhiquan Li1-4/+8
2026-03-03KVM: selftests: Add CPU vendor detection for HygonZhiquan Li1-0/+3
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-11/+126
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-354/+365
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei3-11/+126
2026-01-16KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMUSean Christopherson1-0/+7
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba1-1/+1
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba2-12/+2
2026-01-15KVM: riscv: selftests: Fix incorrect rounding in page_align()Fuad Tabba1-1/+1
2026-01-15KVM: arm64: selftests: Fix incorrect rounding in page_align()Fuad Tabba1-1/+1
2026-01-15KVM: arm64: selftests: Disable unused TTBR1_EL1 translationsFuad Tabba1-0/+2
2026-01-14KVM: selftests: Slightly simplify memstress_setup_nested()Yosry Ahmed1-4/+1
2026-01-08KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()Sean Christopherson1-1/+1
2026-01-08KVM: selftests: Extend memstress to run on nested SVMYosry Ahmed1-7/+35
2026-01-08KVM: selftests: Set the user bit on nested NPT PTEsYosry Ahmed2-2/+6
2026-01-08KVM: selftests: Add support for nested NPTsYosry Ahmed3-2/+41
2026-01-08KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUsYosry Ahmed1-0/+3
2026-01-08KVM: selftests: Move TDP mapping functions outside of vmx.cSean Christopherson2-71/+53
2026-01-08KVM: selftests: Reuse virt mapping functions for nested EPTsYosry Ahmed2-104/+36
2026-01-08KVM: selftests: Stop passing VMX metadata to TDP mapping functionsYosry Ahmed2-27/+17
2026-01-08KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUsYosry Ahmed3-23/+35
2026-01-08KVM: selftests: Move PTE bitmasks to kvm_mmuYosry Ahmed1-28/+43
2026-01-08KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIsSean Christopherson1-27/+37
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson6-84/+85