public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-26 21:48:42 to 2026-04-27 13:16:19 UTC [more...]

[RFC PATCH 00/19] mm/damon: introduce data attributes monitoring
 2026-04-27 13:16 UTC  (2+ messages)

Large memory allocations at LSF/MM
 2026-04-27 13:15 UTC  (6+ messages)
      ` [Lsf-pc] "

[PATCH 0/3] mm: remove page_mapped()
 2026-04-27 13:12 UTC  (8+ messages)
` [PATCH 1/3] sh: use folio_mapped() instead of page_mapped() in sh4_flush_cache_page()
` [PATCH 2/3] bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()
` [PATCH 3/3] mm: remove page_mapped()

[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-04-27 13:08 UTC  (3+ messages)
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()

[PATCH] rhashtable: give each instance its own lockdep class
 2026-04-27 13:01 UTC  (7+ messages)

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-27 12:56 UTC  (9+ messages)
` [PATCH v2 10/53] selftests/mm: hugetlb_madv_vs_map: use kselftest framework
` [PATCH v2 43/53] selftests/mm: migration: add setup of HugeTLB pages

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-27 12:46 UTC  (11+ messages)
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
` [PATCH v3 3/4] testing: add nfsd-io-bench NFS server benchmark suite

[PATCH v2] mm: limit filemap_fault readahead to VMA boundaries
 2026-04-27 12:41 UTC  (2+ messages)

[PATCH v5 1/4] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
 2026-04-27 12:33 UTC  (2+ messages)

[RFC 0/7] mm: dual-bitmap page allocator consistency checker
 2026-04-27 12:32 UTC  (10+ messages)
` [RFC 4/7] mm: add page consistency checker implementation

[PATCH v2 0/5] POE sigreturn fix and extra tests
 2026-04-27 12:03 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: signal: Preserve POR_EL0 if poe_context is missing
` [PATCH v2 2/5] selftests/mm: Fix resv_sz when parsing arm64 signal frame
` [PATCH v2 3/5] kselftest/arm64: Add POE as a feature in the signal tests
` [PATCH v2 4/5] kselftest/arm64: Move/add POE helpers to test_signals_utils.h
` [PATCH v2 5/5] kselftest/arm64: Add tests for POR_EL0 save/reset/restore

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-27 11:52 UTC  (5+ messages)
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[PATCH] mm/madvise: reject invalid process_madvise() advice for zero-length vectors
 2026-04-27 11:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/14] userfaultfd: working set tracking for VM guest memory
 2026-04-27 11:46 UTC  (15+ messages)
` [PATCH 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH 14/14] Documentation/userfaultfd: document RWP working set tracking

[PATCH] mm_types: remove references to s390 gmap
 2026-04-27 11:39 UTC  (2+ messages)

[RFC PATCH] mm/hugetlb: fix resv_map memory leak in __mmap_region error path
 2026-04-27 11:14 UTC  (4+ messages)
    `  "

[PATCH] vmalloc: fix buffer overflow in vrealloc_node_align()
 2026-04-27 11:02 UTC  (3+ messages)

[syzbot] [mm?] WARNING: bad unlock balance in do_wp_page
 2026-04-27 10:57 UTC  (10+ messages)

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-27 10:52 UTC  (13+ messages)

[RFC PATCH 0/1] Fix halted scanning of swap-cache folios
 2026-04-27 10:35 UTC  (2+ messages)
` [RFC PATCH 1/1] mm: vmscan: keep anon scanning enabled when swapcache folios are present

[RFC PATCH 1/1] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 10:22 UTC 

[RFC PATCH 0/1] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 10:22 UTC 

[PATCH] mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page
 2026-04-27 10:18 UTC  (2+ messages)

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

[PATCH] Documentation/binfmt-misc.rst: Specify aux vector for "O" flag description
 2026-04-27  9:59 UTC  (2+ messages)

[PATCH v3 0/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-27  9:51 UTC  (3+ messages)
` [PATCH v3 3/3] Documentation: deprecated.rst: kmalloc-family: mark argument as optional

[PATCH RFC v2] mm, slab: add an optimistic __slab_try_return_freelist()
 2026-04-27  9:42 UTC 

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-27  9:29 UTC  (14+ 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 1/2] mm/memory_hotplug: fix memory block reference leak on remove
 2026-04-27  9:28 UTC  (8+ messages)
` [PATCH 2/2] drivers/base/memory: fix memory block reference leak in poison accounting

[PATCH] mm/page_vma_mapped_walk: add missing pgtable entry accessors
 2026-04-27  9:24 UTC  (7+ messages)

[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
 2026-04-27  9:07 UTC  (5+ messages)
` [PATCH v2 5/6] "

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-27  8:54 UTC  (5+ messages)

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-27  8:53 UTC  (13+ messages)

[linus:master] [mm] c6307674ed: BUG:sleeping_function_called_from_invalid_context_at_mm/vmalloc.c
 2026-04-27  8:53 UTC  (8+ messages)

[linus:master] [slab] 5ba6bc27b1: stress-ng.session.ops_per_sec 3.4% regression
 2026-04-27  8:35 UTC 

[PATCH v2] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-04-27  8:25 UTC  (4+ messages)

[PATCH] mm: Convert vmemmap_p?d_populate() to static functions
 2026-04-27  8:20 UTC  (2+ messages)

[PATCH mm-hotfixes v2 0/2] mm/page_alloc,slab: return NULL early from *_nolock() memory allocation APIs in NMI on UP
 2026-04-27  8:13 UTC  (5+ messages)
` [PATCH mm-hotfixes v2 1/2] mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() "
` [PATCH mm-hotfixes v2 2/2] mm/slab: return NULL early from kmalloc_nolock() "

[BUG] KASAN: user-memory-access in free_pgtables
 2026-04-27  8:09 UTC  (2+ messages)

[PATCH] mm/huge_memory: Fix outdated comment about freeing subpages in __folio_split
 2026-04-27  7:42 UTC  (4+ messages)

[syzbot] [mm?] possible deadlock in rhashtable_free_and_destroy
 2026-04-27  6:59 UTC  (3+ messages)

[PATCH] mm/madvise: reject invalid process_madvise() advice for zero-length vectors
 2026-04-27  6:51 UTC  (2+ messages)

[PATCH] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-04-27  6:45 UTC  (2+ messages)

[PATCH] mm/page_alloc: add tracepoint for PCP refills
 2026-04-27  6:21 UTC  (4+ messages)
` [PATCH v2] mm/page_alloc: trace PCP refills and PCP zone lock usage

[PATCH v2] mm/percpu-internal.h: optimise pcpu_chunk struct to save memory
 2026-04-27  5:57 UTC 

[PATCH mm-hotfixes 1/2] mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UP
 2026-04-27  5:53 UTC  (3+ messages)
` [PATCH mm-hotfixes 2/2] mm/slub: return NULL early from kmalloc_nolock() "

[PATCH mm-hotfixes 1/2] mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UP
 2026-04-27  5:42 UTC  (2+ messages)
` [PATCH mm-hotfixes 2/2] mm/slub: return NULL early from kmalloc_nolock() "

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-04-27  5:24 UTC  (4+ messages)
` [RFC PATCH v6 3/5] mm: Hot page tracking and promotion - pghot

[PATCH v3 0/3] kasan: hw_tags: Disable tagging for stack and page-tables
 2026-04-27  3:50 UTC  (9+ messages)
` [PATCH v3 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH v3 3/3] mm: skip KASAN tagging for page-allocated page tables

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-04-27  3:10 UTC  (3+ messages)

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

[PATCH v7 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-04-27  1:50 UTC  (2+ messages)

[PATCH] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-04-27  1:42 UTC  (2+ messages)

[PATCH v9.1] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-27  1:02 UTC 

[PATCH v9] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-27  0:59 UTC  (3+ messages)

[PATCH v4 0/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-27  0:31 UTC  (4+ messages)
` [PATCH v4 1/2] mm: move overlap memory map init check to memmap_init()

[PATCH v2 0/4] mm/damon: repost non-hotfix reviewed patches in damon/next tree
 2026-04-26 23:16 UTC  (5+ messages)
` [PATCH v2 1/4] mm/damon/ops-common: optimize damon_hot_score() using ilog2()
` [PATCH v2 2/4] Docs/admin-guide/mm/damon: fix 'parametrs' typo
` [PATCH v2 3/4] mm/damon: add synchronous commit for commit_inputs
` [PATCH v2 4/4] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-26 21:56 UTC  (3+ messages)

[PATCH RFC v4 00/22] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-26 21:48 UTC  (4+ messages)
` [PATCH RFC v4 20/22] mm: add free_frozen_pages_zeroed
` [PATCH RFC v4 21/22] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH RFC v4 22/22] virtio_balloon: mark deflated pages as zeroed


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