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

[PATCH 0/7] Silence spurious warnings and crashes from kunit test suites
 2026-05-14  5:58 UTC  (9+ messages)
` [PATCH 1/7] init/initramfs_test: wait_for_initramfs() before running
` [PATCH 2/7] kfence: kunit: skip when no pool is available
` [PATCH 3/7] lib/math/int_log: drop WARN_ON for value == 0
` [PATCH 4/7] kunit: platform: catch duplicate (name, id) in kunit_platform_device_add()
` [PATCH 5/7] misc: reject duplicate names in misc_register()
` [PATCH 6/7] hw_breakpoint_test: fix test_many_cpus failure on large systems
` [PATCH 7/7] lib/tests: test_ratelimit: fix stress test thread lifecycle and leak

[RFC PATCH 0/1] batch page copies in folio_copy() and folio_mc_copy()
 2026-05-14  5:17 UTC  (4+ messages)
` [RFC PATCH 1/1] mm: "

[PATCH 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-05-14  4:37 UTC  (6+ messages)
` [PATCH 1/6] alloc_tag: add ioctl to /proc/allocinfo

[PATCH RFC] memcg: add per-cgroup dirty page controls (dirty_ratio, dirty_min)
 2026-05-14  4:10 UTC  (3+ messages)

[PATCH] lib/test_hmm: Check alloc_page_vma() return value
 2026-05-14  3:23 UTC 

[PATCH mm-unstable v17 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
 2026-05-14  3:10 UTC  (3+ messages)

[PATCH] lib/test_hmm: fix error path in dmirror_devmem_fault()
 2026-05-14  2:53 UTC 

[PATCH] mm/hugetlb: fix deadlock in __hugetlb_zap_begin() by using trylock
 2026-05-14  2:42 UTC  (2+ messages)

[PATCH v2 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
 2026-05-14  2:41 UTC  (4+ messages)
` [PATCH v2 2/2] mm: huge_memory: refactor thpsize_shmem_enabled_show() with helper arrays

[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
 2026-05-14  2:37 UTC  (27+ messages)
` [PATCH v2 47/69] powerpc/mm: Map shared vmemmap tail pages read-only
  ` [PATCH v2 49/69] mm/hugetlb_vmemmap: Remove vmemmap_wrprotect_hvo()
  ` [PATCH v2 50/69] mm/sparse: Simplify section_nr_vmemmap_pages()
  ` [PATCH v2 51/69] mm/sparse-vmemmap: Introduce vmemmap_nr_struct_pages()
  ` [PATCH v2 52/69] powerpc/mm: Drop powerpc vmemmap_can_optimize()
  ` [PATCH v2 53/69] mm/sparse-vmemmap: Drop vmemmap_can_optimize()
  ` [PATCH v2 54/69] mm/sparse-vmemmap: Drop @pgmap from vmemmap population APIs
  ` [PATCH v2 55/69] mm/sparse: Decouple section activation from ZONE_DEVICE
  ` [PATCH v2 56/69] mm: Redefine HVO as Hugepage Vmemmap Optimization
  ` [PATCH v2 57/69] mm/sparse-vmemmap: Consolidate HVO enable checks
  ` [PATCH v2 58/69] mm/hugetlb: Make HVO optimizable checks depend on generic logic
  ` [PATCH v2 59/69] mm/sparse-vmemmap: Localize init_compound_tail()
  ` [PATCH v2 60/69] mm/mm_init: Check zone consistency on optimized vmemmap sections
  ` [PATCH v2 61/69] mm/hugetlb: Drop boot-time HVO handling for gigantic folios
  ` [PATCH v2 62/69] mm/hugetlb: Simplify hugetlb_folio_init_vmemmap()
  ` [PATCH v2 63/69] mm/hugetlb: Initialize the full bootmem hugepage in hugetlb code
  ` [PATCH v2 64/69] mm/mm_init: Factor out compound page initialization
  ` [PATCH v2 65/69] mm/mm_init: Make __init_single_page() static
  ` [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

[RESEND PATCH] mm/memory_failure: use bool for hugetlb indicator in try_memory_failure_hugetlb
 2026-05-14  2:34 UTC  (5+ messages)

[PATCH v4 0/9] mm: thp: always enable mTHP support
 2026-05-14  2:25 UTC  (14+ 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] mm: make zeropage read-only
 2026-05-14  2:16 UTC  (4+ messages)

[RFC PATCH v2 00/28] mm/damon: introduce data attributes monitoring
 2026-05-14  2:08 UTC  (6+ messages)
` [RFC PATCH v2 18/28] mm/damon: trace probe_hits

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

[PATCH 0/6] mm: Make per-VMA locks available in all builds
 2026-05-14  2:03 UTC  (23+ messages)
` [PATCH 1/6] mm: Make per-VMA locks available universally
` [PATCH 2/6] binder: Make shrinker rely solely on per-VMA lock
` [PATCH 3/6] mm: Add RCU-based VMA lookup that waits for writers
` [PATCH 4/6] binder: Remove mmap_lock fallback
` [PATCH 5/6] tcp: Remove mmap_lock fallback path
` [PATCH 6/6] x86/mm: Avoid mmap lock for shadow stack pop fast path

[PATCH v2] mm/damon/vaddr: attempt per-vma lock during page table walk
 2026-05-14  2:00 UTC  (2+ messages)

[PATCH v2] maple_tree: document that "last" in mtree_insert_range() is inclusive
 2026-05-14  1:42 UTC  (2+ messages)

[PATCH v2 03/14] mm: rename uffd-wp PTE accessors to uffd
 2026-05-14  1:31 UTC  (2+ messages)

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

[PATCH v2] mm/shrinker: simplify shrinker_memcg_alloc() using guard()
 2026-05-14  1:12 UTC  (2+ messages)

[PATCH 3/3] tools/mm/page-types: Fix kpageflags option argument in getopt_long
 2026-05-14  0:57 UTC  (2+ messages)

[PATCH 0/1] mm/userfaultfd: fix UFFDIO_COPY retry private/shared VMA panic
 2026-05-14  0:54 UTC  (2+ messages)
` [PATCH 1/1] mm/userfaultfd: validate effective UFFDIO_COPY ops after retry

[PATCH 2/3] tools/mm/page-types: Fix ternary operator precedence in sigbus handler
 2026-05-14  0:53 UTC  (2+ messages)

[PATCH 1/3] tools/mm/page-types: Fix typo in madvise() error message
 2026-05-14  0:23 UTC  (2+ messages)

[linus:master] [maple_tree] 280b792cac: will-it-scale.per_process_ops 6.0% regression
 2026-05-14  0:16 UTC  (2+ messages)

[RFC v1 PATCH 0/11] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-05-14  0:00 UTC  (3+ messages)

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

[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 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 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] drivers/base/memory: set mem->altmap after successful device registration
 2026-05-13 16:07 UTC  (5+ messages)

[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