Age | Commit message (Expand) | Author |
2015-07-10 | KVM: VMX: fix vmwrite to invalid VMCS | Radim Krčmář |
2015-06-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-06-19 | KVM: x86/vPMU: introduce pmu.h header | Wei Huang |
2015-06-19 | KVM: x86/vPMU: rename a few PMU functions | Wei Huang |
2015-05-28 | KVM: x86: Allow ARAT CPU feature | Jan Kiszka |
2015-05-25 | Merge branch 'linus' into x86/fpu | Ingo Molnar |
2015-05-20 | Merge branch 'kvm-master' into kvm-next | Paolo Bonzini |
2015-05-20 | kvm/fpu: Enable eager restore kvm FPU for MPX | Liang Li |
2015-05-19 | x86/fpu: Rename fpu/xsave.h to fpu/xstate.h | Ingo Molnar |
2015-05-19 | x86/fpu: Move xsave.h to fpu/xsave.h | Ingo Molnar |
2015-04-08 | KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu | Eugene Korenevsky |
2014-12-05 | KVM: cpuid: recompute CPUID 0xD.0:EBX,ECX | Radim Krčmář |
2014-12-05 | KVM: cpuid: mask more bits in leaf 0xd and subleaves | Paolo Bonzini |
2014-12-05 | KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctly | Paolo Bonzini |
2014-12-05 | kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest | Wanpeng Li |
2014-12-05 | KVM: x86: use F() macro throughout cpuid.c | Paolo Bonzini |
2014-11-23 | kvm: x86: mask out XSAVES | Paolo Bonzini |
2014-11-03 | KVM: x86: Enable Intel AVX-512 for guest | Chao Peng |
2014-09-24 | KVM: nested VMX: disable perf cpuid reporting | Marcelo Tosatti |
2014-09-24 | KVM: x86: Warn if guest virtual address space is not 48-bits | Nadav Amit |
2014-08-21 | KVM: x86: Replace X86_FEATURE_NX offset with the definition | Nadav Amit |
2014-05-08 | kvm: x86: emulate monitor and mwait instructions as nop | Gabriel L. Somlo |
2014-05-06 | KVM: nVMX: additional checks on vmxon region | Bandan Das |
2014-04-29 | KVM: x86: expose invariant tsc cpuid bit (v2) | Marcelo Tosatti |
2014-04-14 | KVM: expose SMAP feature to guest | Feng Wu |
2014-04-02 | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2014-03-17 | KVM: x86: handle missing MPX in nested virtualization | Paolo Bonzini |
2014-03-17 | KVM: x86: introduce kvm_supported_xcr0() | Paolo Bonzini |
2014-02-27 | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH | H. Peter Anvin |
2014-02-25 | KVM: x86: Enable Intel MPX for guest | Liu, Jinsong |
2014-02-22 | KVM: x86: Fix xsave cpuid exposing bug | Liu, Jinsong |
2014-02-22 | KVM: x86: expose ADX feature to guest | Liu, Jinsong |
2014-02-22 | KVM: x86: expose new instruction RDSEED to guest | Liu, Jinsong |
2013-11-07 | kvm, cpuid: Fix sparse warning | Borislav Petkov |
2013-11-05 | KVM: x86: trace cpuid emulation when called from emulator | Gleb Natapov |
2013-10-30 | kvm: Emulate MOVBE | Borislav Petkov |
2013-10-30 | kvm: Add KVM_GET_EMULATED_CPUID | Borislav Petkov |
2013-10-03 | KVM: x86: only copy XSAVE state for the supported features | Paolo Bonzini |
2013-10-03 | KVM: x86: prevent setting unsupported XSAVE states | Paolo Bonzini |
2013-10-03 | KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0 | Paolo Bonzini |
2013-08-26 | kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks | Srivatsa Vaddagiri |
2012-12-05 | KVM: x86: Make register state after reset conform to specification | Julian Stecklina |
2012-11-30 | KVM: x86: Emulate IA32_TSC_ADJUST MSR | Will Auld |
2012-09-05 | KVM: x86: minor size optimization | Mathias Krause |
2012-07-20 | KVM: x86: Fix typos in cpuid.c | Guo Chao |
2012-07-12 | KVM: VMX: Implement PCID/INVPCID for guests with EPT | Mao, Junjie |
2012-07-09 | KVM: Split cpuid register access from computation | Avi Kivity |
2012-06-25 | KVM: host side for eoi optimization | Michael S. Tsirkin |
2012-05-06 | KVM: fix cpuid eax for KVM leaf | Michael S. Tsirkin |
2012-04-08 | KVM: x86: expose Intel cpu new features (HLE, RTM) to guest | Liu, Jinsong |