messages from 2026-08-15 01:59:53 to 2026-08-17 02:57:26 UTC [more...]
[RFC PATCH 0/4] mm/damon/perf: add ARM SPE AUX backend
2026-08-17 2:57 UTC (7+ messages)
` [RFC PATCH 1/4] mm/damon/perf: introduce AUX backend interface and Kconfig
` [RFC PATCH 2/4] mm/damon/perf: add AUX trace-buffer PMU backend for ARM SPE
` [RFC PATCH 3/4] mm/damon/perf: add KUnit tests for the SPE record parser
` [RFC PATCH 4/4] selftests/damon: add DAMON perf AUX backend test
[PATCH v2 0/2] docs/ksm: fix advisor documentation and comment
2026-08-17 2:54 UTC (6+ messages)
` [PATCH v2 2/2] mm/ksm: fix advisor_min_pages_to_scan description
[PATCH v2 0/3] mm: khugepaged: fix tracepoint UAF
2026-08-17 2:53 UTC (8+ 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()
[PATCH] liveupdate: use scoped_guard for mutex in session operations
2026-08-17 2:51 UTC (3+ messages)
[syzbot] [mm?] WARNING in ep_write_iter
2026-08-17 2:42 UTC (8+ messages)
[PATCH v2] mm/rmap: synchronize lock and unlock target in anon_vma_clone
2026-08-17 2:37 UTC (2+ messages)
[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
2026-08-17 2:24 UTC (8+ 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
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-08-17 2:02 UTC (59+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 04/57] mm/collapse: rename mthp_present_ptes to eligible_ptes
` [RFC PATCH 05/57] mm/collapse: state what a collapse may do in the policy
` [RFC PATCH 06/57] mm/collapse: move the smallest collapse order to collapse.h
` [RFC PATCH 07/57] mm/collapse: sketch the new anonymous collapse engine
` [RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
` [RFC PATCH 09/57] mm/collapse: collect candidate windows into a round
` [RFC PATCH 10/57] mm/collapse: run a round and feed the outcomes back
` [RFC PATCH 11/57] mm/collapse: sketch the passes of a round
` [RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
` [RFC PATCH 13/57] mm/collapse: revalidate a round against the VMA
` [RFC PATCH 14/57] mm/collapse: fault the sources in before the freeze
` [RFC PATCH 15/57] mm/collapse: check what a candidate would freeze
` [RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
` [RFC PATCH 17/57] mm/collapse: copy the sources into the destinations
` [RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
` [RFC PATCH 20/57] mm/collapse: put the sources back
` [RFC PATCH 21/57] mm/collapse: settle whatever the round reached
` [RFC PATCH 22/57] mm/collapse: walk a table with a selection cursor
` [RFC PATCH 23/57] mm/collapse: give a refused region a second chance
` [RFC PATCH 24/57] mm/collapse: report each candidate's outcome to tracing
` [RFC PATCH 25/57] mm/collapse: collapse anonymous memory with the new engine
` [RFC PATCH 26/57] mm/collapse: give collapse_single_pmd() the range to work on
` [RFC PATCH 27/57] mm/collapse: scan the windows a VMA can hold
` [RFC PATCH 28/57] mm/collapse: remove the mechanism the engine replaces
` [RFC PATCH 29/57] mm/collapse: move what a collapse is judged on into collapse.c
` [RFC PATCH 30/57] mm/collapse: name the max_ptes ceiling after collapse
` [RFC PATCH 31/57] mm/khugepaged: count collapses where khugepaged makes them
` [RFC PATCH 32/57] mm/collapse: move the file collapse into collapse.c
` [RFC PATCH 33/57] mm/collapse: split collapse into a scan and a run
` [RFC PATCH 34/57] mm/collapse: implement MADV_COLLAPSE in madvise.c
` [RFC PATCH 35/57] mm/madvise: drop MADV_COLLAPSE's redundant mm reference
` [RFC PATCH 36/57] mm/collapse: report what the scan found
` [RFC PATCH 37/57] mm/collapse: report what the fault-in pass paid
` [RFC PATCH 38/57] mm/collapse: report the round, and what it made faulters wait
` [RFC PATCH 39/57] mm/collapse: name the file collapse's tracepoints after collapse
` [RFC PATCH 40/57] mm/collapse: remove the tracepoints of the mechanism that is gone
` [RFC PATCH 41/57] mm/collapse: give collapse its own trace header
` [RFC PATCH 42/57] mm/collapse: allow error injection into the freeze
` [RFC PATCH 43/57] mm/khugepaged: check the scan budget before the work, not after
` [RFC PATCH 44/57] mm/khugepaged: hold the address space open across a scan
` [RFC PATCH 45/57] mm/collapse: take a per-VMA read lock for the round
` [RFC PATCH 46/57] mm/khugepaged: scan under a per-VMA read lock
` [RFC PATCH 47/57] mm/madvise: collapse "
` [RFC PATCH 48/57] mm/collapse: assert the mm reference the engine relies on
` [RFC PATCH 49/57] mm/khugepaged: drop the mmap_lock barrier from __khugepaged_exit()
` [RFC PATCH 50/57] selftests/mm: attribute collapses by candidate event alone
` [RFC PATCH 51/57] selftests/mm: cover collapse inside a sub-PMD VMA
` [RFC PATCH 52/57] selftests/mm: cover a hole-y window in "
` [RFC PATCH 53/57] selftests/mm: cover collapse of mlocked ranges
` [RFC PATCH 54/57] selftests/mm: cover collapse beside a MADV_FREE'd page
` [RFC PATCH 55/57] selftests/mm: cover collapse beside a pinned page
` [RFC PATCH 56/57] selftests/mm: cover the scaled max_ptes_shared limit
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-08-17 0:49 UTC (4+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
[RFC v3 00/15] xswap: extendable (virtual) swap device backed by zswap
2026-08-17 0:46 UTC (4+ messages)
` [RFC v3 05/15] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc
[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
2026-08-17 0:46 UTC (3+ messages)
[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
2026-08-17 0:29 UTC (6+ messages)
` [PATCH v6 1/5] mm/page_alloc: introduce __free_prepared_contig_range() with fpi_t
` [PATCH v6 4/5] mm/memory-failure: skip take_page_off_buddy after dissolving HWPoison HugeTLB page
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-16 23:13 UTC (18+ messages)
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
[PATCH v2 0/3] mm, swap: don't spin or flood the console on a bad swap entry
2026-08-16 22:22 UTC (5+ messages)
` [PATCH v2 2/3] mm, swap: distinguish a malformed swap entry from a dying device
` [PATCH v2 3/3] mm: fail the fault on a malformed swap entry instead of retrying it
[PATCH] mm/rmap: synchronize lock and unlock target in anon_vma_clone
2026-08-16 22:02 UTC (5+ messages)
[PATCH] userfaultfd: reset err to be 0 when move_pages_ptes succeeded
2026-08-16 15:58 UTC (7+ messages)
[PATCH v3 0/6] Fix device page migration in low memory fallback
2026-08-16 15:36 UTC (5+ messages)
` [PATCH v3 4/6] drm/pagemap: dma-unmap pages before handling migration errors
` [PATCH v3 5/6] drm/pagemap: Fix folio allocation fallback and use-after-put
[PATCH v7 0/7] docs/zh_CN: update DAMON documentation translation
2026-08-16 13:41 UTC (4+ messages)
` [PATCH v7 1/7] docs/zh_CN: update DAMON design translation
[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING e0ffd277b09a7c9f1a436e5f75be37ac490bc59f
2026-08-16 13:34 UTC (5+ messages)
[PATCH] mm/gup_test: keep longterm pin state per file
2026-08-16 12:53 UTC (2+ messages)
[PATCH v2 00/13] CRASH_WIPE_SECRETS: Wipe secrets before kdump (was: CRASH_ZEROIZE)
2026-08-16 12:13 UTC (5+ messages)
` [PATCH v2 01/13] kexec: add CRASH_WIPE_SECRETS to wipe secrets before kdump
[PATCH v10 0/8] mm: optimize zone-device memmap initialization
2026-08-16 12:04 UTC (7+ messages)
` [PATCH v10 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v10 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v10 4/8] mm: add a template-based fast path for zone-device page init
[PATCH 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
2026-08-16 10:59 UTC (7+ messages)
` [PATCH 1/6] set_memory: add number of pages parameter to set_direct_map APIs
` [PATCH 2/6] mm/vmalloc: set area's page_order after allocation succeeds
` [PATCH 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
` [PATCH 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
` [PATCH 5/6] mm/execmem: use VM_FLUSH_RESET_PERMS for ROX cache allocations
` [PATCH 6/6] Revert "arch: introduce set_direct_map_valid_noflush()"
[PATCH] mm: memcg: fix slab over-accounting for in-object objcg metadata
2026-08-16 9:25 UTC (2+ messages)
[PATCH v2] arch_numa: Avoid false positive fortify warning in setup_node_to_cpumask_map()
2026-08-16 9:59 UTC (2+ messages)
[PATCH] kho: fix signed shift UB in kho_preserved_memory_reserve()
2026-08-16 9:25 UTC (2+ messages)
[PATCH] kho: do not reserve scratch memory in the kdump kernel
2026-08-16 9:03 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/7] mm: batch rmap walks during large folio migration
2026-08-16 7:48 UTC (5+ messages)
` [PATCH v2 1/7] mm: factor out generic PTE batch detection from swap_pte_batch()
[linux-next:master 8777/13479] mm/hugetlb.c:3095:39: warning: array subscript 4294967295 is above array bounds of 'struct list_head[1]'
2026-08-16 5:52 UTC (4+ messages)
` "
[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
2026-08-16 4:11 UTC (3+ messages)
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
[PATCH v3 00/11] Virtual Swap Space (Swap Table Edition)
2026-08-16 0:43 UTC (4+ messages)
` [PATCH v3 02/11] mm, swap: support zswap and zeroswap as vswap backends
[akpm-mm:mm-new] BUILD SUCCESS 33f61b12d297562321533c048e034b1fb21c1cf3
2026-08-16 0:05 UTC
[RFC PATCH 0/6] fix nommu mmap and add nommu kselftests
2026-08-15 21:58 UTC (9+ messages)
` [RFC PATCH 5/6] selftests: run tests on nommu architecture
[linux-next:master] [mm/vmpressure] ea928e9e18: stress-ng.mremap.ops_per_sec 36.2% regression
2026-08-15 19:20 UTC (6+ messages)
[PATCH v2 0/4] sysctl: Disallow partial updates of miss-formatted sysctl vectors
2026-08-15 16:09 UTC (2+ messages)
[PATCH v2 4/4] sysctl: Add 0013 to test partially updated vectors
2026-08-15 16:05 UTC (2+ messages)
[PATCH v2 3/4] sysctl: Disallow partial updates for erroneous sysctl vectors
2026-08-15 16:05 UTC (2+ messages)
[PATCH v2 2/4] sysctl: Reject uint arrays before calling the general proc_vec
2026-08-15 16:04 UTC (2+ messages)
[PATCH v2 1/4] sysctl: Split data conversion and file position handling
2026-08-15 16:04 UTC (2+ messages)
[PATCH] mm/damon/tests: use scoped_guard() for damon_test_ops_registration
2026-08-15 15:30 UTC (2+ messages)
[PATCH] selftests/exec: add missing SPDX-License-Identifier tag
2026-08-15 15:06 UTC
[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
2026-08-15 14:44 UTC (13+ messages)
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations
` [PATCH v3 24/26] mm/page_alloc: always direct compact for unmapped allocs
[PATCH] mm: cma: make mm/cma.h self-contained and conditionalize includes
2026-08-15 11:35 UTC (4+ messages)
` [PATCH v2] "
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-08-15 10:43 UTC (8+ messages)
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
[PATCH RFC 00/15] mm/mglru: frequency guided promotion (MGLRU-FG) and flag cleanup
2026-08-15 10:36 UTC (9+ messages)
` [PATCH RFC 06/15] mm/mglru: use explicit tier range in read_ctrl_pos()
` [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
[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 (11+ messages)
` [PATCH v4 09/19] selftests/mm: add folio-order detection self-check
` [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 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox