public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 00:15:03 to 2026-03-26 13:47:57 UTC [more...]

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-26 13:47 UTC  (8+ messages)
  `  "

[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
 2026-03-26 13:45 UTC  (17+ messages)

[RFC PATCH 0/2] mm/damon: fix damon_call()-related leak and deadlock
 2026-03-26 13:43 UTC  (5+ messages)
` [RFC PATCH 1/2] mm/damon/sysfs: dealloc repeat_call_control if damon_call() fails
` [RFC PATCH 2/2] mm/damon/core: fix damon_call() vs kdamond_fn() exit race deadlock
  ` (sashiko review) "
` (sashiko status) [RFC PATCH 0/2] mm/damon: fix damon_call()-related leak and deadlock

[PATCH 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
 2026-03-26 13:40 UTC  (4+ messages)

[PATCH] mm/damon: introduce DAMON-based NUMA memory tiering module
 2026-03-26 12:50 UTC  (6+ messages)

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-03-26 12:43 UTC  (2+ messages)
` [REGRESSION] "

[PATCH v2] futex: Use-after-free between futex_key_to_node_opt and vma_replace_policy
 2026-03-26 12:42 UTC  (10+ messages)

[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
 2026-03-26 12:40 UTC  (4+ messages)
` [PATCH v2 2/4] mm: replace exec_folio_order() with generic preferred_exec_order()

[PATCH v2 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-03-26 12:40 UTC  (7+ messages)
` [PATCH v2 1/5] mm/vmscan: track reclaimed pages in reclaim_stat
` [PATCH v2 2/5] mm/vmscan: extract folio activation into folio_active_bounce()
` [PATCH v2 3/5] mm/vmscan: extract folio_free() and pageout_one()
` [PATCH v2 4/5] mm/vmscan: extract folio unmap logic into folio_try_unmap()
` [PATCH v2 5/5] mm/vmscan: flush TLB for every 31 folios evictions

[PATCH v2 0/4] treewide: fixup gfp_t printks
 2026-03-26 12:32 UTC  (5+ messages)
` [PATCH v2 1/4] drm/managed: Use special gfp_t format specifier
` [PATCH v2 2/4] iwlegacy: 3945-mac: Fixup allocation failure log
` [PATCH v2 3/4] mm/kfence: Use special gfp_t format specifier
` [PATCH v2 4/4] net/rds: "

[PATCH v6 1/5] mm: rmap: support batched checks of the references for large folios
 2026-03-26 12:21 UTC  (16+ messages)

[PATCH 09/26] mm: Make readahead store folio count in readahead_control
 2026-03-26 10:45 UTC  (2+ messages)
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-26 10:46 UTC  (5+ messages)
` [PATCH v4 20/21] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v4 21/21] mm: on remap assert that input range within the proposed VMA

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-03-26 10:41 UTC  (5+ messages)
` [RFC PATCH v6 2/5] mm: migrate: Add migrate_misplaced_folios_batch()
` [RFC PATCH v6 4/5] mm: pghot: Precision mode for pghot

[PATCH] sched/numa, mm: Skip page promotion if cpu pid is valid
 2026-03-26 10:29 UTC  (2+ messages)

[PATCH -next] mm: vmstat: make refresh interval take effect immediately
 2026-03-26 10:09 UTC  (2+ messages)

[PATCH v3 0/7] Refactor reserved memory regions handling code
 2026-03-26  9:58 UTC  (3+ messages)

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-26  9:54 UTC  (43+ messages)
` [PATCH 01/42] ext4: Use inode_has_buffers()
` [PATCH 02/42] gfs2: Don't zero i_private_data
` [PATCH 03/42] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/42] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/42] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/42] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 09/42] udf: Switch to generic_buffers_fsync()
` [PATCH 10/42] minix: "
` [PATCH 11/42] bfs: "
` [PATCH 12/42] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 16/42] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 17/42] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 18/42] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 19/42] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 20/42] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 21/42] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 23/42] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 24/42] hugetlbfs: Stop using i_private_data
` [PATCH 25/42] aio: Stop using i_private_data and i_private_lock
` [PATCH 26/42] fs: Remove i_private_data
` [PATCH 27/42] kvm: Use private inode list instead of i_private_list
` [PATCH 28/42] fs: Drop osync_buffers_list()
` [PATCH 29/42] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 30/42] fs: Move metadata bhs tracking to a separate struct
` [PATCH 31/42] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 32/42] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 34/42] ext2: Track metadata bhs in fs-private inode part
` [PATCH 35/42] affs: "
` [PATCH 36/42] bfs: "
` [PATCH 37/42] fat: "
` [PATCH 38/42] udf: "
` [PATCH 39/42] minix: "
` [PATCH 40/42] ext4: "
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space

[PATCH] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-03-26  9:53 UTC  (11+ messages)

[PATCH v2] mm/pagewalk: fix race between concurrent split and refault
 2026-03-26  9:38 UTC  (4+ messages)

[PATCH v2 0/4] fix unexpected type conversions and potential overflows
 2026-03-26  9:38 UTC  (22+ messages)
` [PATCH v2 1/4] mm: memcontrol: correct the type of stats_updates to unsigned long
` [PATCH v2 2/4] mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()
` [PATCH v2 4/4] mm: memcontrol: fix unexpected massive positive number in memcg_state_val_in_pages()

[PATCH v5 0/6] Use killable vma write locking in most places
 2026-03-26  9:18 UTC  (8+ messages)
` [PATCH v5 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v5 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v5 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v5 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v5 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v5 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()

[PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime
 2026-03-26  9:18 UTC  (5+ messages)

[PATCH] mm/userfaultfd: fix hugetlb fault mutex hash calculation
 2026-03-26  9:18 UTC  (8+ messages)
` [PATCH v4] "

[PATCH v3 0/2] liveupdate: prevent double preservation
 2026-03-26  9:04 UTC  (6+ messages)
` [PATCH v3 1/2] liveupdate: prevent double management of files

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-26  8:54 UTC  (2+ messages)

[PATCH v3 0/7] Modify memfd_luo code
 2026-03-26  8:47 UTC  (8+ messages)
` [PATCH v3 1/7] mm/memfd: use folio_nr_pages() for shmem inode accounting
` [PATCH v3 2/7] mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve path
` [PATCH v3 3/7] mm/memfd_luo: remove unnecessary memset in zero-size memfd path
` [PATCH v3 4/7] mm/memfd_luo: use i_size_write() to set inode size during retrieve
` [PATCH v3 5/7] mm/memfd_luo: fix physical address conversion in put_folios cleanup
` [PATCH v3 6/7] mm/memfd_luo: remove folio from page cache when accounting fails
` [PATCH v3 7/7] mm/memfd_luo: fix integer overflow in memfd_luo_preserve_folios

[PATCH v1] mm: fix writeback regression for strictlimit BDIs
 2026-03-26  8:48 UTC  (3+ messages)

[RFC PATCH] mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRU
 2026-03-26  8:41 UTC  (7+ messages)

[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-26  8:37 UTC  (8+ messages)
` [PATCH 1/8] mm/mglru: consolidate common code for retrieving evitable size
` [PATCH 3/8] mm/mglru: restructure the reclaim loop
` [PATCH 7/8] mm/mglru: simplify and improve dirty writeback handling

[PATCH v2 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-03-26  8:35 UTC  (2+ messages)
` [PATCH v2 1/5] mm/vmscan: track reclaimed pages in reclaim_stat

[linux-next:master] BUILD REGRESSION 66ba480978ce390e631e870b740a3406e3eb6b01
 2026-03-26  8:31 UTC 

[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
 2026-03-26  8:23 UTC  (19+ messages)

[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-03-26  8:17 UTC  (3+ messages)
` [PATCH bpf-next v3 06/17] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG

[PATCH mm-new v8 2/4] mm: khugepaged: refine scan progress number
 2026-03-26  8:03 UTC  (13+ messages)

[PATCH 0/3] correct the parameter type of some mm functions
 2026-03-26  7:49 UTC  (4+ messages)
` [PATCH 2/3] mm: memcontrol: correct the parameter type of __mod_memcg{_lruvec}_state()

[rppt-memblock:for-next] BUILD SUCCESS c7fc9cde41be029cf6675befbafcbb2dab40b39b
 2026-03-26  7:43 UTC 

[PATCH v5 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-03-26  7:41 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v5 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-03-26  6:29 UTC  (10+ messages)
` [PATCH v5 1/8] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v5 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v5 3/8] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v5 4/8] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v5 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v5 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v5 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v5 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback

[RFC v5] mm/damon: add synchronous commit for commit_inputs
 2026-03-26  6:16 UTC  (2+ messages)

(sashiko review) [RFC v5] mm/damon: add synchronous commit for commit_inputs
 2026-03-26  6:15 UTC  (2+ messages)

[PATCH mm-unstable v4 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-03-26  4:44 UTC  (3+ messages)

[PATCH 3/3] mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_size()
 2026-03-26  3:36 UTC  (3+ messages)

[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
 2026-03-26  3:18 UTC  (7+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion

[PATCH v5] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-26  1:53 UTC  (4+ messages)

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-26  1:28 UTC  (3+ messages)
` [PATCH v2 01/19] tracepoint: Add trace_call__##name() API

(sashiko review) [PATCH v2] mm/damon/core: validate goal nid before accessing node data
 2026-03-26  0:38 UTC  (2+ messages)

[PATCH v2] mm/damon/core: validate goal nid before accessing node data
 2026-03-26  0:35 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