1. 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 6 months ago
  2. 4da9f33 Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 6 months ago
  3. 125cfa0 Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 6 months ago
  4. 8301305 KVM: x86: Specify max TDP level via kvm_configure_mmu() by Sean Christopherson · 4 years, 6 months ago
  5. d468d94 KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR by Sean Christopherson · 4 years, 6 months ago
  6. f83a4a6 KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatch by Sean Christopherson · 4 years, 6 months ago
  7. 2a40b90 KVM: x86: Pull the PGD's level from the MMU instead of recalculating it by Sean Christopherson · 4 years, 6 months ago
  8. 812f805 KVM: VMX: Make vmx_load_mmu_pgd() static by Sean Christopherson · 4 years, 6 months ago
  9. f291a35 KVM: VMX: Drop a duplicate declaration of construct_eptp() by Sean Christopherson · 4 years, 6 months ago
  10. 5e105c8 KVM: nVMX: check for invalid hdr.vmx.flags by Paolo Bonzini · 4 years, 6 months ago
  11. 0f02bd0 KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE by Paolo Bonzini · 4 years, 6 months ago
  12. 72c3c0f x86/kvm: Use generic xfer to guest work function by Thomas Gleixner · 4 years, 6 months ago
  13. 3edd683 KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support by Mohammed Gamal · 4 years, 7 months ago
  14. 8c4182b KVM: VMX: optimize #PF injection when MAXPHYADDR does not match by Paolo Bonzini · 4 years, 7 months ago
  15. 1dbf5d68 KVM: VMX: Add guest physical address check in EPT violation and misconfig by Mohammed Gamal · 4 years, 7 months ago
  16. a0c1343 KVM: VMX: introduce vmx_need_pf_intercept by Paolo Bonzini · 4 years, 7 months ago
  17. 6986982 KVM: x86: rename update_bp_intercept to update_exception_bitmap by Paolo Bonzini · 4 years, 7 months ago
  18. d574c53 KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 code by Vitaly Kuznetsov · 4 years, 7 months ago
  19. 83d31e5 KVM: nVMX: fixes for preemption timer migration by Paolo Bonzini · 4 years, 7 months ago
  20. 2245d39 x86/kvm/vmx: Use native read/write_cr2() by Thomas Gleixner · 4 years, 7 months ago
  21. 3ebccdf x86/kvm/vmx: Move guest enter/exit into .noinstr.text by Thomas Gleixner · 4 years, 7 months ago
  22. 0642391 x86/kvm/vmx: Add hardirq tracing to guest enter/exit by Thomas Gleixner · 4 years, 7 months ago
  23. 87fa7f3 x86/kvm: Move context tracking where it belongs by Thomas Gleixner · 4 years, 7 months ago
  24. 841c2be kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host by Maxim Levitsky · 4 years, 7 months ago
  25. 7c1b761 KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid() by Xiaoyao Li · 4 years, 7 months ago
  26. b2656e4 KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper by Sean Christopherson · 4 years, 8 months ago
  27. c967118 kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest by Jim Mattson · 4 years, 8 months ago
  28. 8a14fe4 kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu by Jim Mattson · 4 years, 8 months ago
  29. 1aa561b kvm: x86: Add "last CPU" to some KVM_EXIT information by Jim Mattson · 4 years, 8 months ago
  30. 80a1684 kvm: vmx: Add last_cpu to struct vcpu_vmx by Jim Mattson · 4 years, 8 months ago
  31. 12bc213 KVM: X86: Do the same ignore_msrs check for feature msrs by Peter Xu · 4 years, 7 months ago
  32. 02f5fb2 KVM: x86/mmu: Make .write_log_dirty a nested operation by Sean Christopherson · 4 years, 7 months ago
  33. 2f1d48a KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest by Sean Christopherson · 4 years, 7 months ago
  34. fa71e95 KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks by Sean Christopherson · 4 years, 7 months ago
  35. 7c83d09 KVM: x86: Mark CR4.TSD as being possibly owned by the guest by Sean Christopherson · 4 years, 7 months ago
  36. e4553b4 KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru by Sean Christopherson · 4 years, 7 months ago
  37. bf09fb6 KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL by Sean Christopherson · 4 years, 7 months ago
  38. 2dbebf7 KVM: nVMX: Plumb L2 GPA through to PML emulation by Sean Christopherson · 4 years, 7 months ago
  39. 4909776 Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU" by Vitaly Kuznetsov · 4 years, 7 months ago
  40. 6758034 x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASE by Thomas Gleixner · 4 years, 8 months ago
  41. 88c200d KVM: VMX: Add helpers to identify interrupt type from intr_info by Sean Christopherson · 4 years, 8 months ago
  42. 076f14b Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  43. 77f81f3 Merge branch 'kvm-basic-exit-reason' into HEAD by Paolo Bonzini · 4 years, 8 months ago
  44. 2ebac8b KVM: nVMX: Consult only the "basic" exit reason when routing nested exit by Sean Christopherson · 5 years ago
  45. 84b6a34 x86/entry: Optimize local_db_save() for virt by Peter Zijlstra · 4 years, 8 months ago
  46. 8cd501c x86/entry: Convert Machine Check to IDTENTRY_IST by Thomas Gleixner · 5 years ago
  47. 7a35e51 KVM: VMX: Properly handle kvm_read/write_guest_virt*() result by Vitaly Kuznetsov · 4 years, 8 months ago
  48. fa44b82 KVM: x86: Move MPK feature detection to common code by Babu Moger · 4 years, 9 months ago
  49. f4f6bd9 KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSR by Sean Christopherson · 4 years, 8 months ago
  50. 8d7fbf0 KVM: selftests: VMX preemption timer migration test by Makarand Sonare · 4 years, 8 months ago
  51. 850448f KVM: nVMX: Fix VMX preemption timer migration by Peter Shier · 4 years, 8 months ago
  52. 27461da3 KVM: x86/pmu: Support full width counting by Like Xu · 4 years, 8 months ago
  53. cbd7175 KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in by Wei Wang · 4 years, 8 months ago
  54. 68fd66f KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info by Vitaly Kuznetsov · 4 years, 8 months ago
  55. f4a9fdd KVM: VMX: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago
  56. cc440cd KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE by Paolo Bonzini · 4 years, 8 months ago
  57. df7e068 KVM: nVMX: always update CR3 in VMCS by Paolo Bonzini · 4 years, 8 months ago
  58. c9d4091 KVM: x86: enable event window in inject_pending_event by Paolo Bonzini · 4 years, 8 months ago
  59. a8cfbae KVM: VMX: replace "fall through" with "return" to indicate different case by Miaohe Lin · 5 years ago
  60. cb97c2d KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index by Sean Christopherson · 5 years ago
  61. 7529e767 Merge branch 'kvm-master' into HEAD by Paolo Bonzini · 4 years, 8 months ago
  62. e7581ca KVM: x86: simplify is_mmio_spte by Paolo Bonzini · 4 years, 8 months ago
  63. 0abcc8f KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities by Maxim Levitsky · 4 years, 8 months ago
  64. 93dff2f KVM: nVMX: Migrate the VMX-preemption timer by Jim Mattson · 4 years, 9 months ago
  65. ada0098 KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absolute by Jim Mattson · 4 years, 9 months ago
  66. 1739f3d KVM: nVMX: Really make emulated nested preemption timer pinned by Jim Mattson · 4 years, 9 months ago
  67. 6c1c6e5 KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup() by Sean Christopherson · 4 years, 9 months ago
  68. 26efe2fd KVM: VMX: Handle preemption timer fastpath by Wanpeng Li · 4 years, 9 months ago
  69. 199a8b8 KVM: x86: introduce kvm_can_use_hv_timer by Paolo Bonzini · 4 years, 9 months ago
  70. 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 9 months ago
  71. 404d5d7 KVM: X86: Introduce more exit_fastpath_completion enum values by Wanpeng Li · 4 years, 9 months ago
  72. dcf068d KVM: VMX: Introduce generic fastpath handler by Wanpeng Li · 4 years, 9 months ago
  73. 9e826fe KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_* by Sean Christopherson · 4 years, 9 months ago
  74. 2408500 KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPU by Sean Christopherson · 4 years, 9 months ago
  75. 551896e KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly by Uros Bizjak · 4 years, 9 months ago
  76. c16312f KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction by Uros Bizjak · 4 years, 9 months ago
  77. 3bae045 KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums by Sean Christopherson · 4 years, 9 months ago
  78. 68cda40 KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure by Sean Christopherson · 4 years, 9 months ago
  79. e93fd3b KVM: x86/mmu: Capture TDP level when updating CPUID by Sean Christopherson · 4 years, 9 months ago
  80. 0047fca KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hook by Sean Christopherson · 4 years, 9 months ago
  81. bd31fe4 KVM: VMX: Add proper cache tracking for CR0 by Sean Christopherson · 4 years, 9 months ago
  82. f98c1e7 KVM: VMX: Add proper cache tracking for CR4 by Sean Christopherson · 4 years, 9 months ago
  83. 0cc6920 KVM: nVMX: Unconditionally validate CR3 during nested transitions by Sean Christopherson · 4 years, 9 months ago
  84. 56ba77a KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch' by Sean Christopherson · 4 years, 9 months ago
  85. 1af1bb0 KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 9 months ago
  86. 5c911be KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 9 months ago
  87. f27ad73 KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception by Sean Christopherson · 4 years, 9 months ago
  88. fede807 KVM: x86: handle wrap around 32-bit address space by Paolo Bonzini · 4 years, 9 months ago
  89. c300ab9 KVM: x86: Replace late check_nested_events() hack with more precise fix by Paolo Bonzini · 4 years, 9 months ago
  90. 7ab0abd KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked() by Sean Christopherson · 4 years, 9 months ago
  91. db43859 KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit() by Sean Christopherson · 4 years, 9 months ago
  92. 1cd2f0b KVM: nVMX: Prioritize SMI over nested IRQ/NMI by Sean Christopherson · 4 years, 9 months ago
  93. 15ff0b4 KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior by Sean Christopherson · 4 years, 9 months ago
  94. 1b660b6 KVM: VMX: Split out architectural interrupt/NMI blocking checks by Sean Christopherson · 4 years, 9 months ago
  95. 429ab57 KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set by Sean Christopherson · 4 years, 9 months ago
  96. a9fa7cb KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed by Paolo Bonzini · 4 years, 9 months ago
  97. 88c604b KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int by Sean Christopherson · 4 years, 9 months ago
  98. d2060bd KVM: nVMX: Open a window for pending nested VMX preemption timer by Sean Christopherson · 4 years, 9 months ago
  99. 6ce347a KVM: nVMX: Preserve exception priority irrespective of exiting behavior by Sean Christopherson · 4 years, 9 months ago
  100. 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago