summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/cpuid.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Add dedicated helper to get CPUID entry with significant indexSean Christopherson2022-07-141-7/+9
* KVM: x86/cpuid: Refactor host/guest CPU model consistency checkLike Xu2022-06-081-0/+5
* kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng2022-01-141-0/+2
* KVM: x86: Move reverse CPUID helpers to separate header fileRicardo Koller2021-04-261-176/+1
* KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID codeSean Christopherson2021-04-231-1/+1
* KVM: x86: Add reverse-CPUID lookup support for scattered SGX featuresSean Christopherson2021-04-201-2/+13
* KVM: x86: Add support for reverse CPUID lookup of scattered featuresSean Christopherson2021-04-201-5/+34
* KVM: x86: add guest_cpuid_is_intelMaxim Levitsky2021-04-171-0/+8
* KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculationsSean Christopherson2021-02-041-0/+1
* KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson2021-02-041-1/+1
* KVM: x86: Add a helper to handle legal GPA with an alignment requirementSean Christopherson2021-02-041-1/+7
* KVM: x86: Add a helper to check for a legal GPASean Christopherson2021-02-041-6/+11
* KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini2020-12-111-0/+14
* kvm: x86: ensure pv_cpuid.features is initialized when enabling capOliver Upton2020-11-081-0/+1
* kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton2020-10-211-0/+10
* KVM: x86: Move illegal GPA helper out of the MMU codeSean Christopherson2020-09-281-0/+5
* KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Xiaoyao Li2020-07-091-1/+1
* KVM: x86: Introduce kvm_check_cpuid()Xiaoyao Li2020-07-091-1/+1
* KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-011-0/+5
* KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson2020-03-311-4/+4
* KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson2020-03-161-1/+1
* KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsSean Christopherson2020-03-161-2/+4
* KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson2020-03-161-1/+1
* KVM: x86: Override host CPUID results with kvm_cpu_capsSean Christopherson2020-03-161-3/+3
* KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson2020-03-161-0/+13
* KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson2020-03-161-0/+6
* KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson2020-03-161-1/+21
* KVM: x86: Refactor cpuid_mask() to auto-retrieve the registerSean Christopherson2020-03-161-0/+8
* KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutatorsSean Christopherson2020-03-161-0/+32
* KVM: x86: Introduce cpuid_entry_{get,has}() accessorsSean Christopherson2020-03-161-10/+38
* KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpersSean Christopherson2020-03-161-6/+9
* KVM: x86: Use u32 for holding CPUID register value in helpersSean Christopherson2020-03-161-3/+3
* KVM: x86: Make kvm_mpx_supported() an inline functionSean Christopherson2020-03-161-1/+0
* KVM: x86: Refactor and rename bit() to feature_bit() macroSean Christopherson2020-01-211-3/+5
* KVM: x86: Expand build-time assertion on reverse CPUID usageSean Christopherson2020-01-211-5/+28
* KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID tableSean Christopherson2020-01-211-0/+1
* KVM: x86: Move bit() helper to cpuid.hSean Christopherson2020-01-211-0/+5
* KVM: x86: Drop special XSAVE handling from guest_cpuid_has()Sean Christopherson2020-01-211-4/+0
* x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu2019-06-201-2/+0
* KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed2018-02-031-0/+1
* KVM: x86: Fix CPUID function for word 6 (80000001_ECX)Janakarajan Natarajan2017-11-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* KVM: x86: fix clang buildRadim Krčmář2017-09-131-1/+0
* KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-241-1/+2
* KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-071-0/+9
* KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-071-113/+57
* KVM: x86: X86_FEATURE_NRIPS is not scattered anymoreRadim Krčmář2017-08-071-13/+1
* kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2017-06-071-0/+8
* KVM: x86: virtualize cpuid faultingKyle Huey2017-04-211-0/+11
* Revert "KVM: x86: add pcommit support"Dan Williams2016-07-231-8/+0