Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-03 19:34:36 to 2026-08-04 15:46:57 UTC [more...]

[PATCH v8 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-04 15:46 UTC  (5+ messages)
` [PATCH v8 02/15] memory-failure: Prevent hugetlb freeing during unpoisoning
` [PATCH v8 06/15] kpageflags: Use is_page_hwpoison() to set KPF_HWPOISON

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-04 15:39 UTC  (31+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH v5 0/3] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-08-04 15:36 UTC  (5+ messages)
` [PATCH v5 1/3] mm/vmstat, mm/memcontrol: add _monotonic vmstat readers
` [PATCH v5 2/3] mm/vmscan: add pgrotate_anon and pgrotate_file vmstat counters

[RFC PATCH v1 1/3] blk-cgroup: add helpers for bio cgroup state
 2026-08-04 15:30 UTC  (4+ messages)
    ` [RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-04 15:28 UTC  (12+ messages)
` [PATCH RFC 01/14] mm/zsmalloc: replace PG_private with pointer comparison
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private
` [PATCH RFC 08/14] fs/erofs: use folio_attach/detach_private() instead of direct assignment

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-08-04 15:21 UTC  (14+ messages)
` [PATCH 04/16] vmalloc: pass in pgd pointer for vmap{__vunmap}_range_noflush()

[akpm-mm:mm-new 448/454] tools/testing/selftests/mm/.gitignore: warning: ignored by one of the .gitignore files
 2026-08-04 15:14 UTC 

[PATCH v2 0/2] mm/page_ext: remove pgdat_page_ext_init()
 2026-08-04 15:11 UTC  (3+ messages)
` [PATCH v2 1/2] mm/Kconfig: make FLATMEM depend on !NUMA
` [PATCH v2 2/2] mm/page_ext: remove pgdat_page_ext_init()

[PATCH v3 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-04 15:00 UTC  (15+ messages)
` [PATCH v3 1/5] mm: Make per-VMA locks available universally
` [PATCH v3 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v3 3/5] mm: Add RCU-based VMA lookup helper that waits for writers

[PATCH] drm/gem-shmem: Install writable PTEs for write faults
 2026-08-04 14:57 UTC  (3+ messages)

[PATCH v2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-04 12:20 UTC 

[PATCH v2 0/6] mm: add basic PTE const type-safety
 2026-08-04 13:09 UTC  (25+ messages)
` [PATCH v2 1/6] mm/arm64: constify pte_get*() and contpte get logic
` [PATCH v2 2/6] parisc: Drop own implementations for ptep_get() and ptep_test_and_clear_young()
` [PATCH v2 3/6] mm/powerpc/8xx: constify ptep_get() argument
` [PATCH v2 4/6] mm/s390: "
` [PATCH v2 5/6] mm: constify generic pte_get*()
` [PATCH v2 6/6] mm: constify the pte_offset_map_ro_nolock() return value

[PATCH 0/4] mm/mm_init: simplify zone_spanned_pages_in_node()
 2026-08-04 14:48 UTC  (5+ messages)
` [PATCH 1/4] mm/mm_init: fold adjust_zone_range_for_zone_movable() into its sole caller
` [PATCH 2/4] mm/mm_init: remove redundant clamping in zone_spanned_pages_in_node()
` [PATCH 3/4] mm/mm_init: move the range check and clamping inside ZONE_MOVABLE branch
` [PATCH 4/4] mm/mm_init: clean up zone_spanned_pages_in_node()

[PATCH] MAINTAINERS: move mm/folio.c to MM CORE
 2026-08-04 11:11 UTC 

[PATCH] mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
 2026-08-04 14:33 UTC  (8+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH] selftests/mm: read memory information without popen
 2026-08-04 12:21 UTC  (5+ messages)
` [PATCH v2] "

[PATCH RFT 0/3] mm, drm: ensure .fault() does not have to be followed by .pfn_mkwrite() for write faults
 2026-08-04 14:35 UTC  (8+ messages)
  ` [PATCH RFT 1/3] mm: export variants of vmf_insert_pfn* for use with pfn_mkwrite()

[PATCH] mm: add some missing includes to mm-local headers
 2026-08-04 12:17 UTC  (4+ messages)

[PATCH] mm/sparse: keep mem_section_usage_size() internal
 2026-08-04 11:10 UTC 

[RFC PATCH v1 0/2] mm: use VMA lock for kernel faults on user addresses
 2026-08-04 14:46 UTC  (5+ messages)
` [RFC PATCH v1 1/2] x86/mm: "

[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
 2026-08-04 14:42 UTC  (11+ messages)
` [PATCH v2 1/6] mm: export vmf_insert_pfn_prot_mkwrite(), change variants to inline
` [PATCH v2 2/6] drm/shmem_helper: use vmf_insert_pfn_mkwrite()
` [PATCH v2 3/6] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use
` [PATCH v2 4/6] kvm: apply VM_READ/VM_WRITE checks to all VMA types
` [PATCH v2 5/6] mm: pull writability check to follow_pfnmap_start()
` [PATCH v2 6/6] kvm: return -EFAULT for writes to !VM_WRITE IO mappings

[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-08-04 14:40 UTC  (5+ messages)
` [PATCH v7 1/7] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup

[PATCH v1 2/2] mm/memory: add anonymous mTHP folios to deferred split list
 2026-08-04 14:39 UTC  (17+ messages)

[PATCH v3] kexec: keep the next kernel off hardware-poisoned pages
 2026-08-04 14:36 UTC  (2+ messages)

[PATCH] drm/shmem_helper: Check VMA boundaries for PMD mappings
 2026-08-04 14:34 UTC  (2+ messages)

[PATCH v2] block: split out a new blk_plug.h header
 2026-08-04 13:00 UTC  (2+ messages)

[RFC PATCH v4 0/3] mm: retry page faults under per-VMA lock when possible
 2026-08-04 11:47 UTC 

[PATCH] selftests/mm: khugepaged: skip swap tests when no swap available
 2026-08-04 12:53 UTC 

[syzbot] [mm?] kernel panic: System is deadlocked on memory (2)
 2026-08-04 14:05 UTC  (2+ messages)

[RFC PATCH] mm/damon: introduce damos_sort_type for re-ordering regions list
 2026-08-04 13:58 UTC 

[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
 2026-08-04 13:56 UTC  (3+ messages)

[RFC PATCH v4 1/3] mm: allow page faults to request VMA-lock retry
 2026-08-04 12:31 UTC 

[PATCH] Fix incorrect flush address in direct page table reclaim
 2026-08-04 13:43 UTC 

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-08-04 13:03 UTC  (5+ messages)
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback

[LSF/MM/BPF TOPIC] 64k (or 16k) base page size on x86
 2026-08-04 12:24 UTC  (3+ messages)
  ` [External] "

[PATCH v13 00/11] migrate on fault for device pages
 2026-08-04  4:26 UTC  (12+ messages)
` [PATCH v13 01/11] mm/Kconfig: changes for "
` [PATCH v13 02/11] mm: add helper to convert HMM pfn to migrate pfn
` [PATCH v13 03/11] mm/hmm: preparations for HMM to participate in migration
` [PATCH v13 04/11] mm/hmm: do the plumbing "
` [PATCH v13 05/11] mm/hmm: implement folio split for migrate needs in HMM pagewalk
` [PATCH v13 06/11] mm/hmm: migrate collection in HMM pagewalk - pte level
` [PATCH v13 07/11] mm/hmm: migrate collection in HMM pagewalk - pmd level
` [PATCH v13 08/11] mm/hmm: add lazy MMU mode support for migration in HMM pagewalk
` [PATCH v13 09/11] mm/hmm: implement rollback for device page "
` [PATCH v13 10/11] mm: enable device page migration from "
` [PATCH v13 11/11] lib/test_hmm: add a new testcase for the migrate on fault

[PATCH 0/2] selftests/cgroup: test_zswap: fix single-core flakes
 2026-08-04  4:20 UTC  (3+ messages)
` [PATCH 1/2] selftests/cgroup: test_zswap: retry subtree_control write on EBUSY in test_zswap_writeback
` [PATCH 2/2] selftests/cgroup: test_zswap: fix implicit unsigned promotion bug in test_no_kmem_bypass

[PATCH v3 0/3] make unused huge shrinker memcg aware
 2026-08-04  3:51 UTC  (6+ messages)
` [PATCH v3 1/3] fs: fix missed removal of super_fs_objects_eligible()

[PATCH RFC 06/14] fs/f2fs: stop using PG_private
 2026-08-03 15:48 UTC  (2+ messages)

[PATCH] mm/page_ext: remove pgdat_page_ext_init()
 2026-08-04  4:17 UTC  (3+ messages)

[PATCH v3] alloc_tag: expose profiling and compression states
 2026-08-04  3:17 UTC  (5+ messages)

[PATCH] mm/huge_memory: avoid TOCTOU race in min_order_for_split()
 2026-08-04  3:58 UTC 

[PATCH v3 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-08-04  3:55 UTC  (18+ messages)
` [PATCH v3 01/17] mm/sparse: relax struct mem_section size constraints
` [PATCH v3 02/17] mm/sparse-vmemmap: rename HVO order macros
` [PATCH v3 03/17] mm/mm_init: skip initializing shared vmemmap tail pages
` [PATCH v3 04/17] mm/sparse-vmemmap: initialize shared tail vmemmap pages on allocation
` [PATCH v3 05/17] mm/sparse-vmemmap: support section-based vmemmap accounting
` [PATCH v3 06/17] mm/mm_init: factor out pfn_to_zone()
` [PATCH v3 07/17] mm/sparse-vmemmap: move vmemmap_get_tail() before PTE population
` [PATCH v3 08/17] mm/sparse-vmemmap: support section-based vmemmap optimization
` [PATCH v3 09/17] mm/sparse: initialize memory sections earlier
` [PATCH v3 10/17] mm/hugetlb: switch HugeTLB to section-based vmemmap optimization
` [PATCH v3 11/17] mm/sparse-vmemmap: remove SPARSEMEM_VMEMMAP_PREINIT support
` [PATCH v3 12/17] mm/sparse: inline usemap allocation into sparse_init_nid()
` [PATCH v3 13/17] mm/sparse: remove section_map_size()
` [PATCH v3 14/17] mm/hugetlb: remove HUGE_BOOTMEM_HVO
` [PATCH v3 15/17] mm/hugetlb: remove HUGE_BOOTMEM_CMA
` [PATCH v3 16/17] mm/hugetlb: localize struct huge_bootmem_page
` [PATCH v3 17/17] mm/hugetlb: localize HUGE_BOOTMEM_ZONES_VALID

[PATCH v2] mm/memory-failure: fix refcount leak on soft-offline LBS folio
 2026-08-04  3:53 UTC 

Re:Re: [PATCH] mm/memory-failure: fix refcount leak on soft-offline LBS folio
 2026-08-04  3:53 UTC 

[PATCH v2 0/2] Honor XA_FLAGS_ACCOUNT in xas_split_alloc() and charge to folio's memcg
 2026-08-04  3:09 UTC  (9+ messages)
` [PATCH v2 1/2] mm/huge_memory: use folio's memcg inside __folio_split()

[PATCH RFC 00/15] mm/mglru: frequency guided promotion (MGLRU-FG) and flag cleanup
 2026-08-04  3:07 UTC  (19+ messages)
` [PATCH RFC 01/15] mm/memcontrol: make lru_zone_size atomic and simplify sanity check
` [PATCH RFC 02/15] mm/memcontrol: allow update of LRU statistic without holding LRU lock
` [PATCH RFC 03/15] mm/mglru: introduce and always use helpers for manipulating page flags
` [PATCH RFC 04/15] mm/mglru: make generation page counters atomic
` [PATCH RFC 05/15] mm/mglru: move max_seq read into walk_update_folio
` [PATCH RFC 06/15] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH RFC 07/15] mm/mglru: move refault workingset activation into lru_gen_refault
` [PATCH RFC 08/15] mm/memcg: add folio-based lruvec live helper
` [PATCH RFC 09/15] mm/mglru: frequency guided workingset promotion (MGLRU-FG)
` [PATCH RFC 10/15] mm/mglru: make folio lru referenced times count a generic API
` [PATCH RFC 11/15] mm/mglru: replace folio workinset check and update with new helper
` [PATCH RFC 12/15] mm/smap: report workingset folios as referenced
` [PATCH RFC 13/15] mm/huge_memory: mark file folio as accessed more accurately on split
` [PATCH RFC 14/15] mm/khugepaged: consider workingset folios as referenced
` [PATCH RFC 15/15] mm/madvise: convert to new lru refs API and better support for MGLRU

[PATCH] Fix incorrect flush address in direct page table reclaim
 2026-08-04  2:18 UTC  (3+ messages)

[PATCH 0/2] docs/ksm: fix advisor documentation and comment
 2026-08-04  2:15 UTC  (8+ messages)
` [PATCH 1/2] docs: ksm: fix typos in sysfs knob names

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-08-04  1:23 UTC  (2+ messages)

[PATCH v2] mm/swap: reject swapon() on filesystem-level encrypted files
 2026-08-04  0:54 UTC  (2+ messages)

[PATCH v2 0/3] mm/vmalloc: stop truncating byte counts derived from nr_pages
 2026-08-04  0:39 UTC  (5+ messages)
` [PATCH v4] mm/vmalloc: make vm_struct.nr_pages an unsigned long

[PATCH v6] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-04  0:17 UTC 

[PATCH 2/2] mm/damon/lru_sort: error out for >10000 active_mem_bp
 2026-08-04  0:16 UTC  (2+ messages)

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-04  0:08 UTC  (7+ messages)
` [PATCH v3 07/26] x86/mm: introduce mm-local region
` [PATCH v3 08/26] x86/mm: move LDT remap into "
` [PATCH v3 10/26] mm: Add more flags for __apply_to_page_range()

[PATCH v4 0/2] selftests/mm: use pattern matching in .gitignore
 2026-08-04  0:02 UTC  (6+ messages)
` [PATCH v4 1/2] selftests/mm: rename local_config.h to local_config.h_gen
` [PATCH v4 2/2] selftests/mm: use pattern matching in .gitignore

[RFC PATCH v3] mm: retry page faults under per-VMA lock when mmap_lock is not required
 2026-08-03 22:48 UTC  (3+ messages)

[PATCH] mm/memory-failure: fix refcount leak on soft-offline LBS folio
 2026-08-03 22:06 UTC  (2+ messages)

[PATCH v9 0/8] mm: optimize zone-device memmap initialization
 2026-08-03 21:40 UTC  (2+ messages)

[PATCH 6.18.y 0/2] mm/slab: fix unbounded recursion in free path with memalloc profiling
 2026-08-03 20:46 UTC  (2+ messages)

[PATCH] kho: do not reserve scratch memory in the kdump kernel
 2026-08-03 19:39 UTC 


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