messages from 2026-06-24 21:58:03 to 2026-06-25 10:38:05 UTC [more...]
[Patch mm-hotfixes v4] mm/page_vma_mapped: fix device-private PMD handling
2026-06-25 10:37 UTC (4+ messages)
[PATCH 0/3] ovl: make cachestat() work
2026-06-25 10:36 UTC (6+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation
[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
2026-06-25 10:35 UTC (11+ messages)
` [PATCH v2 1/7] vmsplice: open-code do_writev and do_readv
` [PATCH v2 2/7] vmsplice: change argument type back to "int"
` [PATCH v2 3/7] splice: turn wait_for_space flags argument into bool
` [PATCH v2 4/7] pipe: move wait_for_space to fs/pipe.c and rename it
` [PATCH v2 5/7] vmsplice: make sure we don't wait after writing some data
` [PATCH v2 6/7] vmsplice: return -EINVAL for particular combination of flags
` [PATCH v2 7/7] pipe: set FMODE_NOWAIT for named FIFOs
[PATCH] exec: fix off-by-one in binfmt max rewrite depth comment
2026-06-25 10:27 UTC (2+ messages)
[PATCH v18 0/8] rust: add `Ownable` trait and `Owned` type
2026-06-25 10:15 UTC (9+ messages)
` [PATCH v18 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v18 2/8] rust: types: Add Ownable/Owned types
` [PATCH v18 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v18 4/8] rust: page: convert to `Ownable`
` [PATCH v18 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v18 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v18 7/8] rust: Add `OwnableRefCounted`
` [PATCH v18 8/8] rust: page: add `from_raw()`
[PATCH 0/2] mm: drop "sub" prefix from various places
2026-06-25 10:14 UTC (5+ messages)
` [PATCH 1/2] mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap
` [PATCH 2/2] mm/mprotect: drop 'sub' from batching context
[PATCH v2] mm: mglru: fix stale batch updates after memcg reparenting
2026-06-25 10:07 UTC (13+ messages)
[PATCH 0/2] mm/vmpressure: reduce CPU, memory and code overhead on cgroup v2
2026-06-25 10:06 UTC (6+ messages)
` [PATCH 1/2] mm/vmpressure: skip tree=true accounting "
` [PATCH 2/2] mm/vmpressure: split v1 userspace eventfd code into vmpressure-v1.c
[PATCH 0/2] mm/mm_init: don't overlap zones with kernelcore=mirror
2026-06-25 9:58 UTC (4+ messages)
` [PATCH 1/2] mm/mm_init: don't overlap NORMAL and MOVABLE "
` [PATCH 2/2] mm/mm_init: drop overlap_memmap_init()
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-06-25 9:56 UTC (67+ messages)
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [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 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
[PATCH v2 00/13] mm: Some cleanups for page allocator APIs
2026-06-25 9:40 UTC (5+ messages)
` [PATCH v2 13/13] mm: remove __GFP_NO_CODETAG
[PATCH v2] mm: annotate data-race in cpu_needs_drain() and need_mlock_drain()
2026-06-25 9:31 UTC (2+ messages)
[PATCH] mm/memory: refactor finish_fault
2026-06-25 9:25 UTC (3+ messages)
[PATCH] Docs/mm: fix documentation warning for GFP parameter in kmalloc_obj, kmalloc_objs and kmalloc_flex
2026-06-25 9:11 UTC (3+ messages)
[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
2026-06-25 9:10 UTC (2+ messages)
[PATCH v1 0/2] luo support for preserving eventfd
2026-06-25 9:06 UTC (4+ messages)
` [PATCH v1 1/2] eventfd: luo: "
` [PATCH v1 2/2] selftests: liveupdate: Add selftest for eventfd LUO
[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
2026-06-25 9:03 UTC (2+ messages)
[PATCH] tools/writeback: parse help before importing drgn
2026-06-25 8:59 UTC (3+ messages)
[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
2026-06-25 8:53 UTC (2+ messages)
[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
2026-06-25 8:50 UTC (5+ messages)
[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
2026-06-25 8:50 UTC (2+ messages)
[PATCH 0/6] treewide: remove unnecessary invalid range checks in memblock iteration loops
2026-06-25 8:46 UTC (4+ messages)
` [PATCH 5/6] mm: remove unnecessary empty range check in early_calculate_totalpages()
[PATCH] mm/rmap: use huge_ptep_get() in try_to_unmap_one()
2026-06-25 8:40 UTC (11+ messages)
[RFC v2 PATCH] reserve_mem: add support for static memory
2026-06-25 8:37 UTC (6+ messages)
[RFC PATCH] mm: bypass swap readahead for zswap
2026-06-25 7:59 UTC (9+ messages)
[RFC PATCH] mm: Avoiding split large folios if swap has no space
2026-06-25 7:49 UTC (5+ messages)
[PATCH v10 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
2026-06-25 7:48 UTC (3+ messages)
[PATCH v2 0/3] mm: __access_remote_vm with per-VMA lock
2026-06-25 7:47 UTC (8+ messages)
` [PATCH 1/3] x86/mm: use READ_ONCE/WRITE_ONCE for mm->context.untag_mask
` [PATCH 2/3] mm/pagewalk: let folio_walk_start() run under the per-VMA lock
` [PATCH 3/3] mm: read remote memory without the mmap lock where possible
[PATCH v5 0/9] dax/kmem: atomic whole-device hotplug via sysfs
2026-06-25 7:41 UTC (9+ messages)
` [PATCH v5 5/9] mm/memory_hotplug: offline_and_remove_memory_ranges()
` [PATCH v5 8/9] dax/kmem: add sysfs interface for atomic whole-device hotplug
[PATCH] arch_numa: remove redundant nodemask clears in numa_init()
2026-06-25 7:31 UTC (3+ messages)
[PATCH 1/6] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
2026-06-25 7:31 UTC (4+ messages)
[PATCH v1] mm: fix data-race in folio_batch_count()
2026-06-25 7:22 UTC (3+ messages)
[PATCH v5] mm: assert exclusive nid/zonenum bits at the page/folio access sites
2026-06-25 7:18 UTC
[PATCH] fs: Free any excess xarray nodes in clear_inode()
2026-06-25 7:09 UTC (2+ messages)
[PATCH v5 2/4] mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems
2026-06-25 7:08 UTC (6+ messages)
[PATCH v4] mm: assert exclusive nid/zonenum bits at the page/folio access sites
2026-06-25 6:50 UTC (3+ messages)
[PATCH] mm/page_vma_mapped: guard check_pmd() with CONFIG_TRANSPARENT_HUGEPAGE
2026-06-25 6:41 UTC (5+ messages)
[PATCH] fs/proc: fix KPF_KSM reported for all anonymous pages
2026-06-25 6:39 UTC (6+ messages)
[PATCH v4 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-06-25 6:37 UTC (3+ messages)
[RFC Patch 0/3] mm/mm_init: fix and cleanup mirrored_kernelcore
2026-06-25 6:36 UTC (2+ messages)
[PATCH for-next v3 7/9] mm/slab: introduce kfree_rcu_nolock()
2026-06-25 5:40 UTC (2+ messages)
[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-06-25 5:27 UTC (6+ messages)
` [PATCH for-next v3 7/9] mm/slab: introduce kfree_rcu_nolock()
[RFC PATCH v1.1 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-25 5:07 UTC (12+ messages)
` [RFC PATCH v1.1 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [RFC PATCH v1.1 02/11] Docs/ABI/damon: document probe files
` [RFC PATCH v1.1 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.1 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.1 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.1 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.1 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [RFC PATCH v1.1 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [RFC PATCH v1.1 09/11] mm/damon/sysfs: split probe setup function out
` [RFC PATCH v1.1 10/11] mm/damon/sysfs: split out filters setup function
` [RFC PATCH v1.1 11/11] mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/
[PATCH v11 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
2026-06-25 4:55 UTC (7+ messages)
` [PATCH v11 1/4] mm/page_owner: add print_mode filter
` [PATCH v11 2/4] mm/page_owner: add NUMA node filter
` [PATCH v11 3/4] tools/mm: add page_owner_filter userspace tool
` [PATCH v11 4/4] mm/page_owner: document page_owner filter
[PATCH] mm/page_alloc: bypass watermark when PCP has pages for allocation
2026-06-25 4:51 UTC (2+ messages)
[PATCH v3] mm/slub: deduplicate NUMA policy calculation in allocation paths
2026-06-25 4:35 UTC (2+ messages)
[PATCH v4 0/2] tools/mm/page_owner_sort: split filter cleanup and allocation fix
2026-06-25 4:15 UTC
[PATCH] mm/damon/paddr: remove folio_put from damon_pa_invalid_damos_folio
2026-06-25 3:49 UTC (3+ messages)
[PATCH] mm/mm_init: fix incorrect node_spanned_pages
2026-06-25 3:14 UTC (7+ messages)
[PATCH v3] mm: assert exclusive nid/zonenum bits at the page/folio access sites
2026-06-25 3:09 UTC (2+ messages)
[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
2026-06-25 3:01 UTC (7+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
Re: [PATCH 1/1] mm/shrinker: add NULL checks after rcu_dereference() in shrinker bit functions
2026-06-25 3:01 UTC
[PATCH v2 0/4] mm: convert to walk_page_range_vma() to eliminate find_vma()
2026-06-25 2:38 UTC (7+ messages)
` [PATCH v2 1/4] mm: mincore: use walk_page_range_vma() in do_mincore()
[PATCH] mm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=n
2026-06-25 2:27 UTC (2+ messages)
[PATCH 0/2] mm/page_owner: fix TOCTOU races in lockless page state reading
2026-06-25 2:04 UTC (4+ messages)
` [PATCH 1/2] mm/page_owner: clamp skip_buddy_pages() PFN advance at MAX_ORDER_NR_PAGES boundary
` [PATCH 2/2] mm/page_owner: use memcg_data snapshot instead of PageMemcgKmem() to avoid TOCTOU VM_BUG_ON
[PATCH v2] mm: avoid KCSAN false positive in memdesc_nid()
2026-06-25 1:58 UTC (4+ messages)
[RFC PATCH] reserve_mem: add support for static memory
2026-06-25 1:42 UTC (3+ messages)
[PATCH 0/8] blk-cgroup: remove queue_lock nesting from blkcg paths
2026-06-25 1:42 UTC (4+ messages)
[RFC PATCH v2 0/7] mm, swap: Virtual Swap Space (Swap Table Edition)
2026-06-25 0:19 UTC (10+ messages)
` [RFC PATCH v2 2/7] mm, swap: support zswap and zeroswap as vswap backends
` [RFC PATCH v2 3/7] mm, swap: support physical swap as a vswap backend
[PATCH] tools/mm: add thp_swap_allocator_test binary to .gitignore
2026-06-25 0:16 UTC (2+ messages)
[PATCH] mm/memcontrol: remove unused for_each_mem_cgroup macro and cleanup
2026-06-25 0:10 UTC (2+ messages)
[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
2026-06-24 23:45 UTC (9+ messages)
mm: opaque hardware page-table entry handles
2026-06-24 22:39 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox