Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-13 13:23:01 to 2026-05-13 21:21:57 UTC [more...]

[PATCH 0/3] mm/zswap: Implement per-cgroup proactive writeback
 2026-05-13 21:21 UTC  (12+ messages)
` [PATCH 2/3] mm/zswap: Implement "
` [PATCH 3/3] mm/zswap: Add per-memcg stat for "

[PATCH] mm/hugetlb: fix deadlock in __hugetlb_zap_begin() by using trylock
 2026-05-13 21:19 UTC 

[PATCH 0/6] mm: Make per-VMA locks available in all builds
 2026-05-13 21:03 UTC  (3+ messages)
` [PATCH 1/6] mm: Make per-VMA locks available universally

[PATCH 0/2] mm: document read_pages and simplify usage
 2026-05-13 20:45 UTC  (4+ messages)
` [PATCH 1/2] mm/readahead: add kerneldoc for read_pages

[PATCH v2] cgroup/dmem: introduce a peak file
 2026-05-13 20:44 UTC  (2+ messages)

improve the swap_activate interface
 2026-05-13 20:34 UTC  (6+ messages)
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter

[PATCH] zsmalloc: zero-initialize zspage memory to prevent KMSAN uninit reads
 2026-05-13 20:11 UTC  (4+ messages)

[PATCH v7 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-13 20:10 UTC  (9+ messages)
` [PATCH v7 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v7 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v7 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v7 4/6] mm/memory-failure: short-circuit PG_reserved before get_hwpoison_page()
` [PATCH v7 5/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v7 6/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl

[PATCH v4 00/55] make MM selftests more CI friendly
 2026-05-13 19:53 UTC  (6+ messages)
` [PATCH v4 04/55] selftests/mm: migration: properly cleanup fork()ed processes
` [PATCH v4 28/55] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown

[PATCH 0/2] Insert instead of copy pages into shmem when shrinking
 2026-05-13 19:43 UTC  (15+ messages)
` [PATCH 1/2] mm/shmem: add shmem_insert_folio()

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-05-13 19:33 UTC  (11+ messages)
` [PATCH v6 4/7] locking: Factor out queued_spin_release()
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v6 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v6 7/7] locking: Add contended_release tracepoint to qrwlock

[PATCH] selftests/cgroup: Fix error path leaks in test_percpu_basic
 2026-05-13 18:56 UTC  (2+ messages)

[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
 2026-05-13 18:39 UTC  (9+ messages)
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg

[PATCH] drm/panthor: set __GFP_SKIP_KASAN
 2026-05-13 18:39 UTC 

[akpm-mm:mm-new] BUILD SUCCESS WITH WARNING 2c3f468717231305523ddcd94d91c0d5e4a72419
 2026-05-13 18:36 UTC 

[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-05-13 18:27 UTC  (7+ messages)
` [PATCH v3 04/12] mm, swap: add support for stable large allocation in swap cache directly
` [PATCH v3 12/12] mm, swap: merge zeromap into swap table

[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
 2026-05-13 18:26 UTC  (8+ messages)
` [PATCH v2 47/69] powerpc/mm: Map shared vmemmap tail pages read-only
  ` [PATCH v2 66/69] mm/cma: Move CMA pageblock initialization into cma_activate_area()
  ` [PATCH v2 67/69] mm/cma: Move init_cma_pageblock() into cma.c
  ` [PATCH v2 68/69] mm/mm_init: Initialize pageblock migratetype in memmap init helpers
  ` [PATCH v2 69/69] Documentation/mm: Rewrite vmemmap_dedup.rst for unified HVO

[RFC PATCH v2 00/28] mm/damon: introduce data attributes monitoring
 2026-05-13 18:07 UTC  (3+ messages)
` [RFC PATCH v2 18/28] mm/damon: trace probe_hits

[PATCH v1] landlock: Account all audit data allocations to user space
 2026-05-13 18:03 UTC 

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-05-13 17:59 UTC  (10+ messages)
` [PATCH v2 19/22] mm/page_alloc: implement __GFP_UNMAPPED allocations
` [PATCH v2 20/22] mm/page_alloc: implement __GFP_UNMAPPED|__GFP_ZERO allocations

[akpm-mm:mm-new 301/315] mm/oom_kill.c:922:12: warning: 'kill_all_shared_mm' defined but not used
 2026-05-13 17:27 UTC  (2+ messages)

[PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
 2026-05-13 17:19 UTC  (6+ messages)
` [PATCH 1/4] mm: introduce for_each_free_list()
` [PATCH 4/4] mm/page_alloc: remove ifdefs from pindex helpers

[PATCH] mm/mmu_notifier: Fix a begin vs. start typo in the invalidate range comment
 2026-05-13 17:12 UTC  (2+ messages)

[PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-13 16:34 UTC  (3+ messages)

[PATCH] drivers/base/memory: set mem->altmap after successful device registration
 2026-05-13 16:07 UTC  (5+ messages)

[PATCH v4 0/9] mm: thp: always enable mTHP support
 2026-05-13 15:58 UTC  (10+ messages)
` [PATCH v4 2/9] mm: introduce pgtable_has_pmd_leaves()
` [PATCH v4 3/9] drivers: dax: use pgtable_has_pmd_leaves()
` [PATCH v4 8/9] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH v4 9/9] mm: thp: always enable mTHP support

[PATCH v6 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-05-13 15:44 UTC  (9+ messages)
` [PATCH v6 2/3] "
` [PATCH v6 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*

[PATCH 1/2] mm/page_alloc: add tracepoints for zone->lock acquisitions
 2026-05-13 15:32 UTC  (9+ messages)
` [PATCH 2/2] selftests/mm: add zone->lock tracepoint verification test

[GIT PULL] liveupdate updates for v7.1-rc4
 2026-05-13 15:28 UTC  (2+ messages)

[PATCH v6 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-13 15:07 UTC  (6+ messages)
` [PATCH v6 2/4] mm/memory-failure: classify get_any_page() failures by reason

[PATCH 1/1] kho: fix KHO_TREE_MAX_DEPTH for non-4KB page sizes
 2026-05-13 15:07 UTC  (2+ messages)

[PATCH] memblock: don't touch memblock arrays when memblock_free() is called late
 2026-05-13 14:29 UTC  (3+ messages)

[linus:master] [mm] 01b9da291c: stress-ng.switch.ops_per_sec 67.7% regression
 2026-05-13 14:27 UTC  (5+ messages)

[linux-next:master] [mm/lruvec] 56fbec5d69: will-it-scale.per_process_ops 37.6% improvement
 2026-05-13 14:19 UTC 

[PATCH v3] zram: fix use-after-free in zram_writeback_endio
 2026-05-13 14:02 UTC  (2+ messages)
` [PATCH] "

kmalloc_nolock() follow-ups, including kfree_rcu_nolock()
 2026-05-13 13:34 UTC  (4+ messages)

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-05-13 13:26 UTC  (7+ messages)


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