index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
cpuid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-16
KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update
Sean Christopherson
1
-4
/
+0
2020-03-16
KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
Sean Christopherson
1
-0
/
+6
2020-03-16
KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
Sean Christopherson
1
-107
/
+126
2020-03-16
KVM: x86: Refactor handling of XSAVES CPUID adjustment
Sean Christopherson
1
-2
/
+5
2020-03-16
KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code
Paolo Bonzini
1
-2
/
+3
2020-03-16
KVM: x86: Handle Intel PT CPUID adjustment in VMX code
Sean Christopherson
1
-2
/
+1
2020-03-16
KVM: x86: Handle RDTSCP CPUID adjustment in VMX code
Sean Christopherson
1
-2
/
+1
2020-03-16
KVM: x86: Handle PKU CPUID adjustment in VMX code
Sean Christopherson
1
-5
/
+0
2020-03-16
KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code
Sean Christopherson
1
-2
/
+0
2020-03-16
KVM: x86: Handle INVPCID CPUID adjustment in VMX code
Sean Christopherson
1
-2
/
+1
2020-03-16
KVM: x86: Handle MPX CPUID adjustment in VMX code
Sean Christopherson
1
-2
/
+1
2020-03-16
KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
Sean Christopherson
1
-16
/
+10
2020-03-16
KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
Sean Christopherson
1
-36
/
+26
2020-03-16
KVM: x86: Introduce cpuid_entry_{get,has}() accessors
Sean Christopherson
1
-4
/
+5
2020-03-16
KVM: x86: Drop explicit @func param from ->set_supported_cpuid()
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest
Sean Christopherson
1
-1
/
+3
2020-03-16
KVM: x86: Make kvm_mpx_supported() an inline function
Sean Christopherson
1
-7
/
+0
2020-03-16
KVM: x86: Use supported_xcr0 to detect MPX support
Sean Christopherson
1
-2
/
+2
2020-03-16
KVM: x86: Calculate the supported xcr0 mask at load time
Sean Christopherson
1
-23
/
+9
2020-03-16
KVM: x86: Use common loop iterator when handling CPUID 0xD.N
Sean Christopherson
1
-4
/
+3
2020-03-16
KVM: x86: Drop redundant array size check
Sean Christopherson
1
-3
/
+0
2020-03-16
KVM: x86: Encapsulate CPUID entries and metadata in struct
Sean Christopherson
1
-62
/
+76
2020-03-16
KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling
Sean Christopherson
1
-10
/
+6
2020-03-16
KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()
Sean Christopherson
1
-24
/
+13
2020-03-16
KVM: x86: Consolidate CPUID array max num entries checking
Sean Christopherson
1
-32
/
+17
2020-03-16
KVM: x86: Drop redundant boot cpu checks on SSBD feature bits
Sean Christopherson
1
-4
/
+2
2020-03-16
KVM: x86: Drop the explicit @index from do_cpuid_7_mask()
Sean Christopherson
1
-4
/
+4
2020-03-16
KVM: x86: Clean up CPUID 0x7 sub-leaf loop
Sean Christopherson
1
-5
/
+5
2020-03-16
KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation
Sean Christopherson
1
-2
/
+4
2020-03-16
KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf
Sean Christopherson
1
-3
/
+10
2020-03-16
KVM: x86: Check for CPUID 0xD.N support before validating array size
Sean Christopherson
1
-2
/
+3
2020-03-16
KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop
Sean Christopherson
1
-15
/
+22
2020-03-16
KVM: x86: Check userspace CPUID array size after validating sub-leaf
Sean Christopherson
1
-3
/
+3
2020-03-16
KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()
Sean Christopherson
1
-12
/
+7
2020-03-16
KVM: x86: Simplify handling of Centaur CPUID leafs
Sean Christopherson
1
-22
/
+10
2020-03-16
KVM: x86: Refactor loop around do_cpuid_func() to separate helper
Sean Christopherson
1
-18
/
+27
2020-03-16
KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
Sean Christopherson
1
-1
/
+6
2020-01-27
kvm/svm: PKU not currently supported
John Allen
1
-1
/
+3
2020-01-21
KVM: x86: Refactor and rename bit() to feature_bit() macro
Sean Christopherson
1
-1
/
+1
2020-01-21
KVM: x86: Expand build-time assertion on reverse CPUID usage
Sean Christopherson
1
-1
/
+2
2019-12-22
Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-1
/
+9
2019-12-18
kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD
Jim Mattson
1
-1
/
+2
2019-12-18
kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
Jim Mattson
1
-1
/
+2
2019-12-04
KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)
Paolo Bonzini
1
-1
/
+4
2019-11-27
KVM x86: Move kvm cpuid support out of svm
Peter Gonda
1
-0
/
+5
2019-11-21
KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID
Paolo Bonzini
1
-2
/
+6
2019-10-22
kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID
Jim Mattson
1
-1
/
+1
2019-09-26
KVM: x86: Expose XSAVEERPTR to the guest
Sebastian Andrzej Siewior
1
-3
/
+3
2019-09-26
kvm: x86: Enumerate support for CLZERO instruction
Jim Mattson
1
-2
/
+3
2019-09-26
kvm: x86: Use AMD CPUID semantics for AMD vCPUs
Jim Mattson
1
-2
/
+4
[next]