Show patches with: Submitter = Sean Christopherson       |    State = Action Required       |   163 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[00/15] perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-27 Sean Christopherson New
[01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[02/15] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[03/15] perf: Stop pretending that perf can handle multiple guest callbacks [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[04/15] perf: Force architectures to opt-in to guest callbacks [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[05/15] perf: Track guest callbacks on a per-CPU basis [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[06/15] KVM: x86: Register perf callbacks only when actively handling interrupt [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[1/2] KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslot KVM: RISC-V: MMU bug fix and cleanup - - - --- 2021-11-04 Sean Christopherson New
[1/3] KVM: selftests: Consolidate common code for popuplating ucall struct KVM: selftests: Consolidate ucall code - - 1 --- 2022-06-18 Sean Christopherson New
[1/3] KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io() KVM: x86 SRCU bug fix and SRCU hardening - 1 - --- 2022-04-15 Sean Christopherson New
[10/15] KVM: Move x86's perf guest info callbacks to generic KVM [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[12/15] KVM: arm64: Convert to the generic perf callbacks [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback [01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() - - - --- 2021-08-27 Sean Christopherson New
[2/2] KVM: RISC-V: Use common KVM implementation of MMU memory caches KVM: RISC-V: MMU bug fix and cleanup - - - --- 2021-11-04 Sean Christopherson New
[2/3] KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy KVM: x86 SRCU bug fix and SRCU hardening - - - --- 2022-04-15 Sean Christopherson New
[2/3] KVM: selftests: Consolidate boilerplate code in get_ucall() KVM: selftests: Consolidate ucall code - - - --- 2022-06-18 Sean Christopherson New
[3/3] KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused KVM: x86 SRCU bug fix and SRCU hardening - - 1 --- 2022-04-15 Sean Christopherson New
[3/3] KVM: selftest: Add __weak stubs for ucall_arch_(un)init() KVM: selftests: Consolidate ucall code - - - --- 2022-06-18 Sean Christopherson New
[v2,01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 Sean Christopherson New
[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 - - - --- 2021-10-09 Sean Christopherson New
[v2,02/13] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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 - --- 2021-10-09 Sean Christopherson New
[v2,04/13] perf: Stop pretending that perf can handle multiple guest callbacks perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] perf: Force architectures to opt-in to guest callbacks perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] perf/core: Rework guest callbacks to prepare for static_call support perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] perf/core: Use static_call to optimize perf_guest_info_callbacks perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] KVM: x86: More precisely identify NMI from guest when handling PMI perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] KVM: Move x86's perf guest info callbacks to generic KVM perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] KVM: arm64: Convert to the generic perf callbacks perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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/13] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-08-28 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 - --- 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
[v3,01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-09-22 Sean Christopherson New
[v3,02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() perf: KVM: Fix, optimize, and clean up callbacks 1 - - --- 2021-09-22 Sean Christopherson New
[v3,03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest perf: KVM: Fix, optimize, and clean up callbacks 1 - - --- 2021-09-22 Sean Christopherson New
[v3,04/16] perf: Stop pretending that perf can handle multiple guest callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,06/16] perf/core: Rework guest callbacks to prepare for static_call support perf: KVM: Fix, optimize, and clean up callbacks - 2 - --- 2021-09-22 Sean Christopherson New
[v3,07/16] perf: Add wrappers for invoking guest callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,08/16] perf: Force architectures to opt-in to guest callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,11/16] KVM: x86: More precisely identify NMI from guest when handling PMI perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,12/16] KVM: Move x86's perf guest info callbacks to generic KVM perf: KVM: Fix, optimize, and clean up callbacks 1 1 - --- 2021-09-22 Sean Christopherson New
[v3,13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c perf: KVM: Fix, optimize, and clean up callbacks - - - --- 2021-09-22 Sean Christopherson New
[v3,14/16] KVM: arm64: Convert to the generic perf callbacks perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v3,16/16] perf: Drop guest callback (un)register stubs perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-09-22 Sean Christopherson New
[v4,01/12] KVM: x86: make vendor code check for all nested events KVM: x86: never write to memory from kvm_vcpu_check_block - 1 - --- 2022-09-21 Sean Christopherson New
[v4,01/17] perf: Protect perf_guest_cbs with RCU perf: KVM: Fix, optimize, and clean up callbacks - 1 - --- 2021-11-11 Sean Christopherson New
[v4,02/12] KVM: nVMX: Make an event request when pending an MTF nested VM-Exit KVM: x86: never write to memory from kvm_vcpu_check_block - 1 - --- 2022-09-21 Sean Christopherson New
[v4,02/17] KVM: x86: Register perf callbacks after calling vendor's hardware_setup() perf: KVM: Fix, optimize, and clean up callbacks 1 - - --- 2021-11-11 Sean Christopherson New
« 1 2 »