messages from 2026-09-09 16:07:37 to 2026-09-10 07:44:45 UTC [more...]
[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
2026-09-10 7:44 UTC (21+ messages)
` [PATCH v2 1/5] proc/task_mmu: remove unnecessary helpers
` [PATCH v2 2/5] proc/task_mmu: remove unnecessary inlines in function definitions
` [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 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
2026-09-10 7:41 UTC (10+ messages)
` [PATCH 01/12] mm/sparse: move mem_section init to sparse_extreme_init()
` [PATCH 02/12] mm/sparse: refactor sparse_sections_init()
` [PATCH 03/12] mm/sparse: move initialization of section metadata to sparse_metadata_init()
` [PATCH 04/12] mm/sparse: rename and cleanup sparse_init_nid()
[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 v2 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
2026-09-10 7:40 UTC (10+ messages)
` [PATCH v2 1/4] mm: memcontrol: drop kmemcg_id and use the memcg ID for list_lru indexing
` [PATCH v2 2/4] mm: list_lru: keep per-memcg lists with nokmem for NONSLAB-backed lrus
` [PATCH v2 3/4] mm: thp: restore SHRINKER_NONSLAB on the deferred split shrinker
` [PATCH v2 4/4] mm: zswap: mark the zswap shrinker SHRINKER_NONSLAB
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-10 7:35 UTC (24+ 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 v7 0/3] mm: make persistent huge zero folio read-only
2026-09-10 7:33 UTC (8+ messages)
` [PATCH v7 1/3] "
[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 (5+ messages)
Path forward for Virtualized Swap?
2026-09-10 7:09 UTC (6+ 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 v5 00/24] vdso: Reject absolute relocations during build
2026-09-10 6:52 UTC (18+ 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 v4] selftests/mm: hugetlb_madv_vs_map: add underflow test
2026-09-10 6:49 UTC (2+ messages)
[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
2026-09-10 6:48 UTC (3+ 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 v5 00/19] selftests/mm: improve khugepaged coverage
2026-09-10 6:27 UTC (13+ messages)
` [PATCH v5 06/19] selftests/mm: stop khugepaged during the MADV_COLLAPSE cases
` [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
[PATCH v3 0/1] mm/memory: constrain generic_access_phys() to page boundary
2026-09-10 6:18 UTC (3+ messages)
` [PATCH v3 1/1] "
[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 v6 00/12] dma-buf: heaps: Add support for Tegra VPR
2026-09-10 5:51 UTC (3+ messages)
` [PATCH v6 04/12] arm64/mm: Export set_direct_map_*_noflush() APIs
[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
[PATCH] mm: zswap: don't fail a large-folio swapin whose range is not in zswap
2026-09-10 2:47 UTC (3+ messages)
[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 (6+ messages)
` [PATCH v4 1/2] mm/swap: fix stale comment on swap_info_struct::cluster_info
` [PATCH v4 2/2] mm/swap: scan by cluster in find_next_to_unuse()
[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 (8+ messages)
` [PATCH v2 0/2] memblock tests: cover low-address allocations
` [PATCH v2 1/2] memblock tests: model the low allocation limit within dummy memory
` [PATCH v2 2/2] memblock tests: cover allocations below the low address limit
[PATCH v3 0/2] memblock tests: cover low-address allocations
2026-09-09 23:55 UTC (3+ 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
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 (7+ messages)
` [PATCH v2 1/4] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
` [PATCH v2 2/4] mm: hugetlb: Fix out_put_pages subpool reserve calculation
` [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 (14+ messages)
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
[PATCH] mm: bypass datarace check
2026-09-09 21:29 UTC (2+ messages)
[PATCH bpf-next v9 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-09 21:28 UTC (5+ messages)
` [PATCH bpf-next v9 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v9 2/2] selftests/bpf: Add memcg async reclaim test
[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
2026-09-09 21:02 UTC (3+ messages)
` [PATCH v2 06/26] mm/fbatch: fbatch_drain_lazyfree(onstack fbatch) before ptl unlock
[PATCH v13 8/8] netfs: Set subrequest->source at alloc before trace emission
2026-09-09 21:02 UTC (2+ messages)
[PATCH 0/3] Fix HugeTLB subpool used_hpages tracking
2026-09-09 20:58 UTC (5+ messages)
` [PATCH 2/3] mm: hugetlb: Fix out_put_pages subpool reserve calculation
` [PATCH 3/3] mm: hugetlb: Fix subpool usage leak on allocation failure
[PATCH] writeback: report a Tasks-RCU quiescent state per cgwb drain pass
2026-09-09 20:13 UTC (8+ messages)
[PATCH] mm/nommu: Reject wrapping ranges in access_remote_vm()
2026-09-09 20:11 UTC (3+ messages)
[akpm-mm:mm-new 356/376] include/linux/mmzone.h:1692:10: error: call to undeclared function 'NODE_DATA'; ISO C99 and later do not support implicit function declarations
2026-09-09 19:28 UTC
[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
2026-09-09 18:26 UTC (3+ messages)
` [PATCH v4 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
[PATCH v3] writeback, memcg: skip foreign dirty tracking for bdev inodes
2026-09-09 18:34 UTC (3+ messages)
[PATCH] mm: implement and use vma_is_faulted(), silence KCSAN
2026-09-09 17:48 UTC (5+ messages)
[PATCH v4 00/17] mm/huge_memory: clean up and decouple the anon and file split helpers
2026-09-09 17:39 UTC (8+ messages)
` [PATCH v4 05/17] mm/huge_memory: rename __split_unmapped_folio() to __split_frozen_folio()
` [PATCH v4 06/17] mm/huge_memory: consolidate irq and locking for folio split
` [PATCH v4 09/17] mm/huge_memory: rename remap_page() to remap_folio()
[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-09-09 17:34 UTC (6+ messages)
` [PATCH v9 6/6] selftests/mm: add a GUP selftest
[PATCH] MAINTAINERS: update memblock tree URLs
2026-09-09 17:29 UTC (2+ messages)
[PATCH RFC v9 00/25] pkeys-based page table hardening
2026-09-09 17:25 UTC (7+ messages)
` [PATCH RFC v9 12/25] mm: kpkeys: Protect regular page tables
[PATCH v2 0/8] mm: remove page_swap_entry()
2026-09-09 17:25 UTC (5+ messages)
` [PATCH v2 1/8] mm/swap: add folio_swap_entry() and folio_page_swap_entry()
[PATCH v2 0/2] Fix bugs in HugeTLB allocation when mem_cgroup_charge_hugetlb() fails
2026-09-09 17:11 UTC (3+ messages)
` [PATCH v2 1/2] mm: hugetlb: Return -ENOSPC on memcg charge failure
` [PATCH v2 2/2] mm: hugetlb: Drop refcount before freeing "
[PATCH 1/2] mm: hugetlb: Return -ENOSPC on memcg charge failure
2026-09-09 17:04 UTC (2+ messages)
[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
2026-09-09 16:44 UTC (7+ messages)
` [PATCH v2 11/12] "
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH v2] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
2026-09-09 16:40 UTC (5+ messages)
[PATCH] memcg: avoid charging the root memcg from obj_cgroup_charge_pages()
2026-09-09 16:31 UTC (3+ messages)
[PATCH v2 00/22] coredump: allow to create sparse coredumps on the coredump socket
2026-09-09 16:21 UTC (7+ messages)
` [PATCH v2 17/22] coredump: describe the holes when COREDUMP_SPARSE is negotiated
` [PATCH v2 20/22] selftests/coredump: put a hole in the middle of a sparse mapping
` [PATCH v2 22/22] selftests/coredump: show how to inspect the task to decide how the coredump should be sent
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox