Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-12 23:44:36 to 2026-08-13 07:06:22 UTC [more...]

[PATCH] mm/Kconfig: allow user to select MIGRATION if MEMORY_FAILURE is enabled
 2026-08-13  7:06 UTC  (3+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-13  6:56 UTC  (3+ messages)
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion

[RFC PATCH v2 3/4] arm64/kprobes: Make the entire Kprobe noinstr
 2026-08-13  6:50 UTC 

[PATCH v2] mm/mglru: Fix young counter undercount for large folios
 2026-08-13  6:35 UTC  (2+ messages)

[RFC PATCH 0/6] fix nommu mmap and add nommu kselftests
 2026-08-13  6:34 UTC  (7+ messages)
` [RFC PATCH 1/6] mm: nommu: fix do_mremap() to correctly update internal states
` [RFC PATCH 2/6] mm: nommu: use vma_is_anonymous() to check if vmas are anonymous
` [RFC PATCH 3/6] mm: nommu: fix an issue on map request to /dev/zero
` [RFC PATCH 4/6] selftests: fix build errors on alpine linux
` [RFC PATCH 5/6] selftests: run tests on nommu architecture
` [RFC PATCH 6/6] selftests/mm: add nommu mmap and mremap behavior tests

[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
 2026-08-13  6:23 UTC  (3+ messages)

[RFC V2 0/6] mm: Drop pxd_ERROR()
 2026-08-13  6:03 UTC  (14+ messages)
` [RFC V2 1/6] loongarch/mm: Stop using pte_ERROR()
` [RFC V2 3/6] sh/mm: "
` [RFC V2 4/6] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [RFC V2 6/6] mm: Drop pxd_ERROR()

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-08-13  5:55 UTC  (2+ messages)

[RFC PATCH 0/3] mm/damon: move zero damos quota target_value handling to the core layer
 2026-08-13  5:44 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/damon/core: error damos_commit_quota_goal() for zero target_value
` [RFC PATCH 2/3] Revert "mm/damon/lru_sort: error out for >10000 active_mem_bp"
` [RFC PATCH 3/3] Revert "samples/damon/mtier: error out for zero quota goal target values"

[PATCH v2 0/2] docs/ksm: fix advisor documentation and comment
 2026-08-13  4:47 UTC  (4+ messages)
` [PATCH v2 1/2] docs: ksm: fix typos in sysfs knob names
` [PATCH v2 2/2] mm/ksm: fix advisor_min_pages_to_scan description

[PATCH v2 0/7] mm: batch rmap walks during large folio migration
 2026-08-13  4:23 UTC  (8+ messages)
` [PATCH v2 1/7] mm: factor out generic PTE batch detection from swap_pte_batch()
` [PATCH v2 2/7] mm/migrate: factor out migration PTE construction
` [PATCH v2 3/7] mm/migrate: split remove_migration_pte_hugetlb() out of remove_migration_pte()
` [PATCH v2 4/7] mm/migrate: batch the restore-side migration rmap walk
` [PATCH v2 5/7] mm/rmap: factor out migration PTE construction
` [PATCH v2 6/7] mm/rmap: split try_to_migrate_hugetlb_one() out of try_to_migrate_one()
` [PATCH v2 7/7] mm/rmap: batch the unmap of large folios in try_to_migrate_one()

[PATCH v5 0/5] tracing: add refcount_final_put tracing
 2026-08-13  3:49 UTC  (6+ messages)
` [PATCH v5 1/5] tracing: add refcount_final_put tracepoint
` [PATCH v5 2/5] refcount: "
` [PATCH v5 3/5] percpu-refcount: "
` [PATCH v5 4/5] kunit: add test for refcount_final_put
` [PATCH v5 5/5] MAINTAINERS: add entries for refcount_final_put trace

[RFC PATCH 0/4] mm/damon: allow NULL or unstarted damon_ctx parameter for damon_call()
 2026-08-13  3:49 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/damon/core: handle NULL ctx parameter in damon_call()
` [RFC PATCH 2/4] mm/damon/core: set ctx->call_controls_obsolete in damon_new_ctx()
` [RFC PATCH 3/4] mm/damon/reclaim: remove unnecessary damon_call() param validation
` [RFC PATCH 4/4] mm/damon/lru_sort: "

[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
 2026-08-13  3:37 UTC  (2+ messages)

[PATCH] mm/oom_kill: simplify remaining RCU sections with guard(rcu)
 2026-08-13  3:26 UTC 

[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
 2026-08-13  3:26 UTC  (3+ messages)
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement

[PATCH] MAINTAINERS: add drivers/char/mem.c to mm misc, memory mapping sections
 2026-08-13  3:15 UTC  (3+ messages)

[PATCH] mm/oom_kill: fix stale comment in constrained_alloc()
 2026-08-13  3:06 UTC 

[PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
 2026-08-13  2:26 UTC  (3+ messages)

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

[PATCH v4 0/7] mm/khugepaged: several cleanups
 2026-08-13  2:14 UTC  (14+ messages)
` [PATCH v4 1/7] mm/khugepaged: refactor per-scan state clearing into collapse_control_init_scan()
` [PATCH v4 2/7] mm/khugepaged: extract reference check into folio_pte_referenced() helper
` [PATCH v4 5/7] mm/khugepaged: Refactor the PTE state checks into a helper

[PATCH v3 0/6] Fix device page migration in low memory fallback
 2026-08-13  1:54 UTC  (7+ messages)
` [PATCH v3 3/6] mm/migrate_device: Fix THP splitting of a CPU faulted device private folio

[PATCH] arch_numa: Avoid false positive fortify warning in setup_node_to_cpumask_map()
 2026-08-13  1:32 UTC  (3+ messages)

[PATCH] mm/mglru: Fix young counter undercount for large folios
 2026-08-13  1:31 UTC  (6+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-13  1:21 UTC  (3+ messages)

[PATCH v2] mm/mglru: fix and remove redundant unevictable folio handling
 2026-08-13  1:20 UTC  (2+ messages)

[PATCH v2 1/2] memcg: acquire peaks_lock when reading memory.peak
 2026-08-13  1:17 UTC  (4+ messages)
  ` [PATCH v2 2/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark

[PATCH] mm/mglru: fix and remove redundant unevictable folio handling
 2026-08-13  0:45 UTC  (4+ messages)

[syzbot] [mm?] BUG: Bad page state in corrupted
 2026-08-13  0:08 UTC 

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

mm.git review status at 7.2-rc7
 2026-08-12 23:46 UTC  (4+ messages)

[PATCH] mm: memcg: fix slab over-accounting for in-object objcg metadata
 2026-08-12 23:44 UTC  (2+ messages)


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