Show patches with: Submitter = Sean Christopherson       |    State = Action Required       |   3746 patches
« 1 2 3 437 38 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
KVM: selftests: Don't assert on exact number of 4KiB in dirty log split test KVM: selftests: Don't assert on exact number of 4KiB in dirty log split test - 1 - --- 2024-01-31 Sean Christopherson New
[8/8] KVM: x86/mmu: Free TDP MMU roots while holding mmy_lock for read KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel - - - --- 2024-01-11 Sean Christopherson New
[7/8] KVM: x86/mmu: Alloc TDP MMU roots while holding mmu_lock for read KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel - - - --- 2024-01-11 Sean Christopherson New
[6/8] KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for read KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel - - - --- 2024-01-11 Sean Christopherson New
[5/8] KVM: x86/mmu: Skip invalid TDP MMU roots when write-protecting SPTEs KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel - - - --- 2024-01-11 Sean Christopherson New
[4/8] KVM: x86/mmu: Skip invalid roots when zapping leaf SPTEs for GFN range KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel - - - --- 2024-01-11 Sean Christopherson New
[3/8] KVM: x86/mmu: Allow passing '-1' for "all" as_id for TDP MMU iterators KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel - - - --- 2024-01-11 Sean Christopherson New
[2/8] KVM: x86/mmu: Don't do TLB flush when zappings SPTEs in invalid roots KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel - - - --- 2024-01-11 Sean Christopherson New
[1/8] KVM: x86/mmu: Zap invalidated TDP MMU roots at 4KiB granularity KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel - - - --- 2024-01-11 Sean Christopherson New
[6/6] KVM: x86: Fully defer to vendor code to decide how to force immediate exit KVM: x86: Clean up "force immediate exit" code - - - --- 2024-01-10 Sean Christopherson New
[5/6] KVM: VMX: Handle KVM-induced preemption timer exits in fastpath for L2 KVM: x86: Clean up "force immediate exit" code - - - --- 2024-01-10 Sean Christopherson New
[4/6] KVM: x86: Move handling of is_guest_mode() into fastpath exit handlers KVM: x86: Clean up "force immediate exit" code - - - --- 2024-01-10 Sean Christopherson New
[3/6] KVM: VMX: Handle forced exit due to preemption timer in fastpath KVM: x86: Clean up "force immediate exit" code - - - --- 2024-01-10 Sean Christopherson New
[2/6] KVM: VMX: Re-enter guest in fastpath for "spurious" preemption timer exits KVM: x86: Clean up "force immediate exit" code - - - --- 2024-01-10 Sean Christopherson New
[1/6] KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint KVM: x86: Clean up "force immediate exit" code - - - --- 2024-01-10 Sean Christopherson New
[v2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing [v2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing 1 1 - --- 2024-01-10 Sean Christopherson New
[4/4] KVM: Nullify async #PF worker's "apf" pointer as soon as it might be freed KVM: Async #PF fixes and cleanups - 2 - --- 2024-01-10 Sean Christopherson New
[3/4] KVM: Get reference to VM's address space in the async #PF worker KVM: Async #PF fixes and cleanups - 2 - --- 2024-01-10 Sean Christopherson New
[2/4] KVM: Put mm immediately after async #PF worker completes remote gup() KVM: Async #PF fixes and cleanups - 2 - --- 2024-01-10 Sean Christopherson New
[1/4] KVM: Always flush async #PF workqueue when vCPU is being destroyed KVM: Async #PF fixes and cleanups - 1 - --- 2024-01-10 Sean Christopherson New
KVM: Harden against unpaired kvm_mmu_notifier_invalidate_range_end() calls KVM: Harden against unpaired kvm_mmu_notifier_invalidate_range_end() calls - - - --- 2024-01-10 Sean Christopherson New
[4/4] KVM: Add a comment explaining the directed yield pending interrupt logic KVM: Clean up "preempted in-kernel" logic - - - --- 2024-01-10 Sean Christopherson New
[3/4] KVM: x86: Clean up directed yield API for "has pending interrupt" KVM: Clean up "preempted in-kernel" logic - 1 - --- 2024-01-10 Sean Christopherson New
[2/4] KVM: x86: Rely solely on preempted_in_kernel flag for directed yield KVM: Clean up "preempted in-kernel" logic - 1 - --- 2024-01-10 Sean Christopherson New
[1/4] KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel KVM: Clean up "preempted in-kernel" logic - 1 - --- 2024-01-10 Sean Christopherson New
x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace - - - --- 2024-01-10 Sean Christopherson New
[v10,29/29] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,28/29] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,27/29] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE() KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,26/29] KVM: selftests: Test PMC virtualization with forced emulation KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,25/29] KVM: selftests: Move KVM_FEP macro into common library header KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,24/29] KVM: selftests: Query module param to detect FEP in MSR filtering test KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,23/29] KVM: selftests: Add helpers to read integer module params KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,22/29] KVM: selftests: Add a helper to query if the PMU module param is enabled KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,21/29] KVM: selftests: Expand PMU counters test to verify LLC events KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,20/29] KVM: selftests: Add functional test for Intel's fixed PMU counters KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,19/29] KVM: selftests: Test consistency of CPUID with num of fixed counters KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,18/29] KVM: selftests: Test consistency of CPUID with num of gp counters KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,17/29] KVM: selftests: Test Intel PMU architectural events on fixed counters KVM: x86/pmu: selftests: Fixes and new tests - 2 - --- 2024-01-09 Sean Christopherson New
[v10,16/29] KVM: selftests: Test Intel PMU architectural events on gp counters KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,15/29] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,14/29] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,13/29] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE() KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,12/29] KVM: selftests: Add vcpu_set_cpuid_property() to set properties KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,11/29] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,10/29] KVM: x86/pmu: Treat "fixed" PMU type in RDPMC as index as a value, not flag KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,09/29] KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,08/29] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,07/29] KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,06/29] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,05/29] KVM: x86/pmu: Get eventsel for fixed counters from perf KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2024-01-09 Sean Christopherson New
[v10,04/29] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,03/29] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
[v10,02/29] KVM: x86/pmu: Allow programming events that match unsupported arch events KVM: x86/pmu: selftests: Fixes and new tests - 3 - --- 2024-01-09 Sean Christopherson New
[v10,01/29] KVM: x86/pmu: Always treat Fixed counters as available when supported KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2024-01-09 Sean Christopherson New
KVM: selftests: Delete superfluous, unused "stage" variable in AMX test KVM: selftests: Delete superfluous, unused "stage" variable in AMX test - 1 - --- 2024-01-09 Sean Christopherson New
[GIT,PULL] KVM: x86: Xen change for 6.8 [GIT,PULL] KVM: x86: Xen change for 6.8 - - - --- 2024-01-04 Sean Christopherson New
[GIT,PULL] KVM: x86: SVM changes for 6.8 [GIT,PULL] KVM: x86: SVM changes for 6.8 - - - --- 2024-01-04 Sean Christopherson New
[GIT,PULL] KVM: x86: PMU changes for 6.8 [GIT,PULL] KVM: x86: PMU changes for 6.8 - - - --- 2024-01-04 Sean Christopherson New
[GIT,PULL] KVM: x86: MMU changes for 6.8 [GIT,PULL] KVM: x86: MMU changes for 6.8 - - - --- 2024-01-04 Sean Christopherson New
[GIT,PULL] KVM: x86: Misc changes for 6.8 [GIT,PULL] KVM: x86: Misc changes for 6.8 - - - --- 2024-01-04 Sean Christopherson New
[GIT,PULL] KVM: x86: LAM support for 6.8 [GIT,PULL] KVM: x86: LAM support for 6.8 - - - --- 2024-01-04 Sean Christopherson New
[GIT,PULL] KVM: x86: Hyper-V changes for 6.8 [GIT,PULL] KVM: x86: Hyper-V changes for 6.8 - - - --- 2024-01-04 Sean Christopherson New
[GIT,PULL] KVM: non-x86 changes for 6.8 [GIT,PULL] KVM: non-x86 changes for 6.8 - - - --- 2024-01-04 Sean Christopherson New
[GIT,PULL] KVM: selftests: Fixes and cleanups for 6.7-rcN [GIT,PULL] KVM: selftests: Fixes and cleanups for 6.7-rcN - - - --- 2023-12-08 Sean Christopherson New
[GIT,PULL] KVM: x86: Fixes for 6.7-rcN [GIT,PULL] KVM: x86: Fixes for 6.7-rcN - - - --- 2023-12-08 Sean Christopherson New
[v9,28/28] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,27/28] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,26/28] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE() KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,25/28] KVM: selftests: Test PMC virtualization with forced emulation KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,24/28] KVM: selftests: Move KVM_FEP macro into common library header KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,23/28] KVM: selftests: Query module param to detect FEP in MSR filtering test KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,22/28] KVM: selftests: Add helpers to read integer module params KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,21/28] KVM: selftests: Add a helper to query if the PMU module param is enabled KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,20/28] KVM: selftests: Expand PMU counters test to verify LLC events KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,19/28] KVM: selftests: Add functional test for Intel's fixed PMU counters KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,18/28] KVM: selftests: Test consistency of CPUID with num of fixed counters KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,17/28] KVM: selftests: Test consistency of CPUID with num of gp counters KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,16/28] KVM: selftests: Test Intel PMU architectural events on fixed counters KVM: x86/pmu: selftests: Fixes and new tests - 2 - --- 2023-12-02 Sean Christopherson New
[v9,15/28] KVM: selftests: Test Intel PMU architectural events on gp counters KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,14/28] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,13/28] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,12/28] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE() KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,11/28] KVM: selftests: Add vcpu_set_cpuid_property() to set properties KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,10/28] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,09/28] KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,08/28] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,07/28] KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,06/28] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,05/28] KVM: x86/pmu: Get eventsel for fixed counters from perf KVM: x86/pmu: selftests: Fixes and new tests - 1 - --- 2023-12-02 Sean Christopherson New
[v9,04/28] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,03/28] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
[v9,02/28] KVM: x86/pmu: Allow programming events that match unsupported arch events KVM: x86/pmu: selftests: Fixes and new tests - 3 - --- 2023-12-02 Sean Christopherson New
[v9,01/28] KVM: x86/pmu: Always treat Fixed counters as available when supported KVM: x86/pmu: selftests: Fixes and new tests - - - --- 2023-12-02 Sean Christopherson New
vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wart vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wart - 1 1 --- 2023-11-30 Sean Christopherson New
[v2,4/4] KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf() KVM: selftests: Annotate guest printfs as such - - - --- 2023-11-29 Sean Christopherson New
[v2,3/4] KVM: selftests: Fix broken assert messages in Hyper-V features test KVM: selftests: Annotate guest printfs as such - - - --- 2023-11-29 Sean Christopherson New
[v2,2/4] KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts KVM: selftests: Annotate guest printfs as such - - - --- 2023-11-29 Sean Christopherson New
[v2,1/4] KVM: selftests: Fix MWAIT error message when guest assertion fails KVM: selftests: Annotate guest printfs as such - 1 - --- 2023-11-29 Sean Christopherson New
KVM: selftests: Reword the NX hugepage test's skip message to be more helpful KVM: selftests: Reword the NX hugepage test's skip message to be more helpful - - - --- 2023-11-29 Sean Christopherson New
« 1 2 3 437 38 »