Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-04 18:34:55 to 2026-08-05 09:26:00 UTC [more...]

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-05  9:25 UTC  (13+ messages)
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private
` [PATCH RFC 08/14] fs/erofs: use folio_attach/detach_private() instead of direct assignment

[PATCH v2] mm/memory-failure: fix concurrent access issue in min_order_for_split()
 2026-08-05  9:24 UTC  (4+ messages)

[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-05  9:19 UTC  (25+ messages)
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
` [PATCH v3 06/15] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v3 07/15] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v3 08/15] mm: introduce and use linear_folio_page_index()

[PATCH] slub: print just the function name in /sys/kernel/slab/*/ctor
 2026-08-05  9:22 UTC  (7+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-08-05  9:09 UTC  (7+ messages)

[PATCH v3] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-05  9:06 UTC 

[RFC PATCH] zram: avoid preemption with CPU-based compression backends
 2026-08-05  9:01 UTC  (12+ messages)

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-05  8:51 UTC  (9+ messages)
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-08-05  8:45 UTC  (30+ messages)

[PATCH v3] mm/memory-failure: fix concurrent access issue in min_order_for_split()
 2026-08-05  8:42 UTC 

[PATCH v2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-05  8:35 UTC  (6+ messages)

[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
 2026-08-05  8:34 UTC  (12+ messages)
` [PATCH v2 2/6] drm/shmem_helper: use vmf_insert_pfn_mkwrite()
` [PATCH v2 4/6] kvm: apply VM_READ/VM_WRITE checks to all VMA types
` [PATCH v2 6/6] kvm: return -EFAULT for writes to !VM_WRITE IO mappings

[RFC PATCH 00/11] mm, swap: dynamic cluster management for xswap devices
 2026-08-05  8:15 UTC  (9+ messages)
` [RFC PATCH 02/11] mm, swap: add CONFIG_XSWAP and xswap fields to swap_info_struct
  ` [RFC PATCH 03/11] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc
  ` [RFC PATCH 11/11] mm, swap: serialize xswap map/unmap with a mutex

[RFC PATCH] mm/damon: introduce damos_sort_type for re-ordering regions list
 2026-08-05  8:12 UTC  (2+ messages)

[syzbot] [mm?] WARNING in mas_nomem
 2026-08-05  8:01 UTC  (5+ messages)

[PATCH] mm/show_mem: fix format string inconsistencies and type mismatches
 2026-08-05  8:05 UTC  (2+ messages)

[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
 2026-08-05  7:56 UTC  (11+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection

[RFC PATCH v2 00/10] mm, swap: dynamic cluster management for xswap devices
 2026-08-05  7:53 UTC  (11+ messages)
` [RFC PATCH v2 01/10] mm: xswap support for zswap
` [RFC PATCH v2 02/10] mm, swap: add CONFIG_XSWAP and xswap fields to swap_info_struct
` [RFC PATCH v2 03/10] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc
` [RFC PATCH v2 04/10] mm, swap: add xswap grow trigger on cluster allocation
` [RFC PATCH v2 05/10] mm, swap: add xswap_try_shrink and shrink trigger on cluster free
` [RFC PATCH v2 06/10] mm, swap: free backing pages in xswap_unmap_clusters
` [RFC PATCH v2 07/10] mm, swap: add nr_free_tail for O(1) xswap shrink detection
` [RFC PATCH v2 08/10] mm, swap: add adjustable runtime ceiling (nr_clusters) for xswap
` [RFC PATCH v2 09/10] mm, swap: add debugfs knob for xswap per-device cluster limit
` [RFC PATCH v2 10/10] mm, swap: defer xswap shrink to workqueue to avoid lock recursion

[PATCH] mm/huge_memory: avoid TOCTOU race in min_order_for_split()
 2026-08-05  7:23 UTC  (3+ messages)
  `  "

[PATCH] maple_tree: Remove unused mas_is_root_limits()
 2026-08-05  7:05 UTC 

[patch 0/3] lib: add synthetic MM benchmarks
 2026-08-05  7:03 UTC  (4+ messages)

[RFC PATCH v3 00/11] Add buffered write-through support to iomap & xfs
 2026-08-05  6:35 UTC  (13+ messages)
` [RFC PATCH v3 01/11] fs: Add counter to track inflight writes that need stable pages
` [RFC PATCH v3 02/11] mm: Refactor folio_clear_dirty_for_io()
` [RFC PATCH v3 03/11] iomap: Add helper to revert iomap iter
` [RFC PATCH v3 04/11] iomap: Add initial support for buffered RWF_WRITETHROUGH
` [RFC PATCH v3 05/11] xfs: Add RWF_WRITETHROUGH support to xfs
` [RFC PATCH v3 06/11] iomap: Add aio support to RWF_WRITETHROUGH
` [RFC PATCH v3 07/11] iomap: Add DSYNC "
` [RFC PATCH v3 08/11] fs: Introduce RWF_NOSERIAL flag to indicate parallel reads/writes
` [RFC PATCH v3 09/11] xfs: Implement RWF_NOSERIAL to parallelize RWF_WRITETHROUGH writes
` [RFC PATCH v3 10/11] iomap: Avoid folio dirtying in case of RWF_WRITETHROUGH
` [RFC PATCH v3 11/11] iomap: Handle deadlock due to repeating folios in RWF_WRITETHROUGH

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-08-05  6:40 UTC  (10+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH v3 4/9] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH v3 5/9] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH v3 6/9] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH v3 7/9] KVM: selftests: add get_numa_mem_nodes()
` [PATCH v3 8/9] KVM: selftests: use allowed NUMA nodes in guest_memfd_test
` [PATCH v3 9/9] KVM: selftests: exercise guest_memfd folio migration

[PATCH v3 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
 2026-08-05  6:21 UTC  (5+ messages)
` [PATCH v3 2/2] mm/zswap: Support batch writeback in shrink_memcg()

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-08-05  6:04 UTC  (5+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test

[PATCH] Fix incorrect flush address in direct page table reclaim
 2026-08-05  6:04 UTC  (4+ messages)

[PATCH v2 0/6] mm: add basic PTE const type-safety
 2026-08-05  5:58 UTC  (5+ messages)
` [PATCH v2 6/6] mm: constify the pte_offset_map_ro_nolock() return value

[PATCH] mm/huge_memory: let special huge VMAs bypass the THP policy check
 2026-08-05  5:55 UTC 

[PATCH v2 0/4] add anon mTHP collapse test cases
 2026-08-05  5:08 UTC  (11+ messages)
` [PATCH v2 1/4] selftests: mm: extend the check_huge() to support mTHP check
` [PATCH v2 2/4] selftests: mm: move gather_after_split_folio_orders() into vm_util.c file
` [PATCH v2 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH v2 4/4] selftests: mm: add mTHP collapse test cases

[PATCH v4] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
 2026-08-05  4:42 UTC  (3+ messages)

[PATCH v8 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-05  3:28 UTC  (25+ messages)
` [PATCH v8 02/15] memory-failure: Prevent hugetlb freeing during unpoisoning
` [PATCH v8 06/15] kpageflags: Use is_page_hwpoison() to set KPF_HWPOISON
` [PATCH v8 08/15] hugetlb: Use the has_hwpoisoned flag
` [PATCH v8 09/15] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v8 10/15] mm: Check individual hugetlb pages for poison
` [PATCH v8 12/15] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v8 15/15] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[PATCH v2 0/2] mm: gup: cleanup gup_fast call chain
 2026-08-05  3:58 UTC  (3+ messages)
` [PATCH v2 1/2] mm: gup: move pmd_protnone() into gup_fast_pmd_leaf()
` [PATCH v2 2/2] mm: gup: cleanup the gup_fast_*() call chain

[PATCH v3 0/3] make unused huge shrinker memcg aware
 2026-08-05  3:20 UTC  (3+ messages)
` [PATCH v3 2/3] mm: shmem: move unused huge shrinklist queuing past the truncation check

[PATCH] mm: add some missing includes to mm-local headers
 2026-08-05  2:45 UTC  (3+ messages)

[PATCH v2] mm/sparse: keep mem_section_usage_size() internal
 2026-08-05  2:25 UTC 

[RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg
 2026-08-05  0:58 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 9a4cdc958dd79fc6c3b20b51a10debec6ca09fec
 2026-08-05  0:33 UTC 

[syzbot] [mm?] INFO: rcu detected stall in khugepaged (3)
 2026-08-05  0:01 UTC 

[PATCH v2 00/10] ceph: convert writeback path to folios
 2026-08-04 23:53 UTC  (15+ messages)
` [PATCH v2 01/10] ceph: add ceph_folio_snap_context()
` [PATCH v2 02/10] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH v2 03/10] mm: remove wait_on_page_writeback()
` [PATCH v2 04/10] ceph: convert get_writepages_data_length() to folios
` [PATCH v2 05/10] ceph: convert ceph_submit_write() "
` [PATCH v2 06/10] mm: remove thp_size() and thp_order()
` [PATCH v2 07/10] ceph: remove page remnants from write_folio_nounlock()
` [PATCH v2 08/10] ceph: convert page cleanup loop in writepages_finish() to folios
` [PATCH v2 09/10] ceph: remove ceph_fscrypt_pagecache_page() and ceph_fscrypt_page_offset()
` [PATCH v2 10/10] ceph: rename ceph_check_page_before_write() to ceph_check_folio_before_write()

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-04 23:53 UTC  (14+ messages)
` [PATCH v3 11/26] x86/mm: introduce the mermap
` [PATCH v3 13/26] mm: introduce freetype_t
` [PATCH v3 16/26] mm: add definitions for allocating unmapped pages
` [PATCH v3 19/26] mm/page_alloc: rename ALLOC_NON_BLOCK back to _HARDER
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations

[PATCH] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-04 23:42 UTC 

[PATCH v1 2/2] mm/memory: add anonymous mTHP folios to deferred split list
 2026-08-04 23:26 UTC  (18+ messages)

[PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
 2026-08-04 23:15 UTC  (14+ messages)

[PATCH v3 0/7] mm/khugepaged: several cleanups
 2026-08-04 23:12 UTC  (9+ messages)
` [PATCH v3 1/7] mm/khugepaged: refactor per-scan state clearing into collapse_control_init_scan()
` [PATCH v3 2/7] mm/khugepaged: extract young page check into pte_is_referenced() helper
` [PATCH v3 3/7] mm/khugepaged: introduce a count_collapse_event() helper
` [PATCH v3 4/7] mm/khugepaged: fix outdated comments
` [PATCH v3 5/7] mm/khugepaged: Refactor the PTE state checks into a helper
` [PATCH v3 6/7] mm/khugepaged: unmap pte before releasing vma write lock
` [PATCH v3 7/7] mm: Documentation: clarify where the mTHP stats live

[PATCH v2 0/2] Honor XA_FLAGS_ACCOUNT in xas_split_alloc() and charge to folio's memcg
 2026-08-04 21:27 UTC  (6+ messages)
` [PATCH v2 1/2] mm/huge_memory: use folio's memcg inside __folio_split()

[RFC PATCH v4 1/3] mm: allow page faults to request VMA-lock retry
 2026-08-04 21:13 UTC  (2+ messages)

[PATCH v3 0/2] Honor XA_FLAGS_ACCOUNT in xas_split_alloc() and charge to folio's memcg
 2026-08-04 21:04 UTC  (3+ messages)
` [PATCH v3 1/2] mm/huge_memory: use folio's memcg inside __folio_split()
` [PATCH v3 2/2] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()

[PATCH] alloc_tag: add ioctl to /proc/allocinfo -fix
 2026-08-04 20:58 UTC  (2+ messages)

[PATCH v9 0/8] mm: optimize zone-device memmap initialization
 2026-08-04 20:35 UTC  (3+ messages)
` [PATCH v9 8/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths

[PATCH v4] alloc_tag: expose boot-time compression configuration
 2026-08-04 20:34 UTC  (2+ messages)

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-08-04 20:25 UTC  (2+ messages)

[PATCH 0/3] x86/mm: DEBUG_PAGEALLOC musings
 2026-08-04 20:08 UTC  (4+ messages)

[PATCH v3] alloc_tag: expose profiling and compression states
 2026-08-04 19:59 UTC  (5+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2026-08-06
 2026-08-04 19:29 UTC 

[PATCH v5 0/3] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-08-04 19:26 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