summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86
AgeCommit message (Expand)Author
12 daysMerge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
12 daysMerge tag 'kvm-x86-selftests2-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
12 daysMerge tag 'kvm-x86-selftests-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
12 daysMerge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2026-08-10KVM: selftests: Create one VM with many vCPUs for each major PMU counters testSean Christopherson
2026-08-05KVM: x86/pmu: Clean up vPMU comments and stray blank linesLike Xu
2026-08-05KVM: selftests: Test one random GP counter in PMU arch events testcaseSean Christopherson
2026-07-31KVM: selftests: Add a test for KVM_CREATE_VM VM type enforcementHemanth Selam
2026-07-31KVM: selftests: Extend the invalid nVMX guest state test to cover RSMHao Zhang
2026-07-31KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcaseSean Christopherson
2026-07-31KVM: selftests: Use port 0x80 in invalid nVMX guest state testSean Christopherson
2026-07-31KVM: selftests: Add helper APIs to cancel+join pthreadsSean Christopherson
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()Sean Christopherson
2026-07-31KVM: selftests: Add KVM syscall wrapper for pthread_create()Sean Christopherson
2026-07-29KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF testYosry Ahmed
2026-07-29KVM: selftests: Support running stress save+restore and #PF test in L2Yosry Ahmed
2026-07-29KVM: selftests: Trigger save+restore randomly in the #PF stress testYosry Ahmed
2026-07-29KVM: selftests: Add basic stress test for save+restore and #PF handlingYosry Ahmed
2026-07-29KVM: selftests: Use __stringify() instead of custom XSTR() macrosYosry Ahmed
2026-07-27KVM: selftests: Extend set_sregs test to cover EFERYosry Ahmed
2026-07-22KVM: selftests: Fix typos in x86 and riscv testsShivank Sharma
2026-07-21KVM: selftests: sev_init2_tests: Derive SEV availability from KVMDavid Woodhouse
2026-07-21KVM: selftests: sev_smoke_test: Only run VM types the host offersDavid Woodhouse
2026-07-14KVM: selftests: Fix a spelling error in an xapic_ipi_test commentWang Yan
2026-07-10KVM: selftests: Verify SNP VMs are rejected from migration and mirroringAtish Patra
2026-07-07KVM: selftests: Rename guest_rng to kvm_rngJosh Hilke
2026-06-17KVM: selftests: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bitsJim Mattson
2026-06-17KVM: selftests: Drop L1-provided stacks for L2 guests on x86Yosry Ahmed
2026-06-12Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-selftests-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-08KVM: selftests: Add regression test for mediated PMU fixed counter filter bugSean Christopherson
2026-06-03KVM: selftests: Add a test for gPAT handling in L2Yosry Ahmed
2026-05-27KVM: selftests: Update hwcr_msr_test for CPUID faulting bitJim Mattson
2026-05-26KVM: selftests: Add nested page fault injection testKevin Cheng
2026-05-26KVM: selftests: hyperv_features: test write of 1 to HV_X64_MSR_RESETPiotr Zarycki
2026-05-23KVM: selftests: Verify that KVM returns the configured APIC cycle lengthSean Christopherson
2026-05-21KVM: selftests: Verify VMX's GUEST_PENDING_DBG_EXCEPTIONS.BS Consistency CheckHou Wenlong
2026-05-21KVM: selftests: Verify guest debug DR7.GD checking during instruction emulationHou Wenlong
2026-05-13KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctlsSean Christopherson
2026-05-13KVM: selftests: Teach sev_*_test about revoking VM typesTycho Andersen
2026-05-13KVM: selftests: hyperv_tlb_flush: replace NOP loop with udelay()Piotr Zarycki
2026-05-13KVM: selftests: Fix typo in comment in hyperv_features.cPiotr Zarycki
2026-05-13KVM: selftests: sync_regs_test: drop stale TODO commentPiotr Zarycki
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_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