public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 20:12:18 to 2026-04-28 09:21:55 UTC [more...]

[PATCH v2 0/3] mm: Fix memory block leaks and locking
 2026-04-28  9:21 UTC  (7+ messages)
` [PATCH v2 1/3] mm/memory_hotplug: fix memory block reference leak on remove
` [PATCH v2 2/3] drivers/base/memory: fix memory block reference leak in poison accounting
` [PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup

[PATCH] selftests/mm: khugepaged: handle partial write in file_setup_area()
 2026-04-28  9:15 UTC  (3+ messages)

[PATCH] mm/hugetlb: fix subpool accounting after cgroup charge failure
 2026-04-28  9:08 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3] dma-contiguous: setup default numa cma area if not configured explicitly
 2026-04-28  9:03 UTC  (4+ messages)

[RFC PATCH 0/1] mm/vmalloc: reclaim tail resources on large vrealloc() shrink
 2026-04-28  8:51 UTC  (5+ messages)

[PATCH 0/3] mm: remove page_mapped()
 2026-04-28  8:44 UTC  (9+ messages)
` [PATCH 2/3] bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()

[PATCH v3] mm/page_alloc: replace kernel_init_pages() with batch page clearing
 2026-04-28  8:31 UTC  (7+ messages)

[PATCH 0/2] mm/huge_memory: optimize migration when huge PMD needs split
 2026-04-28  8:24 UTC  (5+ messages)
` [PATCH 1/2] mm/huge_memory: return true if split_huge_pmd_locked() split PMD to migration entry

[PATCH v8 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-04-28  8:18 UTC  (7+ messages)
` [PATCH v8 1/6] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v8 2/6] mm/memory_hotplug: Fix incorrect altmap passing in error path
` [PATCH v8 3/6] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v8 4/6] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v8 5/6] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages
` [PATCH v8 6/6] mm/mm_init: Fix uninitialized struct pages for ZONE_DEVICE

[LSF/MM/BPF TOPIC] Using BPF in MM
 2026-04-28  8:12 UTC  (2+ messages)

[PATCH v3] mm/migrate: rename PAGE_ migration flags to FOLIO_
 2026-04-28  8:01 UTC  (5+ messages)

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-28  7:57 UTC  (18+ messages)
` [PATCH 08/49] mm: Convert vmemmap_p?d_populate() to static functions
` [PATCH 09/49] mm: panic on memory allocation failure in sparse_init_nid()
` [PATCH 10/49] mm: move subsection_map_init() into sparse_init()
` [PATCH 11/49] mm: defer sparse_init() until after zone initialization
` [PATCH 12/49] mm: make set_pageblock_order() static
` [PATCH 13/49] mm: integrate sparse_vmemmap_init_nid_late() into sparse_init_nid()
` [PATCH 14/49] mm/cma: validate hugetlb CMA range by zone at reserve time

[PATCH v2 2/4] Docs/admin-guide/mm/damon: fix 'parametrs' typo
 2026-04-28  7:38 UTC  (3+ messages)

[PATCH v7 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-04-28  7:24 UTC  (6+ messages)
` [PATCH v7 4/6] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization

[RFC 4/7] mm: add page consistency checker implementation
 2026-04-28  7:22 UTC  (12+ messages)

[PATCH v3 0/4] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-28  7:11 UTC  (5+ messages)
` [PATCH v3 1/4] mm/page_owner: add filter infrastructure
` [PATCH v3 2/4] mm/page_owner: add print_mode filter
` [PATCH v3 3/4] mm/page_owner: add NUMA node filter with nodelist support
` [PATCH v3 4/4] mm/page_owner: document page_owner filter features

[PATCH] mm/madvise: reject invalid process_madvise() advice for zero-length vectors
 2026-04-28  7:05 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-28  7:01 UTC  (23+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
` [PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios
` [PATCH v1 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[PATCH] mm_types: remove references to s390 gmap
 2026-04-28  6:58 UTC  (3+ messages)

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-28  6:49 UTC  (6+ messages)
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-28  6:34 UTC  (15+ messages)
` [PATCH v2 11/53] selftests/mm: hugetlb-read-hwpoison: use kselftest framework
` [PATCH v2 31/53] selftests/mm: gup_longterm: add setup of HugeTLB pages
` [PATCH v2 43/53] selftests/mm: migration: "
` [PATCH v2 46/53] selftests/mm: thuge-gen: "

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-28  5:40 UTC  (7+ messages)

[PATCH] mm/damon/core: make charge_addr_from aware of end-address exclusivity
 2026-04-28  4:29 UTC 

[PATCH v7 00/15] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-28  4:18 UTC  (3+ messages)
` [PATCH v7 06/15] mm/mglru: avoid reclaim type fall back when isolation makes no progress

[RFC PATCH 0/8] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-04-28  4:14 UTC  (4+ messages)

[PATCH v2 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-28  3:36 UTC  (7+ messages)
` [PATCH v2 1/3] mm/page_owner: add filter infrastructure
` [PATCH v2 2/3] mm/page_owner: add print_mode filter

[PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-28  3:07 UTC  (2+ messages)

[PATCH] mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()
 2026-04-28  3:06 UTC 

[PATCH v9.2] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-28  3:05 UTC 

[PATCH v3] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-04-28  3:00 UTC  (3+ messages)

[PATCH v5 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-28  2:22 UTC  (3+ messages)
` [PATCH v5 4/4] selftests/mm: regression test for panic_on_unrecoverable_memory_failure

[PATCH v4 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-28  2:12 UTC  (9+ messages)
` [PATCH v4 2/3] "

[PATCH v3 0/2] mm/filemap: tighten mmap_miss hit accounting
 2026-04-28  1:59 UTC  (3+ messages)
` [PATCH v3 1/2] mm/filemap: count only the faulting address as a mmap hit
` [PATCH v3 2/2] mm/filemap: do not count FAULT_FLAG_TRIED retries as mmap hits

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-28  1:35 UTC  (2+ messages)

[PATCH 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-04-28  1:34 UTC  (12+ messages)
` [PATCH 01/11] mm/damon/core: handle <min_region_sz remaining quota as empty
` [PATCH 02/11] mm/damon/core: merge regions after applying DAMOS schemes
` [PATCH 03/11] mm/damon/core: introduce failed region quota charge ratio
` [PATCH 04/11] mm/damon/sysfs-schemes: implement fail_charge_{num,denom} files
` [PATCH 05/11] Docs/mm/damon/design: document fail_charge_{num,denom}
` [PATCH 06/11] Docs/admin-guide/mm/damon/usage: document fail_charge_{num,denom} files
` [PATCH 07/11] Docs/ABI/damon: document fail_charge_{num,denom}
` [PATCH 08/11] mm/damon/tests/core-kunit: test fail_charge_{num,denom} committing
` [PATCH 09/11] selftests/damon/_damon_sysfs: support failed region quota charge ratio
` [PATCH 10/11] selftests/damon/drgn_dump_damon_status: "
` [PATCH 11/11] selftests/damon/sysfs.py: test "

[linus:master] [mm] c6307674ed: BUG:sleeping_function_called_from_invalid_context_at_mm/vmalloc.c
 2026-04-28  1:29 UTC  (11+ messages)

[PATCH v2 1/2] mm/filemap: count only the faulting address as a mmap hit
 2026-04-28  1:12 UTC  (3+ messages)

[RFC PATCH 14/19] mm/damon/sysfs: setup probes on DAMON core API parameters
 2026-04-28  0:48 UTC  (2+ messages)

[RFC PATCH 13/19] mm/damon/sysfs: implement filter dir files
 2026-04-28  0:44 UTC  (2+ messages)

[RFC PATCH 04/19] mm/damon/core: commit probes
 2026-04-28  0:39 UTC  (2+ messages)

[PATCH v3] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-28  0:37 UTC  (6+ messages)

[RFC PATCH 02/19] mm/damon/core: embed damon_probe objects in damon_ctx
 2026-04-28  0:35 UTC  (2+ messages)

[RFC PATCH 00/19] mm/damon: introduce data attributes monitoring
 2026-04-28  0:33 UTC  (2+ messages)

[PATCH] selftests/mm: run_vmtests.sh: fix destructive tests invocation
 2026-04-28  0:17 UTC  (2+ messages)

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-27 23:59 UTC  (14+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
` [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups

[PATCH v2 4/4] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-04-27 23:41 UTC  (2+ messages)

[PATCH v2] mm: limit filemap_fault readahead to VMA boundaries
 2026-04-27 22:58 UTC  (4+ messages)

[PATCH v2 0/5] POE sigreturn fix and extra tests
 2026-04-27 22:46 UTC  (3+ messages)
` [PATCH v2 2/5] selftests/mm: Fix resv_sz when parsing arm64 signal frame

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-27 22:30 UTC  (17+ messages)
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-04-27 22:28 UTC  (3+ messages)

[PATCH v4] mm/mempolicy: track user-defined mempolicy allocations
 2026-04-27 21:11 UTC  (2+ messages)

[PATCH v4 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
 2026-04-27 21:08 UTC  (2+ messages)

[PATCH v4 03/11] PCI: liveupdate: Track incoming preserved PCI devices
 2026-04-27 21:06 UTC  (2+ messages)

[PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
 2026-04-27 21:06 UTC  (2+ messages)

[PATCH RFC v3 0/4] mm: add huge pfnmap support for remap_pfn_range()
 2026-04-27 20:32 UTC  (5+ messages)
` [PATCH RFC v3 4/4] mm: add PMD-level huge page "
    ` [RESEND] "

[PATCH 7.2 v16 00/13] khugepaged: mTHP support
 2026-04-27 20:24 UTC  (7+ messages)
` [PATCH 7.2 v16 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH 7.2 v16 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH 7.2 v16 09/13] mm/khugepaged: introduce collapse_allowable_orders helper function

[PATCH v12 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-04-27 20:24 UTC  (6+ messages)
` [PATCH v12 1/5] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v12 2/5] mm/vmalloc: use physical page count for vrealloc() grow-in-place check
` [PATCH v12 3/5] mm/vmalloc: use physical page count in vread_iter()
` [PATCH v12 4/5] mm/vmalloc: free unused pages on vrealloc() shrink
` [PATCH v12 5/5] lib/test_vmalloc: add vrealloc test case

[PATCH 00/13] mm: PMD-level swap entries for anonymous THPs
 2026-04-27 20:12 UTC 


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