Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-27 12:11:13 to 2026-07-27 15:54:36 UTC [more...]

[RFC PATCH] mm/thp: order huge zero folio PFN invalidation before removal
 2026-07-27 15:54 UTC  (8+ messages)
  ` [RFC PATCH v2] mm/thp: serialize huge-zero folio state transitions
      ` [RFC PATCH v3] "

[PATCH] slub: print just the function name in /sys/kernel/slab/*/ctor
 2026-07-27 15:52 UTC  (2+ messages)

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-27 15:50 UTC  (20+ messages)
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 10/20] riscv: "
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [PATCH RFC v2 13/20] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()

[RFC PATCH 00/11] mm, swap: dynamic cluster management for xswap devices
 2026-07-27 15:48 UTC  (16+ messages)
` [RFC PATCH 01/11] mm: xswap support for zswap
` [RFC PATCH 02/11] mm, swap: add CONFIG_XSWAP and xswap fields to swap_info_struct
  ` [RFC PATCH 03/11] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc
  ` [RFC PATCH 04/11] mm, swap: add xswap grow trigger on cluster allocation
  ` [RFC PATCH 05/11] mm, swap: add xswap_try_shrink and shrink trigger on cluster free
  ` [RFC PATCH 06/11] mm, swap: free backing pages in xswap_unmap_clusters
  ` [RFC PATCH 07/11] mm, swap: add nr_free_tail for O(1) xswap shrink detection
  ` [RFC PATCH 08/11] mm, swap: add adjustable runtime ceiling (nr_clusters) for xswap
  ` [RFC PATCH 09/11] mm, swap: add debugfs knob for xswap per-device cluster limit
  ` [RFC PATCH 10/11] mm, swap: defer xswap shrink to workqueue to avoid lock recursion
  ` [RFC PATCH 11/11] mm, swap: serialize xswap map/unmap with a mutex

[PATCH v6 00/14] mm: thp: always enable mTHP support
 2026-07-27 15:41 UTC  (3+ messages)
` [PATCH v6 08/14] s390: move has_transparent_hugepage() out of THP guard

[RFC] Robust futex causing memcg OOM storm on exit
 2026-07-27 15:38 UTC  (3+ messages)

[PATCH v5 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-27 15:32 UTC  (9+ messages)
` [PATCH v5 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v5 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v5 05/12] hugetlb: Use the has_hwpoisoned flag
` [PATCH v5 06/12] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-27 15:03 UTC  (15+ messages)
` [PATCH RFC v4 01/12] x86/mm: add untagged_addr_remote_unlocked()
` [PATCH RFC v4 02/12] riscv/mm: "
` [PATCH RFC v4 03/12] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags
` [PATCH RFC v4 11/12] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()
` [PATCH RFC v4 12/12] selftests/mm: add a slow-GUP content and COW test for mTHP

[PATCH] kho: fix size calculation in kho_preserved_memory_reserve()
 2026-07-27 15:02 UTC 

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-27 14:44 UTC  (2+ messages)

[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
 2026-07-27 14:36 UTC  (4+ messages)
` [PATCH v2 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v2 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[RFC PATCH v2.1 00/17] mm/damon: introduce data access-as-a-data attribute
 2026-07-27 14:38 UTC  (18+ messages)
` [RFC PATCH v2.1 01/17] mm/damon/core: introduce DAMON_FILTER_TYPE_PGIDLE_UNSET
` [RFC PATCH v2.1 02/17] mm/damon/paddr: support PGIDLE_UNSET probe filter type
` [RFC PATCH v2.1 03/17] mm/damon/sysfs: support pgidle_unset "
` [RFC PATCH v2.1 04/17] Docs/mm/damon/design: document "
` [RFC PATCH v2.1 05/17] mm/damon/core: introduce damon_prep struct
` [RFC PATCH v2.1 06/17] mm/damon/core: commit preps
` [RFC PATCH v2.1 07/17] mm/damon/core: introduce damon_operations->prep_probes()
` [RFC PATCH v2.1 08/17] mm/damon/paddr: support damon_prep
` [RFC PATCH v2.1 09/17] mm/damon/sysfs: implement preps directory
` [RFC PATCH v2.1 10/17] mm/damon/sysfs: implement preps/nr_preps file
` [RFC PATCH v2.1 11/17] mm/damon/sysfs: create directories for nr_preps writes
` [RFC PATCH v2.1 12/17] mm/damon/sysfs: implement prep_action file
` [RFC PATCH v2.1 13/17] mm/damon/sysfs: pass preps to DAMON core
` [RFC PATCH v2.1 14/17] selftests/damon/sysfs.sh: test probe prep sysfs files
` [RFC PATCH v2.1 15/17] Docs/mm/damon/design: document probe preps
` [RFC PATCH v2.1 16/17] Docs/admin-guide/mm/damon/usage: document probe preps sysfs files
` [RFC PATCH v2.1 17/17] Docs/ABI/damon: document probe prep "

[PATCH v5 0/3] mm: make persistent huge zero folio read-only
 2026-07-27 14:34 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [PATCH v5 3/3] x86/mm: "

[PATCH 2/2] mm/damon/sysfs-schemes: report the number of tried regions
 2026-07-27 14:34 UTC  (2+ messages)

[PATCH v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-27 14:28 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
 2026-07-27 14:26 UTC  (2+ messages)

[PATCH] mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
 2026-07-27 14:24 UTC  (2+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-27 14:20 UTC  (3+ messages)

[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-27 14:07 UTC  (15+ 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 v2] mm/page_reporting: Add page_reporting_delay_ms sysctl
 2026-07-27 14:00 UTC  (4+ messages)

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

[PATCH] mm: memcg: stop reclaim when a limit update is superseded
 2026-07-27 13:58 UTC  (4+ messages)

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

[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  (3+ messages)

[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 


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