1. 17179d0 Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years ago
  2. 6a0c617 KVM: eventfd: Fix false positive RCU usage warning by Hou Wenlong · 3 years ago
  3. 6cbbaab KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use by Vitaly Kuznetsov · 3 years ago
  4. 892a42c KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread() by Vitaly Kuznetsov · 3 years ago
  5. 2423a4c KVM: nVMX: Rename vmcs_to_field_offset{,_table} by Vitaly Kuznetsov · 3 years ago
  6. 7a601e2 KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER by Vitaly Kuznetsov · 3 years ago
  7. f80ae0e KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS by Vitaly Kuznetsov · 3 years ago
  8. b19c99b selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPP by Paolo Bonzini · 3 years ago
  9. dd6e631 KVM: x86: add system attribute to retrieve full set of supported xsave states by Paolo Bonzini · 3 years ago
  10. 56f289a KVM: x86: Add a helper to retrieve userspace address from kvm_device_attr by Sean Christopherson · 3 years ago
  11. dd4516a selftests: kvm: move vm_xsave_req_perm call to amx_test by Paolo Bonzini · 3 years ago
  12. 05a9e06 KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time by Like Xu · 3 years ago
  13. 4c282e5 KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS by Like Xu · 3 years ago
  14. be4f3b3 KVM: x86: Keep MSR_IA32_XSS unchanged for INIT by Xiaoyao Li · 3 years ago
  15. 811f95f KVM: x86: Free kvm_cpuid_entry2 array on post-KVM_RUN KVM_SET_CPUID{,2} by Sean Christopherson · 3 years ago
  16. d6e656c KVM: nVMX: WARN on any attempt to allocate shadow VMCS for vmcs02 by Sean Christopherson · 3 years ago
  17. 4cf3d3e KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest by Sean Christopherson · 3 years ago
  18. 033a3ea KVM: x86: Check .flags in kvm_cpuid_check_equal() too by Vitaly Kuznetsov · 3 years ago
  19. f7e5707 KVM: x86: Forcibly leave nested virt when SMM state is toggled by Sean Christopherson · 3 years ago
  20. aa3b39f KVM: SVM: drop unnecessary code in svm_hv_vmcb_dirty_nested_enlightenments() by Vitaly Kuznetsov · 3 years, 1 month ago
  21. 38dfa83 KVM: SVM: hyper-v: Enable Enlightened MSR-Bitmap support for real by Vitaly Kuznetsov · 3 years, 1 month ago
  22. cdf85e0 KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode by Sean Christopherson · 3 years ago
  23. 3280cc2 KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT access by Sean Christopherson · 3 years ago
  24. 04c40f3 KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer by Sean Christopherson · 3 years ago
  25. 132627c KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests by Sean Christopherson · 3 years ago
  26. 4d31d9e KVM: x86: Pass emulation type to can_emulate_instruction() by Sean Christopherson · 3 years ago
  27. c532f29 KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support by Sean Christopherson · 3 years ago
  28. 0b0be06 KVM: SVM: Don't intercept #GP for SEV guests by Sean Christopherson · 3 years ago
  29. 31c2558 Revert "KVM: SVM: avoid infinite loop on NPF from bad address" by Sean Christopherson · 3 years ago
  30. 55467fc KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests by Sean Christopherson · 3 years ago
  31. 47c28d4 KVM: x86: nSVM: skip eax alignment check for non-SVM instructions by Denis Valeev · 3 years ago
  32. 1ffce09 KVM: x86/cpuid: Exclude unpermitted xfeatures sizes at KVM_GET_SUPPORTED_CPUID by Like Xu · 3 years ago
  33. 35fe7cf KVM: LAPIC: Also cancel preemption timer during SET_LAPIC by Wanpeng Li · 3 years ago
  34. 519669c KVM: VMX: Remove vmcs_config.order by Jim Mattson · 3 years ago
  35. d081a34 KVM/X86: Make kvm_vcpu_reload_apic_access_page() static by Quanfa Fu · 3 years, 1 month ago
  36. de1956f KVM: selftests: Re-enable access_tracking_perf_test by David Matlack · 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. 1625566 KVM: remove async parameter of hva_to_pfn_remapped() by Xianting Tian · 3 years ago
  40. adb759e x86,kvm/xen: Remove superfluous .fixup usage by Peter Zijlstra · 3 years ago
  41. 94fea1d KVM: VMX: Zero host's SYSENTER_ESP iff SYSENTER is NOT used by Sean Christopherson · 3 years ago
  42. 2785830 KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE by Marc Zyngier · 3 years ago
  43. d11a327 KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systems by Marc Zyngier · 3 years ago
  44. e2e83a7 docs: kvm: fix WARNINGs from api.rst by Wei Wang · 3 years ago
  45. 83a34ad selftests: kvm/x86: Fix the warning in lib/x86_64/processor.c by Jinrong Liang · 3 years ago
  46. a0f4ba7 selftests: kvm/x86: Fix the warning in pmu_event_filter_test.c by Jinrong Liang · 3 years ago
  47. 96c852c kvm: selftests: Do not indent with spaces by Paolo Bonzini · 3 years ago
  48. fa68118 kvm: selftests: sync uapi/linux/kvm.h with Linux header by Paolo Bonzini · 3 years ago
  49. d5ad5b1 selftests: kvm: add amx_test to .gitignore by Muhammad Usama Anjum · 3 years ago
  50. a3c19d5 KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled by Sean Christopherson · 3 years, 1 month ago
  51. 54744e1 KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_ops by Sean Christopherson · 3 years, 1 month ago
  52. 935a733 KVM: SVM: Drop AVIC's intermediate avic_set_running() helper by Sean Christopherson · 3 years, 1 month ago
  53. 635e635 KVM: VMX: Don't do full kick when handling posted interrupt wakeup by Sean Christopherson · 3 years, 1 month ago
  54. ccf8d68 KVM: VMX: Fold fallback path into triggering posted IRQ helper by Sean Christopherson · 3 years, 1 month ago
  55. 296aa26 KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ by Sean Christopherson · 3 years, 1 month ago
  56. 0f65a9d3 KVM: VMX: Don't do full kick when triggering posted interrupt "fails" by Sean Christopherson · 3 years, 1 month ago
  57. 782f645 KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU by Sean Christopherson · 3 years, 1 month ago
  58. af52f5a KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption by Sean Christopherson · 3 years, 1 month ago
  59. e422b889 KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path by Sean Christopherson · 3 years, 1 month ago
  60. 202470d KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs by Sean Christopherson · 3 years, 1 month ago
  61. 31f251d KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode by Sean Christopherson · 3 years, 1 month ago
  62. c3e8abf KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks by Sean Christopherson · 3 years, 1 month ago
  63. b6d42ba KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers by Sean Christopherson · 3 years, 1 month ago
  64. 98c25ea KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 by Sean Christopherson · 3 years, 1 month ago
  65. 12a8eee KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx by Sean Christopherson · 3 years, 1 month ago
  66. e6eec09 KVM: Drop unused kvm_vcpu.pre_pcpu field by Sean Christopherson · 3 years, 1 month ago
  67. d76fb40 KVM: VMX: Handle PI descriptor updates during vcpu_put/load by Sean Christopherson · 3 years, 1 month ago
  68. 4f5a884 Merge branch 'kvm-pi-raw-spinlock' into HEAD by Paolo Bonzini · 3 years ago
  69. e09fccb KVM: avoid warning on s390 in mark_page_dirty by Christian Borntraeger · 3 years ago
  70. e337f7e KVM: selftests: Add a test to force emulation with a pending exception by Sean Christopherson · 3 years, 1 month ago
  71. fc4fad7 KVM: VMX: Reject KVM_RUN if emulation is required with pending exception by Sean Christopherson · 3 years, 1 month ago
  72. bef9a70 selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER by Jim Mattson · 3 years ago
  73. 2ba9047 selftests: kvm/x86: Introduce x86_model() by Jim Mattson · 3 years ago
  74. 398f924 selftests: kvm/x86: Export x86_family() for use outside of processor.c by Jim Mattson · 3 years ago
  75. 2106610 selftests: kvm/x86: Introduce is_amd_cpu() by Jim Mattson · 3 years ago
  76. b33b9c40 selftests: kvm/x86: Parameterize the CPUID vendor string check by Jim Mattson · 3 years ago
  77. 7ff775a KVM: x86/pmu: Use binary search to check filtered events by Jim Mattson · 3 years ago
  78. 1a1d1db kvm: selftests: conditionally build vm_xsave_req_perm() by Wei Wang · 3 years ago
  79. e973746 KVM: x86/cpuid: Clear XFD for component i if the base feature is missing by Like Xu · 3 years ago
  80. 6ff94f2 KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access() by David Matlack · 3 years ago
  81. 5f16bca KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants by David Matlack · 3 years ago
  82. f082d86 KVM: x86/mmu: Clear MMU-writable during changed_pte notifier by David Matlack · 3 years ago
  83. 7c8a474 KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU by David Matlack · 3 years ago
  84. 5f02ef7 KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock by Marcelo Tosatti · 3 years ago
  85. 4732f24 KVM: x86: Making the module parameter of vPMU more common by Like Xu · 3 years ago
  86. ecebb96 KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN by Vitaly Kuznetsov · 3 years ago
  87. 9e6d484 KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test' by Vitaly Kuznetsov · 3 years ago
  88. c6617c6 KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN by Vitaly Kuznetsov · 3 years ago
  89. ee3a5f9 KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries by Vitaly Kuznetsov · 3 years ago
  90. a218644 KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event by Like Xu · 3 years ago
  91. c862dcd x86/fpu: Fix inline prefix warnings by Yang Zhong · 3 years ago
  92. bf70636 selftest: kvm: Add amx selftest by Yang Zhong · 3 years, 1 month ago
  93. 6559b4a selftest: kvm: Move struct kvm_x86_state to header by Yang Zhong · 3 years, 1 month ago
  94. 551447c selftest: kvm: Reorder vcpu_load_state steps for AMX by Paolo Bonzini · 3 years, 1 month ago
  95. b5274b1 kvm: x86: Disable interception for IA32_XFD on demand by Kevin Tian · 3 years ago
  96. 5429cea x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state() by Thomas Gleixner · 3 years ago
  97. 415a3c3 kvm: selftests: Add support for KVM_CAP_XSAVE2 by Wei Wang · 3 years ago
  98. be50b20 kvm: x86: Add support for getting/setting expanded xstate buffer by Guang Zeng · 3 years ago
  99. c60427d x86/fpu: Add uabi_size to guest_fpu by Thomas Gleixner · 3 years ago
  100. 690a757 kvm: x86: Add CPUID support for Intel AMX by Jing Liu · 3 years ago