summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/cpuid.h
AgeCommit message (Expand)Author
2024-12-18KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_capsSean Christopherson
2024-12-18KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()Sean Christopherson
2024-12-18KVM: x86: Initialize guest cpu_caps based on KVM supportSean Christopherson
2024-12-18KVM: x86: Initialize guest cpu_caps based on guest CPUIDSean Christopherson
2024-12-18KVM: x86: Replace guts of "governed" features with comprehensive cpu_capsSean Christopherson
2024-12-18KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"Sean Christopherson
2024-12-18KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()Sean Christopherson
2024-12-18KVM: x86: Don't update PV features caches when enabling enforcement capabilitySean Christopherson
2024-12-18KVM: x86: Do all post-set CPUID processing during vCPU creationSean Christopherson
2024-12-13KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson
2024-11-01KVM: x86: drop x86.h include from cpuid.hMaxim Levitsky
2024-06-10KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.cSean Christopherson
2024-06-10KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUsSean Christopherson
2024-04-11KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson
2023-11-28KVM: x86: Use KVM-governed feature framework to track "LAM enabled"Binbin Wu
2023-11-28KVM: x86: Virtualize LAM for user pointerRobert Hoo
2023-11-28KVM: x86: Remove kvm_vcpu_is_illegal_gpa()Binbin Wu
2023-11-28KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legalityBinbin Wu
2023-10-04KVM: x86: Add SBPB supportJosh Poimboeuf
2023-08-17KVM: x86: Add a framework for enabling KVM-governed x86 featuresSean Christopherson
2022-07-14KVM: x86: Add dedicated helper to get CPUID entry with significant indexSean Christopherson
2022-06-08KVM: x86/cpuid: Refactor host/guest CPU model consistency checkLike Xu
2022-01-14kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng
2021-04-26KVM: x86: Move reverse CPUID helpers to separate header fileRicardo Koller
2021-04-23KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID codeSean Christopherson
2021-04-20KVM: x86: Add reverse-CPUID lookup support for scattered SGX featuresSean Christopherson
2021-04-20KVM: x86: Add support for reverse CPUID lookup of scattered featuresSean Christopherson
2021-04-17KVM: x86: add guest_cpuid_is_intelMaxim Levitsky
2021-02-04KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculationsSean Christopherson
2021-02-04KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson
2021-02-04KVM: x86: Add a helper to handle legal GPA with an alignment requirementSean Christopherson
2021-02-04KVM: x86: Add a helper to check for a legal GPASean Christopherson
2020-12-11KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini
2020-11-08kvm: x86: ensure pv_cpuid.features is initialized when enabling capOliver Upton
2020-10-21kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton
2020-09-28KVM: x86: Move illegal GPA helper out of the MMU codeSean Christopherson
2020-07-09KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Xiaoyao Li
2020-07-09KVM: x86: Introduce kvm_check_cpuid()Xiaoyao Li
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini
2020-03-31KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson
2020-03-16KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsSean Christopherson
2020-03-16KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson
2020-03-16KVM: x86: Override host CPUID results with kvm_cpu_capsSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson
2020-03-16KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson
2020-03-16KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson
2020-03-16KVM: x86: Refactor cpuid_mask() to auto-retrieve the registerSean Christopherson
2020-03-16KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutatorsSean Christopherson
2020-03-16KVM: x86: Introduce cpuid_entry_{get,has}() accessorsSean Christopherson