summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64
AgeCommit message (Expand)Author
2024-02-06KVM: selftests: Don't assert on exact number of 4KiB in dirty log split testSean Christopherson
2024-02-01KVM: selftests: Make hyperv_clock require TSC based system clocksourceVitaly Kuznetsov
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov
2024-02-01KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scalin...Vitaly Kuznetsov
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov
2024-01-30KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missingVitaly Kuznetsov
2024-01-30KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones
2024-01-29KVM: selftests: Reword the NX hugepage test's skip message to be more helpfulSean Christopherson
2024-01-08Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-12-07KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCSVitaly Kuznetsov
2023-12-07KVM: selftests: Make Hyper-V tests explicitly require KVM Hyper-V supportVitaly Kuznetsov
2023-12-01KVM: selftests: Fix broken assert messages in Hyper-V features testSean Christopherson
2023-12-01KVM: selftests: Fix benign %llx vs. %lx issues in guest assertsSean Christopherson
2023-12-01KVM: selftests: Fix MWAIT error message when guest assertion failsSean Christopherson
2023-11-29KVM: selftests: Remove x86's so called "MMIO warning" testSean Christopherson
2023-11-28KVM: selftests: Actually print out magic token in NX hugepages skip messageangquan yu
2023-11-14KVM: selftests: Test KVM exit behavior for private memory/accessAckerley Tng
2023-11-14KVM: selftests: Add x86-only selftest for private memory conversionsVishal Annapurve
2023-11-14KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson
2023-10-31Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-10-15Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github.com/kvm-x86/linux i...Paolo Bonzini
2023-10-12KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson
2023-10-12KVM: selftests: Load XSAVE state into untouched vCPU during state testSean Christopherson
2023-10-12KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson
2023-10-09KVM: selftests: Test behavior of HWCR, a.k.a. MSR_K7_HWCRJim Mattson
2023-10-04KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu
2023-08-31Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-25KVM: selftests: Explicit set #UD when *potentially* injecting exceptionSean Christopherson
2023-08-25KVM: selftests: Reload "good" vCPU state if vCPU hits shutdownSean Christopherson
2023-08-17KVM: selftests: Test gp event filters don't affect fixed event filtersJinrong Liang
2023-08-17KVM: selftests: Test if event filter meets expectations on fixed countersJinrong Liang
2023-08-17KVM: selftests: Add test cases for unsupported PMU event filter input valuesJinrong Liang
2023-08-17KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filterJinrong Liang
2023-08-17KVM: selftests: Drop the return of remove_event()Jinrong Liang
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson
2023-08-02KVM: selftests: Convert x86's XCR0 test to use printf-based guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert VMX's PMU capabilities test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the x86 userspace I/O test to printf guest assertSean Christopherson
2023-08-02KVM: selftests: Convert x86's TSC MSRs test to use printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the nSVM software interrupt test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's nested exceptions test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert the Hyper-V extended hypercalls test to printf assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Rename the ASSERT_EQ macroThomas Huth
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for exception racesMichal Luczaj