1. bd7e5b0 KVM: x86: remove code for lazy FPU handling by Paolo Bonzini · 8 years ago
  2. 0b4c208 Revert "KVM: nested VMX: disable perf cpuid reporting" by Jim Mattson · 8 years ago
  3. a17f322 kvm: x86: Expose Intel VPOPCNTDQ feature to guest by Piotr Luc · 8 years ago
  4. 83781d1 KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest. by Yi Sun · 8 years ago
  5. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  6. 6affcbe KVM: x86: Add kvm_skip_emulated_instruction and use it. by Kyle Huey · 8 years ago
  7. 6a908b6 KVM: x86: Add a return value to kvm_emulate_cpuid by Kyle Huey · 8 years ago
  8. c7dd15b kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11] by Jim Mattson · 8 years ago
  9. 4504b5c kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS support by Luwei Kang · 8 years ago
  10. 1e13175 kvm: x86: cpuid: remove the unnecessary variable by Jiang Biao · 8 years ago
  11. 4d69f15 Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict by Ingo Molnar · 8 years ago
  12. c592b57 x86/fpu: Remove use_eager_fpu() by Andy Lutomirski · 8 years ago
  13. 8e3562f KVM: x86: Expose more Intel AVX512 feature to guest by Luwei Kang · 8 years ago
  14. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. dfa169b Revert "KVM: x86: add pcommit support" by Dan Williams · 9 years ago
  16. 1767e93 x86/kvm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  17. 83676e9 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID by Paolo Bonzini · 9 years ago
  18. 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  19. d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  20. 316314c KVM: x86: mask CPUID(0xD,0x1).EAX against host value by Paolo Bonzini · 9 years ago
  21. b9baba8 KVM, pkeys: expose CPUID/CR4 to guest by Huaitong Han · 9 years ago
  22. e0b18ef KVM: x86: remove magic number with enum cpuid_leafs by Huaitong Han · 9 years ago
  23. 5a5fbdc KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch by Paolo Bonzini · 9 years ago
  24. a87036a KVM: x86: disable MPX if host did not enable MPX XSAVE features by Paolo Bonzini · 9 years ago
  25. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  26. 8b3e34e KVM: x86: add pcommit support by Xiao Guangrong · 9 years ago
  27. eb1c31b KVM: x86: allow guest to use cflushopt and clwb by Xiao Guangrong · 9 years ago
  28. d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
  29. 370777d KVM: VMX: fix vmwrite to invalid VMCS by Radim Krčmář · 10 years ago
  30. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  31. 474a5bb KVM: x86/vPMU: introduce pmu.h header by Wei Huang · 10 years ago
  32. c6702c9 KVM: x86/vPMU: rename a few PMU functions by Wei Huang · 10 years ago
  33. e453aa0 KVM: x86: Allow ARAT CPU feature by Jan Kiszka · 10 years ago
  34. 3152657 Merge branch 'linus' into x86/fpu by Ingo Molnar · 10 years ago
  35. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 10 years ago
  36. c447e76 kvm/fpu: Enable eager restore kvm FPU for MPX by Liang Li · 10 years ago
  37. 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 10 years ago
  38. a137fb6 x86/fpu: Move xsave.h to fpu/xsave.h by Ingo Molnar · 10 years ago
  39. 5a4f55c KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu by Eugene Korenevsky · 10 years ago
  40. e08e833 KVM: cpuid: recompute CPUID 0xD.0:EBX,ECX by Radim Krčmář · 10 years ago
  41. 404e0a1 KVM: cpuid: mask more bits in leaf 0xd and subleaves by Paolo Bonzini · 10 years ago
  42. 412a3c4 KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctly by Paolo Bonzini · 10 years ago
  43. 55412b2 kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest by Wanpeng Li · 10 years ago
  44. 5c404ca KVM: x86: use F() macro throughout cpuid.c by Paolo Bonzini · 10 years ago
  45. b65d6e1 kvm: x86: mask out XSAVES by Paolo Bonzini · 10 years ago
  46. 612263b KVM: x86: Enable Intel AVX-512 for guest by Chao Peng · 10 years ago
  47. bc61349 KVM: nested VMX: disable perf cpuid reporting by Marcelo Tosatti · 10 years ago
  48. dd59809 KVM: x86: Warn if guest virtual address space is not 48-bits by Nadav Amit · 10 years ago
  49. 6689fbe KVM: x86: Replace X86_FEATURE_NX offset with the definition by Nadav Amit · 10 years ago
  50. 87c0057 kvm: x86: emulate monitor and mwait instructions as nop by Gabriel L. Somlo · 11 years ago
  51. 3573e22 KVM: nVMX: additional checks on vmxon region by Bandan Das · 11 years ago
  52. e4c9a5a1 KVM: x86: expose invariant tsc cpuid bit (v2) by Marcelo Tosatti · 11 years ago
  53. de935ae KVM: expose SMAP feature to guest by Feng Wu · 11 years ago
  54. 7cbb39d Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  55. 93c4adc KVM: x86: handle missing MPX in nested virtualization by Paolo Bonzini · 11 years ago
  56. 4ff4173 KVM: x86: introduce kvm_supported_xcr0() by Paolo Bonzini · 11 years ago
  57. 840d283 x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH by H. Peter Anvin · 11 years ago
  58. 390bd52 KVM: x86: Enable Intel MPX for guest by Liu, Jinsong · 11 years ago
  59. 56c103e KVM: x86: Fix xsave cpuid exposing bug by Liu, Jinsong · 11 years ago
  60. 49345f1 KVM: x86: expose ADX feature to guest by Liu, Jinsong · 11 years ago
  61. 0c79893 KVM: x86: expose new instruction RDSEED to guest by Liu, Jinsong · 11 years ago
  62. 1b2ca42 kvm, cpuid: Fix sparse warning by Borislav Petkov · 11 years ago
  63. a9d4e43 KVM: x86: trace cpuid emulation when called from emulator by Gleb Natapov · 11 years ago
  64. 84cffe4 kvm: Emulate MOVBE by Borislav Petkov · 11 years ago
  65. 9c15bb1 kvm: Add KVM_GET_EMULATED_CPUID by Borislav Petkov · 11 years ago
  66. 4344ee9 KVM: x86: only copy XSAVE state for the supported features by Paolo Bonzini · 11 years ago
  67. d7876f1 KVM: x86: prevent setting unsupported XSAVE states by Paolo Bonzini · 11 years ago
  68. 647e23b KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0 by Paolo Bonzini · 11 years ago
  69. 6aef266 kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks by Srivatsa Vaddagiri · 11 years ago
  70. 66f7b72 KVM: x86: Make register state after reset conform to specification by Julian Stecklina · 12 years ago
  71. ba90463 KVM: x86: Emulate IA32_TSC_ADJUST MSR by Will Auld · 12 years ago
  72. 326d07c KVM: x86: minor size optimization by Mathias Krause · 12 years ago
  73. bbbda79 KVM: x86: Fix typos in cpuid.c by Guo Chao · 13 years ago
  74. ad756a1 KVM: VMX: Implement PCID/INVPCID for guests with EPT by Mao, Junjie · 13 years ago
  75. 62046e5 KVM: Split cpuid register access from computation by Avi Kivity · 13 years ago
  76. ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 13 years ago
  77. 57c22e5 KVM: fix cpuid eax for KVM leaf by Michael S. Tsirkin · 13 years ago
  78. 83c5291 KVM: x86: expose Intel cpu new features (HLE, RTM) to guest by Liu, Jinsong · 13 years ago
  79. 2b036c6 KVM: SVM: Add support for AMD's OSVW feature in guests by Boris Ostrovsky · 13 years ago
  80. a6c06ed KVM: Expose the architectural performance monitoring CPUID leaf by Gleb Natapov · 13 years ago
  81. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  82. bb5a798 KVM: x86: Do not rely on implicit inclusions by Jan Kiszka · 13 years ago
  83. 831bf66 KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuid by Sasha Levin · 13 years ago
  84. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 13 years ago
  85. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago