summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)Author
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack
2026-04-13Merge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-selftests-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'loongarch-kvm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2026-04-09KVM: LoongArch: selftests: Add basic PMU event counting testSong Gao
2026-04-09KVM: LoongArch: selftests: Add cpucfg read/write helpersSong Gao
2026-04-07KVM: selftests: Remove 1M alignment requirement for s390Claudio Imbrenda
2026-04-02KVM: riscv: selftests: Implement kvm_arch_has_default_irqchipMayuresh Chitale
2026-03-11selftests: kvm: extract common functionality out of smm_test.cPaolo Bonzini
2026-03-04KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctlSean Christopherson
2026-03-02KVM: selftests: Add a flag to identify AMD compatible test casesZhiquan Li
2026-03-02KVM: selftests: Add CPU vendor detection for HygonZhiquan Li
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei
2026-01-16KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMUSean Christopherson
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba
2026-01-15KVM: riscv: selftests: Fix incorrect rounding in page_align()Fuad Tabba
2026-01-15KVM: arm64: selftests: Fix incorrect rounding in page_align()Fuad Tabba
2026-01-15KVM: arm64: selftests: Disable unused TTBR1_EL1 translationsFuad Tabba
2026-01-14KVM: selftests: Slightly simplify memstress_setup_nested()Yosry Ahmed
2026-01-08KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()Sean Christopherson
2026-01-08KVM: selftests: Extend memstress to run on nested SVMYosry Ahmed
2026-01-08KVM: selftests: Set the user bit on nested NPT PTEsYosry Ahmed
2026-01-08KVM: selftests: Add support for nested NPTsYosry Ahmed
2026-01-08KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUsYosry Ahmed
2026-01-08KVM: selftests: Move TDP mapping functions outside of vmx.cSean Christopherson
2026-01-08KVM: selftests: Reuse virt mapping functions for nested EPTsYosry Ahmed
2026-01-08KVM: selftests: Stop passing VMX metadata to TDP mapping functionsYosry Ahmed
2026-01-08KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUsYosry Ahmed
2026-01-08KVM: selftests: Move PTE bitmasks to kvm_mmuYosry Ahmed
2026-01-08KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIsSean Christopherson
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson
2026-01-08KVM: selftests: Stop setting A/D bits when creating EPT PTEsYosry Ahmed