Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-09 21:49:47 to 2026-09-10 11:00:34 UTC [more...]

[PATCH v2 00/13] s390/cio: replace page allocator calls with k[mz]alloc()
 2026-09-10 11:00 UTC  (6+ messages)
` [PATCH v2 01/13] s390/chsc: Use kzalloc() for CUBs
` [PATCH v2 02/13] s390/chsc: Use kzalloc() for the SEI work area
` [PATCH v2 03/13] s390/chsc_sch: Use kzalloc() for CHSC requests
` [PATCH v2 04/13] s390/chsc_sch: Use __free(kfree) for synchronous "
` [PATCH v2 05/13] s390/cio: Use kzalloc() for CHSC work areas

[PATCH v5 0/3] kselftest: mm: fix some failure of split_huge_page_test
 2026-09-10 10:59 UTC  (12+ messages)
` [PATCH v5 1/3] kselftest: mm: prevent random failure of huge page split for khugepaged
` [PATCH v5 2/3] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper
` [PATCH v5 3/3] kselftest: mm: introduce alloc_isolated_mem()

[PATCH v5 00/19] selftests/mm: improve khugepaged coverage
 2026-09-10 10:59 UTC  (19+ messages)
` [PATCH v5 06/19] selftests/mm: stop khugepaged during the MADV_COLLAPSE cases
` [PATCH v5 08/19] selftests/mm: add folio-order check for address ranges
` [PATCH v5 10/19] selftests/mm: add khugepaged completion barrier helper
` [PATCH v5 11/19] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v5 12/19] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v5 14/19] selftests/mm: run every supported collapse order by default

Path forward for Virtualized Swap?
 2026-09-10 10:56 UTC  (5+ messages)

[PATCH v2 0/5] of: reserved_mem: several fixes about reserved memory
 2026-09-10 10:55 UTC  (6+ messages)
  ` [PATCH v2 1/5] of: reserved_mem: skip init for regions whose early reservation failed

[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
 2026-09-10 10:52 UTC  (7+ messages)
` [PATCH v6 04/12] arm64/mm: Export set_direct_map_*_noflush() APIs
` [PATCH v6 06/12] of: Export of_node_to_nid()

[PATCH RESEND v3 0/2] selftests/mm: Validate selections and scope memfd_secret setup
 2026-09-10 10:30 UTC  (5+ messages)
` [PATCH RESEND v3 1/2] selftests/mm: Reject invalid test selections before running tests

[PATCH v2 0/4] mm: zswap: misc optimizations
 2026-09-10 10:29 UTC  (9+ messages)
` [PATCH v2 1/4] mm: zswap: pass type and offset to zswap_invalidate() directly
` [PATCH v2 2/4] mm: zswap: reuse zswap_invalidate() in zswap_store() check_old path
` [PATCH v2 3/4] mm: zswap: avoid unnecessary xarray lookup in zswap_store()
` [PATCH v2 4/4] mm: zswap: skip zswap_invalidate() in swap_range_free() when zswap is unused

[PATCH] mm: zswap: don't fail a large-folio swapin whose range is not in zswap
 2026-09-10 10:20 UTC  (4+ messages)

[PATCH] memblock: use for_each_zone() in reset_all_zones_managed_pages()
 2026-09-10 10:13 UTC  (3+ messages)

[PATCH v7 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-09-10 10:09 UTC  (3+ messages)
` [PATCH v7 1/5] mm: Make per-VMA locks available universally

[PATCH v3 0/2] mm/memory: improve insert_pages() error handling
 2026-09-10 10:06 UTC  (2+ messages)

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-09-10 10:05 UTC  (8+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs

[PATCH v3 0/2] memblock tests: cover low-address allocations
 2026-09-10  9:58 UTC  (4+ messages)
` [PATCH v3 1/2] memblock tests: model the low allocation limit within dummy memory
` [PATCH v3 2/2] memblock tests: cover allocations below the low address limit

[PATCH] kho: docs: fix scratch_phys debugfs cross-reference
 2026-09-10  9:50 UTC  (2+ messages)

[patch 0/3] lib: add synthetic MM benchmarks
 2026-09-10  9:40 UTC  (9+ messages)
` [patch 1/3] lib: test_vmstat: add synthetic benchmark for vm stats
  ` [patch v2] "

[PATCH v4 0/3] selftests/mm: TAP output and global-state fixes
 2026-09-10  9:36 UTC  (7+ messages)
` [PATCH v4 1/3] selftests/mm: emit TAP header in uffd-wp-mremap
` [PATCH v4 2/3] selftests/mm: emit TAP header and use TAP skip in mremap_test
` [PATCH v4 3/3] selftests/mm: restore enable_soft_offline in hugetlb-soft-offline

[PATCH] mm: bypass datarace check
 2026-09-10  9:20 UTC  (3+ messages)

[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-10  9:18 UTC  (8+ messages)
` [PATCH v9 6/6] selftests/mm: add a GUP selftest

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-10  9:15 UTC  (26+ messages)
` [PATCH v3 06/14] f2fs: stop using PG_private
` [PATCH v3 08/14] erofs: use folio_attach/detach_private() instead of direct assignment
` [PATCH v3 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v3 12/14] treewide: replace PagePrivate() with page_private()
` [PATCH v3 13/14] treewide: adjust comments on PagePrivate and PG_private

[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
 2026-09-10  9:13 UTC  (12+ messages)
` [PATCH 04/12] mm/sparse: rename and cleanup sparse_init_nid()
` [PATCH 05/12] mm/sparse: cleanup sparse_init_one_section()
` [PATCH 06/12] mm/sparse: rename __highest_present_section_nr to __highest_used_section_nr
` [PATCH 07/12] mm/sparse: remove pfn_in_present_section()
` [PATCH 08/12] mm/sparse: move __highest_used_section_nr handling

[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
 2026-09-10  9:00 UTC  (10+ messages)
` [PATCH v21 1/9] rust: alloc: add `KBox::into_non_null`
` [PATCH v21 2/9] rust: types: Add Ownable/Owned types
` [PATCH v21 3/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v21 5/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v21 6/9] rust: Add `OwnableRefCounted`
` [PATCH v21 7/9] rust: page: convert to `AlwaysRefCounted`
` [PATCH v21 8/9] rust: page: add `from_raw()`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access

[PATCH] mm/hugetlb: account for allowed nodes when gathering surplus pages
 2026-09-10  8:48 UTC  (2+ messages)

[PATCH] writeback: report a Tasks-RCU quiescent state per cgwb drain pass
 2026-09-10  8:46 UTC  (2+ messages)

[PATCH RESEND] mm/vmalloc: Use dedicated unbound workqueues for vmap drain
 2026-09-10  8:33 UTC  (2+ messages)

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-10  8:33 UTC  (14+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 12/24] vdso: Add the vdsocheck tool

[PATCH RFC v9 00/25] pkeys-based page table hardening
 2026-09-10  8:30 UTC  (7+ messages)

[PATCH v3 0/1] mm/memory: constrain generic_access_phys() to page boundary
 2026-09-10  8:16 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] mm: implement and use vma_is_faulted(), silence KCSAN
 2026-09-10  8:14 UTC  (7+ messages)

[PATCH v3 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
 2026-09-10  8:07 UTC  (5+ messages)
` [PATCH v3 1/4] mm: memcontrol: drop kmemcg_id and use mem_cgroup_id() for list_lru indexing
` [PATCH v3 2/4] mm: list_lru: keep per-memcg lists with nokmem for NONSLAB-backed lrus
` [PATCH v3 3/4] mm: thp: restore SHRINKER_NONSLAB on the deferred split shrinker
` [PATCH v3 4/4] mm: zswap: mark the zswap shrinker SHRINKER_NONSLAB

[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-09-10  7:50 UTC  (5+ messages)
` [PATCH v2 03/11] mm/sparse-vmemmap: open-code init_compound_tail()

[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-09-10  7:48 UTC  (2+ messages)

[PATCH v2 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
 2026-09-10  7:46 UTC  (7+ messages)
` [PATCH v2 1/4] mm: memcontrol: drop kmemcg_id and use the memcg ID for list_lru indexing
` [PATCH v2 3/4] mm: thp: restore SHRINKER_NONSLAB on the deferred split shrinker

[PATCH v7 0/3] mm: make persistent huge zero folio read-only
 2026-09-10  7:46 UTC  (9+ messages)
` [PATCH v7 1/3] "

[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
 2026-09-10  7:44 UTC  (11+ messages)
` [PATCH v2 3/5] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v2 4/5] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock

[PATCH v5] mm/memcg: clear folio memcg after changing per memcg stats
 2026-09-10  7:40 UTC  (3+ messages)

[BUG] mm/memory_hotplug: panic due to race between compaction and memory hot-unplug
 2026-09-10  7:40 UTC  (4+ messages)

[PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
 2026-09-10  7:21 UTC  (12+ messages)

[PATCH v2] mm/truncate: fix data loss when truncating straddling large folios
 2026-09-10  7:18 UTC  (3+ messages)

[PATCH v2] mm/rmap: fix missing barrier between anon_vma init and vma->anon_vma publish
 2026-09-10  7:00 UTC  (4+ messages)

[PATCH v4] selftests/mm: hugetlb_madv_vs_map: add underflow test
 2026-09-10  6:49 UTC  (2+ messages)

[PATCH v2] selftests/mm: fix ptrace PEEKDATA check in memfd_secret test
 2026-09-10  6:44 UTC 

[PATCH] mm/hugetlb: fix overbroad MMU notifiers for unshared PMDs
 2026-09-10  6:39 UTC  (6+ messages)

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

[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
 2026-09-10  6:07 UTC  (4+ messages)
` [PATCH] xfs: fix NOFS state corruption in btree split worker

[PATCH v2 0/8] Optimize anonymous swapbacked large folio unmapping
 2026-09-10  4:58 UTC  (5+ messages)
` [PATCH v2 8/8] mm/rmap: batch unmap anonymous swap-backed large folios

[RFC PATCH v1.1 0/5] mm/damon: introduce pgidle_set probe filter type
 2026-09-10  4:09 UTC  (6+ messages)
` [RFC PATCH v1.1 1/5] mm/damon/api: introduce DAMON_FILTER_TYPE_PGIDLE_SET
` [RFC PATCH v1.1 2/5] mm/damon/paddr: support DAMON_FILTER_TYPE_PGIDLE_SET
` [RFC PATCH v1.1 3/5] mm/damon/vaddr: "
` [RFC PATCH v1.1 4/5] mm/damon/sysfs: "
` [RFC PATCH v1.1 5/5] Docs/mm/damon/design: update for pgidle_set probe filter

[PATCH V2 0/2] arm64/mm: Standardize printing for pgtable entries
 2026-09-10  4:05 UTC  (4+ messages)
` [PATCH V2 1/2] arm64/mm: Move __check_safe_pte_update()

[RFC PATCH v2.1 0/7] mm/damon: introduce probe_hits_wsum DAMOS core filter
 2026-09-10  4:03 UTC  (8+ messages)
` [RFC PATCH v2.1 1/7] mm/damon/api: introduce DAMOS_FILTER_TYPE_PROBE_HITS_WSUM
` [RFC PATCH v2.1 2/7] mm/damon/core: extend probe_hits_wsum() for moving sum based calculation
` [RFC PATCH v2.1 3/7] mm/damon/core: support probe_hits_wsum damos core filter
` [RFC PATCH v2.1 4/7] mm/damon/sysfs-schemes: rename sysfs_filter->sz_range to range_{min,max}
` [RFC PATCH v2.1 5/7] mm/damon/sysfs-schemes: support probe_hits_wsum damos core filter
` [RFC PATCH v2.1 6/7] Docs/mm/damon/design: update for probe_hits_wsum DAMOS "
` [RFC PATCH v2.1 7/7] Docs/admin-guide/mm/damon/usage: update for probe_hits_wsum DAMOS filter

[linux-next:master] BUILD SUCCESS WITH UNVERIFIED WARNING c68a982815dcce5464e3bf2a31ac94f5146c04ca
 2026-09-10  3:52 UTC 

[PATCH] mm/hugetlb: fix subpool minimum reservation rollback
 2026-09-10  3:50 UTC  (2+ messages)

[linus:master] [lib] f4806cc63c: INFO:trying_to_register_non-static_key
 2026-09-10  3:29 UTC 

[akpm-mm:mm-new] BUILD REGRESSION 0bffe67ab8a72b3725cc31c4b525709bd3a3e223
 2026-09-10  2:43 UTC  (3+ messages)

[PATCH v3 1/2] mm/khugepaged: Never install PMDs in uffd-minor-registered VMAs
 2026-09-10  2:34 UTC  (2+ messages)
` [PATCH v3 2/2] mm: selftests: Adjust the MADV_COLLAPSE uffd-minor selftests

[PATCH v2 0/5] x86/cpu: Refactor identify_cpu()
 2026-09-10  2:32 UTC  (3+ messages)
` [PATCH v2 1/5] x86/cpu: Factor init_cpu_info() out of identify_cpu()

[PATCH v4 0/4] mm: workingset: fix the shadow node budget under MGLRU
 2026-09-10  2:29 UTC  (3+ messages)

[PATCH v4 0/2] mm/swap: skip empty clusters in the swapoff scan
 2026-09-10  1:45 UTC  (3+ messages)

[PATCH] mm: zswap: avoid unnecessary xarray lookup in zswap_store()
 2026-09-10  1:16 UTC  (3+ messages)

[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
 2026-09-10  0:58 UTC  (5+ messages)

[PATCH 1/1] mm/ksm: trylock the mmap lock in the unstable tree walk
 2026-09-10  0:51 UTC  (4+ messages)

[RFC PATCH] Docs/mm/damon/design: clarify when qt_exceeds increases
 2026-09-10  0:17 UTC  (2+ messages)

[PATCH 1/2] memblock tests: model the low allocation limit within dummy memory
 2026-09-09 23:55 UTC  (4+ messages)
` [PATCH v2 0/2] memblock tests: cover low-address allocations

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-08-17
 2026-09-09 23:44 UTC 

[PATCH 0/5] KVM: guest_memfd: bind backing memory to a NUMA node
 2026-09-09 23:41 UTC  (5+ messages)

[PATCH v2 0/4] Fix HugeTLB subpool used_hpages tracking
 2026-09-09 22:54 UTC  (6+ messages)
` [PATCH v2 1/4] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
` [PATCH v2 3/4] mm: hugetlb: Fix subpool usage leak on allocation failure
` [PATCH v2 4/4] mm: hugetlb: Avoid re-allocating global reservations on region add failure

[syzbot] [mm?] [cgroups?] inconsistent lock state in fs_reclaim_acquire (4)
 2026-09-09 22:45 UTC 

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-09 22:14 UTC  (9+ messages)
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock


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