Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-31 12:32:50 to 2026-09-01 02:26:10 UTC [more...]

[PATCH v4 0/4] make unused huge shrinker memcg aware
 2026-09-01  2:25 UTC  (8+ messages)
` [PATCH v4 1/4] fs: fix missed removal of super_fs_objects_eligible()

[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-01  2:21 UTC  (3+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v6 2/2] selftests/bpf: Add memcg async reclaim test

[PATCH 0/9] Remove FGP_NOFS
 2026-09-01  2:17 UTC  (8+ messages)
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
` [PATCH 5/9] ntfs: Remove FGP_NOFS from __ntfs_inode_resident_attr_pwrite()
` [PATCH 6/9] ntfs: Remove redundant FGP_NOFS from ntfs_wof_collect_dest()

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-01  2:17 UTC  (17+ messages)
` [PATCH v2 01/14] mm/zsmalloc: replace PG_private with pointer comparison
` [PATCH v2 02/14] perf/ring_buffer: stop using PG_private as AUX page high-order marker
` [PATCH v2 03/14] xen/grant-table: stop setting PG_private on pages for grant mapping
` [PATCH v2 04/14] fscrypt: stop setting PG_private on bounce page
` [PATCH v2 05/14] mm/hugetlb: use direct assignment instead of folio_change_private()
` [PATCH v2 06/14] f2fs: stop using PG_private
` [PATCH v2 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v2 08/14] erofs: use folio_attach/detach_private() instead of direct assignment
` [PATCH v2 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v2 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v2 11/14] treewide: remove folio_set/clear_private()
` [PATCH v2 12/14] treewide: replace PagePrivate() with page_private()
` [PATCH v2 13/14] treewide: adjust comments on PagePrivate and PG_private
` [PATCH v2 14/14] mm/page-flags: remove PG_private

[PATCH] mm/memcg: clear folio memcg after changing per memcg stats
 2026-09-01  2:11 UTC  (2+ messages)

[PATCH v4 0/6] mm/mglru: clean up folio counters and flag usage
 2026-09-01  2:05 UTC  (3+ messages)
` [PATCH v4 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags

[PATCH 0/8] mm: Drop pxd_ERROR()
 2026-09-01  1:55 UTC  (4+ messages)
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()

[syzbot] [mm?] INFO: rcu detected stall in exit_to_user_mode_loop
 2026-09-01  1:43 UTC  (2+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_munmap (2)
 2026-09-01  1:42 UTC  (2+ messages)

[PATCH v2] mm: vmalloc: fix vmap_purge_lock livelock under memory pressure
 2026-09-01  1:42 UTC  (5+ messages)

[syzbot] [kernfs?] [mm?] INFO: rcu detected stall in kernfs_fop_open (7)
 2026-09-01  1:41 UTC  (2+ messages)

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-09-01  1:41 UTC  (8+ messages)
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header

[PATCH v2 0/2] Fix deferred_split_isolate() and drop the split workaround
 2026-09-01  1:38 UTC  (3+ messages)
` [PATCH v2 1/2] mm/huge_memory: do not touch frozen folios in deferred_split_isolate()

[PATCH v2] mm/damon/vaddr: use a page-aligned address for the sampling walks
 2026-09-01  1:35 UTC  (2+ messages)

[PATCH v2 0/2] mm/hugetlb: fix surplus accounting and availability checks during demotion
 2026-09-01  1:10 UTC  (4+ messages)
` [PATCH v2 1/2] mm/hugetlb: preserve source surplus accounting "
` [PATCH v2 2/2] mm/hugetlb: cap demotion at currently available free pages

[PATCH] memcg: Don't call schedule_work when no spinning is allowed
 2026-09-01  1:04 UTC  (4+ messages)

[RFC PATCH v1.2 0/8] mm/damon: fix DAMOS bugs in core, paddr and vaddr
 2026-09-01  0:50 UTC  (10+ messages)
` [RFC PATCH v1.2 1/8] mm/damon/core: skip applying scheme if region split for quota fails
` [RFC PATCH v1.2 2/8] mm/damon/paddr: respect folio end for DAMOS_STAT
` [RFC PATCH v1.2 3/8] mm/damon/paddr: respect folio end for DAMOS actions except STAT
` [RFC PATCH v1.2 4/8] mm/damon/vaddr: respect folio end for DAMOS_STAT
` [RFC PATCH v1.2 5/8] mm/damon/vaddr: respect folio end for DAMOS_MIGRATE_{HOT,COLD}
` [RFC PATCH v1.2 6/8] mm/damon/core: handle extreme memory state in damon_get_node_mem_bp()
` [RFC PATCH v1.2 7/8] mm/damon/core: handle extreme memory state in get_node_memcg_used_bp()
` [RFC PATCH v1.2 8/8] mm/damon/core: handle extreme memory state in get_in_active_mem_bp()

[PATCH v4 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-09-01  0:49 UTC  (8+ messages)
` [PATCH v4 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [PATCH v4 2/3] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
` [PATCH v4 3/3] Docs/mm/damon/design: Document hugepage_mem_bp target metric

[PATCH v3 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-09-01  0:46 UTC  (3+ messages)

[PATCH v2 0/2] mm/damon/core: remove unused helper functions
 2026-09-01  0:42 UTC  (5+ messages)
` [PATCH v2 1/2] mm/damon/core: remove unused damon_targets_empty()
` [PATCH v2 2/2] mm/damon/core: remove unused damon_nr_running_ctxs()

[PATCH 0/7] mm/damon: misc cleanups
 2026-09-01  0:40 UTC  (10+ messages)
` [PATCH 1/7] mm/damon/core: remove declaration of __damon_commit_ctx()
` [PATCH 2/7] mm/damon/core: introduce damon_set_target_pid()
` [PATCH 3/7] mm/damon/ops-common: factor out damon_putback_folio_list()
` [PATCH 4/7] selftests/damon/sysfs.py: clean up sh processes used for obsolete_target test
` [PATCH 5/7] mm/damon/tests: use scoped_guard() for damon_test_ops_registration
` [PATCH 6/7] selftests/damon: prevent remaining cross-object state pollution
` [PATCH 7/7] samples/damon/mtier: add comment for struct region_range

[PATCH] mm/memfd: don't unreserve hugetlb pages on -EEXIST in error path
 2026-09-01  0:35 UTC  (2+ messages)

[PATCH] mm/hugetlb: fix overbroad MMU notifiers for unshared PMDs
 2026-09-01  0:32 UTC  (2+ messages)

[PATCH v2] mm/gup_test: report actual pinned bytes
 2026-09-01  0:12 UTC  (2+ messages)

[PATCH v11 0/7] mm: optimize zone-device memmap initialization
 2026-08-31 23:45 UTC  (2+ messages)

[PATCH 0/8] mm: remove page_swap_entry()
 2026-08-31 23:38 UTC  (4+ messages)
` [PATCH 2/8] mm/huge_memory: use folio_swap_entry() when splitting a swapcache folio

[PATCH v6 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-31 23:29 UTC  (7+ messages)

[PATCH] mm/damon: use a page-aligned sampling address
 2026-08-31 22:50 UTC  (2+ messages)

[PATCH] RCU safety for vma maple tree walks
 2026-08-31 22:13 UTC  (8+ messages)

[PATCH] sched/cache: Fix use-after-free of the mm replaced by exec
 2026-08-31 22:10 UTC  (6+ messages)

[PATCH v2 0/3] mm: reject zone device folios in more folio walkers
 2026-08-31 21:57 UTC  (3+ messages)

[PATCH 0/7] docs: core-api: Fix stale function names and a broken example
 2026-08-31 21:34 UTC  (2+ messages)

[PATCH v2] sched/cache: Fix use-after-free of the mm replaced by exec
 2026-08-31 21:33 UTC 

[PATCH] XArray: document that tags persist after storing new elements
 2026-08-31 21:29 UTC  (2+ messages)

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

[syzbot] [mm?] WARNING in __mod_zone_page_state
 2026-08-31 20:11 UTC  (7+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-08-31 19:26 UTC  (6+ messages)
          ` Linux MM Alignment Session on hwpoison (was: Re: [PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio)

[PATCH mm-stable] mm/khugepaged: avoid unnecessary checking for swap entries when collapsing a mTHP
 2026-08-31 18:53 UTC  (4+ messages)

[BUG/RFC] mm/madvise: MADV_WILLNEED skips swapped file-backed COW pages
 2026-08-31 18:24 UTC 

[PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
 2026-08-31 18:24 UTC  (6+ messages)

[RFC 00/10] Reclaimable kernel stacks
 2026-08-31 18:20 UTC  (23+ messages)
` [RFC 06/10] Reclaim memory from blocked "

[PATCH 00/16] xswap: extendable swap device backed by zswap
 2026-08-31 17:54 UTC  (2+ messages)

[PATCH v2] mm: memcontrol: raise MEMCG_MAX for charges that fail without reclaiming
 2026-08-31 17:52 UTC  (2+ messages)

[PATCH] tools/testing/selftests/mm: add missing .gitignore entries
 2026-08-31 17:39 UTC  (3+ messages)

[PATCH v2] selftests/mm: hugetlb_madv_vs_map: add underflow test
 2026-08-31 17:38 UTC  (3+ messages)

[PATCH] mm/vmpressure: remove window size TODO
 2026-08-31 17:33 UTC  (3+ messages)

[PATCH 0/2] docs/core-api: memory-allocation: add k[mz]alloc_obj() and clarify kmalloc
 2026-08-31 17:20 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] MAINTAINERS: add memory related docs in core-mm/ to MM - MISC section

[PATCH] mm: vmpressure: scale window size based on machine memory
 2026-08-31 17:09 UTC  (3+ messages)

[PATCH v2] mm/khugepaged: cap min_free_kbytes recommendation at 1 GiB
 2026-08-31 17:08 UTC  (8+ messages)

[PATCH] mm/khugepaged: Don't collapse uffd-minor-registered VMAs
 2026-08-31 16:51 UTC  (3+ messages)

[PATCH] mm/rmap: remove stale hugetlb check in try_to_unmap_one
 2026-08-31 16:41 UTC  (4+ messages)

[PATCH v5 0/7] move stock from mem_cgroup to page_counter
 2026-08-31 16:37 UTC  (8+ messages)
` [PATCH v5 1/7] mm/memcontrol: flatten try_charge_memcg control flow
` [PATCH v5 2/7] mm/page_counter: report the number of pages charged
` [PATCH v5 3/7] mm/page_counter: introduce per-page_counter stock
` [PATCH v5 4/7] mm/page_counter: use stock in page_counter_try_charge
` [PATCH v5 5/7] mm/page_counter: introduce an asynchronous drainer
` [PATCH v5 6/7] mm/memcontrol: convert memcg to use page_counter_stock
` [PATCH v5 7/7] mm/memcontrol: add stock to the memsw page_counter

[PATCH] mm/slab: disallow kfree_rcu_sheaf() on PREEMPT_RT again
 2026-08-31 16:24 UTC  (3+ messages)
` [PATCH] mm/slab: don't use "

[PATCH] mm/slab: don't use kfree_rcu sheaves on PREEMPT_RT in kvfree_call_rcu()
 2026-08-31 16:17 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
          ` [PATCH] mm/slab: don't use kfree_rcu_sheaf() on PREEMPT_RT again

[PATCH RFC v9 00/25] pkeys-based page table hardening
 2026-08-31 15:35 UTC  (13+ messages)
` [PATCH RFC v9 01/25] mm: Introduce kpkeys
` [PATCH RFC v9 13/25] mm: kpkeys: Introduce early page table allocator
` [PATCH RFC v9 14/25] mm: kpkeys: Protect vmemmap page tables

[RFC PATCH v4 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-31 15:30 UTC  (7+ messages)
` [RFC PATCH v4 1/3] mm/zswap: release retired pools via queue_rcu_work() instead of synchronize_rcu()
` [RFC PATCH v4 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array
` [RFC PATCH v4 3/3] mm/zswap: reference the pool by index to shrink struct zswap_entry

[PATCH RFC v3 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-31 15:17 UTC  (7+ messages)
` [PATCH RFC v3 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array

[PATCH v2 0/2] mm/damon: add kunit tests for probe_hits handling and probe params validation
 2026-08-31 15:06 UTC  (3+ messages)
` [PATCH v2 1/2] mm/damon/core-kunit: test probe_hits handling at region split and merge
` [PATCH v2 2/2] mm/damon/core-kunit: test damon_valid_probe_params()

[PATCH v3 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-31 15:02 UTC  (4+ messages)
` [PATCH v3 1/3] docs/mm/damon/design: accurate semantics "
` [PATCH v3 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots
` [PATCH v3 3/3] docs/mm/damon/design: fix typo of max_nr_snapshots

[Patch v2] mm: adjust out-dated document of __GFP_NOFAIL
 2026-08-31 14:35 UTC  (2+ messages)

[PATCH 0/4] USB: replace page allocator calls with kmalloc()
 2026-08-31 14:30 UTC  (5+ messages)
` [PATCH 1/4] USB: usbfs: replace __get_free_page() "

[PATCH v3] mm/slab: don't use kfree_rcu sheaves on PREEMPT_RT in kvfree_call_rcu()
 2026-08-31 13:55 UTC 

[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
 2026-08-31 13:30 UTC  (4+ messages)

[RFC PATCH v2 00/23] sched: Scale cache-aware aggregation at LLC granularity
 2026-08-31 13:24 UTC  (9+ messages)
` [RFC PATCH v2 04/23] sched/topology: Introduce a method to calculate the llc distance
` [RFC PATCH v2 07/23] sched/cache: Prioritize preferred NUMA node selection over LLC selection
` [RFC PATCH v2 08/23] sched/topology: Introduce a per-CPU tasks NUMA preferred counter

[PATCH v2 0/5] of: reserved_mem: several fixes about reserved memory
 2026-08-31 13:04 UTC  (4+ messages)
  ` [PATCH v2 1/5] of: reserved_mem: skip init for regions whose early reservation failed

[PATCH] mm/slab: take n->list_lock for the list_add() in __refill_objects_node()
 2026-08-31 12:55 UTC  (4+ messages)


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