Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-18 15:15:58 to 2026-06-19 00:55:15 UTC [more...]

[PATCH v2] mm: remove PageTransCompound()
 2026-06-19  0:55 UTC  (2+ messages)

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-19  0:40 UTC  (11+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-19  0:32 UTC  (47+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v8 34/46] KVM: selftests: Test conversion before allocation
` [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[RFC PATCH v1.2 00/11] mm/damon/sysfs: kobject_del() directories that users can create/remove
 2026-06-19  0:30 UTC  (7+ messages)
` [RFC PATCH v1.2 07/11] mm/damon/sysfs-schemes: kobject_del() scheme action destination dirs
` [RFC PATCH v1.2 08/11] mm/damon/sysfs: kobject_del() probe dirs
` [RFC PATCH v1.2 09/11] mm/damon/sysfs: kobject_del() probe filter dirs
` [RFC PATCH v1.2 10/11] mm/damon/sysfs: kobject_del() probe dirs in probes_addd_dir error path
` [RFC PATCH v1.2 11/11] mm/damon/sysfs-schemes: kobject_del() region for populate_region error

[PATCH v4 0/4] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
 2026-06-19  0:21 UTC  (8+ messages)
` [PATCH v4 1/4] mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()
` [PATCH v4 2/4] mm/percpu: honor GFP constraints when populating chunks
` [PATCH v4 4/4] mm/percpu: Avoid IO/FS reclaim in backing allocations

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-19  0:17 UTC  (4+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion

[PATCH] mm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=n
 2026-06-19  0:10 UTC  (4+ messages)

[RFC PATCH] mm: Avoiding split large folios if swap has no space
 2026-06-18 23:46 UTC  (2+ messages)

[RFC PATCH] reserve_mem: add support for static memory
 2026-06-18 23:02 UTC  (2+ messages)

[GIT PULL] MM updates for 7.2-rc1
 2026-06-18 20:58 UTC  (6+ messages)

[PATCH 0/3] mm: __access_remote_vm with per-VMA lock
 2026-06-18 20:37 UTC  (5+ messages)

[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
 2026-06-18 18:38 UTC  (6+ messages)

[PATCH v2] mm/page_alloc: use existing highatomic reserves on the buddy fastpath
 2026-06-18 18:35 UTC  (2+ messages)

[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
 2026-06-18 18:20 UTC  (2+ messages)

[PATCH v6 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-18 17:36 UTC  (7+ messages)
` [PATCH v6 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v6 2/6] alloc_tag: add ioctl filters "
` [PATCH v6 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v6 4/6] alloc_tag: add accuracy based "
` [PATCH v6 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH v6 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest

[PATCH 3/3] mm: read remote memory without the mmap lock where possible
 2026-06-18 17:22 UTC  (4+ messages)

[Invitation] bi-weekly mm-next call on 2026-06-24
 2026-06-18 17:02 UTC 

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-06-18 16:51 UTC  (6+ messages)

[PATCH 1/3] x86/mm: use READ_ONCE/WRITE_ONCE for mm->context.untag_mask
 2026-06-18 16:40 UTC  (2+ messages)

[PATCH v5 3/6] alloc_tag: add size-based filtering to ioctl
 2026-06-18 16:38 UTC  (6+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-18 16:35 UTC  (7+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core

[GIT PULL] MM updates for 7.2-rc1 (v2)
 2026-06-18 16:30 UTC 

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-18 16:26 UTC  (8+ messages)
` [PATCH for-next v3 6/9] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT

[PATCH 0/1] sched/psi: skip irqtime accounting when no new irq time has elapsed
 2026-06-18 16:20 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 07/11] hugetlb: replace filemap_lock_hugetlb_folio with filemap_lock_folio
 2026-06-18 16:16 UTC  (2+ messages)

[PATCH v5 0/4] Only free healthy pages in high-order has_hwpoisoned folio
 2026-06-18 16:04 UTC  (7+ messages)
` [PATCH v5 1/4] mm/page_alloc: only "

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-18 15:56 UTC  (7+ messages)

[PATCH] mm/slub: deduplicate NUMA policy calculation in allocation paths
 2026-06-18 15:21 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox