Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-13 15:46:48 to 2026-08-13 22:53:49 UTC [more...]

[PATCH] mm/secretmem: prevent uncharged mremap expansion after fork
 2026-08-13 22:53 UTC 

[PATCH v3 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-08-13 22:37 UTC  (6+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-13 22:08 UTC  (28+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH v5 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-08-13 21:58 UTC  (9+ messages)
` [PATCH v5 2/5] mm/vmscan: extract folio_free() from shrink_folio_list()
` [PATCH v5 3/5] mm/vmscan: extract pageout_one() "
` [PATCH v5 4/5] mm/vmscan: extract folio unmap logic into folio_try_unmap()
` [PATCH v5 5/5] mm/vmscan: flush TLB for every 31 folios evictions

mm.git review status at 7.2-rc7
 2026-08-13 21:14 UTC  (5+ messages)

[syzbot] [mm?] BUG: Bad page state in corrupted
 2026-08-13 21:08 UTC  (2+ messages)

[PATCH v4 0/7] mm/khugepaged: several cleanups
 2026-08-13 20:53 UTC  (7+ messages)
` [PATCH v4 5/7] mm/khugepaged: Refactor the PTE state checks into a helper

xfs: properly account xfs_buf items as reclaimable
 2026-08-13 20:40 UTC  (3+ messages)
` [PATCH 1/2] xfs: mark kmalloc'd xfs_buf items as __GFP_RECLAIMABLE
` [PATCH 2/2] xfs: count folio alloc'd xfs_buf items in NR_KERNEL_MISC_RECLAIMABLE

[PATCH v6 0/4] mm: avoid large folio splits when swap is unavailable
 2026-08-13 20:44 UTC  (2+ messages)

[PATCH v2 0/3] mm, swap: don't spin or flood the console on a bad swap entry
 2026-08-13 20:34 UTC  (2+ messages)

[akpm-mm:mm-new] BUILD SUCCESS 7ba5daade5ab61776382020b708b1ef75c9af1ea
 2026-08-13 20:00 UTC 

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

[PATCH v2] mm/Kconfig: make MEMORY_FAILURE select MIGRATION
 2026-08-13 19:35 UTC  (2+ messages)

[PATCH v2 00/17] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-08-13 19:35 UTC  (10+ messages)
` [PATCH v2 02/17] mm/huge_memory: fix rejection of swap cache folios with a mapping
` [PATCH v2 04/17] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v2 13/17] mm/huge_memory: drop the unused do_lru argument of the file split helper
` [PATCH v2 14/17] mm/huge_memory: clean up after-split folio freeing in __folio_split

[PATCH] mm/swap: publish cluster tables after full initialization
 2026-08-13 19:23 UTC  (2+ messages)

[PATCH v2 0/5] mm/mm_init: simplify zone_spanned_pages_in_node()
 2026-08-13 19:11 UTC  (2+ messages)

[PATCH v23 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-08-13 18:54 UTC  (4+ messages)
` [PATCH v23 1/2] ACPI:RAS2: Add driver for the "

[PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-13 18:53 UTC  (18+ messages)
` [PATCH v5 01/16] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v5 02/16] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v5 03/16] mm: introduce linear_anon_page_index()
` [PATCH v5 04/16] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v5 05/16] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v5 06/16] mm: introduce and use vma_filebacked_address()
` [PATCH v5 07/16] mm/vma: fix self-merge check in copy_vma()
` [PATCH v5 08/16] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v5 09/16] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v5 10/16] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v5 11/16] mm: clean up vma_address_end()
` [PATCH v5 12/16] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v5 13/16] mm/migrate: calculate large folio page index using PFN
` [PATCH v5 14/16] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v5 15/16] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v5 16/16] tools/testing/selftests/mm: test anonymous page offset merge behaviour

[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
 2026-08-13 18:43 UTC  (5+ messages)
` [PATCH bpf-next 1/4] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement

[PATCH] maple_tree: fix comment typo
 2026-08-13 18:38 UTC 

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-13 18:25 UTC  (3+ messages)
` [PATCH v4 07/10] "

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

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-13 17:25 UTC  (24+ messages)
` [PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v3 04/26] x86/mm: split out preallocate_sub_pgd()
` [PATCH v3 05/26] x86: move PAE PMD preallocation defines to header
` [PATCH v3 07/26] x86/mm: introduce mm-local region
` [PATCH v3 10/26] mm: Add more flags for __apply_to_page_range()
` [PATCH v3 11/26] x86/mm: introduce the mermap

[PATCH RFC 0/5] allow kfree_nolock() handle kmalloc() objects
 2026-08-13 17:47 UTC  (3+ messages)
` [PATCH RFC 3/5] mm/slab, kmemleak: handle kmemleak freeing in kfree_nolock()

[linux-next:master] [mm/vmpressure] ea928e9e18: stress-ng.mremap.ops_per_sec 36.2% regression
 2026-08-13 17:14 UTC  (3+ messages)

[PATCH v2 0/5] x86/mm/pat: CPA fixes
 2026-08-13 17:13 UTC  (2+ messages)

[PATCH 00/11] coredump: allow to create sparse coredumps on the coredump socket
 2026-08-13 17:08 UTC  (2+ messages)

[PATCH v9 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-13 16:33 UTC  (7+ messages)
` [PATCH v9 08/15] hugetlb: Use the has_hwpoisoned flag
` [PATCH v9 11/15] filemap: Add hwpoison handling to filemap_read()

[PATCH v2 0/4] mm/slub: preserve previous object lifetime
 2026-08-13 16:17 UTC  (5+ messages)
` [PATCH v2 1/4] mm/slub: use a track count for user metadata sizing
` [PATCH v2 2/4] mm/slub: preserve one previous object lifetime
` [PATCH v2 3/4] mm/slub: test previous lifetime tracking
` [PATCH v2 4/4] Documentation/mm: describe SLUB "

[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
 2026-08-13 16:03 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