summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Remove stateful CPUID handlingSean Christopherson2020-03-161-60/+13
* KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUsSean Christopherson2020-03-161-10/+21
* KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafsSean Christopherson2020-03-161-5/+3
* KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()Sean Christopherson2020-03-161-40/+22
* KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson2020-03-164-9/+8
* KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson2020-03-162-1/+14
* KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson2020-03-163-12/+15
* KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson2020-03-164-12/+4
* KVM: VMX: Convert feature updates from CPUID to KVM cpu capsSean Christopherson2020-03-161-21/+33
* KVM: SVM: Convert feature updates from CPUID to KVM cpu capsSean Christopherson2020-03-162-16/+36
* KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson2020-03-164-108/+151
* KVM: x86: Refactor handling of XSAVES CPUID adjustmentSean Christopherson2020-03-161-2/+5
* KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic codePaolo Bonzini2020-03-161-2/+3
* KVM: x86: Handle Intel PT CPUID adjustment in VMX codeSean Christopherson2020-03-162-2/+4
* KVM: x86: Handle RDTSCP CPUID adjustment in VMX codeSean Christopherson2020-03-162-2/+5
* KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson2020-03-165-18/+5
* KVM: x86: Handle UMIP emulation CPUID adjustment in VMX codeSean Christopherson2020-03-162-2/+2
* KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson2020-03-164-16/+4
* KVM: x86: Handle MPX CPUID adjustment in VMX codeSean Christopherson2020-03-162-4/+13
* KVM: x86: Refactor cpuid_mask() to auto-retrieve the registerSean Christopherson2020-03-162-16/+18
* KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutatorsSean Christopherson2020-03-163-43/+62
* KVM: x86: Introduce cpuid_entry_{get,has}() accessorsSean Christopherson2020-03-162-14/+43
* 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: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson2020-03-164-6/+6
* KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guestSean Christopherson2020-03-161-1/+3
* KVM: x86: Make kvm_mpx_supported() an inline functionSean Christopherson2020-03-163-8/+6
* KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson2020-03-165-12/+5
* KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson2020-03-165-32/+27
* KVM: VMX: Add helpers to query Intel PT modeSean Christopherson2020-03-164-16/+34
* KVM: x86: Use common loop iterator when handling CPUID 0xD.NSean Christopherson2020-03-161-4/+3
* KVM: x86: Drop redundant array size checkSean Christopherson2020-03-161-3/+0
* KVM: x86: Encapsulate CPUID entries and metadata in structSean Christopherson2020-03-161-62/+76
* KVM: x86: Refactor CPUID 0x4 and 0x8000001d handlingSean Christopherson2020-03-161-10/+6
* KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()Sean Christopherson2020-03-161-24/+13
* KVM: x86: Consolidate CPUID array max num entries checkingSean Christopherson2020-03-161-32/+17
* KVM: x86: Drop redundant boot cpu checks on SSBD feature bitsSean Christopherson2020-03-161-4/+2
* KVM: x86: Drop the explicit @index from do_cpuid_7_mask()Sean Christopherson2020-03-161-4/+4
* KVM: x86: Clean up CPUID 0x7 sub-leaf loopSean Christopherson2020-03-161-5/+5
* KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creationSean Christopherson2020-03-161-2/+4
* KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leafSean Christopherson2020-03-161-3/+10
* KVM: x86: Check for CPUID 0xD.N support before validating array sizeSean Christopherson2020-03-161-2/+3
* KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loopSean Christopherson2020-03-161-15/+22
* KVM: x86: Check userspace CPUID array size after validating sub-leafSean Christopherson2020-03-161-3/+3
* KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()Sean Christopherson2020-03-161-12/+7
* KVM: x86: Simplify handling of Centaur CPUID leafsSean Christopherson2020-03-161-22/+10
* KVM: x86: Refactor loop around do_cpuid_func() to separate helperSean Christopherson2020-03-161-18/+27
* KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entriesSean Christopherson2020-03-161-1/+6
* KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson2020-03-162-9/+11
* KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2020-03-166-4/+8