Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-02 19:53:46 to 2026-08-03 14:31:23 UTC [more...]

[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-03 14:30 UTC  (32+ messages)
` [PATCH v3 01/15] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v3 02/15] mm: introduce linear_anon_page_index()
` [PATCH v3 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
` [PATCH v3 05/15] mm: introduce and use vma_filebacked_address()
` [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 v3 09/15] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios

[PATCH RFT 0/3] mm, drm: ensure .fault() does not have to be followed by .pfn_mkwrite() for write faults
 2026-08-03 14:19 UTC  (7+ messages)
` [PATCH RFT 2/3] drm/shmem_helper: use vmf_insert_pfn_mkwrite()
  ` [PATCH RFT 1/3] mm: export variants of vmf_insert_pfn* for use with pfn_mkwrite()

[PATCH v3 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-03 14:01 UTC  (17+ messages)
` [PATCH v3 1/5] mm: Make per-VMA locks available universally
` [PATCH v3 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v3 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
` [PATCH v3 4/5] binder: Remove mmap_lock fallback
` [PATCH v3 5/5] tcp: Remove mmap_lock fallback path

[PATCH 00/22] Simplify special kernel page table handling
 2026-08-03 13:59 UTC  (3+ messages)
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm

[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
 2026-08-03 13:54 UTC  (3+ messages)
` [PATCH 3/3] drm/ttm: allocate pool pages as compound (__GFP_COMP)

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-03 11:17 UTC  (6+ messages)
` [PATCH RFC 06/14] fs/f2fs: stop using PG_private
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private

[PATCH v2] kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
 2026-08-03 11:28 UTC  (4+ messages)

[PATCH 0/4] mm, ceph: remove wait_on_page_writeback()
 2026-08-03 12:34 UTC  (13+ messages)
` [PATCH 1/4] ceph: add ceph_folio_snap_context()
` [PATCH 2/4] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH 3/4] mm: remove wait_on_page_writeback()
` [PATCH 4/4] ceph: remove page_snap_context()

[GIT PULL] liveupdate: a fix for v7.2-rc7
 2026-08-03 11:24 UTC 

[PATCH v6 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-08-03 12:44 UTC  (13+ messages)
` [PATCH v6 1/6] selftests/mm: make file helpers return errors
` [PATCH v6 2/6] tools/lib/mm: add shared file helpers
` [PATCH v6 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v6 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v6 6/6] selftests/mm: add a GUP selftest

[PATCH v2 0/3] mm: kmemleak: default min_unref_scans to 2 for verbose kernels
 2026-08-03 13:49 UTC  (7+ messages)
` [PATCH v2 1/3] mm: kmemleak: default min_unref_scans to 2 for verbose auto-scan
` [PATCH v2 2/3] Documentation: kmemleak: document the conditional min_unref_scans default
` [PATCH v2 3/3] selftests/mm: kmemleak: drop stale min_unref_scans default from comments

[PATCH] mm/gup: fix always draining LRU caches in collect_longterm_unpinnable_folios()
 2026-08-03  9:19 UTC  (4+ messages)

[PATCH] mm/page_ext: remove pgdat_page_ext_init()
 2026-08-03 13:48 UTC 

[PATCH 0/2] mm/damon/{reclaim,lru_sort}: fix commit_inputs infinite hang
 2026-08-03 13:46 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/reclaim: skip damon_call() if ctx has not started
` [PATCH 2/2] mm/damon/lru_sort: "

[PATCH] mm: kmemleak: default min_unref_scans to 2 for verbose auto-scan
 2026-08-03 13:44 UTC  (3+ messages)

[PATCH] mm: pull writability check to follow_pfnmap_start()
 2026-08-03  8:55 UTC  (2+ messages)

[PATCH 0/2] mm/damon: avoid division by zero from damos_quota_score()
 2026-08-03 13:40 UTC  (3+ messages)
` [PATCH 1/2] samples/damon/mtier: error out for zero quota goal target values
` [PATCH 2/2] mm/damon/lru_sort: error out for >10000 active_mem_bp

[PATCH] mm/vmalloc: Do not warn on -ENOMEM from va_alloc()
 2026-08-03 13:40 UTC  (4+ messages)

[PATCH v5 0/3] Consolidate memory policy interpretation in alloc_hugetlb_folio()
 2026-08-03 13:38 UTC  (4+ messages)
` [PATCH v5 1/3] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [PATCH v5 2/3] mm: hugetlb: Move mpol interpretation out of alloc_buddy_hugetlb_folio_with_mpol()
` [PATCH v5 3/3] mm: hugetlb: Move mpol interpretation out of dequeue_hugetlb_folio_vma()

[PATCH] mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
 2026-08-03  8:27 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/4] CRASH_ZEROIZE: Wipe secrets before kdump
 2026-08-03 12:54 UTC  (9+ messages)

[PATCH 00/16] selftests/mm: improve khugepaged coverage
 2026-08-03 11:04 UTC  (25+ messages)
` [PATCH 01/16] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH 02/16] selftests/mm: add folio-order check for VA ranges
` [PATCH 03/16] selftests/mm: add folio-order detection self-check
` [PATCH 04/16] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH 05/16] selftests/mm: add khugepaged completion barrier helper
` [PATCH 06/16] selftests/mm: add khugepaged race harness
` [PATCH 09/16] selftests/mm: skip khugepaged swap tests when no swap is configured
` [PATCH 10/16] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH 11/16] selftests/mm: race-harness variant for permissive hole occupancy
` [PATCH 12/16] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH 13/16] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH 14/16] selftests/mm: zap whole PTE tables in the khugepaged race harness
` [PATCH 15/16] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH 16/16] selftests/mm: skip khugepaged shmem cases without a PMD page cache folio

[PATCH] tools/mm: add hwpoison-panic tool
 2026-08-03 11:06 UTC  (3+ messages)

[PATCH v3 0/3] make unused huge shrinker memcg aware
 2026-08-03 12:21 UTC  (5+ messages)
` [PATCH v3 1/3] fs: fix missed removal of super_fs_objects_eligible()
` [PATCH v3 2/3] mm: shmem: move unused huge shrinklist queuing past the truncation check
` [PATCH v3 3/3] mm: shmem: make unused huge shrinker memcg aware

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-03  9:52 UTC  (14+ messages)
` [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 v3 22/26] mm: Minimal KUnit tests for some new page_alloc logic
` [PATCH v3 23/26] mm: Split out NR_FREE_PAGES_BLOCKS_[UN]MAPPED
` [PATCH v3 24/26] mm/page_alloc: always direct compact for unmapped allocs
` [PATCH v3 25/26] mm: plumb alloc flags into some alloc funcs

[PATCH v9 0/8] mm: optimize zone-device memmap initialization
 2026-08-03  8:39 UTC  (10+ messages)
` [PATCH v9 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v9 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v9 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v9 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v9 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v9 6/8] string: introduce memcpy_nontemporal()
` [PATCH v9 7/8] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v9 8/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths

[PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
 2026-08-03  8:41 UTC  (4+ messages)

[PATCH v4 0/5] tracing: add ref_trace_final_put tracing
 2026-08-03 12:40 UTC  (3+ messages)

[PATCH 0/3] fs: don't warn when a mount is completed from another user namespace
 2026-08-03 12:05 UTC  (5+ messages)
` [PATCH 1/3] ovl: don't warn when the "
` [PATCH 2/3] binfmt_misc: "

[PATCH v4] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
 2026-08-03  9:48 UTC  (4+ messages)

TLB free bug in 4c640eb4181c ("mm: move pte table reclaim code to memory.c")
 2026-08-03  9:18 UTC  (4+ messages)

[Hypervisor Live Update] Notes from July 27, 2026
 2026-08-03  8:30 UTC  (2+ messages)

[PATCH v2 0/3] tools/mm/page_owner_sort: fix --sort, add module filter, improve usage
 2026-08-03  8:24 UTC  (7+ messages)
` [PATCH v2 1/3] tools/mm/page_owner_sort: fix --sort option being silently ignored
` [PATCH v2 2/3] tools/mm/page_owner_sort: add module name sort/cull/filter support
` [PATCH v2 3/3] tools/mm/page_owner_sort: show available sort keys in usage text

[BUG] powerpc: userspace processes crash in ld64.so.2 when running recent linux-next kernels
 2026-08-03 13:10 UTC 

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-08-03  8:23 UTC  (3+ messages)
` [PATCH v8 5/8] mm: sched: move NUMA balancing tiering promotion to pghot

[PATCH] mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()
 2026-08-03 12:26 UTC  (5+ messages)

[PATCH v4 0/2] kho: support preserving high-order non-compound pages
 2026-08-03 11:39 UTC  (3+ messages)
` [PATCH v4 1/2] kho: Introduce a helper to init high order pages
` [PATCH v4 2/2] kho: Introduce preserve/restore APIs for high-order pages

linux-next: manual merge of the mm-unstable tree with the drm-misc-fixes tree
 2026-08-03 12:55 UTC  (5+ messages)

[PATCH 0/3] binfmt_misc: bound the interpreters an entry can pre-open
 2026-08-03 12:15 UTC  (4+ messages)
` [PATCH 1/3] binfmt_misc: correctly account pre-opened interpreters
` [PATCH 2/3] selftests/exec: test the pre-opened interpreter limit
` [PATCH 3/3] binfmt_misc: document "

[PATCH RFC] mm/gup: batch contiguous pages in follow_page_mask() and return them via a pages array
 2026-08-03 12:33 UTC  (6+ messages)

[PATCH v3] kexec: keep the next kernel off hardware-poisoned pages
 2026-08-03 12:41 UTC 

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-08-03 12:41 UTC  (3+ messages)

[PATCH v2] tools/mm: add hwpoison-panic tool
 2026-08-03 11:31 UTC 

[RFC PATCH v2 0/2] mm: enable lru cache for smaller large folios
 2026-08-03  8:03 UTC  (5+ messages)
` [RFC PATCH v2 2/2] mm: improve large folio reuse for LRU-cached folios

[PATCH 0/2] docs/ksm: fix advisor documentation and comment
 2026-08-03  7:54 UTC  (8+ messages)
` [PATCH 1/2] docs: ksm: fix typos in sysfs knob names

[PATCH 6.18.y 0/2] mm/slab: fix unbounded recursion in free path with memalloc profiling
 2026-08-03  7:15 UTC  (3+ messages)
` [PATCH 6.18.y 1/2] lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()
` [PATCH 6.18.y 2/2] mm/slab: prevent unbounded recursion in free path with new kmalloc type

[Bug 221804] New: WARNING at mm/memblock.c:904 __free_reserved_area(): "Cannot free reserved memory because of deferred initialization of the memory map" during housekeeping_init() at boot
 2026-08-03  6:54 UTC  (3+ messages)
` [PATCH] sched/isolation: Defer freeing of the bootmem housekeeping cpumasks

[PATCH v2 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-08-03  6:45 UTC  (9+ messages)
` [PATCH v2 03/17] mm/mm_init: skip initializing shared vmemmap tail pages

[syzbot] [mm?] WARNING in update_rq_clock (2)
 2026-08-03  6:40 UTC 

[PATCH v3] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
 2026-08-03  6:31 UTC  (3+ messages)

[PATCH v4] mm: Use a folio in the softleaf_is_device_private path
 2026-08-03  6:25 UTC  (2+ messages)

[PATCH] mm/sparse: correct init section annotations
 2026-08-03  6:06 UTC  (2+ messages)

[PATCH] mm/memory-failure: fix refcount leak on soft-offline LBS folio
 2026-08-03  6:00 UTC 

[PATCH] selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailable
 2026-08-03  5:34 UTC  (2+ messages)

[RFC PATCH v3 0/6] mm: mglru: fix swappiness behavior
 2026-08-03  5:33 UTC  (5+ messages)
` [RFC PATCH v3 3/6] mm/mglru: improve readability of isolate_folios()

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-03  2:43 UTC  (7+ messages)
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces

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

[PATCH] selftests/mm: read memory information without popen
 2026-08-03  1:30 UTC 

[PATCH 0/9] binfmt_misc: bind interpreters to a bpf-backed entry
 2026-08-02 23:37 UTC  (5+ messages)
` [PATCH 1/9] binfmt_misc: let a register string create an entry disabled
` [PATCH 2/9] selftests/exec: let binfmt_flag_supported() return a bool

[patch 0/3] lib: add synthetic MM benchmarks
 2026-08-02 23:06 UTC  (5+ messages)
` [patch 1/3] lib: test_vmstat: add synthetic benchmark for vm stats
  ` [patch v2] "

[patch 1/3] lib: test_vmstat: add synthetic benchmark for vm stats
 2026-08-02 23:05 UTC  (2+ messages)

[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
 2026-08-02 22:54 UTC  (10+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection


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