Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-11 08:00:45 to 2026-09-11 17:02:48 UTC [more...]

[PATCH RFC v2 00/15] mm/mglru: frequency guided promotion (MGLRU-FG) and flag cleanup
 2026-09-11 17:02 UTC  (17+ messages)
` [PATCH RFC v2 01/15] mm/memcontrol: allow update of LRU statistic without holding LRU lock
` [PATCH RFC v2 02/15] mm/mglru: make generation page counters atomic
` [PATCH RFC v2 03/15] mm/memcg: add folio-based lruvec live helper
` [PATCH RFC v2 04/15] mm/mglru: frequency guided workingset promotion (MGLRU-FG)
` [PATCH RFC v2 05/15] mm/mglru: make folio lru referenced times count a generic API
` [PATCH RFC v2 06/15] mm/mglru: move add/del LRU size accounting out of lru_gen_update_size()
` [PATCH RFC v2 07/15] mm/mglru, gup: mark folios referenced via a fast helper
` [PATCH RFC v2 08/15] mm/smap: convert to LRU refs based operations
` [PATCH RFC v2 09/15] mm/madvise: adapt for LRU refs based operations in MGLRU
` [PATCH RFC v2 10/15] mm/damon: convert to LRU refs based operations
` [PATCH RFC v2 11/15] mm/huge_memory: mark file folio as accessed more accurately on split
` [PATCH RFC v2 12/15] mm/mglru: folio LRU refs based active/inactive number accounting
` [PATCH RFC v2 13/15] mm/mglru: make folio_inc_lru_refs lruvec lockless
` [PATCH RFC v2 14/15] mm/khugepaged: check folio referenced state via LRU refs under MGLRU
` [PATCH RFC v2 15/15] mm/mglru: make folio_test_workingset() work based on folio LRU refs

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-11 17:00 UTC  (5+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage

[PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
 2026-09-11 17:00 UTC  (3+ messages)

[PATCH v3 0/7] read proc/pid/smaps_rollup under per-vma lock
 2026-09-11 16:58 UTC  (17+ messages)
` [PATCH v3 1/7] proc/task_mmu: remove unnecessary helpers
` [PATCH v3 2/7] proc/task_mmu: remove unnecessary inlines in function definitions
` [PATCH v3 3/7] proc/task_mmu: clarify shmem mapping walk conditions in smap_gather_stats()
` [PATCH v3 4/7] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v3 5/7] proc/task_mmu: change proc_get_vma() to stop returning gate VMA at the end

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

Path forward for Virtualized Swap?
 2026-09-11 16:57 UTC  (18+ messages)

[PATCH RFC 0/9] mm/huge_memory: refactor __split_huge_pmd_locked()
 2026-09-11 16:51 UTC  (2+ messages)

[PATCH v8 03/12] PCI: liveupdate: Track incoming preserved PCI devices
 2026-09-11 16:45 UTC  (3+ messages)

[PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-09-11 16:44 UTC  (3+ messages)

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-09-11 16:44 UTC  (4+ messages)

[PATCH v5] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-11 16:32 UTC  (3+ messages)

[PATCH v21 0/6] Hierarchical Percpu Counters for RSS
 2026-09-11 16:30 UTC  (4+ messages)
` [PATCH v21 1/6] lib: introduce hierarchical per-cpu counters

[PATCH] kselftest: mm: remove exclusion of building soft-dirty test in arm64
 2026-09-11 16:24 UTC  (4+ messages)

[PATCH] writeback: report a Tasks-RCU quiescent state per cgwb drain pass
 2026-09-11 16:14 UTC  (3+ messages)

[PATCH v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-11 15:59 UTC  (3+ messages)

[PATCH v2 00/12] mm/collapse: separate a collapse from its callers
 2026-09-11 15:58 UTC  (14+ messages)
` [PATCH v2 08/12] mm/collapse: separate scanning a PTE table from collapsing it
` [PATCH v2 09/12] mm/collapse: open-code collapse_single_pmd() in its two callers
` [PATCH v2 10/12] mm/collapse: work out the orders a VMA allows once per VMA

[PATCH] lib: fix lock initialization in region allocation benchmark
 2026-09-11 15:52 UTC 

[PATCH v10 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-11 15:48 UTC  (8+ messages)
` [PATCH v10 1/6] selftests/mm: make file helpers return errors
` [PATCH v10 2/6] tools/lib/mm: add shared file helpers
` [PATCH v10 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v10 4/6] tools/mm: move gup_test from selftests/mm to tools/mm
` [PATCH v10 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v10 6/6] selftests/mm: add a GUP selftest

[PATCH] mm: shmem: ignore sysfs configs for shmem forced collapse
 2026-09-11 15:47 UTC  (4+ messages)

[PATCH v3] writeback, memcg: skip foreign dirty tracking for bdev inodes
 2026-09-11 15:39 UTC  (6+ messages)
  ` [External] "

[RFC PATCH v3 0/4] mm: enable lru cache for smaller large folios
 2026-09-11 15:38 UTC  (2+ messages)

[PATCH REPOST 5/5] mm/damon/vaddr: support pgidle_unset probe filter type
 2026-09-11 15:32 UTC  (4+ messages)

[PATCH v2 0/3] mm: page_counter: move hierarchical protection out of struct page_counter
 2026-09-11 15:17 UTC  (2+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 15:05 UTC  (9+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP

[PATCH 0/5 v2] fs: Deferred inode reclaim
 2026-09-11 15:05 UTC  (8+ messages)
` [PATCH v2 1/5] writeback: Fix missed lazytime flush
` [PATCH v2 2/5] fs: Avoid inode dirtying on last iput
` [PATCH v2 3/5] fs: Basic infrastructure for offloading inode reclaim
` [PATCH v2 4/5] fs: Add throttling to deferred "
` [PATCH v2 5/5] ext4: Defer inode reclaim if it has preallocations

[PATCH v2] kselftest: mm: fix potential failure for merged VMA in guard-regions
 2026-09-11 15:02 UTC  (3+ messages)

[PATCH v2] mm/truncate: fix data loss when truncating straddling large folios
 2026-09-11 14:57 UTC  (8+ messages)

[PATCH v2 4/4] mm: hugetlb: Avoid re-allocating global reservations on region add failure
 2026-09-11 14:49 UTC  (2+ messages)

[PATCH v2 3/4] mm: hugetlb: Fix subpool usage leak on allocation failure
 2026-09-11 14:45 UTC  (2+ messages)

[PATCH v2 2/4] mm: hugetlb: Fix out_put_pages subpool reserve calculation
 2026-09-11 14:37 UTC  (2+ messages)

[PATCH v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-11 14:30 UTC  (2+ messages)

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

[PATCH] kselftest: mm: fix potential failure for merged VMA in guard-regions
 2026-09-11 14:18 UTC  (6+ messages)

[PATCH 0/3] mm/mglru: add tracepoints for scan and aging paths
 2026-09-11 14:15 UTC  (5+ messages)
` [PATCH 2/3] mm/mglru: add tracepoint for scan_folios()
` [PATCH 3/3] mm/mglru: add tracepoint for inc_max_seq()

[PATCH v2 1/4] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
 2026-09-11 14:08 UTC  (2+ messages)

[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
 2026-09-11 13:43 UTC  (11+ messages)
` [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] Docs/mm/damon/design: fix typos in temporal auto-tuning algorithm section
 2026-09-11 13:35 UTC  (2+ messages)

[PATCH REPOST 5/5] mm/damon/vaddr: support pgidle_unset probe filter type
 2026-09-11 13:33 UTC  (2+ messages)

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-09-11 13:22 UTC  (9+ messages)
` [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

[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
 2026-09-11 13:06 UTC  (7+ messages)
` [RFC PATCH 1/2] mm/slub: make the case handling in __slab_free() easier to follow
  ` [RFC PATCH 2/2] mm/slub: introduce slab parking to reduce list_lock contention

[PATCH] selftests/mm: skip khugepaged file tests if mkfs.xfs is unavailable
 2026-09-11 13:01 UTC  (2+ messages)

[PATCH v3 00/15] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-11 12:59 UTC  (11+ messages)
` [PATCH v3 08/15] locking/lockdep: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 09/15] rcu: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 10/15] sched: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 11/15] tracing/fgraph: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 12/15] unwind: "
` [PATCH v3 13/15] fs: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 14/15] lib: convert process iterator to for_each_process_rculock
` [PATCH v3 15/15] security/landlock: convert thread iterator to for_each_thread_rculock

[PATCH v5 0/3] mm: zswap: free cold writeback folios promptly
 2026-09-11 12:13 UTC  (4+ messages)
` [PATCH v5 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v5 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
` [PATCH v5 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH v4] mm/gup_test: safely calculate GUP batch size
 2026-09-11 12:13 UTC  (2+ messages)

[PATCH v3 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
 2026-09-11 11:32 UTC  (8+ messages)

[PATCH v2] x86/mm/pat: use pr_warn() for early W^X warnings
 2026-09-11 11:28 UTC 

[PATCH v2 0/4] mm/slub: preserve previous object lifetime
 2026-09-11 11:10 UTC  (4+ messages)
` [PATCH v2 2/4] mm/slub: preserve one "

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

[PATCH] xfs: fix NOFS state corruption in btree split worker
 2026-09-11 10:51 UTC  (4+ messages)
    ` [PATCH] xfs: kill xfs_trans_set/clear_context() helpers

[PATCH v2 0/3] mm/mglru: add tracepoints for scan and aging paths
 2026-09-11 10:29 UTC  (4+ messages)
` [PATCH v2 1/3] mm/mglru: factor out lru_gen_seq_nr_pages()
` [PATCH v2 2/3] mm/mglru: add tracepoint for scan_folios()
` [PATCH v2 3/3] mm/mglru: add tracepoint for inc_max_seq()

[PATCH REPOST 4/5] mm/damon/vaddr: extend apply_probes() for hugetlb
 2026-09-11  9:53 UTC  (2+ messages)

[PATCH v13 00/44] guest_memfd: In-place conversion support
 2026-09-11  9:45 UTC  (6+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()

[PATCH v4 0/3] mm: fix workingset refaults in the zswap writeback path
 2026-09-11  9:20 UTC  (4+ messages)
` [PATCH v4 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v4 2/3] mm: swap: refault on swap-in, not in "
` [PATCH v4 3/3] mm: zswap: preserve the workingset shadow across writeback

[PATCH 0/4] mm/ksm: use per-VMA locking for find_mergeable_vma()
 2026-09-11  9:14 UTC  (12+ messages)
` [PATCH 1/4] mm/pagewalk: delete the unused member
` [PATCH 2/4] mm: make folio_walk_start()'s locking asserts scalable
` [PATCH 3/4] mm/ksm: make break_ksm() more scalable
` [PATCH 4/4] mm/ksm: add find_mergeable_vma_locked() to use per-VMA locking
  ` Test Case Code "

[GIT PULL] slab fixes for 7.3-rc2
 2026-09-11  8:29 UTC 

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

[PATCH v5 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
 2026-09-11  8:03 UTC  (2+ messages)

[PATCH v5 0/4] mm: workingset: fix the shadow node budget under MGLRU
 2026-09-11  8:00 UTC  (5+ messages)
` [PATCH v5 1/4] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v5 2/4] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v5 3/4] mm: memcg: skip the RCU lock when the memcg is not dying
` [PATCH v5 4/4] mm: memcg: reparent non-hierarchical lruvec stats on cgroup v2


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