[PATCH mm-new v4 0/6] Improve khugepaged scan logic
2026-01-17 12:15 UTC (12+ messages)
` [PATCH mm-new v4 2/6] mm: khugepaged: refine scan progress number
` [PATCH mm-new v4 4/6] mm: add folio_is_lazyfree helper
` [PATCH mm-new v4 5/6] mm: khugepaged: skip lazy-free folios at scanning
[PATCH RFC 0/2] rcu box container for Rust + maple tree load_rcu
2026-01-17 12:11 UTC (7+ messages)
` [PATCH RFC 1/2] rust: rcu: add RcuBox type
` [PATCH RFC 2/2] rust: maple_tree: add load_rcu()
[PATCH v2 1/2] mm/hugetlb: Remove unnecessary if condition
2026-01-17 10:25 UTC (3+ messages)
` [PATCH v2 2/2] mm/hugetlb: Enforce brace style
[PATCH] mm: update kernel-doc for __swap_cache_clear_shadow()
2026-01-17 10:14 UTC
[syzbot] [cgroups?] [mm?] WARNING in memcg1_swapout
2026-01-17 9:30 UTC
[PATCH 0/3] Migrate on fault for device pages
2026-01-17 7:07 UTC (6+ messages)
` [PATCH 1/3] mm: unified hmm fault and migrate device pagewalk paths
[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2026-01-17 6:53 UTC (15+ messages)
` [PATCH v8 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v8 02/14] kasan: arm64: x86: Make special tags arch specific
` [PATCH v8 04/14] x86/kasan: Add arch specific kasan functions
` [PATCH v8 13/14] x86/kasan: Logical bit shift for kasan_mem_to_shadow
[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
2026-01-17 5:36 UTC (3+ messages)
[PATCH v6 0/5] Enable THP support in drm_pagemap
2026-01-17 5:27 UTC (22+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
` [PATCH v6 2/5] drm/pagemap: Unlock and put folios when possible
` [PATCH v6 3/5] drm/pagemap: Add helper to access zone_device_data
` [PATCH v6 4/5] drm/pagemap: Correct cpages calculation for migrate_vma_setup
` [PATCH v6 5/5] drm/pagemap: Enable THP support for GPU memory migration
[PATCH v2] percpu: add basic double free check
2026-01-17 5:15 UTC (3+ messages)
[PATCH] zsmalloc: introduce SG-list based object read API
2026-01-17 3:48 UTC (5+ messages)
[PATCH v2 08/10] mm/vma: Use unmap_desc in exit_mmap() and vms_clear_ptes()
2026-01-17 3:25 UTC (9+ messages)
[PATCHv2] zsmalloc: make common caches global
2026-01-17 2:54 UTC
[PATCH] zsmalloc: fixup zsmalloc-introduce-sg-list-based-object-read-api.patch
2026-01-17 2:48 UTC
[PATCHv3 00/15] mm: Eliminate fake head pages from vmemmap optimization
2026-01-17 2:38 UTC (8+ messages)
` [PATCHv3 10/15] mm/hugetlb: Remove fake head pages
` [PATCHv3.1 "
[PATCH RESEND 0/3] add and use vma_assert_stabilised() helper
2026-01-17 2:30 UTC (15+ messages)
` [PATCH RESEND 1/3] locking: add rwsem_is_write_locked(), update non-lockdep asserts
` [PATCH RESEND 2/3] mm/vma: add vma_is_*_locked() helpers
` [PATCH RESEND 3/3] mm: add + use vma_is_stabilised(), vma_assert_stabilised() helpers
[RFC PATCH] zsmalloc: make common caches global
2026-01-17 2:24 UTC (3+ messages)
[linux-next:master] BUILD SUCCESS WITH UNVERIFIED WARNING 46fe65a2c28ecf5df1a7475aba1f08ccf4c0ac1b
2026-01-17 2:13 UTC
[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
2026-01-17 2:11 UTC (24+ messages)
` [PATCH v3 01/21] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH v3 02/21] slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGE
` [PATCH v3 03/21] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH v3 04/21] mm/slab: make caches with sheaves mergeable
` [PATCH v3 05/21] slab: add sheaves to most caches
` [PATCH v3 06/21] slab: introduce percpu sheaves bootstrap
` [PATCH v3 07/21] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v3 08/21] slab: handle kmalloc sheaves bootstrap
` [PATCH v3 09/21] slab: add optimized sheaf refill from partial list
` [PATCH v3 10/21] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH v3 11/21] slab: remove SLUB_CPU_PARTIAL
` [PATCH v3 12/21] slab: remove the do_slab_free() fastpath
` [PATCH v3 13/21] slab: remove defer_deactivate_slab()
` [PATCH v3 14/21] slab: simplify kmalloc_nolock()
` [PATCH v3 15/21] slab: remove struct kmem_cache_cpu
` [PATCH v3 16/21] slab: remove unused PREEMPT_RT specific macros
` [PATCH v3 17/21] slab: refill sheaves from all nodes
` [PATCH v3 18/21] slab: update overview comments
` [PATCH v3 19/21] slab: remove frozen slab checks from __slab_free()
` [PATCH v3 20/21] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH v3 21/21] mm/slub: cleanup and repurpose some "
[PATCH 0/5] selftests/damon: improve leak detection and wss estimation reliability
2026-01-17 2:07 UTC (6+ messages)
` [PATCH 1/5] selftests/damon/sysfs_memcg_path_leak.sh: use kmemleak
` [PATCH 2/5] selftests/damon/wss_estimation: test for up to 160 MiB working set size
` [PATCH 3/5] selftests/damon/access_memory: add repeat mode
` [PATCH 4/5] selftests/damon/wss_estimation: ensure number of collected wss
` [PATCH 5/5] selftests/damon/wss_estimation: deduplicate failed samples output
[PATCH] selftests/mm: remove virtual_address_range test
2026-01-17 1:21 UTC (2+ messages)
[PATCH 2/2] mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()
2026-01-17 1:16 UTC (4+ messages)
` [PATCH] mm-kasan-kunit-extend-vmalloc-oob-tests-to-cover-vrealloc-fix
KASAN vs realloc
2026-01-17 1:16 UTC (5+ messages)
` [PATCH 1/2] mm/kasan: Fix KASAN poisoning in vrealloc()
[PATCH v3] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
2026-01-17 1:00 UTC (6+ messages)
[akpm-mm:mm-unstable /301] net/core/page_pool.c:713:71: sparse: sparse: incorrect type in argument 1 (different base types)
2026-01-16 23:15 UTC (2+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2026-01-19
2026-01-16 22:47 UTC
[PATCH 16/28] maple_tree: Start using maple copy node for destination
2026-01-16 22:44 UTC (4+ messages)
[PATCH v2 0/2] kho: clean up page initialization logic
2026-01-16 22:26 UTC (4+ messages)
` [PATCH v2 1/2] kho: use unsigned long for nr_pages
` [PATCH v2 2/2] kho: simplify page initialization in kho_restore_page()
[PATCH] mm: Restore per-memcg proactive reclaim with !CONFIG_NUMA
2026-01-16 20:52 UTC
[PATCH v2 1/1] Docs/mm/allocation-profiling: describe sysctrl limitations in debug mode
2026-01-16 20:45 UTC (2+ messages)
[PATCH v2] mm/hugetlb: Restore failed global reservations to subpool
2026-01-16 20:40 UTC
[PATCH v6 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
2026-01-16 20:38 UTC (2+ messages)
` [PATCH v6 2/2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
[PATCH 10/28] maple_tree: Introduce maple_copy node and use it in mas_spanning_rebalance()
2026-01-16 19:46 UTC (3+ messages)
[PATCH 1/1] Docs/mm/allocation-profiling: describe sysctrl limitations in debug mode
2026-01-16 18:45 UTC (4+ messages)
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-16 18:16 UTC (26+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
[PATCH v5 0/5] Enable THP support in drm_pagemap
2026-01-16 18:07 UTC (13+ messages)
` [PATCH v5 1/5] mm/zone_device: Reinitialize large zone device private folios
[PATCH] mm/highmem: fix __kmap_to_page() build error
2026-01-16 17:59 UTC (3+ messages)
WARN_ON_ONCE: (PF_MEMALLOC && nofail) in __alloc_pages_slowpath via ext4, iput, kswapd
2026-01-16 17:21 UTC
[PATCH] kho: test: clean up residual memory upon test_kho module unload
2026-01-16 17:14 UTC (2+ messages)
[PATCH v3 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
2026-01-16 17:00 UTC (3+ messages)
` [PATCH v3 1/2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
2026-01-16 16:59 UTC (12+ messages)
` [PATCH RFC v2 03/20] mm/slab: make caches with sheaves mergeable
` [PATCH RFC v2 04/20] slab: add sheaves to most caches
[PATCH] kho: print which scratch buffer failed to be reserved
2026-01-16 16:54 UTC
[PATCH 2/3] mm/hugetlb: Remove unnecessary if condition
2026-01-16 16:45 UTC (2+ messages)
[PATCH v5 0/5] support batch checking of references and unmapping for large folios
2026-01-16 16:26 UTC (12+ messages)
` [PATCH v5 5/5] mm: rmap: support batched unmapping for file "
` [PATCH] mm: rmap: skip batched unmapping for UFFD vmas
[PATCH v4] kho: validate preserved memory map during population
2026-01-16 16:21 UTC (3+ messages)
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-01-16 16:13 UTC (2+ messages)
` [syzbot ci] "
[PATCH v16 0/3] Improve proc RSS accuracy and OOM killer latency
2026-01-16 15:55 UTC (9+ messages)
` [PATCH v16 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v16 3/3] mm: Reduce latency of OOM killer task selection with 2-pass algorithm
[PATCH v3 0/2] kho: history: track previous kernel version and kexec boot count
2026-01-16 15:50 UTC (4+ messages)
` [PATCH v3 1/2] kho: history: track previous kernel version
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-16 15:13 UTC (6+ messages)
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
[PATCH] mm/page_alloc: Fix freeing of failed-split poisoned compound pages
2026-01-16 14:11 UTC (2+ messages)
[PATCH] mm/kfence: fix potential deadlock in reboot notifier
2026-01-16 14:10 UTC
[PATCH 0/2] add and use vma_assert_stabilised() helper
2026-01-16 14:03 UTC (3+ messages)
` [syzbot ci] "
[PATCH v3 00/30] Eliminate Dying Memory Cgroup
2026-01-16 12:53 UTC (10+ messages)
` [PATCH v3 05/30] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v3 07/30] mm: memcontrol: return root object cgroup for root memory cgroup
[PATCH v7 0/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
2026-01-16 12:19 UTC (4+ messages)
[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
2026-01-16 11:58 UTC (8+ messages)
` [PATCH v7 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[PATCH] kho: skip memoryless NUMA nodes when reserving scratch areas
2026-01-16 11:57 UTC (2+ messages)
[PATCH v2] kho: init alloc tags when restoring pages from reserved memory
2026-01-16 11:26 UTC (6+ messages)
[PATCH mm-unstable] mm: Fix uffd-wp bit loss when batching file folio unmapping
2026-01-16 11:12 UTC (3+ messages)
[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2026-01-16 10:57 UTC (5+ messages)
` [PATCH v5 14/19] mm, swap: cleanup swap entry management workflow
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox