Show patches with: Submitter = Fuad Tabba       |    Archived = No       |   51 patches
Patch Series S/W/F Date Submitter Delegate State
[v3,10/11] KVM: arm64: Enable mapping guest_memfd in arm64 KVM: Mapping guest_memfd backed memory at the host for software protected VMs --- 2025-02-11 Fuad Tabba New
[v3,08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults KVM: Mapping guest_memfd backed memory at the host for software protected VMs --- 2025-02-11 Fuad Tabba New
[v3,06/11] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory KVM: Mapping guest_memfd backed memory at the host for software protected VMs --- 2025-02-11 Fuad Tabba New
[v3,04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared KVM: Mapping guest_memfd backed memory at the host for software protected VMs --- 2025-02-11 Fuad Tabba New
[v3,02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages KVM: Mapping guest_memfd backed memory at the host for software protected VMs --- 2025-02-11 Fuad Tabba New
[RFC,v2,11/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed [RFC,v2,01/11] mm: Consolidate freeing of typed folios on final folio_put() --- 2025-01-29 Fuad Tabba New
[RFC,v2,09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type [RFC,v2,01/11] mm: Consolidate freeing of typed folios on final folio_put() --- 2025-01-29 Fuad Tabba New
[RFC,v2,07/11] KVM: arm64: Refactor user_mem_abort() calculation of force_pte [RFC,v2,01/11] mm: Consolidate freeing of typed folios on final folio_put() --- 2025-01-29 Fuad Tabba New
[RFC,v2,05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory [RFC,v2,01/11] mm: Consolidate freeing of typed folios on final folio_put() --- 2025-01-29 Fuad Tabba New
[RFC,v2,03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages [RFC,v2,01/11] mm: Consolidate freeing of typed folios on final folio_put() --- 2025-01-29 Fuad Tabba New
[RFC,v2,01/11] mm: Consolidate freeing of typed folios on final folio_put() [RFC,v2,01/11] mm: Consolidate freeing of typed folios on final folio_put() --- 2025-01-29 Fuad Tabba New
[RFC,v1,9/9] KVM: arm64: Enable mapping guest_memfd in arm64 [RFC,v1,1/9] KVM: guest_memfd: Allow host to mmap guest_memfd() pages --- 2025-01-22 Fuad Tabba Superseded
[RFC,v1,7/9] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type [RFC,v1,1/9] KVM: guest_memfd: Allow host to mmap guest_memfd() pages --- 2025-01-22 Fuad Tabba Superseded
[RFC,v1,5/9] KVM: arm64: Refactor user_mem_abort() calculation of force_pte [RFC,v1,1/9] KVM: guest_memfd: Allow host to mmap guest_memfd() pages --- 2025-01-22 Fuad Tabba Superseded
[RFC,v1,3/9] KVM: guest_memfd: Add KVM capability to check if guest_memfd is host mappable [RFC,v1,1/9] KVM: guest_memfd: Allow host to mmap guest_memfd() pages --- 2025-01-22 Fuad Tabba New
[RFC,v1,1/9] KVM: guest_memfd: Allow host to mmap guest_memfd() pages [RFC,v1,1/9] KVM: guest_memfd: Allow host to mmap guest_memfd() pages --- 2025-01-22 Fuad Tabba New
[RFC,v5,15/15] KVM: arm64: Enable guest_memfd private memory when pKVM is enabled KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba New
[RFC,v5,14/15] KVM: arm64: Handle guest_memfd()-backed guest page faults KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba New
[RFC,v5,13/15] KVM: arm64: Refactor user_mem_abort() calculation of force_pte KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba Superseded
[RFC,v5,12/15] KVM: arm64: Skip VMA checks for slots without userspace address KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba New
[RFC,v5,11/15] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba New
[RFC,v5,10/15] 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 --- 2025-01-17 Fuad Tabba New
[RFC,v5,09/15] 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 --- 2025-01-17 Fuad Tabba Superseded
[RFC,v5,08/15] 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 --- 2025-01-17 Fuad Tabba New
[RFC,v5,07/15] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba New
[RFC,v5,06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba New
[RFC,v5,05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba New
[RFC,v5,04/15] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba New
[RFC,v5,03/15] 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 --- 2025-01-17 Fuad Tabba New
[RFC,v5,02/15] 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 --- 2025-01-17 Fuad Tabba New
[RFC,v5,01/15] mm: Consolidate freeing of typed folios on final folio_put() KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2025-01-17 Fuad Tabba Superseded
[RFC,v4,14/14] KVM: arm64: Enable guest_memfd private memory when pKVM is enabled KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2024-12-13 Fuad Tabba Superseded
[RFC,v4,13/14] KVM: arm64: Handle guest_memfd()-backed guest page faults KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2024-12-13 Fuad Tabba New
[RFC,v4,12/14] KVM: arm64: Skip VMA checks for slots without userspace address KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2024-12-13 Fuad Tabba Superseded
[RFC,v4,11/14] 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-12-13 Fuad Tabba Superseded
[RFC,v4,10/14] 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-12-13 Fuad Tabba Superseded
[RFC,v4,09/14] 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-12-13 Fuad Tabba Superseded
[RFC,v4,08/14] 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-12-13 Fuad Tabba Superseded
[RFC,v4,07/14] 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-12-13 Fuad Tabba Superseded
[RFC,v4,06/14] KVM: guest_memfd: Handle final folio_put() of guestmem pages KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2024-12-13 Fuad Tabba Superseded
[RFC,v4,05/14] KVM: guest_memfd: Folio mappability states and functions that manage their transition KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2024-12-13 Fuad Tabba Superseded
[RFC,v4,04/14] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2024-12-13 Fuad Tabba Superseded
[RFC,v4,03/14] 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-12-13 Fuad Tabba Superseded
[RFC,v4,02/14] 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-12-13 Fuad Tabba Superseded
[RFC,v4,01/14] mm: Consolidate freeing of typed folios on final folio_put() KVM: Restricted mapping of guest_memfd at the host and arm64 support --- 2024-12-13 Fuad Tabba Superseded
[v3,11/11] KVM: arm64: Enable guest_memfd private memory when pKVM is enabled [v3,01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes --- 2024-10-10 Fuad Tabba New
[v3,09/11] KVM: arm64: Skip VMA checks for slots without userspace address [v3,01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes --- 2024-10-10 Fuad Tabba Superseded
[v3,07/11] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as mappable [v3,01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes --- 2024-10-10 Fuad Tabba New
[v3,05/11] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page() [v3,01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes --- 2024-10-10 Fuad Tabba Superseded
[v3,03/11] KVM: guest_memfd: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock [v3,01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes --- 2024-10-10 Fuad Tabba New
[v3,01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes [v3,01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes --- 2024-10-10 Fuad Tabba Superseded