Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-12 03:58:43 to 2026-08-12 13:36:28 UTC [more...]

[PATCH 0/3] Fix a deadlock in blk-crypto-fallback
 2026-08-12 13:36 UTC  (9+ messages)
` [PATCH 2/3] mm: support fallible mempool_alloc_bulk()

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-12 13:35 UTC  (17+ messages)
` [PATCH v10 01/41] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v10 04/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v10 05/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v10 06/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion

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

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

[PATCH 0/2] mm: replace custom ratelimiting logic
 2026-08-12 13:26 UTC  (6+ messages)
` [PATCH 1/2] mm: replace custom bad page map "
` [PATCH 2/2] mm/page_alloc: replace custom bad page "

[PATCH v3 00/18] selftests/mm: improve khugepaged coverage
 2026-08-12 13:23 UTC  (19+ messages)
` [PATCH v3 01/18] selftests/mm: raise the khugepaged test-case cap
` [PATCH v3 02/18] selftests/mm: skip collapse_compound_extreme where the PMD is too large
` [PATCH v3 03/18] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v3 04/18] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v3 05/18] selftests/mm: keep khugepaged out of the swapout the swap cases set up
` [PATCH v3 06/18] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v3 07/18] selftests/mm: add folio-order check for address ranges
` [PATCH v3 08/18] selftests/mm: add folio-order detection self-check
` [PATCH v3 09/18] selftests/mm: add khugepaged completion barrier helper
` [PATCH v3 10/18] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v3 11/18] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v3 12/18] selftests/mm: cover a shared-source collapse write race
` [PATCH v3 13/18] selftests/mm: run every supported collapse order by default
` [PATCH v3 14/18] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH v3 15/18] selftests/mm: add khugepaged race harness
` [PATCH v3 16/18] selftests/mm: race collapse of windows with holes
` [PATCH v3 17/18] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v3 18/18] selftests/mm: zap whole PTE tables in "

[RFC PATCH v3 0/8] batch lookups in follow_page_mask()
 2026-08-12 13:23 UTC  (6+ messages)
` [RFC PATCH v3 3/8] mm/gup: split follow_page_pte_commit() out of follow_page_pte()

[PATCH] selftests/mm: emit KTAP output from ksft_kmemleak_dedup
 2026-08-12 13:21 UTC 

[RFC] tracing: aggregate ring-buffer usage statistics
 2026-08-12 13:21 UTC  (3+ messages)
  ` 答复: [External Mail]Re: "

[PATCH v3 9/9] x86: re-enable EXECMEM_ROX support
 2026-08-12 13:20 UTC  (4+ messages)

[PATCH] mm: memcg: fix slab over-accounting for in-object objcg metadata
 2026-08-12 12:48 UTC 

[PATCH v4 0/2] kho: support preserving high-order non-compound pages
 2026-08-12 12:49 UTC  (10+ messages)
` [PATCH v4 1/2] kho: Introduce a helper to init high order pages
` [PATCH v4 2/2] kho: Introduce preserve/restore APIs for high-order pages

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

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-12 12:27 UTC  (11+ messages)

[syzbot] [mm?] WARNING in set_mm_walk
 2026-08-12 12:26 UTC  (5+ messages)

[PATCH v2] mm/mglru: fix and remove redundant unevictable folio handling
 2026-08-12 12:22 UTC 

[RFC PATCH v4 00/16] mm: mglru: fix swappiness behavior
 2026-08-12 12:16 UTC  (17+ messages)
` [RFC PATCH v4 01/16] mm/mglru: improve readability of isolate_folios()
` [RFC PATCH v4 02/16] mm/mglru: improve scan_folios() exhaustion detection
` [RFC PATCH v4 03/16] mm/mglru: retry the same type once if isolation fails due to races
` [RFC PATCH v4 04/16] mm/mglru: boost swappiness responsiveness in get_type_to_scan()
` [RFC PATCH v4 05/16] mm/mglru: batch update lrugen->nr_pages in inc_min_seq()
` [RFC PATCH v4 06/16] mm/mglru: batch update lrugen->protected "
` [RFC PATCH v4 07/16] mm/mglru: enhance cold/hot inversion handling "
` [RFC PATCH v4 08/16] mm/mglru: exclude folios promoted by aging from protected "
` [RFC PATCH v4 09/16] mm/mglru: move folios from oldest gen to second-oldest gen from head to tail
` [RFC PATCH v4 10/16] mm/mglru: batch move folios to the second-oldest gen's LRU
` [RFC PATCH v4 11/16] mm/mglru: skip gentle reclaim at DEF_PRIORITY for extreme swappiness
` [RFC PATCH v4 12/16] mm/mglru: run aging if the preferred type has no reclaimable gens
` [RFC PATCH v4 13/16] mm/mglru: remove redundant gens <= MIN_NR_GENS check in should_run_aging()
` [RFC PATCH v4 14/16] mm/mglru: run aging when pages are severely imbalanced across gens
` [RFC PATCH v4 15/16] mm/mglru: dynamically scale aging threshold in lru_gen_imbalanced()
` [RFC PATCH v4 16/16] mm/mglru: reduce folios pulled from the oldest gen in inc_min_seq()

[PATCH bpf-next 0/3] bpf: Add user memory access kfuncs for linux_binprm
 2026-08-12 12:18 UTC  (7+ messages)
` [PATCH bpf-next 1/3] mm: Add copy_remote_mm_str()
` [PATCH bpf-next 2/3] bpf: Add user memory access kfuncs for linux_binprm
` [PATCH bpf-next 3/3] selftests/bpf: Test linux_binprm user memory kfuncs

[PATCH v3 0/4] mm, swap: keep hibernation swap slots out of the swap cache
 2026-08-12 12:13 UTC  (3+ messages)

[PATCH v6 0/2] kexec: keep the next kernel off hardware-poisoned pages
 2026-08-12 12:11 UTC  (6+ messages)
` [PATCH v6 1/2] kexec_file: stop the top-down search before it underflows
` [PATCH v6 2/2] kexec: keep the next kernel off hardware-poisoned pages

[PATCH 0/3] selftests/mm: TAP output and global-state fixes
 2026-08-12 12:08 UTC  (4+ messages)
` [PATCH 1/3] selftests/mm: emit TAP header in uffd-wp-mremap
` [PATCH 2/3] selftests/mm: emit TAP header and use TAP skip in mremap_test
` [PATCH 3/3] selftests/mm: restore enable_soft_offline in hugetlb-soft-offline

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-12 12:01 UTC  (2+ messages)

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-08-12 11:46 UTC  (5+ messages)

[PATCH v2 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
 2026-08-12 11:44 UTC  (3+ messages)

[RFC V2 0/6] mm: Drop pxd_ERROR()
 2026-08-12 11:33 UTC  (14+ messages)
` [RFC V2 1/6] loongarch/mm: Stop using pte_ERROR()
` [RFC V2 2/6] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [RFC V2 3/6] sh/mm: Stop using pte_ERROR()
` [RFC V2 4/6] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [RFC V2 5/6] sh/mm: Stop using pgd_ERROR()
` [RFC V2 6/6] mm: Drop pxd_ERROR()

[PATCH v5] kexec: keep the next kernel off hardware-poisoned pages
 2026-08-12 11:11 UTC  (5+ messages)

[PATCH 0/3] mm, swap: don't spin or flood the console on a bad swap entry
 2026-08-12 11:06 UTC  (19+ messages)
` [PATCH 1/3] mm, swap: ratelimit bad swap entry reports in get_swap_device()
` [PATCH 2/3] mm, swap: distinguish a malformed swap entry from a dying device
` [PATCH 3/3] mm: fail the fault on a malformed swap entry instead of retrying it

[PATCH 0/2] Docs: THP documentation fixes
 2026-08-12 10:55 UTC  (8+ messages)
` [PATCH 1/2] Docs/ABI: document transparent_hugepage/shrink_underused
` [PATCH 2/2] Docs/mm: fix THP policy counts in transhuge

[PATCH v4 0/7] mm/khugepaged: several cleanups
 2026-08-12 10:52 UTC  (20+ 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 3/7] mm/khugepaged: introduce a count_collapse_event() helper
` [PATCH v4 4/7] mm/khugepaged: fix outdated comments
` [PATCH v4 5/7] mm/khugepaged: Refactor the PTE state checks into a helper
` [PATCH v4 6/7] mm/khugepaged: unmap pte before releasing vma write lock
` [PATCH v4 7/7] mm: Documentation: clarify where the mTHP stats live

[PATCH v5 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-12 10:46 UTC  (3+ messages)
` [PATCH v5 2/5] binder: Make shrinker rely solely on per-VMA lock

[PATCH v2 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-12 10:40 UTC  (4+ messages)
` [PATCH v2 1/3] docs/mm/damon/design: accurate semantics "
` [PATCH v2 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots
` [PATCH v2 3/3] docs/mm/damon/design: fix typo of max_nr_snapshots

[PATCH v1 0/2] Optimize the code in kexec_handover.c
 2026-08-12 10:30 UTC  (5+ messages)
` [PATCH v1 2/2] kho: unwind restored pages on kho_restore_vmalloc error

[PATCH v4 3/4] liveupdate: luo_session: include linux/mm.h for virt/phys translation
 2026-08-12 10:25 UTC  (2+ messages)

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-12 10:25 UTC  (11+ messages)

[PATCH] mm/mglru: Fix young counter undercount for large folios
 2026-08-12 10:17 UTC  (2+ messages)

[PATCH 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-12 10:14 UTC  (5+ messages)
` [PATCH 1/3] docs/mm/damon/design: accurate semantics "
` [PATCH 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots
` [PATCH 3/3] docs/mm/damon/design: fix typo of max_nr_snapshots

[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-08-12 10:11 UTC  (12+ messages)
` [PATCH v6 1/2] "

[PATCH v2 00/13] CRASH_WIPE_SECRETS: Wipe secrets before kdump (was: CRASH_ZEROIZE)
 2026-08-12 10:08 UTC  (7+ messages)
` [PATCH v2 01/13] kexec: add CRASH_WIPE_SECRETS to wipe secrets before kdump
` [PATCH v2 13/13] dm crypt: wipe key material "

[PATCH 0/4] mm: kmemleak: reduce transient false positives by confirming leaks
 2026-08-12  9:40 UTC  (5+ messages)
` [PATCH 3/4] mm: kmemleak: factor leak confirmation into a helper
` [PATCH 4/4] selftests: mm: test kmemleak's N-consecutive-scan leak confirmation

[PATCH mm-hotfixes v2 0/2] mm/huge_memory: fix huge_zero_pfn race
 2026-08-12  9:36 UTC  (4+ messages)
` [PATCH mm-hotfixes v2 2/2] mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logic

[PATCH] lib/test_hmm: fix NULL deref and wrong direction in devmem fault debug message
 2026-08-12  9:33 UTC  (3+ messages)
  `  "

[PATCH v2] lib/test_hmm: fix garbage pfn and wrong direction in devmem fault debug
 2026-08-12  9:28 UTC 

[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
 2026-08-12  9:18 UTC  (3+ messages)

[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
 2026-08-12  8:39 UTC  (2+ messages)

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

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

[PATCH v2] selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check
 2026-08-12  8:17 UTC 

[PATCH] Docs/mm: fix outdated "radix tree" in page_migration
 2026-08-12  7:57 UTC 

[PATCH] selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check
 2026-08-12  7:19 UTC  (3+ messages)

[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-08-12  7:03 UTC  (5+ messages)
` [PATCH v2 1/4] selftests: add shared lib.bpf.mk to build "

[PATCH v7 0/7] docs/zh_CN: update DAMON documentation translation
 2026-08-12  6:59 UTC  (8+ messages)
` [PATCH v7 1/7] docs/zh_CN: update DAMON design translation
` [PATCH v7 2/7] docs/zh_CN: add DAMON_STAT usage translation
` [PATCH v7 3/7] docs/zh_CN: update DAMON index translation
` [PATCH v7 4/7] docs/zh_CN: update DAMON start translation
` [PATCH v7 5/7] docs/zh_CN: update DAMON usage translation
` [PATCH v7 6/7] docs/zh_CN: update DAMON reclaim translation
` [PATCH v7 7/7] docs/zh_CN: update DAMON LRU sort translation

[PATCH] arch_numa: Avoid false positive fortify warning in setup_node_to_cpumask_map()
 2026-08-12  5:47 UTC  (2+ messages)

[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
 2026-08-12  5:46 UTC  (2+ messages)

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-12  5:41 UTC  (3+ messages)
` [PATCH v5 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v5 2/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled

[PATCH v3] selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailable
 2026-08-12  5:07 UTC 

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-12  4:06 UTC  (5+ messages)
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp


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