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