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

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

[RFC] bpf: account ring buffer backing pages separately from Lost RAM
 2026-09-11 23:24 UTC  (6+ messages)
    ` 答复: [External Mail]Re: "
      `  "

[PATCH v2 0/7] mm/damon: introduce probe_hits_wsum DAMOS core filter
 2026-09-11 23:19 UTC  (11+ 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 0/3] Catch automatic storage in IDA and Maple Tree definitions
 2026-09-11 22:14 UTC  (4+ messages)
` [PATCH 1/3] compiler.h: add ASSERT_STATIC_STORAGE()
` [PATCH 2/3] idr: assert static storage for DEFINE_IDA()
` [PATCH 3/3] maple_tree: assert static storage for DEFINE_MTREE()

[PATCH v2 00/12] mm/collapse: separate a collapse from its callers
 2026-09-11 22:09 UTC  (18+ 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 v2 11/12] mm/collapse: declare the collapse interface in collapse.h

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

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

[RFC PATCH 0/5] liveupdate: LIVEUPDATE_SESSION_RETRIEVE_INTO_FD
 2026-09-11 21:10 UTC  (5+ messages)

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

[PATCH v2] kselftest: mm: remove exclusion of building soft-dirty test in arm64
 2026-09-11 21:06 UTC 

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

[PATCH v3 0/7] read proc/pid/smaps_rollup under per-vma lock
 2026-09-11 19:45 UTC  (40+ 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
` [PATCH v3 6/7] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
` [PATCH v3 7/7] selftests/proc: add /proc/pid/smaps_rollup tearing tests

[PATCH v3 00/12] mm: make userland page table freeing RCU-safe
 2026-09-11 19:36 UTC  (13+ messages)
` [PATCH v3 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v3 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v3 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v3 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v3 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v3 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v3 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v3 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v3 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v3 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v3 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v3 12/12] mm: change the contract for free_pgtables(), update docs

[GIT PULL] slab fixes for 7.3-rc2
 2026-09-11 19:35 UTC  (2+ messages)

[PATCH] memcg: keep propagating stats updates to ancestors
 2026-09-11 19:36 UTC  (2+ messages)

Path forward for Virtualized Swap?
 2026-09-11 19:03 UTC  (20+ messages)

[PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
 2026-09-11 18:31 UTC  (3+ messages)

[PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
 2026-09-11 18:30 UTC  (3+ messages)

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

[PATCH v5 0/3] iommu/iova: convert from rbtree to maple tree
 2026-09-11 18:26 UTC  (4+ messages)

[PATCH v4] mm/gup_test: safely calculate GUP batch size
 2026-09-11 18:16 UTC  (3+ messages)

[PATCH] mm/migrate_device: consolidate compound folio handling
 2026-09-11 18:01 UTC  (2+ messages)

[PATCH v4 00/17] mm/huge_memory: clean up and decouple the anon and file split helpers
 2026-09-11 17:59 UTC  (4+ messages)
` [PATCH v4 12/17] mm/huge_memory: move anon_vma handling into the anon split helper

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

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-11 17:09 UTC  (9+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage

[PATCH RFC v2 00/15] mm/mglru: frequency guided promotion (MGLRU-FG) and flag cleanup
 2026-09-11 17:02 UTC  (14+ messages)
` [PATCH RFC v2 02/15] mm/mglru: make generation page counters atomic
` [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 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 v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
 2026-09-11 17:00 UTC  (3+ 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 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] 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] 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  (3+ messages)
` [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  (3+ messages)

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

[PATCH REPOST 5/5] mm/damon/vaddr: support pgidle_unset probe filter type
 2026-09-11 15:32 UTC  (3+ 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  (5+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check

[PATCH 0/5 v2] fs: Deferred inode reclaim
 2026-09-11 15:05 UTC  (3+ messages)

[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  (4+ 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] 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  (9+ messages)
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [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  (4+ messages)
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE

[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
 2026-09-11 13:06 UTC  (5+ 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 v3 00/15] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-11 12:59 UTC  (5+ messages)
` [PATCH v3 11/15] tracing/fgraph: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 12/15] unwind: "

[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


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