aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/cpuid.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-11KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleGravatar Sean Christopherson 1-0/+10
2023-11-28KVM: x86: Use KVM-governed feature framework to track "LAM enabled"Gravatar Binbin Wu 1-2/+1
2023-11-28KVM: x86: Virtualize LAM for user pointerGravatar Robert Hoo 1-0/+4
2023-11-28KVM: x86: Remove kvm_vcpu_is_illegal_gpa()Gravatar Binbin Wu 1-5/+0
2023-11-28KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legalityGravatar Binbin Wu 1-0/+5
2023-10-04KVM: x86: Add SBPB supportGravatar Josh Poimboeuf 1-1/+2
2023-08-17KVM: x86: Add a framework for enabling KVM-governed x86 featuresGravatar Sean Christopherson 1-0/+46
2022-07-14KVM: x86: Add dedicated helper to get CPUID entry with significant indexGravatar Sean Christopherson 1-7/+9
2022-06-08KVM: x86/cpuid: Refactor host/guest CPU model consistency checkGravatar Like Xu 1-0/+5
2022-01-14kvm: x86: Add support for getting/setting expanded xstate bufferGravatar Guang Zeng 1-0/+2
2021-04-26KVM: x86: Move reverse CPUID helpers to separate header fileGravatar Ricardo Koller 1-176/+1
2021-04-23KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID codeGravatar Sean Christopherson 1-1/+1
2021-04-20KVM: x86: Add reverse-CPUID lookup support for scattered SGX featuresGravatar Sean Christopherson 1-2/+13
2021-04-20KVM: x86: Add support for reverse CPUID lookup of scattered featuresGravatar Sean Christopherson 1-5/+34
2021-04-17KVM: x86: add guest_cpuid_is_intelGravatar Maxim Levitsky 1-0/+8
2021-02-04KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculationsGravatar Sean Christopherson 1-0/+1
2021-02-04KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeGravatar Sean Christopherson 1-1/+1
2021-02-04KVM: x86: Add a helper to handle legal GPA with an alignment requirementGravatar Sean Christopherson 1-1/+7
2021-02-04KVM: x86: Add a helper to check for a legal GPAGravatar Sean Christopherson 1-6/+11
2020-12-11KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsGravatar Paolo Bonzini 1-0/+14
2020-11-08kvm: x86: ensure pv_cpuid.features is initialized when enabling capGravatar Oliver Upton 1-0/+1
2020-10-21kvm: x86: only provide PV features if enabled in guest's CPUIDGravatar Oliver Upton 1-0/+10
2020-09-28KVM: x86: Move illegal GPA helper out of the MMU codeGravatar Sean Christopherson 1-0/+5
2020-07-09KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Gravatar Xiaoyao Li 1-1/+1
2020-07-09KVM: x86: Introduce kvm_check_cpuid()Gravatar Xiaoyao Li 1-1/+1
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEGravatar Paolo Bonzini 1-0/+5
2020-03-31KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=yGravatar Sean Christopherson 1-4/+4
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicGravatar Sean Christopherson 1-1/+1
2020-03-16KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsGravatar Sean Christopherson 1-2/+4
2020-03-16KVM: x86: Add helpers to perform CPUID-based guest vendor checkGravatar Sean Christopherson 1-1/+1
2020-03-16KVM: x86: Override host CPUID results with kvm_cpu_capsGravatar Sean Christopherson 1-3/+3
2020-03-16KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedGravatar Sean Christopherson 1-0/+13
2020-03-16KVM: x86: Add a helper to check kernel support when setting cpu capGravatar Sean Christopherson 1-0/+6
2020-03-16KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingGravatar Sean Christopherson 1-1/+21
2020-03-16KVM: x86: Refactor cpuid_mask() to auto-retrieve the registerGravatar Sean Christopherson 1-0/+8
2020-03-16KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutatorsGravatar Sean Christopherson 1-0/+32
2020-03-16KVM: x86: Introduce cpuid_entry_{get,has}() accessorsGravatar Sean Christopherson 1-10/+38
2020-03-16KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpersGravatar Sean Christopherson 1-6/+9
2020-03-16KVM: x86: Use u32 for holding CPUID register value in helpersGravatar Sean Christopherson 1-3/+3
2020-03-16KVM: x86: Make kvm_mpx_supported() an inline functionGravatar Sean Christopherson 1-1/+0
2020-01-21KVM: x86: Refactor and rename bit() to feature_bit() macroGravatar Sean Christopherson 1-3/+5
2020-01-21KVM: x86: Expand build-time assertion on reverse CPUID usageGravatar Sean Christopherson 1-5/+28
2020-01-21KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID tableGravatar Sean Christopherson 1-0/+1
2020-01-21KVM: x86: Move bit() helper to cpuid.hGravatar Sean Christopherson 1-0/+5
2020-01-21KVM: x86: Drop special XSAVE handling from guest_cpuid_has()Gravatar Sean Christopherson 1-4/+0
2019-06-20x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordGravatar Fenghua Yu 1-2/+0
2018-02-03KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXGravatar KarimAllah Ahmed 1-0/+1
2017-11-17KVM: x86: Fix CPUID function for word 6 (80000001_ECX)Gravatar Janakarajan Natarajan 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-13KVM: x86: fix clang buildGravatar Radim Krčmář 1-1/+0