Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-26 10:46:20 to 2026-07-27 14:06:35 UTC [more...]

[RFC PATCH 00/11] mm, swap: dynamic cluster management for xswap devices
 2026-07-27 14:05 UTC  (10+ 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

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-27 14:05 UTC  (7+ messages)
` [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 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 v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-27 13:57 UTC  (6+ messages)
` [PATCH v4 2/2] "

[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 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  (3+ 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 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  (29+ 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 v3 03/26] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v3 04/26] x86/mm: split out preallocate_sub_pgd()
` [PATCH v3 05/26] x86: move PAE PMD preallocation defines to header
` [PATCH v3 06/26] x86/tlb: Expose some flush function declarations to modules
` [PATCH v3 07/26] x86/mm: introduce mm-local region
` [PATCH v3 08/26] x86/mm: move LDT remap into "
` [PATCH v3 09/26] mm: Create flags arg for __apply_to_page_range()
` [PATCH v3 10/26] mm: Add more flags "
` [PATCH v3 11/26] x86/mm: introduce the mermap
` [PATCH v3 12/26] mm: KUnit tests for "
` [PATCH v3 13/26] mm: introduce freetype_t
` [PATCH v3 14/26] mm: move migratetype definitions to freetype.h
` [PATCH v3 15/26] mm/page_alloc: add support for freetypes with no freelist
` [PATCH v3 16/26] mm: add definitions for allocating unmapped pages
` [PATCH v3 17/26] mm: encode freetype flags in pageblock flags
` [PATCH v3 18/26] mm/page_alloc: separate pcplists by freetype flags
` [PATCH v3 19/26] mm/page_alloc: rename ALLOC_NON_BLOCK back to _HARDER
` [PATCH v3 20/26] mm/page_alloc: introduce ALLOC_NOBLOCK
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations
` [PATCH v3 22/26] mm: Minimal KUnit tests for some new page_alloc logic
` [PATCH v3 23/26] mm: Split out NR_FREE_PAGES_BLOCKS_[UN]MAPPED
` [PATCH v3 24/26] mm/page_alloc: always direct compact for unmapped allocs
` [PATCH v3 25/26] mm: plumb alloc flags into some alloc funcs
` [PATCH v3 26/26] mm: add fast path for AS_NO_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  (11+ messages)
` [PATCH v3 01/24] binfmt_misc: restore write access when removing an entry
` [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
` [PATCH v3 12/24] binfmt_misc: convert the entry file to seq_file

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

[PATCH v2 0/6] remove dead NULL checks after GFP_NOFAIL allocations and fix xive use-after-free
 2026-07-27  6:16 UTC  (9+ messages)
` [PATCH v2 1/6] powerpc/xive: remove dead NULL check after GFP_NOFAIL allocation
` [PATCH v2 3/6] powerpc/xive: fix use-after-free of xive_ipis
` [PATCH v2 5/6] lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocations

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

[PATCH v2 0/2] make unused huge shrinker memcg aware
 2026-07-27  5:11 UTC  (3+ messages)
` [PATCH v2 2/2] mm: shmem: "

[PATCH v2] mm/migrate_device: Clear stale mapping after freeing swapcache
 2026-07-27  5:06 UTC  (9+ messages)

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-27  4:20 UTC  (4+ messages)

[PATCH] mm/page_alloc: only update NUMA min ratios on sysctl write
 2026-07-27  3:55 UTC  (2+ messages)

[RFC v2 0/3] mm/mglru: proactive aging via memory.aging
 2026-07-27  3:54 UTC  (2+ messages)

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-27  1:46 UTC  (2+ messages)

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-27  0:40 UTC  (3+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-26 23:50 UTC  (6+ messages)
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl

[RFC PATCH v2 0/5] mm: mglru: fix swappiness behavior
 2026-07-26 22:08 UTC  (7+ messages)
` [RFC PATCH v2 1/5] mm: mglru: avoid scanning empty generations in scan_folios()
` [RFC PATCH v2 2/5] mm: mglru: only fall back when reclaim is running at high priority
` [RFC PATCH v2 3/5] mm: mglru: prevent min_seq[type] from pointing to an empty generation
` [RFC PATCH v2 4/5] mm: mglru: run aging when pages are severely imbalanced across gens
` [RFC PATCH v2 5/5] mm: mglru: run aging if the preferred type has no folios in reclaimable gens

[PATCH v23 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-26 21:28 UTC  (3+ messages)
` [PATCH v23 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v23 2/2] ras: mem: Add ACPI RAS2 memory driver

[RFC PATCH] mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}
 2026-07-26 20:55 UTC 

[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING 34cacd0ac7c10dc9e34e1b9f28a2b78d335cb487
 2026-07-26 18:41 UTC  (3+ messages)

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

[PATCH v3] mm/damon/ops-common: putback folios on invalid migrate nid
 2026-07-26 16:50 UTC  (2+ messages)

[PATCH 1/2] mm/vmalloc: fix 32-bit truncation of the area size in vread_iter()
 2026-07-26 15:25 UTC  (3+ messages)

[PATCH RFC] mm/zswap: reference the pool by index to shrink struct zswap_entry
 2026-07-26 15:18 UTC 


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