Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-14 19:03:40 to 2026-08-15 10:03:49 UTC [more...]

[PATCH] mm: cma: make mm/cma.h self-contained and conditionalize includes
 2026-08-15 10:03 UTC  (2+ messages)

[PATCH RFC 00/15] mm/mglru: frequency guided promotion (MGLRU-FG) and flag cleanup
 2026-08-15  9:20 UTC  (6+ messages)
` [PATCH RFC 09/15] mm/mglru: frequency guided workingset promotion (MGLRU-FG)

[RFC] bpf: account ring buffer backing pages separately from Lost RAM
 2026-08-15  9:18 UTC 

[PATCH 0/2] Docs: THP documentation fixes
 2026-08-15  8:58 UTC  (5+ messages)
` [PATCH 2/2] Docs/mm: fix THP policy counts in transhuge

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-08-15  8:46 UTC  (5+ messages)
` [PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios

[PATCH v2] selftests/mm: emit KTAP output from ksft_kmemleak_dedup
 2026-08-15  8:42 UTC 

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

[PATCH RFC v3 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-15  6:54 UTC  (4+ messages)
` [PATCH RFC v3 1/3] mm/zswap: release retired pools via call_rcu() instead of synchronize_rcu()
` [PATCH RFC v3 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array
` [PATCH RFC v3 3/3] mm/zswap: reference the pool by index to shrink struct zswap_entry

[RFC PATCH 0/3] alloc_tag: fix races and a leak around shutdown_mem_profiling()
 2026-08-15  6:51 UTC  (7+ messages)
` [RFC PATCH 1/3] alloc_tag: skip percpu counter allocation when profiling is disabled
` [RFC PATCH 2/3] module: move codetag section placement decision to layout_sections()
` [RFC PATCH 3/3] alloc_tag: remove /proc/allocinfo outside of mod_lock

[PATCH 0/3] selftests/mm: TAP output and global-state fixes
 2026-08-15  6:40 UTC  (9+ messages)
` [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

[linux-next:master] [mm/vmpressure] ea928e9e18: stress-ng.mremap.ops_per_sec 36.2% regression
 2026-08-15  5:58 UTC  (6+ messages)

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-15  5:58 UTC  (5+ 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] mm/rmap: synchronize lock and unlock target in anon_vma_clone
 2026-08-15  5:21 UTC  (3+ messages)

[PATCH v2 0/3] mm: khugepaged: fix tracepoint UAF
 2026-08-15  5:19 UTC  (4+ messages)
` [PATCH v2 1/3] mm: khugepaged: fix swap entry value to folio_pfn()
` [PATCH v2 2/3] mm: khugepaged: fix folio is used after pte_unmap_unlock()
` [PATCH v2 3/3] mm: khugepaged: fix folio is used after folio_put/unlock()

[RFC] tracing: aggregate ring-buffer usage statistics
 2026-08-15  4:33 UTC  (6+ messages)
  ` 答复: [External Mail]Re: "
    `  "

[PATCH 1/1] mm/hugetlb: keep max_huge_pages when dissolving surplus folios
 2026-08-15  3:54 UTC  (2+ messages)

[PATCH v4 0/2] kho: support preserving high-order non-compound pages
 2026-08-15  3:38 UTC  (5+ messages)
` [PATCH v4 1/2] kho: Introduce a helper to init high order pages

[PATCH v2 00/17] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-08-15  2:49 UTC  (10+ messages)
` [PATCH v2 02/17] mm/huge_memory: fix rejection of swap cache folios with a mapping
` [PATCH v2 04/17] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v2 05/17] mm/huge_memory: rename __split_unmapped_folio() to __split_frozen_folio()
` [PATCH v2 06/17] mm/huge_memory: consolidate irq and locking for folio split

fixing sashiko failure to apply (was Re: [PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff)
 2026-08-15  2:19 UTC  (4+ messages)

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

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

[PATCH for-7.4 0/9] memcg: remove the v1 soft limit
 2026-08-15  0:50 UTC  (6+ messages)
` [PATCH 1/9] memcg: make the v1 soft limit knob inert

[PATCH] mm/damon/stat: avoid iterating targets in damon_stat_sort_regions()
 2026-08-15  0:47 UTC  (2+ messages)

[linux-next:master 14076/14447] WARNING: modpost: vmlinux: section mismatch in reference: tracing_gen_ctx+0xb0 (section: .text.unlikely) -> initcall_level_names (section: .init.data)
 2026-08-15  0:46 UTC 

[PATCH v4 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
 2026-08-15  0:38 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH] mm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless host
 2026-08-15  0:36 UTC  (3+ messages)

[PATCH v2 0/3] slab: ZERO_SIZE_PTR alignment and exact matching
 2026-08-15  0:28 UTC  (4+ messages)
` [PATCH v2 2/3] slab: check for ZERO_SIZE_PTR by exact match

[PATCH v2 0/5] x86/cpu: Refactor identify_cpu()
 2026-08-14 23:51 UTC  (6+ messages)
` [PATCH v2 1/5] x86/cpu: Factor init_cpu_info() out of identify_cpu()
` [PATCH v2 2/5] x86/cpu: Initialize boot CPU cpuinfo defaults early
` [PATCH v2 3/5] x86/cpu: Inline generic_identify() into identify_cpu()
` [PATCH v2 4/5] x86/cpu: Move 32-bit SEP setup "
` [PATCH v2 5/5] x86/cpu: Don't transiently clear the boot CPU's capabilities

[RFC PATCH 0/6] mm/mglru: skip empty PUD subtrees during aging with PUD-level Bloom filter
 2026-08-14 23:36 UTC  (7+ messages)
` [RFC PATCH 1/6] mm/mglru: add PUD-level Bloom filter state
` [RFC PATCH 3/6] mm/mglru: skip empty PUD subtrees during aging
` [RFC PATCH 4/6] mm/mglru: report hot PUDs from the rmap feedback path

[RFC v3 00/15] xswap: extendable (virtual) swap device backed by zswap
 2026-08-14 23:09 UTC  (3+ messages)
` [RFC v3 05/15] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc

[RFC PATCH 0/6] fix nommu mmap and add nommu kselftests
 2026-08-14 22:35 UTC  (15+ 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 4/6] selftests: fix build errors on alpine linux
` [RFC PATCH 6/6] selftests/mm: add nommu mmap and mremap behavior tests

[akpm-mm:mm-new] BUILD SUCCESS 6c2cdf00fe5205942b5f29e16905603a1717b931
 2026-08-14 21:45 UTC 

[PATCH v6 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-14 20:33 UTC  (4+ messages)
` [PATCH v6 1/5] mm: Make per-VMA locks available universally

[PATCH v2] blk-crypto-fallback: Fix deadlock when encrypting large bio in dm layer
 2026-08-14 19:45 UTC  (3+ messages)

[PATCH v2 0/4] sysctl: Disallow partial updates of miss-formatted sysctl vectors
 2026-08-14 19:36 UTC  (2+ messages)

[PATCH] rhashtable: use per-init-site lockdep classes for bucket locks
 2026-08-14 19:27 UTC 


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