aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: add svm part to triple_fault_testMaxim Levitsky2022-11-171-17/+56
* kvm: selftests: add svm nested shutdown testMaxim Levitsky2022-11-171-0/+67
* KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_testSean Christopherson2022-10-281-1/+1
* KVM: selftests: Add tests in xen_shinfo_test to detect lock racesMichal Luczaj2022-10-281-0/+140
* Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-303-24/+308
|\
| * KVM: selftests: Don't set reserved bits for invalid Hyper-V hypercall numberVitaly Kuznetsov2022-09-281-1/+1
| * KVM: selftests: Load RAX with -EFAULT before Hyper-V hypercallVipin Sharma2022-09-281-1/+2
| * KVM: selftests: Check result in hyperv_features for successful hypercallsVipin Sharma2022-09-281-4/+4
| * KVM: selftests: Add an x86-only test to verify nested exception queueingSean Christopherson2022-09-261-0/+295
| * KVM: selftests: Require DISABLE_NX_HUGE_PAGES cap for NX hugepage testOliver Upton2022-09-261-18/+6
* | KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack2022-09-301-2/+17
* | KVM: selftests: Dedup subtests of fix_hypercall_testSean Christopherson2022-09-301-32/+13
* | KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==offSean Christopherson2022-09-301-8/+18
* | KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hypercall" testSean Christopherson2022-09-301-27/+16
* | KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_testSean Christopherson2022-09-301-14/+8
* | KVM: selftests: Compare insn opcodes directly in fix_hypercall_testSean Christopherson2022-09-301-18/+16
|/
* KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT valsSean Christopherson2022-08-101-5/+12
* KVM: selftests: Verify VMX MSRs can be restored to KVM-supported valuesSean Christopherson2022-07-281-0/+84
* KVM: selftests: Clean up requirements for XFD-aware XSAVE featuresSean Christopherson2022-07-131-1/+1
* KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()Sean Christopherson2022-07-133-4/+4
* KVM: selftests: Use this_cpu_has() to detect SVM support in L1Sean Christopherson2022-07-132-3/+3
* KVM: selftests: Use this_cpu_has() in CR4/CPUID sync testSean Christopherson2022-07-131-12/+2
* KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()Sean Christopherson2022-07-131-7/+2
* KVM: selftests: Set input function/index in raw CPUID helper(s)Sean Christopherson2022-07-132-21/+9
* KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson2022-07-134-18/+16
* KVM: selftests: Use vcpu_clear_cpuid_feature() to clear x2APICSean Christopherson2022-07-131-9/+1
* KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state testSean Christopherson2022-07-131-18/+2
* KVM: selftests: Use vcpu_get_cpuid_entry() in CPUID testSean Christopherson2022-07-131-3/+2
* KVM: selftests: Use vCPU's CPUID directly in Hyper-V testSean Christopherson2022-07-131-62/+64
* KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)Sean Christopherson2022-07-131-11/+1
* KVM: selftests: Use vcpu_clear_cpuid_feature() in monitor_mwait_testSean Christopherson2022-07-131-9/+1
* KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddrSean Christopherson2022-07-131-9/+1
* KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()Sean Christopherson2022-07-131-2/+2
* KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson2022-07-137-21/+19
* KVM: selftests: Verify that kvm_cpuid2.entries layout is unchanged by KVMSean Christopherson2022-07-131-28/+21
* KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection testSean Christopherson2022-07-131-5/+2
* KVM: selftests: Remove the obsolete/dead MMU role testSean Christopherson2022-07-131-137/+0
* KVM: selftests: Use kvm_cpu_has() for XSAVE in cr4_cpuid_sync_testSean Christopherson2022-07-131-3/+1
* KVM: selftests: Use kvm_cpu_has() in AMX testSean Christopherson2022-07-131-11/+6
* KVM: selftests: Check for _both_ XTILE data and cfg in AMX testSean Christopherson2022-07-131-1/+2
* KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR testSean Christopherson2022-07-131-7/+1
* KVM: selftests: Drop redundant vcpu_set_cpuid() from PMU selftestSean Christopherson2022-07-131-3/+0
* KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftestSean Christopherson2022-07-131-5/+2
* KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2022-07-1313-14/+14
* KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson2022-07-136-6/+6
* KVM: selftests: Use kvm_cpu_has() in the SEV migration testSean Christopherson2022-07-131-11/+2
* KVM: selftests: Add framework to query KVM CPUID bitsSean Christopherson2022-07-131-16/+12
* KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson2022-07-134-15/+8
* KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson2022-07-134-5/+0
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-1330-59/+32