Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-27 06:18:19 to 2026-07-27 13:53:50 UTC [more...]

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-27 13:53 UTC  (3+ messages)
` [PATCH RFC v4 12/12] selftests/mm: add a slow-GUP content and COW test for mTHP

[RFC PATCH 00/11] mm, swap: dynamic cluster management for xswap devices
 2026-07-27 13:50 UTC  (2+ messages)
` [RFC PATCH 01/11] mm: xswap support for zswap

[PATCH] mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
 2026-07-27 13:50 UTC 

[PATCH 0/5] mm: add basic PTE const type-safety
 2026-07-27 13:44 UTC  (13+ messages)
` [PATCH 1/5] mm: constify generic pte_get*()
` [PATCH 3/5] mm/parisc: constify ptep_get() argument

[RFC PATCH] mm/thp: order huge zero folio PFN invalidation before removal
 2026-07-27 13:40 UTC  (5+ messages)
  ` [RFC PATCH v2] mm/thp: serialize huge-zero folio state transitions

[PATCH RFC 0/3] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-07-27 13:22 UTC  (3+ messages)

[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
 2026-07-27 12:59 UTC  (10+ messages)

[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
 2026-07-27 13:04 UTC  (8+ messages)

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-07-27 12:59 UTC  (7+ messages)

[PATCH] mm: memcg: stop reclaim when a limit update is superseded
 2026-07-27 12:59 UTC  (3+ messages)

[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-27 12:54 UTC  (14+ messages)
` [PATCH v3 01/13] mm/slab: skip kfence objects in allocation profiling
` [PATCH v3 02/13] mm/slab: remove objs_per_slab()
` [PATCH v3 03/13] mm: move struct slabobj_ext to mm/slab.h
` [PATCH v3 04/13] mm/slab: make slab_obj_ext() determine object index
` [PATCH v3 05/13] mm/slab: abstract slabobj_ext.objcg access
` [PATCH v3 06/13] mm/slab: abstract slabobj_ext.ref access
` [PATCH v3 07/13] mm/slab: replace slab.stride with obj_exts_in_object
` [PATCH v3 08/13] mm/slab: change struct slabobj_ext to a union
` [PATCH v3 09/13] mm/slab: introduce slab_obj_ext_has_codetag()
` [PATCH v3 10/13] mm/slab: reduce slabobj_ext memory with allocation profiling disabled
` [PATCH v3 11/13] mm/slab: add cache_ and slab_needs_objcg() helpers
` [PATCH v3 12/13] mm/slab: stop allocating objcg pointers when unnecessary
` [PATCH v3 13/13] mm/slab, kfence, memcg: completely remove obj_ext for kfence objects

[PATCH V3] mm: Standardize printing for pgtable entries
 2026-07-27 12:50 UTC  (8+ messages)

[PATCH] ksm: Stop iterating VMAs when ksm_test_exit returns true
 2026-07-27 12:43 UTC  (2+ messages)

[PATCH v8 0/9] mm: optimize zone-device memmap initialization
 2026-07-27 12:34 UTC  (10+ messages)
` [PATCH v8 1/9] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v8 2/9] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v8 3/9] mm: add a set_page_section_from_pfn() helper
` [PATCH v8 4/9] mm: add a template-based fast path for zone-device page init
` [PATCH v8 5/9] mm: extend the template fast path to zone-device compound tails
` [PATCH v8 6/9] string: introduce memcpy_nontemporal()
` [PATCH v8 7/9] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v8 8/9] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v8 9/9] mm: always use the zone-device template init path

[PATCH] selftests/mm: unpoison pages in memory-failure teardown
 2026-07-27 12:31 UTC  (2+ messages)

[RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline
 2026-07-27 12:25 UTC 

[PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()
 2026-07-27 12:16 UTC  (3+ messages)

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-27 12:04 UTC  (11+ messages)
` [PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous

[PATCH v2] nodemask: reduce bitmap width to nr_node_ids in __nodemask_pr_numnodes()
 2026-07-27 11:56 UTC  (3+ messages)
  ` 答复: [????] "

BUG: possible recursive locking detected in sleepable task_vma iterator
 2026-07-27 11:55 UTC  (2+ messages)

[PATCH -v4 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-27 11:37 UTC  (8+ messages)
` [PATCH -v4 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max
` [PATCH -v4 4/4] mm/mglru: "

[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-27 11:25 UTC  (6+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
  ` [REGRESSION]: "

[PATCH v3] mm/migrate_device: Clear stale mapping after freeing swapcache
 2026-07-27 10:58 UTC  (3+ messages)

[RFC PATCH] mm/khugepaged: cap pageblock contribution to min_free_kbytes
 2026-07-27 10:54 UTC  (6+ messages)

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-07-27 10:40 UTC  (5+ messages)
` [PATCH v3 01/26] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v3 02/26] mm/secretmem: make use of folio_{zap,restore}_direct_map

[PATCH RFC 00/18] arch, mm: create a generic set_memory/change_page_attr core
 2026-07-27 10:22 UTC  (6+ messages)

[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
 2026-07-27 10:08 UTC  (5+ messages)
  ` [PATCH v4 16/21] mm/mm_init: simplify deferred_free_pages() migratetype init

[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
 2026-07-27  9:54 UTC  (2+ messages)
` [PATCH 2/2] mm/damon/sysfs-schemes: report the number of tried regions

[PATCH v3 0/5] selftests/mm: Handle unsupported and transient test conditions
 2026-07-27  9:52 UTC  (6+ messages)
` [PATCH v3 1/5] selftests/mm: skip COW tmpfile cases when fallocate() is unsupported
` [PATCH v3 2/5] selftests/mm: skip guard hole-punch test if MADV_REMOVE "
` [PATCH v3 3/5] selftests/mm: skip khugepaged swap tests without swap
` [PATCH v3 4/5] selftests/mm: skip hard dirty page-cache test on NFS
` [PATCH v3 5/5] selftests/mm: retry migration failures for the full runtime

[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-07-27  9:49 UTC  (4+ messages)
` [PATCH v6 2/2] mm/memory_hotplug: improve shrink_zone_span() subsection boundary checks

[PATCH] mm/usercopy: harden bounds checking for vmalloc allocations
 2026-07-27  9:26 UTC  (5+ messages)

[akpm-mm:mm-unstable 340/601] include/linux/compiler_types.h:702:38: error: call to '__compiletime_assert_501' declared with attribute error: BUILD_BUG failed
 2026-07-27  9:25 UTC  (3+ messages)

[PATCH v2 0/5] selftests/mm: Handle unsupported and transient test conditions
 2026-07-27  9:21 UTC  (11+ messages)
` [PATCH v2 4/5] selftests/mm: skip hard dirty page-cache test on NFS
` [PATCH v2 5/5] selftests/mm: retry migration failures for the full runtime

[PATCH v4 0/3] promote mapped executable folios after first usage for MGLRU
 2026-07-27  8:08 UTC  (3+ messages)

[PATCH v3] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-07-27  8:01 UTC  (2+ messages)

[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-27  7:42 UTC  (7+ messages)
` [PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
` [PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry

mm: opaque hardware page-table entry handles
 2026-07-27  7:11 UTC  (8+ messages)

[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-27  6:22 UTC  (16+ messages)
` [PATCH v2 01/13] mm/slab: skip kfence objects in allocation profiling
` [PATCH v2 09/13] mm/slab: change struct slabobj_ext to a union
` [PATCH v2 12/13] mm/slab: add cache_ and slab_needs_objcg() helpers


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