1. 43bd9ef x86: Expose SERIALIZE for supported cpuid by Paolo Bonzini · 4 years, 5 months ago
  2. d468d94 KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR by Sean Christopherson · 4 years, 6 months ago
  3. 32de2b5 KVM: x86: update exception bitmap on CPUID changes by Paolo Bonzini · 4 years, 6 months ago
  4. 5668821 KVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into kvm_vcpu_after_set_cpuid() by Xiaoyao Li · 4 years, 6 months ago
  5. 7c1b761 KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid() by Xiaoyao Li · 4 years, 6 months ago
  6. 346ce35 KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid() by Xiaoyao Li · 4 years, 6 months ago
  7. aedbaf4 KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid() by Xiaoyao Li · 4 years, 6 months ago
  8. a76733a KVM: x86: Introduce kvm_check_cpuid() by Xiaoyao Li · 4 years, 6 months ago
  9. 36f3764 KVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid() by Xiaoyao Li · 4 years, 6 months ago
  10. 0d3b2ba KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent by Xiaoyao Li · 4 years, 6 months ago
  11. 1896409 KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* fails by Xiaoyao Li · 4 years, 6 months ago
  12. 2e8cd7a kvm: x86: limit the maximum number of vPMU fixed counters to 3 by Like Xu · 4 years, 7 months ago
  13. b899c13 KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid() by Krish Sadhukhan · 4 years, 6 months ago
  14. 7ec28e2 KVM: Use vmemdup_user() by Denis Efremov · 4 years, 7 months ago
  15. fa44b82 KVM: x86: Move MPK feature detection to common code by Babu Moger · 4 years, 8 months ago
  16. 65b1891 KVM: x86: Assign correct value to array.maxnent by Xiaoyao Li · 4 years, 7 months ago
  17. 27461da3 KVM: x86/pmu: Support full width counting by Like Xu · 4 years, 7 months ago
  18. 72de5fa4c KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT by Vitaly Kuznetsov · 4 years, 8 months ago
  19. a71936ab kvm: x86: Cleanup vcpu->arch.guest_xstate_size by Xiaoyao Li · 4 years, 8 months ago
  20. e93fd3b KVM: x86/mmu: Capture TDP level when updating CPUID by Sean Christopherson · 4 years, 8 months ago
  21. 43d05de KVM: pass through CPUID(0x80000006) by Eric Northup · 4 years, 9 months ago
  22. 855c7e9 KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y by Sean Christopherson · 4 years, 10 months ago
  23. afaf0b2 KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection by Sean Christopherson · 4 years, 10 months ago
  24. e374740 KVM: x86: Expose fast short REP MOV for supported cpuid by Zhenyu Wang · 4 years, 10 months ago
  25. 2b110b6 KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values by Sean Christopherson · 4 years, 10 months ago
  26. e7adda2 KVM: x86: Add requested index to the CPUID tracepoint by Sean Christopherson · 4 years, 10 months ago
  27. 9401f2e KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL by Zhenyu Wang · 4 years, 10 months ago
  28. f91af51 KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic by Sean Christopherson · 4 years, 10 months ago
  29. 09c7431 KVM: x86: Refactor out-of-range logic to contain the madness by Sean Christopherson · 4 years, 10 months ago
  30. 8d89231 KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes by Sean Christopherson · 4 years, 10 months ago
  31. 23493d0 KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs by Sean Christopherson · 4 years, 10 months ago
  32. b7fb848 KVM: x86: Trace the original requested CPUID function in kvm_cpuid() by Jan Kiszka · 4 years, 10 months ago
  33. 408e9a3 KVM: CPUID: add support for supervisor states by Paolo Bonzini · 4 years, 10 months ago
  34. 2570387 KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code by Sean Christopherson · 4 years, 10 months ago
  35. 9166198 KVM: x86: Move VMX's host_efer to common x86 code by Sean Christopherson · 4 years, 10 months ago
  36. 7c7f954 KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions by Sean Christopherson · 4 years, 10 months ago
  37. dd69cc2 KVM: x86: Use kvm_cpu_caps to detect Intel PT support by Sean Christopherson · 4 years, 10 months ago
  38. 93c380e KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps by Sean Christopherson · 4 years, 10 months ago
  39. bd79199 KVM: x86: Override host CPUID results with kvm_cpu_caps by Sean Christopherson · 4 years, 10 months ago
  40. d8577a4 KVM: x86: Do host CPUID at load time to mask KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  41. 7ff6c03 KVM: x86: Remove stateful CPUID handling by Sean Christopherson · 4 years, 10 months ago
  42. c571a14 KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs by Sean Christopherson · 4 years, 10 months ago
  43. bcf600c KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs by Sean Christopherson · 4 years, 10 months ago
  44. 09f628a KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() by Sean Christopherson · 4 years, 10 months ago
  45. b3d895d5 KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update by Sean Christopherson · 4 years, 10 months ago
  46. 9b58b98 KVM: SVM: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  47. 66a6950 KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking by Sean Christopherson · 4 years, 10 months ago
  48. 9e6d01c KVM: x86: Refactor handling of XSAVES CPUID adjustment by Sean Christopherson · 4 years, 10 months ago
  49. fb7d437 KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code by Paolo Bonzini · 4 years, 10 months ago
  50. dbd0680 KVM: x86: Handle Intel PT CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  51. 733deaf KVM: x86: Handle RDTSCP CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  52. d64d83d KVM: x86: Handle PKU CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  53. e574768 KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  54. 5ffec6f KVM: x86: Handle INVPCID CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  55. 6c7ea4b KVM: x86: Handle MPX CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  56. e745e37 KVM: x86: Refactor cpuid_mask() to auto-retrieve the register by Sean Christopherson · 4 years, 10 months ago
  57. b32666b KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators by Sean Christopherson · 4 years, 10 months ago
  58. 4c61534 KVM: x86: Introduce cpuid_entry_{get,has}() accessors by Sean Christopherson · 4 years, 10 months ago
  59. 160b486f KVM: x86: Drop explicit @func param from ->set_supported_cpuid() by Sean Christopherson · 4 years, 10 months ago
  60. 7392079 KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest by Sean Christopherson · 4 years, 10 months ago
  61. 615a4ae KVM: x86: Make kvm_mpx_supported() an inline function by Sean Christopherson · 4 years, 10 months ago
  62. 7f5581f KVM: x86: Use supported_xcr0 to detect MPX support by Sean Christopherson · 4 years, 10 months ago
  63. cfc4818 KVM: x86: Calculate the supported xcr0 mask at load time by Sean Christopherson · 4 years, 10 months ago
  64. 0eee8f9 KVM: x86: Use common loop iterator when handling CPUID 0xD.N by Sean Christopherson · 4 years, 10 months ago
  65. 695538a KVM: x86: Drop redundant array size check by Sean Christopherson · 4 years, 10 months ago
  66. e53c95e KVM: x86: Encapsulate CPUID entries and metadata in struct by Sean Christopherson · 4 years, 10 months ago
  67. c862903 KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling by Sean Christopherson · 4 years, 10 months ago
  68. 74fa0bc KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func() by Sean Christopherson · 4 years, 10 months ago
  69. aa10a7d KVM: x86: Consolidate CPUID array max num entries checking by Sean Christopherson · 4 years, 10 months ago
  70. acfad33 KVM: x86: Drop redundant boot cpu checks on SSBD feature bits by Sean Christopherson · 4 years, 10 months ago
  71. aceac6e KVM: x86: Drop the explicit @index from do_cpuid_7_mask() by Sean Christopherson · 4 years, 10 months ago
  72. 87849b1 KVM: x86: Clean up CPUID 0x7 sub-leaf loop by Sean Christopherson · 4 years, 10 months ago
  73. 8b2fc44 KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation by Sean Christopherson · 4 years, 10 months ago
  74. 91001d4 KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf by Sean Christopherson · 4 years, 10 months ago
  75. 1893c94 KVM: x86: Check for CPUID 0xD.N support before validating array size by Sean Christopherson · 4 years, 10 months ago
  76. 3dc4a9c KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop by Sean Christopherson · 4 years, 10 months ago
  77. 0fc6267 KVM: x86: Check userspace CPUID array size after validating sub-leaf by Sean Christopherson · 4 years, 10 months ago
  78. d5a661d KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid() by Sean Christopherson · 4 years, 10 months ago
  79. 8b86079 KVM: x86: Simplify handling of Centaur CPUID leafs by Sean Christopherson · 4 years, 10 months ago
  80. 619a17f KVM: x86: Refactor loop around do_cpuid_func() to separate helper by Sean Christopherson · 4 years, 10 months ago
  81. 68c9a46 KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries by Sean Christopherson · 4 years, 10 months ago
  82. a47970e kvm/svm: PKU not currently supported by John Allen · 5 years ago
  83. 8738200 KVM: x86: Refactor and rename bit() to feature_bit() macro by Sean Christopherson · 5 years ago
  84. a7c48c3 KVM: x86: Expand build-time assertion on reverse CPUID usage by Sean Christopherson · 5 years ago
  85. d68321d Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 5 years ago
  86. 8715f05 kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD by Jim Mattson · 5 years ago
  87. 396d2e8 kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD by Jim Mattson · 5 years ago
  88. 433f4ba KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332) by Paolo Bonzini · 5 years ago
  89. c1de0f2 KVM x86: Move kvm cpuid support out of svm by Peter Gonda · 5 years ago
  90. edef5c3 KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID by Paolo Bonzini · 5 years ago
  91. 41cd02c kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID by Jim Mattson · 5 years ago
  92. 504ce19 KVM: x86: Expose XSAVEERPTR to the guest by Sebastian Andrzej Siewior · 5 years ago
  93. 40bc47b kvm: x86: Enumerate support for CLZERO instruction by Jim Mattson · 5 years ago
  94. 5f41a37 kvm: x86: Use AMD CPUID semantics for AMD vCPUs by Jim Mattson · 5 years ago
  95. 4356112 kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH by Jim Mattson · 5 years ago
  96. a1a640b kvm: x86: Fix a spurious -E2BIG in __do_cpuid_func by Jim Mattson · 5 years ago
  97. a06dcd6 kvm: x86: Add "significant index" flag to a few CPUID leaves by Jim Mattson · 5 years ago
  98. e69e72fa KVM: x86: Add support for user wait instructions by Tao Xu · 5 years ago
  99. 0c54914 KVM: x86: use Intel speculation bugs and features as derived in generic x86 code by Paolo Bonzini · 5 years ago
  100. 4c6903a KVM: x86: fix reporting of AMD speculation bug CPUID leaf by Paolo Bonzini · 5 years ago