1. 2b110b6 KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values by Sean Christopherson · 4 years, 10 months ago
  2. e7adda2 KVM: x86: Add requested index to the CPUID tracepoint by Sean Christopherson · 4 years, 10 months ago
  3. d55c9d4 KVM: nSVM: check for EFER.SVME=1 before entering guest by Paolo Bonzini · 4 years, 10 months ago
  4. 9401f2e KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL by Zhenyu Wang · 4 years, 10 months ago
  5. 96b100c KVM: nVMX: remove side effects from nested_vmx_exit_reflected by Paolo Bonzini · 4 years, 10 months ago
  6. bb03911 KVM: VMX: access regs array in vmenter.S in its natural order by Uros Bizjak · 4 years, 10 months ago
  7. 1c48245 Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 4 years, 10 months ago
  8. 6d05a96 KVM: selftests: enlightened VMPTRLD with an incorrect GPA by Vitaly Kuznetsov · 4 years, 10 months ago
  9. 41b0552 KVM: selftests: test enlightened vmenter with wrong eVMCS version by Vitaly Kuznetsov · 4 years, 10 months ago
  10. 7bcf732 KVM: selftests: define and use EVMCS_VERSION by Vitaly Kuznetsov · 4 years, 10 months ago
  11. b6a0653 KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld() by Vitaly Kuznetsov · 4 years, 10 months ago
  12. e942dbf KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping by Vitaly Kuznetsov · 4 years, 10 months ago
  13. 0c54672 Merge branch 'kvm-null-pointer-fix' into HEAD by Paolo Bonzini · 4 years, 10 months ago
  14. 352be2c selftests: kvm: Uses TEST_FAIL in tests/utilities by Wainer dos Santos Moschetta · 4 years, 10 months ago
  15. a46f8a6 selftests: kvm: Introduce the TEST_FAIL macro by Wainer dos Santos Moschetta · 4 years, 10 months ago
  16. 3203a01 selftests: KVM: s390: check for registers to NOT change on reset by Christian Borntraeger · 4 years, 10 months ago
  17. b0435a1 selftests: KVM: s390: test more register variants for the reset ioctl by Christian Borntraeger · 4 years, 10 months ago
  18. 41cbed5 selftests: KVM: s390: fix early guest crash by Christian Borntraeger · 4 years, 10 months ago
  19. 94c4b76 KVM: selftests: Introduce steal-time test by Andrew Jones · 4 years, 10 months ago
  20. beca547 KVM: selftests: virt_map should take npages, not size by Andrew Jones · 4 years, 10 months ago
  21. d0aac33 KVM: selftests: Use consistent message for test skipping by Andrew Jones · 4 years, 10 months ago
  22. d9eaf19 KVM: selftests: Enable printf format warnings for TEST_ASSERT by Andrew Jones · 4 years, 10 months ago
  23. 6a46fcf selftests: KVM: s390: fix format strings for access reg test by Christian Borntraeger · 4 years, 10 months ago
  24. 53362fe selftests: KVM: s390: fixup fprintf format error in reset.c by Christian Borntraeger · 4 years, 10 months ago
  25. 4259362 KVM: selftests: Share common API documentation by Andrew Jones · 4 years, 10 months ago
  26. 1914f62 selftests: KVM: SVM: Add vmcall test to gitignore by Andrew Jones · 4 years, 10 months ago
  27. 0b66465 KVM: nSVM: Remove an obsolete comment. by Miaohe Lin · 4 years, 11 months ago
  28. 8e205a6 KVM: X86: correct meaningless kvm_apicv_activated() check by Paolo Bonzini · 4 years, 10 months ago
  29. 212617d KVM: nVMX: Consolidate nested MTF checks to helper function by Oliver Upton · 4 years, 11 months ago
  30. 041bc42 KVM: VMX: Micro-optimize vmexit time when not exposing PMU by Wanpeng Li · 4 years, 10 months ago
  31. 331b4de KVM: selftests: s390x: Provide additional num-guest-pages adjustment by Andrew Jones · 4 years, 10 months ago
  32. ab56f8e kvm: svm: Introduce GA Log tracepoint for AVIC by Suravee Suthikulpanit · 4 years, 10 months ago
  33. 3ac40c4 KVM: Documentation: Update fast page fault for indirect sp by Peter Xu · 4 years, 10 months ago
  34. 78f2145 KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2 by Paolo Bonzini · 4 years, 10 months ago
  35. b518ba9 KVM: nSVM: implement check_nested_events for interrupts by Paolo Bonzini · 4 years, 10 months ago
  36. 64b5bd2 KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1 by Paolo Bonzini · 4 years, 10 months ago
  37. b5ec2e0 KVM: nSVM: do not change host intercepts while nested VM is running by Paolo Bonzini · 4 years, 10 months ago
  38. 727a7e2 KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd by Paolo Bonzini · 4 years, 10 months ago
  39. 689f3bf KVM: x86: unify callbacks to load paging root by Paolo Bonzini · 4 years, 10 months ago
  40. f91af51 KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic by Sean Christopherson · 4 years, 10 months ago
  41. 09c7431 KVM: x86: Refactor out-of-range logic to contain the madness by Sean Christopherson · 4 years, 10 months ago
  42. 8d89231 KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes by Sean Christopherson · 4 years, 10 months ago
  43. 23493d0 KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs by Sean Christopherson · 4 years, 10 months ago
  44. 15608ed KVM: x86: Add helpers to perform CPUID-based guest vendor check by Sean Christopherson · 4 years, 10 months ago
  45. b7fb848 KVM: x86: Trace the original requested CPUID function in kvm_cpuid() by Jan Kiszka · 4 years, 10 months ago
  46. 408e9a3 KVM: CPUID: add support for supervisor states by Paolo Bonzini · 4 years, 10 months ago
  47. 2570387 KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code by Sean Christopherson · 4 years, 10 months ago
  48. 4eb8746 KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled by Sean Christopherson · 4 years, 10 months ago
  49. a50718c KVM: nSVM: Expose SVM features to L1 iff nested is enabled by Sean Christopherson · 4 years, 10 months ago
  50. 9166198 KVM: x86: Move VMX's host_efer to common x86 code by Sean Christopherson · 4 years, 10 months ago
  51. 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 10 months ago
  52. e884b85 KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage by Sean Christopherson · 4 years, 10 months ago
  53. 703c335 KVM: x86/mmu: Configure max page level during hardware setup by Sean Christopherson · 4 years, 10 months ago
  54. bde7723 KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function by Sean Christopherson · 4 years, 10 months ago
  55. 213e0e1 KVM: SVM: Refactor logging of NPT enabled/disabled by Sean Christopherson · 4 years, 10 months ago
  56. a1bead2 KVM: VMX: Directly query Intel PT mode when refreshing PMUs by Sean Christopherson · 4 years, 10 months ago
  57. 7b874c2 KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  58. a7a200e KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support by Sean Christopherson · 4 years, 10 months ago
  59. 1390851 KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support by Sean Christopherson · 4 years, 10 months ago
  60. 7c7f954 KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions by Sean Christopherson · 4 years, 10 months ago
  61. dd69cc2 KVM: x86: Use kvm_cpu_caps to detect Intel PT support by Sean Christopherson · 4 years, 10 months ago
  62. 93c380e KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps by Sean Christopherson · 4 years, 10 months ago
  63. bd79199 KVM: x86: Override host CPUID results with kvm_cpu_caps by Sean Christopherson · 4 years, 10 months ago
  64. d8577a4 KVM: x86: Do host CPUID at load time to mask KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  65. 7ff6c03 KVM: x86: Remove stateful CPUID handling by Sean Christopherson · 4 years, 10 months ago
  66. c571a14 KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs by Sean Christopherson · 4 years, 10 months ago
  67. bcf600c KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs by Sean Christopherson · 4 years, 10 months ago
  68. 09f628a KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() by Sean Christopherson · 4 years, 10 months ago
  69. 90d2f60 KVM: x86: Use KVM cpu caps to track UMIP emulation by Sean Christopherson · 4 years, 10 months ago
  70. c10398b KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved by Sean Christopherson · 4 years, 10 months ago
  71. 8721f5b KVM: x86: Add a helper to check kernel support when setting cpu cap by Sean Christopherson · 4 years, 10 months ago
  72. b3d895d5 KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update by Sean Christopherson · 4 years, 10 months ago
  73. 3ec6fd8 KVM: VMX: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  74. 9b58b98 KVM: SVM: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  75. 66a6950 KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking by Sean Christopherson · 4 years, 10 months ago
  76. 9e6d01c KVM: x86: Refactor handling of XSAVES CPUID adjustment by Sean Christopherson · 4 years, 10 months ago
  77. fb7d437 KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code by Paolo Bonzini · 4 years, 10 months ago
  78. dbd0680 KVM: x86: Handle Intel PT CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  79. 733deaf KVM: x86: Handle RDTSCP CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  80. d64d83d KVM: x86: Handle PKU CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  81. e574768 KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  82. 5ffec6f KVM: x86: Handle INVPCID CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  83. 6c7ea4b KVM: x86: Handle MPX CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  84. e745e37 KVM: x86: Refactor cpuid_mask() to auto-retrieve the register by Sean Christopherson · 4 years, 10 months ago
  85. b32666b KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators by Sean Christopherson · 4 years, 10 months ago
  86. 4c61534 KVM: x86: Introduce cpuid_entry_{get,has}() accessors by Sean Christopherson · 4 years, 10 months ago
  87. 5e12b2b KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers by Sean Christopherson · 4 years, 10 months ago
  88. 3be5a60 KVM: x86: Use u32 for holding CPUID register value in helpers by Sean Christopherson · 4 years, 10 months ago
  89. 160b486f KVM: x86: Drop explicit @func param from ->set_supported_cpuid() by Sean Christopherson · 4 years, 10 months ago
  90. 7392079 KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest by Sean Christopherson · 4 years, 10 months ago
  91. 615a4ae KVM: x86: Make kvm_mpx_supported() an inline function by Sean Christopherson · 4 years, 10 months ago
  92. 7f5581f KVM: x86: Use supported_xcr0 to detect MPX support by Sean Christopherson · 4 years, 10 months ago
  93. cfc4818 KVM: x86: Calculate the supported xcr0 mask at load time by Sean Christopherson · 4 years, 10 months ago
  94. 2ef7619 KVM: VMX: Add helpers to query Intel PT mode by Sean Christopherson · 4 years, 10 months ago
  95. 0eee8f9 KVM: x86: Use common loop iterator when handling CPUID 0xD.N by Sean Christopherson · 4 years, 10 months ago
  96. 695538a KVM: x86: Drop redundant array size check by Sean Christopherson · 4 years, 10 months ago
  97. e53c95e KVM: x86: Encapsulate CPUID entries and metadata in struct by Sean Christopherson · 4 years, 10 months ago
  98. c862903 KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling by Sean Christopherson · 4 years, 10 months ago
  99. 74fa0bc KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func() by Sean Christopherson · 4 years, 10 months ago
  100. aa10a7d KVM: x86: Consolidate CPUID array max num entries checking by Sean Christopherson · 4 years, 10 months ago