Show patches with: Series = KVM: Halt-polling and x86 APICv overhaul       |    State = Action Required       |    Archived = No       |   43 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest KVM: Halt-polling and x86 APICv overhaul - 1 - - --- 2021-10-09 Sean Christopherson New
[v2,02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU KVM: Halt-polling and x86 APICv overhaul - 1 1 - --- 2021-10-09 Sean Christopherson New
[v2,04/43] KVM: Force PPC to define its own rcuwait object KVM: Halt-polling and x86 APICv overhaul - - - - --- 2021-10-09 Sean Christopherson New
[v2,05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted KVM: Halt-polling and x86 APICv overhaul - - 2 - --- 2021-10-09 Sean Christopherson New
[v2,06/43] KVM: Refactor and document halt-polling stats update helper KVM: Halt-polling and x86 APICv overhaul - - 2 - --- 2021-10-09 Sean Christopherson New
[v2,07/43] KVM: Reconcile discrepancies in halt-polling stats KVM: Halt-polling and x86 APICv overhaul - - 2 - --- 2021-10-09 Sean Christopherson New
[v2,08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish() KVM: Halt-polling and x86 APICv overhaul 2 - 2 - --- 2021-10-09 Sean Christopherson New
[v2,10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook KVM: Halt-polling and x86 APICv overhaul - - - - --- 2021-10-09 Sean Christopherson New
[v2,11/43] KVM: Don't block+unblock when halt-polling is successful KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt() KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt() KVM: Halt-polling and x86 APICv overhaul - - 3 - --- 2021-10-09 Sean Christopherson New
[v2,14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt() KVM: Halt-polling and x86 APICv overhaul - - 2 - --- 2021-10-09 Sean Christopherson New
[v2,15/43] KVM: stats: Add stat to detect if vcpu is currently blocking KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline KVM: Halt-polling and x86 APICv overhaul - - 2 - --- 2021-10-09 Sean Christopherson New
[v2,17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs KVM: Halt-polling and x86 APICv overhaul - - 2 - --- 2021-10-09 Sean Christopherson New
[v2,18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states KVM: Halt-polling and x86 APICv overhaul - - 2 - --- 2021-10-09 Sean Christopherson New
[v2,19/43] KVM: Add helpers to wake/query blocking vCPU KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,21/43] KVM: VMX: Clean up PI pre/post-block WARNs KVM: Halt-polling and x86 APICv overhaul - - - - --- 2021-10-09 Sean Christopherson New
[v2,22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,24/43] KVM: VMX: Drop pointless PI.NDST update when blocking KVM: Halt-polling and x86 APICv overhaul - - - - --- 2021-10-09 Sean Christopherson New
[v2,25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration KVM: Halt-polling and x86 APICv overhaul - 1 1 - --- 2021-10-09 Sean Christopherson New
[v2,27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV KVM: Halt-polling and x86 APICv overhaul - - - - --- 2021-10-09 Sean Christopherson New
[v2,29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode KVM: Halt-polling and x86 APICv overhaul - - - - --- 2021-10-09 Sean Christopherson New
[v2,36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv) KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails" KVM: Halt-polling and x86 APICv overhaul - - - - --- 2021-10-09 Sean Christopherson New
[v2,40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New
[v2,43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup KVM: Halt-polling and x86 APICv overhaul - - 1 - --- 2021-10-09 Sean Christopherson New