1. 7e6a6b4 Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 2 years, 11 months ago
  2. 6e37ec88 KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer by Sean Christopherson · 2 years, 11 months ago
  3. e3bcfda KVM: x86: Report deprecated x87 features in supported CPUID by Jim Mattson · 2 years, 11 months ago
  4. b2d2af7 kvm/x86: rework guest entry logic by Mark Rutland · 2 years, 11 months ago
  5. 57dfd7b KVM: x86: Move delivery of non-APICv interrupt into vendor code by Sean Christopherson · 2 years, 11 months ago
  6. 3cd7cd8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 2 years, 11 months ago
  7. 6cbbaab KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use by Vitaly Kuznetsov · 3 years ago
  8. 892a42c KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread() by Vitaly Kuznetsov · 3 years ago
  9. 2423a4c KVM: nVMX: Rename vmcs_to_field_offset{,_table} by Vitaly Kuznetsov · 3 years ago
  10. 7a601e2 KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER by Vitaly Kuznetsov · 3 years ago
  11. f80ae0e KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS by Vitaly Kuznetsov · 3 years ago
  12. dd6e631 KVM: x86: add system attribute to retrieve full set of supported xsave states by Paolo Bonzini · 3 years ago
  13. 56f289a KVM: x86: Add a helper to retrieve userspace address from kvm_device_attr by Sean Christopherson · 2 years, 11 months ago
  14. 05a9e06 KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time by Like Xu · 3 years ago
  15. 4c282e5 KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS by Like Xu · 3 years ago
  16. be4f3b3 KVM: x86: Keep MSR_IA32_XSS unchanged for INIT by Xiaoyao Li · 3 years ago
  17. 811f95f KVM: x86: Free kvm_cpuid_entry2 array on post-KVM_RUN KVM_SET_CPUID{,2} by Sean Christopherson · 3 years ago
  18. d6e656c KVM: nVMX: WARN on any attempt to allocate shadow VMCS for vmcs02 by Sean Christopherson · 3 years ago
  19. 033a3ea KVM: x86: Check .flags in kvm_cpuid_check_equal() too by Vitaly Kuznetsov · 3 years ago
  20. f7e5707 KVM: x86: Forcibly leave nested virt when SMM state is toggled by Sean Christopherson · 3 years ago
  21. aa3b39f KVM: SVM: drop unnecessary code in svm_hv_vmcb_dirty_nested_enlightenments() by Vitaly Kuznetsov · 3 years ago
  22. 38dfa83 KVM: SVM: hyper-v: Enable Enlightened MSR-Bitmap support for real by Vitaly Kuznetsov · 3 years ago
  23. cdf85e0 KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode by Sean Christopherson · 3 years ago
  24. 3280cc2 KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT access by Sean Christopherson · 3 years ago
  25. 04c40f3 KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer by Sean Christopherson · 3 years ago
  26. 132627c KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests by Sean Christopherson · 3 years ago
  27. 4d31d9e KVM: x86: Pass emulation type to can_emulate_instruction() by Sean Christopherson · 3 years ago
  28. c532f29 KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support by Sean Christopherson · 3 years ago
  29. 0b0be06 KVM: SVM: Don't intercept #GP for SEV guests by Sean Christopherson · 3 years ago
  30. 31c2558 Revert "KVM: SVM: avoid infinite loop on NPF from bad address" by Sean Christopherson · 3 years ago
  31. 55467fc KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests by Sean Christopherson · 3 years ago
  32. 47c28d4 KVM: x86: nSVM: skip eax alignment check for non-SVM instructions by Denis Valeev · 3 years ago
  33. 1ffce09 KVM: x86/cpuid: Exclude unpermitted xfeatures sizes at KVM_GET_SUPPORTED_CPUID by Like Xu · 3 years ago
  34. 35fe7cf KVM: LAPIC: Also cancel preemption timer during SET_LAPIC by Wanpeng Li · 3 years ago
  35. 519669c KVM: VMX: Remove vmcs_config.order by Jim Mattson · 3 years ago
  36. d081a34 KVM/X86: Make kvm_vcpu_reload_apic_access_page() static by Quanfa Fu · 3 years ago
  37. b9bed78 KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow by Sean Christopherson · 3 years ago
  38. 5c89be1 KVM: x86: Move CPUID.(EAX=0x12,ECX=1) mangling to __kvm_update_cpuid_runtime() by Vitaly Kuznetsov · 3 years ago
  39. adb759e x86,kvm/xen: Remove superfluous .fixup usage by Peter Zijlstra · 3 years ago
  40. 94fea1d KVM: VMX: Zero host's SYSENTER_ESP iff SYSENTER is NOT used by Sean Christopherson · 3 years ago
  41. 636b528 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  42. a3c19d5 KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled by Sean Christopherson · 3 years, 1 month ago
  43. 54744e1 KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_ops by Sean Christopherson · 3 years, 1 month ago
  44. 935a733 KVM: SVM: Drop AVIC's intermediate avic_set_running() helper by Sean Christopherson · 3 years, 1 month ago
  45. 635e635 KVM: VMX: Don't do full kick when handling posted interrupt wakeup by Sean Christopherson · 3 years, 1 month ago
  46. ccf8d68 KVM: VMX: Fold fallback path into triggering posted IRQ helper by Sean Christopherson · 3 years, 1 month ago
  47. 296aa26 KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ by Sean Christopherson · 3 years, 1 month ago
  48. 0f65a9d3 KVM: VMX: Don't do full kick when triggering posted interrupt "fails" by Sean Christopherson · 3 years, 1 month ago
  49. 782f645 KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU by Sean Christopherson · 3 years, 1 month ago
  50. af52f5a KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption by Sean Christopherson · 3 years, 1 month ago
  51. e422b889 KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path by Sean Christopherson · 3 years, 1 month ago
  52. 202470d KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs by Sean Christopherson · 3 years, 1 month ago
  53. 31f251d KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode by Sean Christopherson · 3 years, 1 month ago
  54. c3e8abf KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks by Sean Christopherson · 3 years, 1 month ago
  55. b6d42ba KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers by Sean Christopherson · 3 years, 1 month ago
  56. 98c25ea KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 by Sean Christopherson · 3 years, 1 month ago
  57. 12a8eee KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx by Sean Christopherson · 3 years, 1 month ago
  58. d76fb40 KVM: VMX: Handle PI descriptor updates during vcpu_put/load by Sean Christopherson · 3 years, 1 month ago
  59. 4f5a884 Merge branch 'kvm-pi-raw-spinlock' into HEAD by Paolo Bonzini · 3 years ago
  60. fc4fad7 KVM: VMX: Reject KVM_RUN if emulation is required with pending exception by Sean Christopherson · 3 years ago
  61. 7ff775a KVM: x86/pmu: Use binary search to check filtered events by Jim Mattson · 3 years ago
  62. e973746 KVM: x86/cpuid: Clear XFD for component i if the base feature is missing by Like Xu · 3 years ago
  63. 6ff94f2 KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access() by David Matlack · 3 years ago
  64. 5f16bca KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants by David Matlack · 3 years ago
  65. f082d86 KVM: x86/mmu: Clear MMU-writable during changed_pte notifier by David Matlack · 3 years ago
  66. 7c8a474 KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU by David Matlack · 3 years ago
  67. 5f02ef7 KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock by Marcelo Tosatti · 3 years ago
  68. 4732f24 KVM: x86: Making the module parameter of vPMU more common by Like Xu · 3 years ago
  69. c6617c6 KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN by Vitaly Kuznetsov · 3 years ago
  70. ee3a5f9 KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries by Vitaly Kuznetsov · 3 years ago
  71. a218644 KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event by Like Xu · 3 years ago
  72. 79e06c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  73. b5274b1 kvm: x86: Disable interception for IA32_XFD on demand by Kevin Tian · 3 years ago
  74. be50b20 kvm: x86: Add support for getting/setting expanded xstate buffer by Guang Zeng · 3 years ago
  75. 690a757 kvm: x86: Add CPUID support for Intel AMX by Jing Liu · 3 years ago
  76. 86aff7a4 kvm: x86: Add XCR0 support for Intel AMX by Jing Liu · 3 years ago
  77. 61f2081 kvm: x86: Disable RDMSR interception of IA32_XFD_ERR by Jing Liu · 3 years ago
  78. 548e836 kvm: x86: Emulate IA32_XFD_ERR for guest by Jing Liu · 3 years ago
  79. ec5be88 kvm: x86: Intercept #NM for saving IA32_XFD_ERR by Jing Liu · 3 years ago
  80. 820a6ee kvm: x86: Add emulation for IA32_XFD by Jing Liu · 3 years ago
  81. 5ab2f45 kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2 by Jing Liu · 3 years ago
  82. 64ad946 Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  83. 8e5b0ad Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  84. 2e97a0c Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  85. 445ecdf kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID by Jing Liu · 3 years ago
  86. cc04b6a kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule by Jing Liu · 3 years ago
  87. fffb532 KVM: x86: Check for rmaps allocation by Nikunj A Dadhania · 3 years ago
  88. 597cb79 KVM: SEV: Mark nested locking of kvm->lock by Wanpeng Li · 3 years ago
  89. 405329f KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests by Michael Roth · 3 years ago
  90. 907d139 KVM: VMX: Provide vmread version using asm-goto-with-outputs by Peter Zijlstra · 3 years, 1 month ago
  91. 5574976 KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty by David Woodhouse · 3 years, 1 month ago
  92. 14243b3 KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery by David Woodhouse · 3 years, 1 month ago
  93. 1cfc9c4 KVM: x86/xen: Maintain valid mapping of Xen shared_info page by David Woodhouse · 3 years, 1 month ago
  94. 982ed0d KVM: Reinstate gfn_to_pfn_cache with invalidation support by David Woodhouse · 3 years, 1 month ago
  95. 018d70f KVM: x86: Update vPMCs when retiring branch instructions by Eric Hankland · 3 years, 1 month ago
  96. 9cd803d KVM: x86: Update vPMCs when retiring instructions by Eric Hankland · 3 years, 1 month ago
  97. 40ccb96 KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}() by Like Xu · 3 years, 1 month ago
  98. 6ed1298 KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() by Like Xu · 3 years, 1 month ago
  99. 7c174f3 KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() by Like Xu · 3 years, 1 month ago
  100. 7618756 KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs by Like Xu · 3 years, 1 month ago