messages from 2026-07-17 19:41:05 to 2026-07-20 03:04:06 UTC [more...]
[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
2026-07-20 3:03 UTC (4+ messages)
` [RFC PATCH v3 1/3] "
` [RFC PATCH v3 2/3] mm/damon/vaddr: implement DAMOS_SPLIT handler
` [RFC PATCH v3 3/3] selftests/damon: add functional test for DAMOS_SPLIT
[PATCH v2 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-20 2:48 UTC (12+ messages)
` [PATCH v2 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max
` [PATCH v2 2/4] mm: vmscan: propagate real error code from per-node proactive reclaim
` [PATCH v2 3/4] mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()
` [PATCH v2 4/4] mm/mglru: fix anon-only reclaim evicting file pages when swappiness=max
[PATCH v6 0/9] mm/page_owner: misc cleanups
2026-07-20 2:45 UTC (11+ messages)
` [PATCH v6 2/9] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
` [PATCH v6 9/9] mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_memcg()
[PATCH] mm/thp: expose deferred split folio memory usage in meminfo
2026-07-20 2:36 UTC (3+ messages)
[PATCH] mm: shmem: make unused huge shrinker memcg aware
2026-07-20 2:23 UTC (2+ messages)
[PATCH] hugetlbfs: release subpool on fill_super failure
2026-07-20 2:18 UTC
[PATCH v3 1/2] mm: vmscan: convert folio_referenced() to use vma_flags_t
2026-07-20 1:41 UTC (5+ messages)
` [PATCH v3 2/2] mm: mglru: promote mapped executable folios after first usage
[PATCH] mm/folio-compat: Drop superfluous return statements in void compat wrappers
2026-07-20 1:37 UTC (2+ messages)
[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
2026-07-20 1:26 UTC (5+ messages)
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-19 23:27 UTC (26+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
[LSF/MM/BPF TOPIC] 64k (or 16k) base page size on x86
2026-07-19 23:00 UTC (16+ messages)
[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
2026-07-19 22:28 UTC (9+ messages)
` [RFC PATCH 1/7] mm: add CONFIG_ASYNC_MM_TEARDOWN scaffolding for off-CPU exit teardown
` [RFC PATCH 2/7] mm: dispatch __mmput() to an mm_reaper kthread via llist
` [RFC PATCH 3/7] mm/oom_kill: mark an OOM victim's mm with MMF_OOM_TARGETED
` [RFC PATCH 4/7] mm: gate async teardown on RSS with pending-pages backpressure
` [RFC PATCH 5/7] mm: add runtime toggle and sysctls for async teardown
` [RFC PATCH 6/7] mm: add tracepoints and vmstat counters "
` [RFC PATCH 7/7] exit: route exit_mm()'s final mmput() through mmput_exit()
[PATCH v2 1/2] mm: introduce memalloc_flags_move() for transferring allocation scopes
2026-07-19 20:57 UTC
[PATCH 0/1] liveupdate: Add internal APIs for file preservation
2026-07-19 16:22 UTC (10+ messages)
` [PATCH 1/1] liveupdate: luo_file: "
[PATCH] mm/damon/ops-common: use nr_accesses moving sum for quota score
2026-07-19 16:11 UTC
[PATCH v1.1] mm/damon/core: handle region split failure in apply_min_nr_regions()
2026-07-19 15:54 UTC
[PATCH v1 1/2] mm/execmem: Print size, align and caller on allocation failure
2026-07-19 15:28 UTC (4+ messages)
` [PATCH v1 2/2] LoongArch: mm: Expand modules virtual address space to 2GB
[PATCH 1/1] mm/page_table_check: widen map counters
2026-07-19 15:20 UTC (6+ messages)
[PATCH] rust: bitmap: encourage using xarray/maple_tree instead of id_pool
2026-07-19 14:24 UTC (3+ messages)
[PATCH] mm/percpu: allow embed allocator when total size fits in vmalloc
2026-07-19 5:59 UTC (4+ messages)
[PATCH 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
2026-07-19 3:55 UTC (2+ messages)
[PATCH] mm/slub: prevent pfmemalloc objects from entering the barn
2026-07-19 3:37 UTC
[Linux Memory Hotness and Promotion] Notes from July 16, 2026
2026-07-18 22:19 UTC
[PATCH 0/1] Fix an imbalanced file ref count in the mmap syscall
2026-07-18 19:05 UTC (7+ messages)
` [PATCH] mm/vma: fix imbalanced file reference count, properly abort mmap_prepare
` [syzbot ci] Re: Fix an imbalanced file ref count in the mmap syscall
[RFC PATCH] mm/damon/ops-common: use nr_accesses moving sum for quota score
2026-07-18 18:01 UTC
[PATCH] mm/damon/core: handle region split failure in apply_min_nr_regions()
2026-07-18 17:21 UTC (2+ messages)
[PATCH v21 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-07-18 15:12 UTC (2+ messages)
[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-07-18 15:11 UTC (8+ messages)
[PATCH 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
2026-07-18 14:51 UTC (5+ messages)
` [PATCH 07/15] mm/rmap: track whether the page VMA mapped walk is anonymous
` [syzbot ci] Re: mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-18 14:28 UTC (4+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
[PATCH 0/2] mm: zswap: free cold writeback folios promptly
2026-07-18 11:10 UTC (4+ messages)
` [PATCH 1/2] mm: zswap: free synchronous-IO writeback folios directly
` [PATCH 2/2] mm: zswap: deferred dropbehind free of writeback folios
[PATCH v2] mm/secretmem: don't allow highmem folios
2026-07-18 10:49 UTC
[RFC PATCH v4 0/3] make persistent huge zero folio read-only
2026-07-18 9:56 UTC (4+ messages)
` [RFC PATCH v4 1/3] mm: "
` [RFC PATCH v4 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [RFC PATCH v4 3/3] x86/mm: "
[PATCH 0/3] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-18 9:34 UTC (2+ messages)
[PATCH] mm/migrate: add missing kernel-doc for @migrate_info
2026-07-18 8:03 UTC (3+ messages)
[RFC PATCH v2 0/4] rust: sync: Introduce Rcu*Box
2026-07-18 5:32 UTC (5+ messages)
` [RFC PATCH v2 1/4] rust: rcu: Add RcuBox type
` [RFC PATCH v2 2/4] rust: maple_tree: Add load_rcu()
` [RFC PATCH v2 3/4] rust: rcu: Introduce RcuFreeBox
` [NOT FOR MERGE] [RFC PATCH v2 4/4] rust: poll: use kfree_rcu() for PollCondVar
[PATCH v3] mm/huge_memory: unlock i_mmap_rwsem before releasing after-split folios
2026-07-18 2:58 UTC
[PATCH v2 0/2] mm: fix PMD level mTHP accounting bugs
2026-07-18 1:29 UTC (2+ messages)
[RFC PATCH] mm/damon/core: handle region split failure in apply_min_nr_regions()
2026-07-18 1:16 UTC (3+ messages)
[PATCH 0/7] mm/damon: fix uninitialized DAMOS field and kunit exec expectation bugs
2026-07-18 1:13 UTC (9+ messages)
` [PATCH 1/7] mm/damon/core: initialize damos->last_applied
` [PATCH 2/7] mm/damon/core-kunit: check region count before testing in split_at()
` [PATCH 3/7] mm/damon/vaddr-kunit: check region count in three_regions test
` [PATCH 4/7] mm/damon/core-kunit: handle region split failure in filter_out()
` [PATCH 5/7] mm/damon/core-kunit: skip wrong dest walk in commit_dests_for()
` [PATCH 6/7] mm/damon/core-kunit: skip wrong quota goal walk in commit_quota_goals()
` [PATCH 7/7] mm/damon/core-kunit: skip wrong region walk in commit_target_regions()
[PATCH] mm/damon/ops-common: remove redundant local variable in damon_migrate_folio_list()
2026-07-18 1:06 UTC (2+ messages)
[PATCH] selftests/mm: Fix BUG_ON checking wrong variable in mremap_dontunmap
2026-07-18 0:00 UTC (2+ messages)
[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-17 23:38 UTC (25+ messages)
` [PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v7 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update
[PATCH v3 0/4] mm/page_alloc: couple of followups for recent cleanups
2026-07-17 22:02 UTC (6+ messages)
` [PATCH v3 2/4] cgroup/cpuset: update some comments about the page allocator
[PATCH] percpu: Add missing DECLARE_PER_CPU_DECRYPTED
2026-07-17 21:33 UTC
[PATCH v3 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
2026-07-17 21:08 UTC (3+ messages)
` [PATCH v3 2/2] "
page: | 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