Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-12 10:16:56 to 2026-06-12 17:11:49 UTC [more...]

[PATCH v2] mm/kmemleak: avoid soft lockup when scanning task stacks
 2026-06-12 17:11 UTC  (3+ messages)

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-12 17:08 UTC  (3+ messages)

[PATCH v2 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-06-12 17:07 UTC  (14+ messages)
` [PATCH v2 1/5] mm: Make per-VMA locks available universally
` [PATCH v2 2/5] binder: Make shrinker rely solely on per-VMA lock

[PATCH] selftests: mm: fix and speedup "droppable" test
 2026-06-12 17:04 UTC  (2+ messages)

[PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section
 2026-06-12 17:03 UTC  (2+ messages)

[PATCH v3 2/4] mm/zswap: Implement proactive writeback
 2026-06-12 17:02 UTC  (11+ messages)
                  ` [swap tier discussion] "

[PATCH] mm/memfd_luo: validate serialized_data before conversion
 2026-06-12 16:58 UTC  (7+ messages)

[PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
 2026-06-12 16:40 UTC  (11+ messages)

[PATCHv2] mm/huge_memory: do not add dropped split tail folios to LRU
 2026-06-12 16:34 UTC  (6+ messages)

[PATCH] mm/page_alloc: drop flag-conversion "optimisation"
 2026-06-12 16:33 UTC  (7+ messages)

[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
 2026-06-12 16:30 UTC  (2+ messages)

[PATCH v3 0/7] sched: Add support for long task name
 2026-06-12 16:20 UTC  (8+ messages)
` [PATCH v3 1/7] sched: Update get_task_comm() comment
` [PATCH v3 2/7] treewide: Get rid of get_task_comm()
` [PATCH v3 3/7] treewide: Replace memcpy(..., current->comm) with copy_task_comm()
` [PATCH v3 4/7] lib/string_kunit: Add test for copy_task_comm()
` [PATCH v3 5/7] sched: Extend task command name with TASK_COMM_EXT_LEN
` [PATCH v3 6/7] prctl: Add support for long user thread names
` [PATCH v3 7/7] selftests: prctl: Add test for long "

[PATCH] mm: pgtable: protect lockless kernel page table walks with RCU
 2026-06-12 16:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-06-12 15:53 UTC  (5+ messages)
` [PATCH v2 09/22] mm/page_alloc: don't overload migratetype in find_suitable_fallback()

[PATCH v4 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-06-12 15:37 UTC  (3+ messages)
` [PATCH v4 02/19] mm/hugetlb_vmemmap: Fix __hugetlb_vmemmap_optimize_folios()

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-06-12 15:29 UTC  (11+ messages)

[v2 11/16] mm: handle PMD swap entries in non-present PMD walkers
 2026-06-12 15:21 UTC  (3+ messages)

[akpm-mm:mm-new] BUILD SUCCESS 57a68dff1fb64022386175e7014e006a92bdfa7b
 2026-06-12 15:18 UTC 

[PATCH v2 1/1] mm: reduce NODE_RECLAIM_xxx and change to enum
 2026-06-12 15:17 UTC  (10+ messages)

[PATCH v3] mm/damon: add KUnit test for walk_control_obsolete behavior
 2026-06-12 15:05 UTC  (2+ messages)

[PATCH] mm/page_table_check: do not track special (PFN-mapped) PTEs
 2026-06-12 14:24 UTC  (2+ messages)

[v2 15/16] mm: install PMD swap entries on swap-out
 2026-06-12 14:21 UTC 

[PATCH v2 13/16] mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
 2026-06-12 13:14 UTC  (3+ messages)

[RFC PATCH v2 00/14] kcov: add per-task dataflow tracking for function arguments/return values
 2026-06-12 13:11 UTC  (14+ messages)
` [RFC PATCH v2 01/14] "
` [RFC PATCH v2 02/14] kcov: fix INIT_TRACK race in kcov_dataflow
` [RFC PATCH v2 03/14] kcov: add barriers to recursion guard in kcov_df_write

[PATCH RFC] mm/kmemleak: avoid soft lockup when scanning task stacks
 2026-06-12 11:57 UTC  (7+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-12 11:38 UTC  (7+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices

[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-12 11:29 UTC  (5+ messages)
` [PATCH v2 15/16] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()

[Bug Report] Elevated PMD nr_anon after running selftests
 2026-06-12 11:22 UTC  (3+ messages)

[RFC V2 0/3] lib/vsprintf: Add support for pgtable entries
 2026-06-12 11:14 UTC  (7+ messages)
` [RFC V2 3/3] mm: Replace pgtable entry prints with new format

[PATCH v3] mm/mempool: Untangle CONFIG_SLUB_DEBUG_ON abuse and switch to static key
 2026-06-12 10:43 UTC  (3+ messages)
` 答复: "

[RFC PATCH v2 00/11] add shmem mTHP collapse support
 2026-06-12 10:41 UTC  (5+ messages)
` [RFC PATCH v2 08/11] selftests: mm: extend the check_huge() to support mTHP check
` [RFC PATCH v2 11/11] selftests: mm: add mTHP collapse test cases

[PATCH 0/3] mm: cleanup clear_not_present_full_ptes()
 2026-06-12 10:36 UTC  (5+ messages)
` [PATCH 3/3] mm: cleanup clear_not_present_full_ptes() and rename to clear_non_present_ptes()

[PATCH v2 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64
 2026-06-12  6:31 UTC  (3+ messages)

[RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
 2026-06-12 10:22 UTC  (3+ messages)

[PATCH] mm: use mapping_mapped to simplify the code
 2026-06-12 10:16 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