summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/cpuid.c
AgeCommit message (Expand)Author
2020-03-16KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson
2020-03-16KVM: SVM: Convert feature updates from CPUID to KVM cpu capsSean Christopherson
2020-03-16KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson
2020-03-16KVM: x86: Refactor handling of XSAVES CPUID adjustmentSean Christopherson
2020-03-16KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic codePaolo Bonzini
2020-03-16KVM: x86: Handle Intel PT CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle RDTSCP CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle UMIP emulation CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle MPX CPUID adjustment in VMX codeSean 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
2020-03-16KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson
2020-03-16KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guestSean Christopherson
2020-03-16KVM: x86: Make kvm_mpx_supported() an inline functionSean Christopherson
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson
2020-03-16KVM: x86: Use common loop iterator when handling CPUID 0xD.NSean Christopherson
2020-03-16KVM: x86: Drop redundant array size checkSean Christopherson
2020-03-16KVM: x86: Encapsulate CPUID entries and metadata in structSean Christopherson
2020-03-16KVM: x86: Refactor CPUID 0x4 and 0x8000001d handlingSean Christopherson
2020-03-16KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()Sean Christopherson
2020-03-16KVM: x86: Consolidate CPUID array max num entries checkingSean Christopherson
2020-03-16KVM: x86: Drop redundant boot cpu checks on SSBD feature bitsSean Christopherson
2020-03-16KVM: x86: Drop the explicit @index from do_cpuid_7_mask()Sean Christopherson
2020-03-16KVM: x86: Clean up CPUID 0x7 sub-leaf loopSean Christopherson
2020-03-16KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creationSean Christopherson
2020-03-16KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leafSean Christopherson
2020-03-16KVM: x86: Check for CPUID 0xD.N support before validating array sizeSean Christopherson
2020-03-16KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loopSean Christopherson
2020-03-16KVM: x86: Check userspace CPUID array size after validating sub-leafSean Christopherson
2020-03-16KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()Sean Christopherson
2020-03-16KVM: x86: Simplify handling of Centaur CPUID leafsSean Christopherson
2020-03-16KVM: x86: Refactor loop around do_cpuid_func() to separate helperSean Christopherson
2020-03-16KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entriesSean Christopherson
2020-01-27kvm/svm: PKU not currently supportedJohn Allen
2020-01-21KVM: x86: Refactor and rename bit() to feature_bit() macroSean Christopherson
2020-01-21KVM: x86: Expand build-time assertion on reverse CPUID usageSean Christopherson
2019-12-22Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2019-12-18kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBDJim Mattson
2019-12-18kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson
2019-12-04KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini
2019-11-27KVM x86: Move kvm cpuid support out of svmPeter Gonda
2019-11-21KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUIDPaolo Bonzini
2019-10-22kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUIDJim Mattson
2019-09-26KVM: x86: Expose XSAVEERPTR to the guestSebastian Andrzej Siewior
2019-09-26kvm: x86: Enumerate support for CLZERO instructionJim Mattson
2019-09-26kvm: x86: Use AMD CPUID semantics for AMD vCPUsJim Mattson