Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-17 07:03:23 to 2026-06-17 13:31:34 UTC [more...]

[PATCH] mm: Document the folio refcount a little better
 2026-06-17 13:31 UTC  (3+ messages)

[PATCH 0/4] mm: convert to walk_page_range_vma() to eliminate find_vma()
 2026-06-17 13:30 UTC  (8+ messages)
` [PATCH 1/4] mm: mincore: try per-VMA lock firstly and use walk_page_range_vma()
` [PATCH 2/4] mm: mprotect: use walk_page_range_vma() in mprotect_fixup()
` [PATCH 3/4] mm: mlock: use walk_page_range_vma() in mlock_vma_pages_range()
` [PATCH 4/4] mm: migrate_device: use walk_page_range_vma() in migrate_vma_collect()

[PATCH v1 1/1] samples/damon: Fix typo in Kconfig help text
 2026-06-17 13:28 UTC  (2+ messages)

[PATCH] mm/page_alloc: include <linux/vmstat.h> for vm_numa_stat_key
 2026-06-17 13:27 UTC 

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-17 13:18 UTC  (9+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v4 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v4 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases

[PATCH v3 0/3] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
 2026-06-17 13:16 UTC  (6+ messages)
` [PATCH v3 3/3] mm/percpu: Avoid IO/FS reclaim in backing allocations

[PATCH] mm/page_alloc: use existing highatomic reserves on the buddy fastpath
 2026-06-17 13:02 UTC  (2+ messages)

[PATCH v4 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-06-17 12:47 UTC  (13+ messages)
` [PATCH v4 1/5] mm/vmscan: introduce folio_activate_locked() helper
` [PATCH v4 2/5] mm/vmscan: extract folio_free() from shrink_folio_list()
` [PATCH v4 3/5] mm/vmscan: extract pageout_one() "
` [PATCH v4 4/5] mm/vmscan: extract folio unmap logic into folio_try_unmap()
` [PATCH v4 5/5] mm/vmscan: flush TLB for every 31 folios evictions

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

[syzbot] [mm?] KASAN: use-after-free Read in ptdump_pte_entry (2)
 2026-06-17 12:06 UTC  (2+ messages)

[PATCH v5] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-06-17 11:53 UTC 

[PATCH v3 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-17 11:52 UTC  (13+ messages)
` [PATCH v3 01/15] mm/slab: do not init any kfence objects on allocation
` [PATCH v3 09/15] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH v3 10/15] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v3 11/15] mm/slab: pass slab_alloc_context to __do_kmalloc_node()
` [PATCH v3 12/15] mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
` [PATCH v3 13/15] mm/slab: introduce kmalloc_flags()

[RFC PATCH v2 0/3] make persistent huge zero folio read-only
 2026-06-17 11:50 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm/huge_memory: "

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-17 11:36 UTC  (4+ messages)
` [PATCH v17 05/10] rust: page: convert to `Ownable`

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-06-17 11:32 UTC  (3+ messages)
` [PATCH v2 20/22] mm/page_alloc: implement __GFP_UNMAPPED|__GFP_ZERO allocations

[PATCH v2] mm/page_alloc: remove VM_BUG_ON()s from pindex helpers
 2026-06-17 11:22 UTC  (2+ messages)

[PATCH] mm: Remove mentions of PageWriteback
 2026-06-17 11:15 UTC  (2+ messages)

[PATCH v3] mm/lruvec: trace LRU add drains and drain-all requests
 2026-06-17 11:11 UTC  (2+ messages)

[PATCH] mm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.h
 2026-06-17 11:09 UTC  (2+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-17 11:07 UTC  (6+ messages)

[PATCH] mm/page_table_check: do not track special (PFN-mapped) PTEs
 2026-06-17 11:07 UTC  (2+ messages)

[PATCH RFC 0/3] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-06-17 10:34 UTC  (6+ messages)

[RFC PATCH 0/3] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-17  9:55 UTC  (4+ messages)
` [RFC PATCH 3/3] mm: entirely remove lru_add_drain in do_swap_page

[PATCH 0/3] mm: __access_remote_vm with per-VMA lock
 2026-06-17  9:42 UTC  (3+ messages)

[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-17  9:40 UTC  (2+ messages)

[PATCH] mm: shrinker: fix shrinker_info teardown race with expansion
 2026-06-17  9:18 UTC  (2+ messages)

[RFC PATCH 0/2] mm: memfd with write notifications
 2026-06-17  9:14 UTC  (4+ messages)

[PATCH] mm: shrinker: fix NULL pointer dereference in debugfs
 2026-06-17  9:10 UTC  (2+ messages)

[PATCH v9 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-06-17  8:52 UTC  (3+ messages)

[Patch v2] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-17  8:18 UTC  (3+ messages)

[PATCH 2/4] mm/slub: preserve previous object lifetime in user tracking
 2026-06-17  7:54 UTC 

[PATCH v5 0/4] Only free healthy pages in high-order has_hwpoisoned folio
 2026-06-17  7:38 UTC  (3+ messages)
` [PATCH v5 4/4] selftests/mm: add hard memory failure anonymous 1G HugeTLB page test

[PATCH] mm: khugepaged: free xarray nodes left behind by failed collapse_file()
 2026-06-17  7:33 UTC  (5+ messages)

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-06-17  7:09 UTC  (6+ messages)


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