summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/cpuid.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-11KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini1-0/+14
2020-11-08kvm: x86: ensure pv_cpuid.features is initialized when enabling capOliver Upton1-0/+1
2020-10-21kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton1-0/+10
2020-09-28KVM: x86: Move illegal GPA helper out of the MMU codeSean Christopherson1-0/+5
2020-07-09KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Xiaoyao Li1-1/+1
2020-07-09KVM: x86: Introduce kvm_check_cpuid()Xiaoyao Li1-1/+1
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini1-0/+5
2020-03-31KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson1-4/+4
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson1-1/+1
2020-03-16KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsSean Christopherson1-2/+4
2020-03-16KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson1-1/+1
2020-03-16KVM: x86: Override host CPUID results with kvm_cpu_capsSean Christopherson1-3/+3
2020-03-16KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson1-0/+13
2020-03-16KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson1-0/+6
2020-03-16KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson1-1/+21
2020-03-16KVM: x86: Refactor cpuid_mask() to auto-retrieve the registerSean Christopherson1-0/+8
2020-03-16KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutatorsSean Christopherson1-0/+32
2020-03-16KVM: x86: Introduce cpuid_entry_{get,has}() accessorsSean Christopherson1-10/+38
2020-03-16KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpersSean Christopherson1-6/+9
2020-03-16KVM: x86: Use u32 for holding CPUID register value in helpersSean Christopherson1-3/+3
2020-03-16KVM: x86: Make kvm_mpx_supported() an inline functionSean Christopherson1-1/+0
2020-01-21KVM: x86: Refactor and rename bit() to feature_bit() macroSean Christopherson1-3/+5
2020-01-21KVM: x86: Expand build-time assertion on reverse CPUID usageSean Christopherson1-5/+28
2020-01-21KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID tableSean Christopherson1-0/+1
2020-01-21KVM: x86: Move bit() helper to cpuid.hSean Christopherson1-0/+5
2020-01-21KVM: x86: Drop special XSAVE handling from guest_cpuid_has()Sean Christopherson1-4/+0
2019-06-20x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu1-2/+0
2018-02-03KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed1-0/+1
2017-11-17KVM: x86: Fix CPUID function for word 6 (80000001_ECX)Janakarajan Natarajan1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13KVM: x86: fix clang buildRadim Krčmář1-1/+0
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang1-1/+2
2017-08-07KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář1-0/+9
2017-08-07KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář1-113/+57
2017-08-07KVM: x86: X86_FEATURE_NRIPS is not scattered anymoreRadim Krčmář1-13/+1
2017-06-07kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson1-0/+8
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey1-0/+11
2016-07-23Revert "KVM: x86: add pcommit support"Dan Williams1-8/+0
2016-03-22KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han1-0/+8
2016-03-09KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini1-8/+1
2016-01-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+34
2015-12-22KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUIDPaolo Bonzini1-0/+8
2015-11-24kvm: Add accessors for guest CPU's family, model, steppingBorislav Petkov1-0/+34
2015-10-16kvm: svm: Only propagate next_rip when guest supports itJoerg Roedel1-0/+21
2015-10-01KVM: VMX: drop rdtscp_enabled fieldXiao Guangrong1-0/+8
2015-10-01KVM: x86: add pcommit supportXiao Guangrong1-0/+8
2015-06-04KVM: x86: save/load state on SMM switchPaolo Bonzini1-0/+8
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li1-0/+8
2015-04-08KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky1-0/+6
2015-03-31x86: Use bool function return values of true/false not 1/0Joe Perches1-1/+1