1. f7e5707 KVM: x86: Forcibly leave nested virt when SMM state is toggled by Sean Christopherson · 3 years ago
  2. aa3b39f KVM: SVM: drop unnecessary code in svm_hv_vmcb_dirty_nested_enlightenments() by Vitaly Kuznetsov · 3 years, 1 month ago
  3. 38dfa83 KVM: SVM: hyper-v: Enable Enlightened MSR-Bitmap support for real by Vitaly Kuznetsov · 3 years, 1 month ago
  4. cdf85e0 KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode by Sean Christopherson · 3 years ago
  5. 3280cc2 KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT access by Sean Christopherson · 3 years ago
  6. 04c40f3 KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer by Sean Christopherson · 3 years ago
  7. 132627c KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests by Sean Christopherson · 3 years ago
  8. 4d31d9e KVM: x86: Pass emulation type to can_emulate_instruction() by Sean Christopherson · 3 years ago
  9. c532f29 KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support by Sean Christopherson · 3 years ago
  10. 0b0be06 KVM: SVM: Don't intercept #GP for SEV guests by Sean Christopherson · 3 years ago
  11. 31c2558 Revert "KVM: SVM: avoid infinite loop on NPF from bad address" by Sean Christopherson · 3 years ago
  12. 55467fc KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests by Sean Christopherson · 3 years ago
  13. 47c28d4 KVM: x86: nSVM: skip eax alignment check for non-SVM instructions by Denis Valeev · 3 years ago
  14. 1ffce09 KVM: x86/cpuid: Exclude unpermitted xfeatures sizes at KVM_GET_SUPPORTED_CPUID by Like Xu · 3 years ago
  15. 35fe7cf KVM: LAPIC: Also cancel preemption timer during SET_LAPIC by Wanpeng Li · 3 years ago
  16. 519669c KVM: VMX: Remove vmcs_config.order by Jim Mattson · 3 years ago
  17. d081a34 KVM/X86: Make kvm_vcpu_reload_apic_access_page() static by Quanfa Fu · 3 years, 1 month ago
  18. b9bed78 KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow by Sean Christopherson · 3 years ago
  19. 5c89be1 KVM: x86: Move CPUID.(EAX=0x12,ECX=1) mangling to __kvm_update_cpuid_runtime() by Vitaly Kuznetsov · 3 years ago
  20. adb759e x86,kvm/xen: Remove superfluous .fixup usage by Peter Zijlstra · 3 years ago
  21. 94fea1d KVM: VMX: Zero host's SYSENTER_ESP iff SYSENTER is NOT used by Sean Christopherson · 3 years ago
  22. a3c19d5 KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled by Sean Christopherson · 3 years, 1 month ago
  23. 54744e1 KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_ops by Sean Christopherson · 3 years, 1 month ago
  24. 935a733 KVM: SVM: Drop AVIC's intermediate avic_set_running() helper by Sean Christopherson · 3 years, 1 month ago
  25. 635e635 KVM: VMX: Don't do full kick when handling posted interrupt wakeup by Sean Christopherson · 3 years, 1 month ago
  26. ccf8d68 KVM: VMX: Fold fallback path into triggering posted IRQ helper by Sean Christopherson · 3 years, 1 month ago
  27. 296aa26 KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ by Sean Christopherson · 3 years, 1 month ago
  28. 0f65a9d3 KVM: VMX: Don't do full kick when triggering posted interrupt "fails" by Sean Christopherson · 3 years, 1 month ago
  29. 782f645 KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU by Sean Christopherson · 3 years, 1 month ago
  30. af52f5a KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption by Sean Christopherson · 3 years, 1 month ago
  31. e422b889 KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path by Sean Christopherson · 3 years, 1 month ago
  32. 202470d KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs by Sean Christopherson · 3 years, 1 month ago
  33. 31f251d KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode by Sean Christopherson · 3 years, 1 month ago
  34. c3e8abf KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks by Sean Christopherson · 3 years, 1 month ago
  35. b6d42ba KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers by Sean Christopherson · 3 years, 1 month ago
  36. 98c25ea KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 by Sean Christopherson · 3 years, 1 month ago
  37. 12a8eee KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx by Sean Christopherson · 3 years, 1 month ago
  38. d76fb40 KVM: VMX: Handle PI descriptor updates during vcpu_put/load by Sean Christopherson · 3 years, 1 month ago
  39. 4f5a884 Merge branch 'kvm-pi-raw-spinlock' into HEAD by Paolo Bonzini · 3 years ago
  40. fc4fad7 KVM: VMX: Reject KVM_RUN if emulation is required with pending exception by Sean Christopherson · 3 years, 1 month ago
  41. 7ff775a KVM: x86/pmu: Use binary search to check filtered events by Jim Mattson · 3 years ago
  42. e973746 KVM: x86/cpuid: Clear XFD for component i if the base feature is missing by Like Xu · 3 years ago
  43. 6ff94f2 KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access() by David Matlack · 3 years ago
  44. 5f16bca KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants by David Matlack · 3 years ago
  45. f082d86 KVM: x86/mmu: Clear MMU-writable during changed_pte notifier by David Matlack · 3 years ago
  46. 7c8a474 KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU by David Matlack · 3 years ago
  47. 5f02ef7 KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock by Marcelo Tosatti · 3 years ago
  48. 4732f24 KVM: x86: Making the module parameter of vPMU more common by Like Xu · 3 years ago
  49. c6617c6 KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN by Vitaly Kuznetsov · 3 years ago
  50. ee3a5f9 KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries by Vitaly Kuznetsov · 3 years ago
  51. a218644 KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event by Like Xu · 3 years ago
  52. c862dcd x86/fpu: Fix inline prefix warnings by Yang Zhong · 3 years ago
  53. b5274b1 kvm: x86: Disable interception for IA32_XFD on demand by Kevin Tian · 3 years ago
  54. 5429cea x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state() by Thomas Gleixner · 3 years ago
  55. be50b20 kvm: x86: Add support for getting/setting expanded xstate buffer by Guang Zeng · 3 years ago
  56. c60427d x86/fpu: Add uabi_size to guest_fpu by Thomas Gleixner · 3 years ago
  57. 690a757 kvm: x86: Add CPUID support for Intel AMX by Jing Liu · 3 years ago
  58. 86aff7a4 kvm: x86: Add XCR0 support for Intel AMX by Jing Liu · 3 years ago
  59. 61f2081 kvm: x86: Disable RDMSR interception of IA32_XFD_ERR by Jing Liu · 3 years ago
  60. 548e836 kvm: x86: Emulate IA32_XFD_ERR for guest by Jing Liu · 3 years ago
  61. ec5be88 kvm: x86: Intercept #NM for saving IA32_XFD_ERR by Jing Liu · 3 years ago
  62. 1df4fd8 x86/fpu: Prepare xfd_err in struct fpu_guest by Jing Liu · 3 years ago
  63. 820a6ee kvm: x86: Add emulation for IA32_XFD by Jing Liu · 3 years ago
  64. 8eb9a48 x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation by Kevin Tian · 3 years ago
  65. 5ab2f45 kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2 by Jing Liu · 3 years ago
  66. 0781d60 x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM by Sean Christopherson · 3 years ago
  67. c270ce3 x86/fpu: Add guest support to xfd_enable_feature() by Thomas Gleixner · 3 years ago
  68. b0237da x86/fpu: Make XFD initialization in __fpstate_reset() a function argument by Jing Liu · 3 years ago
  69. 9535012 Merge tag 'soc-fixes-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  70. c801335 ARM: dts: gpio-ranges property is now required by Phil Elwell · 3 years ago
  71. 4634129 Merge tag 'soc-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  72. 445ecdf kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID by Jing Liu · 3 years ago
  73. cc04b6a kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule by Jing Liu · 3 years ago
  74. 36487e6 x86/fpu: Prepare guest FPU for dynamically enabled FPU features by Thomas Gleixner · 3 years ago
  75. 980fe2f x86/fpu: Extend fpu_xstate_prctl() with guest permissions by Thomas Gleixner · 3 years ago
  76. 2455672 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  77. fffb532 KVM: x86: Check for rmaps allocation by Nikunj A Dadhania · 3 years ago
  78. 597cb79 KVM: SEV: Mark nested locking of kvm->lock by Wanpeng Li · 3 years ago
  79. 405329f KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests by Michael Roth · 3 years, 1 month ago
  80. 907d139 KVM: VMX: Provide vmread version using asm-goto-with-outputs by Peter Zijlstra · 3 years, 1 month ago
  81. 5574976 KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty by David Woodhouse · 3 years, 1 month ago
  82. 14243b3 KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery by David Woodhouse · 3 years, 1 month ago
  83. 1cfc9c4 KVM: x86/xen: Maintain valid mapping of Xen shared_info page by David Woodhouse · 3 years, 1 month ago
  84. 982ed0d KVM: Reinstate gfn_to_pfn_cache with invalidation support by David Woodhouse · 3 years, 1 month ago
  85. f3f26da x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time by David Woodhouse · 3 years, 1 month ago
  86. 018d70f KVM: x86: Update vPMCs when retiring branch instructions by Eric Hankland · 3 years, 2 months ago
  87. 9cd803d KVM: x86: Update vPMCs when retiring instructions by Eric Hankland · 3 years, 2 months ago
  88. 40ccb96 KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}() by Like Xu · 3 years, 2 months ago
  89. 6ed1298 KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() by Like Xu · 3 years, 2 months ago
  90. 7c174f3 KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() by Like Xu · 3 years, 2 months ago
  91. 7618756 KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs by Like Xu · 3 years, 2 months ago
  92. 006a0f0 KVM: x86: avoid out of bounds indices for fixed performance counters by Paolo Bonzini · 3 years, 1 month ago
  93. 5b61178 KVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -> CR0_PG if EPT + !URG by Lai Jiangshan · 3 years, 1 month ago
  94. 6b123c3 KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed by Lai Jiangshan · 3 years, 1 month ago
  95. a9f2705 KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs() by Lai Jiangshan · 3 years, 1 month ago
  96. 46cbc04 Revert "KVM: X86: Update mmu->pdptrs only when it is changed" by Paolo Bonzini · 3 years, 1 month ago
  97. 1b0c9d0 Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 3 years ago
  98. 7fd55a0 Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years ago
  99. 33e5b57 KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR by Vincent Chen · 3 years, 1 month ago
  100. a457fd5 RISC-V: KVM: Add VM capability to allow userspace get GPA bits by Anup Patel · 3 years, 2 months ago