linux-kselftest
Thread
Date
Earlier messages
Later messages
Messages by Thread
[RESEND PATCH v6 0/8] tracing/probes: Add more typecast features
Masami Hiramatsu (Google)
[RESEND PATCH v6 2/8] tracing/probes: Support typecast for various probe events
Masami Hiramatsu (Google)
[RESEND PATCH v6 3/8] tracing/probes: Support nested typecast
Masami Hiramatsu (Google)
[RESEND PATCH v6 1/8] tracing/probes: Support dumping fetcharg program for debugging dynamic events
Masami Hiramatsu (Google)
[RESEND PATCH v6 4/8] tracing/probes: Type casting always involves nested calls
Masami Hiramatsu (Google)
[RESEND PATCH v6 5/8] tracing/probes: Support field specifier option for typecast
Masami Hiramatsu (Google)
[RESEND PATCH v6 6/8] tracing/probes: Add $current variable support
Masami Hiramatsu (Google)
[RESEND PATCH v6 7/8] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
Masami Hiramatsu (Google)
[RESEND PATCH v6 8/8] tracing/probes: Add a new testcase for BTF typecasts
Masami Hiramatsu (Google)
[RFC PATCH v1.1 00/13] mm/damon: optimize out nr_accesses_bp
SeongJae Park
[PATCH v6 0/8] tracing/probes: Add more typecast features
Masami Hiramatsu (Google)
[PATCH v6 3/8] tracing/probes: Support nested typecast
Masami Hiramatsu (Google)
[PATCH v6 1/8] tracing/probes: Support dumping fetcharg program for debugging dynamic events
Masami Hiramatsu (Google)
Re: [PATCH v6 1/8] tracing/probes: Support dumping fetcharg program for debugging dynamic events
Google
[PATCH v6 2/8] tracing/probes: Support typecast for various probe events
Masami Hiramatsu (Google)
[PATCH v6 4/8] tracing/probes: Type casting always involves nested calls
Masami Hiramatsu (Google)
[PATCH v6 5/8] tracing/probes: Support field specifier option for typecast
Masami Hiramatsu (Google)
[PATCH v6 6/8] tracing/probes: Add $current variable support
Masami Hiramatsu (Google)
[PATCH v6 7/8] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
Masami Hiramatsu (Google)
[PATCH v6 8/8] tracing/probes: Add a new testcase for BTF typecasts
Masami Hiramatsu (Google)
[RFC PATCH 00/13] mm/damon: optimize out nr_accesses_bp
SeongJae Park
[PATCH v8 00/46] guest_memfd: In-place conversion support
Ackerley Tng via B4 Relay
[PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
Ackerley Tng via B4 Relay
Re: [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
Binbin Wu
Re: [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
Xiaoyao Li
[PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
Ackerley Tng via B4 Relay
Re: [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
Fuad Tabba
Re: [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
Julian Braha
Re: [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
Sean Christopherson
Re: [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
Ackerley Tng
Re: [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
Xiaoyao Li
[PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
Ackerley Tng via B4 Relay
Re: [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
Fuad Tabba
Re: [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
Binbin Wu
Re: [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
Ackerley Tng
Re: [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
Sean Christopherson
Re: [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
Xiaoyao Li
Re: [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
Sean Christopherson
Re: [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
Xiaoyao Li
[PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
Ackerley Tng via B4 Relay
Re: [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
Binbin Wu
Re: [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
Xiaoyao Li
Re: [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
Sean Christopherson
[PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
Ackerley Tng via B4 Relay
Re: [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
Fuad Tabba
Re: [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
Fuad Tabba
Re: [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
Suzuki K Poulose
Re: [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
Ackerley Tng
Re: [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
Xiaoyao Li
[PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
Ackerley Tng via B4 Relay
Re: [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
Fuad Tabba
Re: [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
Binbin Wu
Re: [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
Ackerley Tng
Re: [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
Binbin Wu
Re: [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
Xiaoyao Li
[PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Ackerley Tng via B4 Relay
Re: [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Fuad Tabba
Re: [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Binbin Wu
Re: [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Ackerley Tng
Re: [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Xiaoyao Li
Re: [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Sean Christopherson
Re: [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Xiaoyao Li
Re: [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
Sean Christopherson
[PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
Ackerley Tng via B4 Relay
Re: [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
Binbin Wu
Re: [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
Xiaoyao Li
[PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
Ackerley Tng via B4 Relay
Re: [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
Binbin Wu
Re: [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
Sean Christopherson
Re: [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
Binbin Wu
Re: [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
Ackerley Tng
[PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Ackerley Tng via B4 Relay
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Yan Zhao
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Ackerley Tng
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Sean Christopherson
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Yan Zhao
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Yan Zhao
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
Sean Christopherson
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
Yan Zhao
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
Sean Christopherson
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
Yan Zhao
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
Xiaoyao Li
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
Sean Christopherson
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Yan Zhao
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Ackerley Tng
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Yan Zhao
Re: [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
Fuad Tabba
[PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
Ackerley Tng via B4 Relay
Re: [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
Binbin Wu
Re: [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
Xiaoyao Li
[PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
Ackerley Tng via B4 Relay
Re: [PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
Fuad Tabba
[PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
Ackerley Tng via B4 Relay
Re: [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
Fuad Tabba
[PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
Ackerley Tng via B4 Relay
Re: [PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
Fuad Tabba
[PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
Ackerley Tng via B4 Relay
Re: [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
Fuad Tabba
[PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
Ackerley Tng via B4 Relay
Re: [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
Fuad Tabba
[PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
Ackerley Tng via B4 Relay
Re: [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
Fuad Tabba
[PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
Ackerley Tng via B4 Relay
Re: [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
Fuad Tabba
[PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
Ackerley Tng via B4 Relay
Re: [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
Fuad Tabba
Re: [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
Binbin Wu
Re: [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
Ackerley Tng
[PATCH v8 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
Ackerley Tng via B4 Relay
[PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
Ackerley Tng via B4 Relay
Re: [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
Fuad Tabba
Re: [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
Binbin Wu
Re: [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
Xiaoyao Li
[PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
Ackerley Tng via B4 Relay
Re: [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
Fuad Tabba
[PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
Ackerley Tng via B4 Relay
[PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
Ackerley Tng via B4 Relay
Re: [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
Fuad Tabba
Re: [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
Sean Christopherson
Re: [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
Fuad Tabba
Re: [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
Ackerley Tng
Re: [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
Binbin Wu
Re: [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
Ackerley Tng
Re: [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
Sean Christopherson
[PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
Ackerley Tng via B4 Relay
Re: [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
Fuad Tabba
[PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Ackerley Tng via B4 Relay
Re: [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Binbin Wu
Re: [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Sean Christopherson
Re: [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Sean Christopherson
Re: [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Ackerley Tng
Re: [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Sean Christopherson
Re: [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
David Hildenbrand (Arm)
Re: [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Sean Christopherson
[PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
Ackerley Tng via B4 Relay
Re: [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
Fuad Tabba
Re: [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
Sean Christopherson
Re: [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
Fuad Tabba
Re: [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
Ackerley Tng
Re: [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
Suzuki K Poulose
Re: [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
Fuad Tabba
[PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
Ackerley Tng via B4 Relay
Re: [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
Fuad Tabba
Re: [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
Binbin Wu
Re: [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
Xiaoyao Li
Re: [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
Sean Christopherson
Re: [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
Xiaoyao Li
[PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
Ackerley Tng via B4 Relay
Re: [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
Fuad Tabba
[PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
Ackerley Tng via B4 Relay
[PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
Ackerley Tng via B4 Relay
Re: [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
Fuad Tabba
[PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
Ackerley Tng via B4 Relay
Re: [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
Fuad Tabba
Re: [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
Ackerley Tng
[PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
Ackerley Tng via B4 Relay
[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Ackerley Tng via B4 Relay
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Fuad Tabba
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Sean Christopherson
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Sean Christopherson
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Sean Christopherson
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Ackerley Tng
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Ackerley Tng
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Ackerley Tng
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Ackerley Tng
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Sean Christopherson
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Sean Christopherson
Re: [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Yan Zhao
[PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
Ackerley Tng via B4 Relay
Re: [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
Fuad Tabba
Re: [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
Yan Zhao
Re: [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
Ackerley Tng
[PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
Ackerley Tng via B4 Relay
[PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
Ackerley Tng via B4 Relay
Re: [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
Xiaoyao Li
[PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes
Ackerley Tng via B4 Relay
Re: [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes
Fuad Tabba
[PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
Ackerley Tng via B4 Relay
Re: [PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
Fuad Tabba
[PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
Ackerley Tng via B4 Relay
Re: [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
Fuad Tabba
[PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
Ackerley Tng via B4 Relay
Re: [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
Fuad Tabba
[PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
Ackerley Tng via B4 Relay
Re: [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
Fuad Tabba
[PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
Ackerley Tng via B4 Relay
Re: [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
Fuad Tabba
[PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
Ackerley Tng via B4 Relay
Re: [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
Fuad Tabba
[PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
Ackerley Tng via B4 Relay
Re: [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
Fuad Tabba
Earlier messages
Later messages