1. 8c1b724 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 9 months ago
  2. 514ccc1 x86/kvm: fix a missing-prototypes "vmread_error" by Qian Cai · 4 years, 9 months ago
  3. fdf5563 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  4. 855c7e9 KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y by Sean Christopherson · 4 years, 10 months ago
  5. 842f4be KVM: VMX: Add a trampoline to fix VMREAD error handling by Sean Christopherson · 4 years, 10 months ago
  6. 9c14ee2 KVM: SVM: Annotate svm_x86_ops as __initdata by Sean Christopherson · 4 years, 10 months ago
  7. e286ac0 KVM: VMX: Annotate vmx_x86_ops as __initdata by Sean Christopherson · 4 years, 10 months ago
  8. 6e4fd06 KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup() by Sean Christopherson · 4 years, 10 months ago
  9. afaf0b2 KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection by Sean Christopherson · 4 years, 10 months ago
  10. 69c6f69 KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes by Sean Christopherson · 4 years, 10 months ago
  11. 72b0eaa KVM: VMX: Configure runtime hooks using vmx_x86_ops by Sean Christopherson · 4 years, 10 months ago
  12. 484014f KVM: VMX: Move hardware_setup() definition below vmx_x86_ops by Sean Christopherson · 4 years, 10 months ago
  13. d008dfd KVM: x86: Move init-only kvm_x86_ops to separate struct by Sean Christopherson · 4 years, 10 months ago
  14. b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 10 months ago
  15. cf39d37 Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 9 months ago
  16. dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  17. 9b82f05 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  18. a2150327 Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into x86/cleanups by Thomas Gleixner · 4 years, 9 months ago
  19. d536167 KVM: X86: Micro-optimize IPI fastpath delay by Wanpeng Li · 4 years, 10 months ago
  20. 8a1038d KVM: X86: Delay read msr data iff writes ICR MSR by Wanpeng Li · 4 years, 10 months ago
  21. e1be9ac KVM: X86: Narrow down the IPI fastpath to single target IPI by Wanpeng Li · 4 years, 10 months ago
  22. 629b3df Merge branch 'x86/cpu' into perf/core, to resolve conflict by Ingo Molnar · 4 years, 10 months ago
  23. 320debe x86/kvm: Convert to new CPU match macros by Thomas Gleixner · 4 years, 10 months ago
  24. ba5bade x86/devicetable: Move x86 specific macro out of generic code by Thomas Gleixner · 4 years, 10 months ago
  25. 94be4b8 KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer by Wanpeng Li · 4 years, 10 months ago
  26. 4f6ea0a KVM: VMX: Gracefully handle faults on VMXON by Sean Christopherson · 4 years, 10 months ago
  27. d260f9e KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs() by Sean Christopherson · 4 years, 10 months ago
  28. 31603d4 KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support by Sean Christopherson · 4 years, 10 months ago
  29. e374740 KVM: x86: Expose fast short REP MOV for supported cpuid by Zhenyu Wang · 4 years, 10 months ago
  30. 428b8f1 KVM: VMX: don't allow memory operands for inline asm that modifies SP by Nick Desaulniers · 4 years, 10 months ago
  31. edec6e0 KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interrupt context by He Zhe · 4 years, 10 months ago
  32. 2e2409a KVM: SVM: Issue WBINVD after deactivating an SEV guest by Tom Lendacky · 4 years, 10 months ago
  33. 2da1ed6 KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is available by Paolo Bonzini · 4 years, 10 months ago
  34. d332945 KVM: x86: remove bogus user-triggerable WARN_ON by Paolo Bonzini · 4 years, 10 months ago
  35. cf6c26e KVM: x86: Code style cleanup in kvm_arch_dev_ioctl() by Xiaoyao Li · 4 years, 10 months ago
  36. 2b110b6 KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values by Sean Christopherson · 4 years, 10 months ago
  37. e7adda2 KVM: x86: Add requested index to the CPUID tracepoint by Sean Christopherson · 4 years, 10 months ago
  38. d55c9d4 KVM: nSVM: check for EFER.SVME=1 before entering guest by Paolo Bonzini · 4 years, 10 months ago
  39. 9401f2e KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL by Zhenyu Wang · 4 years, 10 months ago
  40. 96b100c KVM: nVMX: remove side effects from nested_vmx_exit_reflected by Paolo Bonzini · 4 years, 10 months ago
  41. bb03911 KVM: VMX: access regs array in vmenter.S in its natural order by Uros Bizjak · 4 years, 10 months ago
  42. b6a0653 KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld() by Vitaly Kuznetsov · 4 years, 10 months ago
  43. e942dbf KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping by Vitaly Kuznetsov · 4 years, 10 months ago
  44. 0c54672 Merge branch 'kvm-null-pointer-fix' into HEAD by Paolo Bonzini · 4 years, 10 months ago
  45. 0b66465 KVM: nSVM: Remove an obsolete comment. by Miaohe Lin · 4 years, 11 months ago
  46. 8e205a6 KVM: X86: correct meaningless kvm_apicv_activated() check by Paolo Bonzini · 4 years, 10 months ago
  47. 212617d KVM: nVMX: Consolidate nested MTF checks to helper function by Oliver Upton · 4 years, 11 months ago
  48. 041bc42 KVM: VMX: Micro-optimize vmexit time when not exposing PMU by Wanpeng Li · 4 years, 10 months ago
  49. ab56f8e kvm: svm: Introduce GA Log tracepoint for AVIC by Suravee Suthikulpanit · 4 years, 10 months ago
  50. 78f2145 KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2 by Paolo Bonzini · 4 years, 10 months ago
  51. b518ba9 KVM: nSVM: implement check_nested_events for interrupts by Paolo Bonzini · 4 years, 10 months ago
  52. 64b5bd2 KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1 by Paolo Bonzini · 4 years, 10 months ago
  53. b5ec2e0 KVM: nSVM: do not change host intercepts while nested VM is running by Paolo Bonzini · 4 years, 10 months ago
  54. 727a7e2 KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd by Paolo Bonzini · 4 years, 10 months ago
  55. 689f3bf KVM: x86: unify callbacks to load paging root by Paolo Bonzini · 4 years, 10 months ago
  56. f91af51 KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic by Sean Christopherson · 4 years, 10 months ago
  57. 09c7431 KVM: x86: Refactor out-of-range logic to contain the madness by Sean Christopherson · 4 years, 10 months ago
  58. 8d89231 KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes by Sean Christopherson · 4 years, 10 months ago
  59. 23493d0 KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs by Sean Christopherson · 4 years, 10 months ago
  60. 15608ed KVM: x86: Add helpers to perform CPUID-based guest vendor check by Sean Christopherson · 4 years, 10 months ago
  61. b7fb848 KVM: x86: Trace the original requested CPUID function in kvm_cpuid() by Jan Kiszka · 4 years, 10 months ago
  62. 408e9a3 KVM: CPUID: add support for supervisor states by Paolo Bonzini · 4 years, 10 months ago
  63. 2570387 KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code by Sean Christopherson · 4 years, 10 months ago
  64. 4eb8746 KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled by Sean Christopherson · 4 years, 10 months ago
  65. a50718c KVM: nSVM: Expose SVM features to L1 iff nested is enabled by Sean Christopherson · 4 years, 10 months ago
  66. 9166198 KVM: x86: Move VMX's host_efer to common x86 code by Sean Christopherson · 4 years, 10 months ago
  67. 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 10 months ago
  68. e884b85 KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage by Sean Christopherson · 4 years, 10 months ago
  69. 703c335 KVM: x86/mmu: Configure max page level during hardware setup by Sean Christopherson · 4 years, 10 months ago
  70. bde7723 KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function by Sean Christopherson · 4 years, 10 months ago
  71. 213e0e1 KVM: SVM: Refactor logging of NPT enabled/disabled by Sean Christopherson · 4 years, 10 months ago
  72. a1bead2 KVM: VMX: Directly query Intel PT mode when refreshing PMUs by Sean Christopherson · 4 years, 10 months ago
  73. 7b874c2 KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  74. a7a200e KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support by Sean Christopherson · 4 years, 10 months ago
  75. 1390851 KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support by Sean Christopherson · 4 years, 10 months ago
  76. 7c7f954 KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions by Sean Christopherson · 4 years, 10 months ago
  77. dd69cc2 KVM: x86: Use kvm_cpu_caps to detect Intel PT support by Sean Christopherson · 4 years, 10 months ago
  78. 93c380e KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps by Sean Christopherson · 4 years, 10 months ago
  79. bd79199 KVM: x86: Override host CPUID results with kvm_cpu_caps by Sean Christopherson · 4 years, 10 months ago
  80. d8577a4 KVM: x86: Do host CPUID at load time to mask KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  81. 7ff6c03 KVM: x86: Remove stateful CPUID handling by Sean Christopherson · 4 years, 10 months ago
  82. c571a14 KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs by Sean Christopherson · 4 years, 10 months ago
  83. bcf600c KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs by Sean Christopherson · 4 years, 10 months ago
  84. 09f628a KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() by Sean Christopherson · 4 years, 10 months ago
  85. 90d2f60 KVM: x86: Use KVM cpu caps to track UMIP emulation by Sean Christopherson · 4 years, 10 months ago
  86. c10398b KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved by Sean Christopherson · 4 years, 10 months ago
  87. 8721f5b KVM: x86: Add a helper to check kernel support when setting cpu cap by Sean Christopherson · 4 years, 10 months ago
  88. b3d895d5 KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update by Sean Christopherson · 4 years, 10 months ago
  89. 3ec6fd8 KVM: VMX: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  90. 9b58b98 KVM: SVM: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
  91. 66a6950 KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking by Sean Christopherson · 4 years, 10 months ago
  92. 9e6d01c KVM: x86: Refactor handling of XSAVES CPUID adjustment by Sean Christopherson · 4 years, 10 months ago
  93. fb7d437 KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code by Paolo Bonzini · 4 years, 10 months ago
  94. dbd0680 KVM: x86: Handle Intel PT CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  95. 733deaf KVM: x86: Handle RDTSCP CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  96. d64d83d KVM: x86: Handle PKU CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  97. e574768 KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  98. 5ffec6f KVM: x86: Handle INVPCID CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  99. 6c7ea4b KVM: x86: Handle MPX CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
  100. e745e37 KVM: x86: Refactor cpuid_mask() to auto-retrieve the register by Sean Christopherson · 4 years, 10 months ago