| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: Expose more Intel AVX512 feature to guest | Luwei Kang | 2016-08-19 | 1 | -1/+2 |
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-01 | 1 | -1/+1 |
|\ |
|
| * | x86/kvm: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+1 |
* | | Revert "KVM: x86: add pcommit support" | Dan Williams | 2016-07-23 | 1 | -1/+1 |
|/ |
|
* | KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID | Paolo Bonzini | 2016-06-02 | 1 | -10/+12 |
* | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 2016-04-19 | 1 | -0/+1 |
|\ |
|
| * | KVM: x86: mask CPUID(0xD,0x1).EAX against host value | Paolo Bonzini | 2016-04-10 | 1 | -0/+1 |
* | | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -1/+1 |
|/ |
|
* | KVM, pkeys: expose CPUID/CR4 to guest | Huaitong Han | 2016-03-22 | 1 | -2/+21 |
* | KVM: x86: remove magic number with enum cpuid_leafs | Huaitong Han | 2016-03-22 | 1 | -20/+20 |
* | KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch | Paolo Bonzini | 2016-03-09 | 1 | -2/+1 |
* | KVM: x86: disable MPX if host did not enable MPX XSAVE features | Paolo Bonzini | 2016-03-09 | 1 | -3/+10 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-11-05 | 1 | -1/+1 |
|\ |
|
| * | KVM: x86: add pcommit support | Xiao Guangrong | 2015-10-01 | 1 | -1/+1 |
| * | KVM: x86: allow guest to use cflushopt and clwb | Xiao Guangrong | 2015-10-01 | 1 | -1/+1 |
* | | x86/fpu: Rename XSAVE macros | Dave Hansen | 2015-09-14 | 1 | -2/+2 |
|/ |
|
* | KVM: VMX: fix vmwrite to invalid VMCS | Radim Krčmář | 2015-07-10 | 1 | -0/+2 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-06-24 | 1 | -3/+10 |
|\ |
|
| * | KVM: x86/vPMU: introduce pmu.h header | Wei Huang | 2015-06-19 | 1 | -0/+1 |
| * | KVM: x86/vPMU: rename a few PMU functions | Wei Huang | 2015-06-19 | 1 | -1/+1 |
| * | KVM: x86: Allow ARAT CPU feature | Jan Kiszka | 2015-05-28 | 1 | -1/+6 |
| * | Merge branch 'kvm-master' into kvm-next | Paolo Bonzini | 2015-05-20 | 1 | -0/+4 |
| |\ |
|
* | \ | Merge branch 'linus' into x86/fpu | Ingo Molnar | 2015-05-25 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | kvm/fpu: Enable eager restore kvm FPU for MPX | Liang Li | 2015-05-20 | 1 | -0/+4 |
| |/ |
|
* | | x86/fpu: Rename fpu/xsave.h to fpu/xstate.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Move xsave.h to fpu/xsave.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
|/ |
|
* | KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu | Eugene Korenevsky | 2015-04-08 | 1 | -15/+18 |
* | KVM: cpuid: recompute CPUID 0xD.0:EBX,ECX | Radim Krčmář | 2014-12-05 | 1 | -0/+2 |
* | KVM: cpuid: mask more bits in leaf 0xd and subleaves | Paolo Bonzini | 2014-12-05 | 1 | -2/+8 |
* | KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctly | Paolo Bonzini | 2014-12-05 | 1 | -6/+16 |
* | kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest | Wanpeng Li | 2014-12-05 | 1 | -1/+2 |
* | KVM: x86: use F() macro throughout cpuid.c | Paolo Bonzini | 2014-12-05 | 1 | -7/+7 |
* | kvm: x86: mask out XSAVES | Paolo Bonzini | 2014-11-23 | 1 | -1/+10 |
* | KVM: x86: Enable Intel AVX-512 for guest | Chao Peng | 2014-11-03 | 1 | -1/+2 |
* | KVM: nested VMX: disable perf cpuid reporting | Marcelo Tosatti | 2014-09-24 | 1 | -0/+6 |
* | KVM: x86: Warn if guest virtual address space is not 48-bits | Nadav Amit | 2014-09-24 | 1 | -7/+14 |
* | KVM: x86: Replace X86_FEATURE_NX offset with the definition | Nadav Amit | 2014-08-21 | 1 | -2/+2 |
* | kvm: x86: emulate monitor and mwait instructions as nop | Gabriel L. Somlo | 2014-05-08 | 1 | -0/+2 |
* | KVM: nVMX: additional checks on vmxon region | Bandan Das | 2014-05-06 | 1 | -0/+1 |
* | KVM: x86: expose invariant tsc cpuid bit (v2) | Marcelo Tosatti | 2014-04-29 | 1 | -1/+7 |
* | KVM: expose SMAP feature to guest | Feng Wu | 2014-04-14 | 1 | -1/+1 |
* | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-04-02 | 1 | -15/+22 |
|\ |
|
| * | KVM: x86: handle missing MPX in nested virtualization | Paolo Bonzini | 2014-03-17 | 1 | -3/+2 |
| * | KVM: x86: introduce kvm_supported_xcr0() | Paolo Bonzini | 2014-03-17 | 1 | -11/+16 |
| * | KVM: x86: Enable Intel MPX for guest | Liu, Jinsong | 2014-02-25 | 1 | -1/+3 |
| * | KVM: x86: Fix xsave cpuid exposing bug | Liu, Jinsong | 2014-02-22 | 1 | -3/+3 |
| * | KVM: x86: expose ADX feature to guest | Liu, Jinsong | 2014-02-22 | 1 | -1/+2 |
| * | KVM: x86: expose new instruction RDSEED to guest | Liu, Jinsong | 2014-02-22 | 1 | -1/+1 |
* | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH | H. Peter Anvin | 2014-02-27 | 1 | -1/+1 |
|/ |
|
* | kvm, cpuid: Fix sparse warning | Borislav Petkov | 2013-11-07 | 1 | -3/+5 |