aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-46/+163
2026-08-18Merge tag 'kvm-x86-selftests2-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini12-202/+157
2026-08-18Merge tag 'kvm-x86-selftests-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-18/+295
2026-08-18Merge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-6/+66
2026-08-10KVM: selftests: Create one VM with many vCPUs for each major PMU counters testSean Christopherson1-89/+118
2026-08-05KVM: x86/pmu: Clean up vPMU comments and stray blank linesLike Xu2-5/+5
2026-08-05KVM: selftests: Test one random GP counter in PMU arch events testcaseSean Christopherson1-10/+8
2026-07-31KVM: selftests: Add a test for KVM_CREATE_VM VM type enforcementHemanth Selam1-4/+0
2026-07-31KVM: selftests: Extend the invalid nVMX guest state test to cover RSMHao Zhang1-0/+53
2026-07-31KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcaseSean Christopherson1-19/+42
2026-07-31KVM: selftests: Use port 0x80 in invalid nVMX guest state testSean Christopherson1-3/+3
2026-07-31KVM: selftests: Add helper APIs to cancel+join pthreadsSean Christopherson6-45/+9
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()Sean Christopherson10-40/+16
2026-07-31KVM: selftests: Add KVM syscall wrapper for pthread_create()Sean Christopherson10-29/+17
2026-07-29KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF testYosry Ahmed1-4/+40
2026-07-29KVM: selftests: Support running stress save+restore and #PF test in L2Yosry Ahmed1-3/+53
2026-07-29KVM: selftests: Trigger save+restore randomly in the #PF stress testYosry Ahmed1-7/+49
2026-07-29KVM: selftests: Add basic stress test for save+restore and #PF handlingYosry Ahmed1-0/+160
2026-07-29KVM: selftests: Use __stringify() instead of custom XSTR() macrosYosry Ahmed3-9/+2
2026-07-27KVM: selftests: Extend set_sregs test to cover EFERYosry Ahmed1-20/+61
2026-07-22KVM: selftests: Fix typos in x86 and riscv testsShivank Sharma3-4/+4
2026-07-21KVM: selftests: sev_init2_tests: Derive SEV availability from KVMDavid Woodhouse1-5/+11
2026-07-21KVM: selftests: sev_smoke_test: Only run VM types the host offersDavid Woodhouse1-1/+8
2026-07-14KVM: selftests: Fix a spelling error in an xapic_ipi_test commentWang Yan1-1/+1
2026-07-10KVM: selftests: Verify SNP VMs are rejected from migration and mirroringAtish Patra1-0/+47
2026-07-07KVM: selftests: Rename guest_rng to kvm_rngJosh Hilke1-1/+1
2026-06-17KVM: selftests: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bitsJim Mattson1-0/+215
2026-06-17KVM: selftests: Drop L1-provided stacks for L2 guests on x86Yosry Ahmed30-174/+47
2026-06-12Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+196
2026-06-12Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-11/+127
2026-06-12Merge tag 'kvm-x86-selftests-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-22/+15
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-5/+411
2026-06-08KVM: selftests: Add regression test for mediated PMU fixed counter filter bugSean Christopherson1-0/+6
2026-06-03KVM: selftests: Add a test for gPAT handling in L2Yosry Ahmed1-0/+196
2026-05-27KVM: selftests: Update hwcr_msr_test for CPUID faulting bitJim Mattson1-2/+7
2026-05-26KVM: selftests: Add nested page fault injection testKevin Cheng1-0/+313
2026-05-26KVM: selftests: hyperv_features: test write of 1 to HV_X64_MSR_RESETPiotr Zarycki1-7/+12
2026-05-23KVM: selftests: Verify that KVM returns the configured APIC cycle lengthSean Christopherson1-0/+4
2026-05-21KVM: selftests: Verify VMX's GUEST_PENDING_DBG_EXCEPTIONS.BS Consistency CheckHou Wenlong1-4/+65
2026-05-21KVM: selftests: Verify guest debug DR7.GD checking during instruction emulationHou Wenlong1-1/+22
2026-05-13KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctlsSean Christopherson1-0/+118
2026-05-13KVM: selftests: Teach sev_*_test about revoking VM typesTycho Andersen3-11/+9
2026-05-13KVM: selftests: hyperv_tlb_flush: replace NOP loop with udelay()Piotr Zarycki1-13/+2
2026-05-13KVM: selftests: Fix typo in comment in hyperv_features.cPiotr Zarycki1-1/+1
2026-05-13KVM: selftests: sync_regs_test: drop stale TODO commentPiotr Zarycki1-1/+0
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson3-17/+17
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-5/+5
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson1-1/+1
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson13-21/+21
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack19-93/+92