summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include/x86_64/processor.h
AgeCommit message (Expand)Author
2024-03-18Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-06KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov
2024-02-28KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov
2024-01-30KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBVSean Christopherson
2024-01-30KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()Sean Christopherson
2024-01-30KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson
2024-01-30KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson
2024-01-30KVM: selftests: Add a helper to query if the PMU module param is enabledSean Christopherson
2024-01-30KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed countersSean Christopherson
2024-01-30KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()Sean Christopherson
2024-01-30KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang
2023-11-14KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve
2023-10-12KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson
2023-10-12KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson
2023-08-17KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-04-11KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis
2023-04-11KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis
2023-04-11KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson
2023-04-11KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis
2023-04-06KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson
2023-04-06KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson
2023-03-24KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis
2023-03-24KVM: selftests: Check that the palette table exists before using itAaron Lewis
2023-03-24KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang
2023-03-14KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson
2023-01-24KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve
2023-01-24KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve
2023-01-24KVM: selftests: Fix a typo in the vcpu_msrs_set assertAaron Lewis
2022-12-29KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov
2022-12-02Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2022-12-01KVM: selftests: Define and use a custom static assert in lib headersSean Christopherson
2022-12-01KVM: selftests: Restore assert for non-nested VMs in access tracking testSean Christopherson
2022-11-30KVM: selftests: Verify userspace can stuff IA32_FEATURE_CONTROL at willSean Christopherson
2022-11-21KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()Vitaly Kuznetsov
2022-11-18KVM: selftests: Better XMM read/write helpersVitaly Kuznetsov
2022-11-17Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini
2022-11-17KVM: selftests: move idt_entry to headerMaxim Levitsky
2022-11-16KVM: selftests: Drop helpers for getting specific KVM supported CPUID entrySean Christopherson
2022-11-16KVM: selftests: Add and use KVM helpers for x86 Family and ModelSean Christopherson
2022-11-16KVM: selftests: Add dedicated helpers for getting x86 Family and ModelSean Christopherson
2022-11-16KVM: selftests: Add PMU feature framework, use in PMU event filter testSean Christopherson
2022-11-16KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*Sean Christopherson
2022-11-16KVM: selftests: Convert AMX test to use X86_PROPRETY_XXXSean Christopherson
2022-11-16KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*Sean Christopherson
2022-11-16KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID valuesSean Christopherson