summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Merge tag 'kvm-s390-next-7.0-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-0/+300
2026-02-11Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-0/+160
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini6-14/+154
2026-02-09Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-18/+119
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini27-571/+1243
2026-02-09Merge tag 'kvmarm-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini8-16/+134
2026-02-09Merge tag 'loongarch-kvm-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-0/+97
2026-02-06RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list testXu Lu1-0/+4
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei5-14/+142
2026-02-06KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list testPincheng Wang1-0/+8
2026-02-06KVM: LoongArch: selftests: Add steal time test caseBibo Mao2-0/+97
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier1-1/+0
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier1-1/+0
2026-02-04KVM: s390: selftests: Add selftest for the KVM_S390_KEYOP ioctlClaudio Imbrenda2-0/+300
2026-01-23KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpredictable test failuresZhiquan Li1-0/+1
2026-01-23Merge branch kvm-arm64/feat_idst into kvmarm-master/nextMarc Zyngier2-0/+118
2026-01-16KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMUSean Christopherson3-52/+143
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba2-3/+3
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba3-12/+7
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 Tabba2-0/+6
2026-01-15KVM: arm64: selftests: Add a test for FEAT_IDSTMarc Zyngier2-0/+118
2026-01-15KVM: selftests: Add a selftests for nested VMLOAD/VMSAVEYosry Ahmed3-0/+199
2026-01-14KVM: selftests: Slightly simplify memstress_setup_nested()Yosry Ahmed1-4/+1
2026-01-14KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson2-4/+3
2026-01-14KVM: selftests: Add a test to verify APICv updates (while L2 is active)Sean Christopherson3-0/+160
2026-01-10selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1Sean Christopherson1-12/+18
2026-01-10selftests: kvm: try getting XFD and XSAVE state out of syncPaolo Bonzini1-8/+30
2026-01-10selftests: kvm: replace numbered sync points with actionsPaolo Bonzini1-45/+43
2026-01-08KVM: selftests: Extend vmx_set_nested_state_test to cover SVMYosry Ahmed2-12/+112
2026-01-08KVM: selftests: Use TEST_ASSERT_EQ() in test_vmx_nested_state()Yosry Ahmed1-2/+4
2026-01-08KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()Sean Christopherson4-6/+4
2026-01-08KVM: selftests: Extend memstress to run on nested SVMYosry Ahmed1-7/+35
2026-01-08KVM: selftests: Extend vmx_dirty_log_test to cover SVMYosry Ahmed2-21/+54
2026-01-08KVM: selftests: Set the user bit on nested NPT PTEsYosry Ahmed4-2/+9
2026-01-08KVM: selftests: Add support for nested NPTsYosry Ahmed6-4/+54
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 Christopherson4-74/+57
2026-01-08KVM: selftests: Reuse virt mapping functions for nested EPTsYosry Ahmed4-108/+52
2026-01-08KVM: selftests: Add a stage-2 MMU instance to kvm_vmSean Christopherson1-0/+5
2026-01-08KVM: selftests: Stop passing VMX metadata to TDP mapping functionsYosry Ahmed4-40/+24
2026-01-08KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUsYosry Ahmed7-32/+48
2026-01-08KVM: selftests: Move PTE bitmasks to kvm_mmuYosry Ahmed3-39/+76
2026-01-08KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmuSean Christopherson6-0/+9
2026-01-08KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIsSean Christopherson2-28/+39
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson8-88/+94
2026-01-08KVM: selftests: Stop setting A/D bits when creating EPT PTEsYosry Ahmed1-8/+0
2026-01-08KVM: selftests: Kill eptPageTablePointerYosry Ahmed1-20/+17
2026-01-08KVM: selftests: Rename nested TDP mapping functionsYosry Ahmed4-39/+37