index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Remove stateful CPUID handling
Sean Christopherson
2020-03-16
2
-78
/
+17
*
KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
Sean Christopherson
2020-03-16
1
-10
/
+21
*
KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs
Sean Christopherson
2020-03-16
1
-5
/
+3
*
KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()
Sean Christopherson
2020-03-16
1
-40
/
+22
*
KVM: x86: Use KVM cpu caps to track UMIP emulation
Sean Christopherson
2020-03-16
4
-9
/
+8
*
KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
Sean Christopherson
2020-03-16
2
-1
/
+14
*
KVM: x86: Add a helper to check kernel support when setting cpu cap
Sean Christopherson
2020-03-16
3
-12
/
+15
*
KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update
Sean Christopherson
2020-03-16
4
-12
/
+4
*
KVM: VMX: Convert feature updates from CPUID to KVM cpu caps
Sean Christopherson
2020-03-16
1
-21
/
+33
*
KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
Sean Christopherson
2020-03-16
2
-16
/
+36
*
KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
Sean Christopherson
2020-03-16
4
-108
/
+151
*
KVM: x86: Refactor handling of XSAVES CPUID adjustment
Sean Christopherson
2020-03-16
1
-2
/
+5
*
KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code
Paolo Bonzini
2020-03-16
1
-2
/
+3
*
KVM: x86: Handle Intel PT CPUID adjustment in VMX code
Sean Christopherson
2020-03-16
2
-2
/
+4
*
KVM: x86: Handle RDTSCP CPUID adjustment in VMX code
Sean Christopherson
2020-03-16
2
-2
/
+5
*
KVM: x86: Handle PKU CPUID adjustment in VMX code
Sean Christopherson
2020-03-16
5
-18
/
+5
*
KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code
Sean Christopherson
2020-03-16
2
-2
/
+2
*
KVM: x86: Handle INVPCID CPUID adjustment in VMX code
Sean Christopherson
2020-03-16
4
-16
/
+4
*
KVM: x86: Handle MPX CPUID adjustment in VMX code
Sean Christopherson
2020-03-16
2
-4
/
+13
*
KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
Sean Christopherson
2020-03-16
2
-16
/
+18
*
KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
Sean Christopherson
2020-03-16
3
-43
/
+62
*
KVM: x86: Introduce cpuid_entry_{get,has}() accessors
Sean Christopherson
2020-03-16
2
-14
/
+43
*
KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers
Sean Christopherson
2020-03-16
1
-6
/
+9
*
KVM: x86: Use u32 for holding CPUID register value in helpers
Sean Christopherson
2020-03-16
1
-3
/
+3
*
KVM: x86: Drop explicit @func param from ->set_supported_cpuid()
Sean Christopherson
2020-03-16
4
-6
/
+6
*
KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest
Sean Christopherson
2020-03-16
1
-1
/
+3
*
KVM: x86: Make kvm_mpx_supported() an inline function
Sean Christopherson
2020-03-16
3
-8
/
+6
*
KVM: x86: Use supported_xcr0 to detect MPX support
Sean Christopherson
2020-03-16
5
-12
/
+5
*
KVM: x86: Calculate the supported xcr0 mask at load time
Sean Christopherson
2020-03-16
5
-32
/
+27
*
KVM: VMX: Add helpers to query Intel PT mode
Sean Christopherson
2020-03-16
4
-16
/
+34
*
KVM: x86: Use common loop iterator when handling CPUID 0xD.N
Sean Christopherson
2020-03-16
1
-4
/
+3
*
KVM: x86: Drop redundant array size check
Sean Christopherson
2020-03-16
1
-3
/
+0
*
KVM: x86: Encapsulate CPUID entries and metadata in struct
Sean Christopherson
2020-03-16
1
-62
/
+76
*
KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling
Sean Christopherson
2020-03-16
1
-10
/
+6
*
KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()
Sean Christopherson
2020-03-16
1
-24
/
+13
*
KVM: x86: Consolidate CPUID array max num entries checking
Sean Christopherson
2020-03-16
1
-32
/
+17
*
KVM: x86: Drop redundant boot cpu checks on SSBD feature bits
Sean Christopherson
2020-03-16
1
-4
/
+2
*
KVM: x86: Drop the explicit @index from do_cpuid_7_mask()
Sean Christopherson
2020-03-16
1
-4
/
+4
*
KVM: x86: Clean up CPUID 0x7 sub-leaf loop
Sean Christopherson
2020-03-16
1
-5
/
+5
*
KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation
Sean Christopherson
2020-03-16
1
-2
/
+4
*
KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf
Sean Christopherson
2020-03-16
1
-3
/
+10
*
KVM: x86: Check for CPUID 0xD.N support before validating array size
Sean Christopherson
2020-03-16
1
-2
/
+3
*
KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop
Sean Christopherson
2020-03-16
1
-15
/
+22
*
KVM: x86: Check userspace CPUID array size after validating sub-leaf
Sean Christopherson
2020-03-16
1
-3
/
+3
*
KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()
Sean Christopherson
2020-03-16
1
-12
/
+7
*
KVM: x86: Simplify handling of Centaur CPUID leafs
Sean Christopherson
2020-03-16
1
-22
/
+10
*
KVM: x86: Refactor loop around do_cpuid_func() to separate helper
Sean Christopherson
2020-03-16
1
-18
/
+27
*
KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
Sean Christopherson
2020-03-16
1
-1
/
+6
*
KVM: x86: Shrink the usercopy region of the emulation context
Sean Christopherson
2020-03-16
2
-9
/
+11
*
KVM: x86: Move kvm_emulate.h into KVM's private directory
Sean Christopherson
2020-03-16
6
-4
/
+8
[next]