Show patches with: State = Action Required       |    Archived = No       |   773 patches
« 1 2 ... 3 4 57 8 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v13,33/85] KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,32/85] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,31/85] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,30/85] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,29/85] KVM: pfncache: Precisely track refcounted pages KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,28/85] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --- 2024-10-10 Sean Christopherson New
[v13,27/85] KVM: Provide refcounted page as output field in struct kvm_follow_pfn KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,26/85] KVM: Use plain "struct page" pointer instead of single-entry array KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --- 2024-10-10 Sean Christopherson New
[v13,25/85] KVM: nVMX: Add helper to put (unmap) vmcs12 pages KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,24/85] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,23/85] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,22/85] KVM: Use NULL for struct page pointer to indicate mremapped memory KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,21/85] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,20/85] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,18/85] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,17/85] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,16/85] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,15/85] KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned page KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-10-10 Sean Christopherson New
[v13,14/85] KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAIN KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-10-10 Sean Christopherson New
[v13,13/85] KVM: Annotate that all paths in hva_to_pfn() might sleep KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --- 2024-10-10 Sean Christopherson New
[v13,12/85] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --- 2024-10-10 Sean Christopherson New
[v13,11/85] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,10/85] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,09/85] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,08/85] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,07/85] KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-10-10 Sean Christopherson New
[v13,06/85] KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-10-10 Sean Christopherson New
[v13,05/85] KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting KVM: Stop grabbing references to PFNMAP'd pages - - - --- 2024-10-10 Sean Christopherson New
[v13,04/85] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson New
[v13,03/85] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --- 2024-10-10 Sean Christopherson New
[v13,02/85] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --- 2024-10-10 Sean Christopherson New
[v13,01/85] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --- 2024-10-10 Sean Christopherson New
[RFC] powerpc/kvm: Fix spinlock member access for PREEMPT_RT [RFC] powerpc/kvm: Fix spinlock member access for PREEMPT_RT - - - --- 2024-10-10 Vishal Chourasia New
[kvm-unit-tests,v2] x86: Increase the timeout for the test "vmx_apicv_test" [kvm-unit-tests,v2] x86: Increase the timeout for the test "vmx_apicv_test" - - - --- 2024-10-10 Aaron Lewis New
[V12,14/14] perf intel-pt: Add a test for pause / resume [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case 1 1 - --- 2024-10-10 Adrian Hunter New
[V12,13/14] perf intel-pt: Add documentation for pause / resume [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case 1 1 - --- 2024-10-10 Adrian Hunter New
[V12,12/14] perf intel-pt: Improve man page format [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case 1 1 - --- 2024-10-10 Adrian Hunter New
[V12,11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case 1 1 - --- 2024-10-10 Adrian Hunter New
[V12,10/14] perf tools: Parse aux-action [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case 1 1 - --- 2024-10-10 Adrian Hunter New
[V12,09/14] perf tools: Add aux-action config term [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case 1 1 - --- 2024-10-10 Adrian Hunter New
[V12,08/14] perf tools: Add aux_start_paused, aux_pause and aux_resume [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case 1 1 - --- 2024-10-10 Adrian Hunter New
[V12,07/14] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case - 1 - --- 2024-10-10 Adrian Hunter New
[V12,06/14] perf/x86/intel/pt: Add support for pause / resume [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case - 1 - --- 2024-10-10 Adrian Hunter New
[V12,05/14] perf/core: Add aux_pause, aux_resume, aux_start_paused [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case 1 - - --- 2024-10-10 Adrian Hunter New
[V12,04/14] KVM: selftests: Add guest Intel PT test [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case - - - --- 2024-10-10 Adrian Hunter New
[V12,03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case - - - --- 2024-10-10 Adrian Hunter New
[V12,02/14] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case - - - --- 2024-10-10 Adrian Hunter New
[V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case [V12,01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case - - - --- 2024-10-10 Adrian Hunter New
[V12,00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing - - - --- 2024-10-10 Adrian Hunter New
[v3,11/11] KVM: arm64: Enable guest_memfd private memory when pKVM is enabled KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,10/11] KVM: arm64: Handle guest_memfd()-backed guest page faults KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,09/11] KVM: arm64: Skip VMA checks for slots without userspace address KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,08/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,07/11] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as mappable KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,06/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is host mappable KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,05/11] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page() KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,04/11] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,03/11] KVM: guest_memfd: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,02/11] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[v3,01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes KVM: Restricted mapping of guest_memfd at the host and arm64 support - - - --- 2024-10-10 Fuad Tabba New
[kvm-unit-tests,v4,2/2] s390x: add test for diag258 s390x: add tests for diag258 - 1 - --- 2024-10-10 Nico Boehr New
[kvm-unit-tests,v4,1/2] s390x: edat: move LC_SIZE to arch_def.h s390x: add tests for diag258 - 1 - --- 2024-10-10 Nico Boehr New
[3/3] KVM: x86: Clean up documentation for KVM_X86_QUIRK_SLOT_ZAP_ALL KVM: x86/mmu: Don't zap "direct" non-leaf SPTEs on memslot removal - - - --- 2024-10-09 Sean Christopherson New
[2/3] KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range() KVM: x86/mmu: Don't zap "direct" non-leaf SPTEs on memslot removal - - - --- 2024-10-09 Sean Christopherson New
[1/3] KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot KVM: x86/mmu: Don't zap "direct" non-leaf SPTEs on memslot removal - 1 1 --- 2024-10-09 Sean Christopherson New
[v4,36/36] KVM: arm64: Handle WXN attribute KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,35/36] KVM: arm64: Handle stage-1 permission overlays KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,34/36] KVM: arm64: Make PAN conditions part of the S1 walk context KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,33/36] KVM: arm64: Disable hierarchical permissions when POE is enabled KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,32/36] KVM: arm64: Add POE save/restore for AT emulation fast-path KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,31/36] KVM: arm64: Add save/retore support for POR_EL2 KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,30/36] KVM: arm64: Add basic support for POR_EL2 KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,29/36] KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM} KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,28/36] KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routing KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,27/36] KVM: arm64: Add a composite EL2 visibility helper KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,26/36] arm64: Add encoding for POR_EL2 KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,25/36] KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - 1 - --- 2024-10-09 Marc Zyngier New
[v4,24/36] KVM: arm64: Hide S1PIE registers from userspace when disabled for guests KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,23/36] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,22/36] KVM: arm64: Define helper for EL2 registers with custom visibility KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,21/36] KVM: arm64: Implement AT S1PIE support KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,20/36] KVM: arm64: Disable hierarchical permissions when S1PIE is enabled KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,19/36] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,18/36] KVM: arm64: Add AT fast-path support for S1PIE KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,17/36] KVM: arm64: Sanitise ID_AA64MMFR3_EL1 KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,16/36] KVM: arm64: Handle PIR{,E0}_EL2 traps KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - 1 - --- 2024-10-09 Marc Zyngier New
[v4,15/36] KVM: arm64: Add save/restore for PIR{,E0}_EL2 KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,14/36] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,13/36] KVM: arm64: Add save/restore for TCR2_EL2 KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,12/36] KVM: arm64: Sanitise TCR2_EL2 KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,11/36] KVM: arm64: Add TCR2_EL2 to the sysreg arrays KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - 1 - --- 2024-10-09 Marc Zyngier New
[v4,10/36] arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - 1 - --- 2024-10-09 Marc Zyngier New
[v4,09/36] KVM: arm64: Extend masking facility to arbitrary registers KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,08/36] KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHE KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,07/36] KVM: arm64: nv: Save/Restore vEL2 sysregs KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - 1 - --- 2024-10-09 Marc Zyngier New
[v4,06/36] KVM: arm64: nv: Handle CNTHCTL_EL2 specially KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,05/36] KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping() KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,04/36] KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2() KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - - - --- 2024-10-09 Marc Zyngier New
[v4,03/36] arm64: Add encoding for PIRE0_EL2 KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE - 2 - --- 2024-10-09 Marc Zyngier New
« 1 2 ... 3 4 57 8 »