Show patches with: Submitter = Sean Christopherson       |    State = Action Required       |   4327 patches
« 1 2 ... 3 4 543 44 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[5/5] KVM: x86: Add fastpath handling of HLT VM-Exits KVM: x86: Fastpath cleanup, fix, and enhancement - - - --- 2024-08-02 Sean Christopherson New
[4/5] KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers KVM: x86: Fastpath cleanup, fix, and enhancement - - - --- 2024-08-02 Sean Christopherson New
[3/5] KVM: x86: Exit to userspace if fastpath triggers one on instruction skip KVM: x86: Fastpath cleanup, fix, and enhancement - - - --- 2024-08-02 Sean Christopherson New
[2/5] KVM: x86: Dedup fastpath MSR post-handling logic KVM: x86: Fastpath cleanup, fix, and enhancement - - - --- 2024-08-02 Sean Christopherson New
[1/5] KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful KVM: x86: Fastpath cleanup, fix, and enhancement - - - --- 2024-08-02 Sean Christopherson New
KVM: Use precise range-based flush in mmu_notifier hooks when possible KVM: Use precise range-based flush in mmu_notifier hooks when possible - - - --- 2024-08-02 Sean Christopherson New
[9/9] KVM: selftests: Add a testcase for disabling feature MSRs init quirk KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[8/9] KVM: selftests: Verify get/set PERF_CAPABILITIES w/o guest PDMC behavior KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[7/9] KVM: x86: Remove ordering check b/w MSR_PLATFORM_INFO and MISC_FEATURES_ENABLES KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[6/9] KVM: x86: Reject userspace attempts to access ARCH_CAPABILITIES w/o support KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[5/9] KVM: VMX: Remove restriction that PMU version > 0 for PERF_CAPABILITIES KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[4/9] KVM: x86: Reject userspace attempts to access PERF_CAPABILITIES w/o PDCM KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[3/9] KVM: x86: Quirk initialization of feature MSRs to KVM's max configuration KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[2/9] KVM: x86: Disallow changing MSR_PLATFORM_INFO after vCPU has run KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[1/9] KVM: x86: Co-locate initialization of feature MSRs in kvm_arch_vcpu_create() KVM: x86: Add a quirk for feature MSR initialization - - - --- 2024-08-02 Sean Christopherson New
[v2,10/10] KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs KVM: x86: Clean up MSR access/failure handling - 1 - --- 2024-08-02 Sean Christopherson New
[v2,09/10] KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs KVM: x86: Clean up MSR access/failure handling - - - --- 2024-08-02 Sean Christopherson New
[v2,08/10] KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access() KVM: x86: Clean up MSR access/failure handling - - - --- 2024-08-02 Sean Christopherson New
[v2,07/10] KVM: x86: Funnel all fancy MSR return value handling into a common helper KVM: x86: Clean up MSR access/failure handling - - - --- 2024-08-02 Sean Christopherson New
[v2,06/10] KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry KVM: x86: Clean up MSR access/failure handling - - - --- 2024-08-02 Sean Christopherson New
[v2,05/10] KVM: x86: Rename get_msr_feature() APIs to get_feature_msr() KVM: x86: Clean up MSR access/failure handling - - - --- 2024-08-02 Sean Christopherson New
[v2,04/10] KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry KVM: x86: Clean up MSR access/failure handling - - - --- 2024-08-02 Sean Christopherson New
[v2,03/10] KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED KVM: x86: Clean up MSR access/failure handling - - - --- 2024-08-02 Sean Christopherson New
[v2,02/10] KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums KVM: x86: Clean up MSR access/failure handling - - - --- 2024-08-02 Sean Christopherson New
[v2,01/10] KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value KVM: x86: Clean up MSR access/failure handling - 1 - --- 2024-08-02 Sean Christopherson New
[RFC,9/9] KVM: x86/mmu: Track SPTE accessed info across mmu_notifier PROT changes KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[RFC,8/9] KVM: Plumb mmu_notifier invalidation event type into arch code KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[RFC,7/9] KVM: x86/mmu: Stop processing TDP MMU roots for test_age if young SPTE found KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[RFC,6/9] KVM: x86/mmu: Process only valid TDP MMU roots when aging a gfn range KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[RFC,5/9] KVM: x86/mmu: Free up A/D bits in FROZEN_SPTE KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[RFC,4/9] KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[RFC,3/9] KVM: x86/mmu: Set shadow_dirty_mask for EPT even if A/D bits disabled KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[RFC,2/9] KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D bits disabled KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[RFC,1/9] KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled KVM: x86/mmu: Preserve Accessed bits on PROT changes - - - --- 2024-08-01 Sean Christopherson New
[v12,84/84] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page" KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,83/84] KVM: Drop APIs that manipulate "struct page" via pfns KVM: Stop grabbing references to PFNMAP'd pages - 1 - --- 2024-07-26 Sean Christopherson New
[v12,82/84] KVM: arm64: Don't mark "struct page" accessed when making SPTE young KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,81/84] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,80/84] KVM: Make kvm_follow_pfn.refcounted_page a required field KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,79/84] KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,78/84] KVM: Drop gfn_to_pfn() APIs now that all users are gone KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,77/84] KVM: PPC: Explicitly require struct page memory for Ultravisor sharing KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,76/84] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,75/84] KVM: Add support for read-only usage of gfn_to_page() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,74/84] KVM: Convert gfn_to_page() to use kvm_follow_pfn() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,73/84] KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,72/84] KVM: PPC: Remove extra get_page() to fix page refcount leak KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,71/84] KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,70/84] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,69/84] KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,68/84] KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,67/84] KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock KVM: Stop grabbing references to PFNMAP'd pages - 1 - --- 2024-07-26 Sean Christopherson New
[v12,65/84] KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault path KVM: Stop grabbing references to PFNMAP'd pages - 1 - --- 2024-07-26 Sean Christopherson New
[v12,64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path KVM: Stop grabbing references to PFNMAP'd pages - 1 - --- 2024-07-26 Sean Christopherson New
[v12,63/84] KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,62/84] KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,61/84] KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,60/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,59/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest KVM: Stop grabbing references to PFNMAP'd pages 1 1 - --- 2024-07-26 Sean Christopherson New
[v12,57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock KVM: Stop grabbing references to PFNMAP'd pages 1 1 - --- 2024-07-26 Sean Christopherson New
[v12,56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed KVM: Stop grabbing references to PFNMAP'd pages 1 1 - --- 2024-07-26 Sean Christopherson New
[v12,55/84] KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,53/84] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,52/84] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,51/84] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,50/84] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,49/84] KVM: VMX: Hold mmu_lock until page is released when updating APIC access page KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,48/84] KVM: Move x86's API to release a faultin page to common KVM KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,47/84] KVM: x86/mmu: Don't mark unused faultin pages as accessed KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,46/84] KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,45/84] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,44/84] KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,43/84] KVM: Add kvm_faultin_pfn() to specifically service guest page faults KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,42/84] KVM: Move declarations of memslot accessors up in kvm_host.h KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,40/84] KVM: x86/mmu: Add helper to "finish" handling a guest page fault KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,39/84] KVM: x86/mmu: Add common helper to handle prefetching SPTEs KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,38/84] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,37/84] KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,36/84] KVM: x86: Use kvm_lookup_pfn() to check if APIC access page was installed KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,35/84] KVM: x86: Use kvm_lookup_pfn() to check if retrying #PF is useful KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,34/84] KVM: Add a helper to lookup a pfn without grabbing a reference KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,33/84] KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by default KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,32/84] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,31/84] KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,30/84] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,29/84] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,28/84] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,27/84] KVM: pfncache: Precisely track refcounted pages KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,26/84] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c KVM: Stop grabbing references to PFNMAP'd pages - 1 - --- 2024-07-26 Sean Christopherson New
[v12,25/84] KVM: Provide refcounted page as output field in struct kvm_follow_pfn KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,24/84] KVM: Use plain "struct page" pointer instead of single-entry array KVM: Stop grabbing references to PFNMAP'd pages - 1 - --- 2024-07-26 Sean Christopherson New
[v12,23/84] KVM: nVMX: Add helper to put (unmap) vmcs12 pages KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,22/84] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,21/84] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,20/84] KVM: Use NULL for struct page pointer to indicate mremapped memory KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
[v12,19/84] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map() KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-07-26 Sean Christopherson New
« 1 2 ... 3 4 543 44 »