summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include/x86_64/processor.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov1-1/+1
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov1-0/+2
2023-11-14KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve1-0/+15
2023-10-12KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson1-0/+9
2023-10-12KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson1-0/+14
2023-08-17KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang1-0/+5
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-11/+72
2023-04-11KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis1-0/+20
2023-04-11KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis1-8/+17
2023-04-11KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson1-3/+3
2023-04-11KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis1-0/+18
2023-04-07KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson1-1/+16
2023-04-07KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson1-8/+24
2023-03-25KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis1-0/+1
2023-03-25KVM: selftests: Check that the palette table exists before using itAaron Lewis1-0/+1
2023-03-25KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang1-0/+12
2023-03-14KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson1-0/+2
2023-01-24KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve1-0/+3
2023-01-24KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve1-3/+22
2023-01-24KVM: selftests: Fix a typo in the vcpu_msrs_set assertAaron Lewis1-1/+1
2022-12-29KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov1-0/+1
2022-12-02Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+2
2022-12-02KVM: selftests: Define and use a custom static assert in lib headersSean Christopherson1-11/+11
2022-12-02KVM: selftests: Restore assert for non-nested VMs in access tracking testSean Christopherson1-0/+1
2022-12-01KVM: selftests: Verify userspace can stuff IA32_FEATURE_CONTROL at willSean Christopherson1-0/+2
2022-11-21KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()Vitaly Kuznetsov1-5/+0
2022-11-18KVM: selftests: Better XMM read/write helpersVitaly Kuznetsov1-34/+36
2022-11-17Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini1-0/+13
2022-11-17KVM: selftests: move idt_entry to headerMaxim Levitsky1-0/+13
2022-11-17KVM: selftests: Drop helpers for getting specific KVM supported CPUID entrySean Christopherson1-11/+0
2022-11-17KVM: selftests: Add and use KVM helpers for x86 Family and ModelSean Christopherson1-2/+17
2022-11-17KVM: selftests: Add dedicated helpers for getting x86 Family and ModelSean Christopherson1-17/+35
2022-11-17KVM: selftests: Add PMU feature framework, use in PMU event filter testSean Christopherson1-0/+41
2022-11-17KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*Sean Christopherson1-4/+2
2022-11-17KVM: selftests: Convert AMX test to use X86_PROPRETY_XXXSean Christopherson1-0/+9
2022-11-17KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*Sean Christopherson1-5/+29
2022-11-17KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID valuesSean Christopherson1-0/+68
2022-11-17KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*Sean Christopherson1-13/+25
2022-11-17KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDRSean Christopherson1-0/+1
2022-11-17KVM: selftests: Provide error code as a KVM_ASM_SAFE() outputSean Christopherson1-12/+27
2022-11-17KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()Sean Christopherson1-5/+3
2022-11-17KVM: selftests: Copy KVM PFERR masks into selftestsDavid Matlack1-0/+23
2022-11-17KVM: selftests: Play nice with huge pages when getting PTEs/GPAsSean Christopherson1-2/+9
2022-11-17KVM: selftests: Remove useless shifts when creating guest page tablesSean Christopherson1-1/+2
2022-11-17KVM: selftests: Drop reserved bit checks from PTE accessorSean Christopherson1-2/+1
2022-11-17KVM: selftests: Drop helpers to read/write page table entriesSean Christopherson1-4/+2
2022-09-30KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack1-0/+4
2022-08-19KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()David Matlack1-1/+1
2022-08-19KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with ClangDavid Matlack1-1/+1
2022-07-28KVM: selftests: Verify VMX MSRs can be restored to KVM-supported valuesSean Christopherson1-0/+1