[RFC PATCH v1 0/2] Fix storing in XArray check_split tests
2026-02-09 19:16 UTC (3+ messages)
` [RFC PATCH v1 1/2] XArray tests: Fix check_split tests to store correctly
` [RFC PATCH v1 2/2] XArray tests: Verify xa_erase behavior in check_split
[RFC 00/12] mm: PUD (1GB) THP implementation
2026-02-02 0:50 UTC (5+ messages)
` [RFC 01/12] mm: add PUD THP ptdesc and rmap support
` [RFC 02/12] mm/thp: add mTHP stats infrastructure for PUD THP
` [RFC 03/12] mm: thp: add PUD THP allocation and fault handling
` [RFC 04/12] mm: thp: implement PUD THP split to PTE level
[PATCH] mm/hmm: Fix a hmm_range_fault() livelock / starvation problem
2026-02-02 0:10 UTC (15+ messages)
[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
2026-02-01 22:01 UTC (3+ messages)
` [PATCH v4 2/8] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
Subject: Regression: CONFIG_ASYNC_KERNEL_PGTABLE_FREE causes memory exhaustion and stalls on busy Cascade Lake server (6.18.7 only)
2026-02-01 18:16 UTC (3+ messages)
` "
[PATCH 0/2] Introduce IORING_OP_MMAP
2026-02-01 18:16 UTC (7+ messages)
` [PATCH 2/2] io_uring: introduce IORING_OP_MMAP
[PATCH] mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaround
2026-02-01 17:47 UTC (2+ messages)
[PATCH] mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for shared thp
2026-02-01 14:20 UTC (6+ messages)
[PATCH v5 00/13] Remove device private pages from physical address space
2026-02-01 13:03 UTC (6+ messages)
` [PATCH v5 10/13] mm: Add helpers to create device private entries from struct pages
` [PATCH v5 12/13] mm/hmm: Add flag to track device private pages
` [PATCH v5 13/13] mm: Remove device private pages from the physical address space
[PATCH mm-new v6 0/5] Improve khugepaged scan logic
2026-02-01 12:25 UTC (6+ messages)
` [PATCH mm-new v6 1/5] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v6 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v6 3/5] mm: add folio_test_lazyfree helper
` [PATCH mm-new v6 4/5] mm: khugepaged: skip lazy-free folios
` [PATCH mm-new v6 5/5] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY
[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-02-01 8:23 UTC (2+ messages)
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-02-01 6:38 UTC (3+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
[PATCH v6 0/2] Generalize vmemmap_populate_hugepages to sparc
2026-02-01 6:35 UTC (3+ messages)
` [PATCH v6 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
` [PATCH v6 2/2] mm: Convert vmemmap_p?d_populate() to static functions
[syzbot] [mm?] INFO: rcu detected stall in shmem_file_write_iter (3)
2026-02-01 5:31 UTC (2+ messages)
[PATCH v14 00/26] zswap compression batching with optimized iaa_crypto driver
2026-02-01 2:53 UTC (12+ messages)
` [PATCH v14 24/26] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v14 25/26] mm: zswap: Store large folios in batches
` [PATCH v14 26/26] mm: zswap: Batched zswap_compress() for compress batching of large folios
[Hypervisor Live Update] Notes from January 26, 2026
2026-02-01 2:39 UTC
[RFC PATCH 0/5] Separate compound page from folio
2026-02-01 2:04 UTC (4+ messages)
` [RFC PATCH 1/5] io_uring: allocate folio in io_mem_alloc_compound() and function rename
[PATCH] mm/fadvise: validate offset in generic_fadvise
2026-02-01 0:43 UTC (5+ messages)
[PATCH v4 00/54] tree-in-dcache stuff
2026-02-01 0:11 UTC (24+ messages)
[PATCH v3 00/30] maple_tree: Replace big node with maple copy
2026-02-01 0:10 UTC (33+ messages)
` [PATCH v3 01/30] maple_tree: Fix mas_dup_alloc() sparse warning
` [PATCH v3 02/30] maple_tree: Move mas_spanning_rebalance loop to function
` [PATCH v3 03/30] maple_tree: Extract use of big node from mas_wr_spanning_store()
` [PATCH v3 04/30] maple_tree: Remove unnecessary assignment of orig_l index
` [PATCH v3 05/30] maple_tree: inline mas_spanning_rebalance() into mas_wr_spanning_rebalance()
` [PATCH v3 06/30] maple_tree: Make ma_wr_states reliable for reuse in spanning store
` [PATCH v3 07/30] maple_tree: Remove l_wr_mas from mas_wr_spanning_rebalance
` [PATCH v3 08/30] maple_tree: Don't pass through height in mas_wr_spanning_store
` [PATCH v3 09/30] maple_tree: Move maple_subtree_state from mas_wr_spanning_store to mas_wr_spanning_rebalance
` [PATCH v3 10/30] maple_tree: Correct right ma_wr_state end pivot in mas_wr_spanning_store()
` [PATCH v3 11/30] maple_tree: Introduce maple_copy node and use it in mas_spanning_rebalance()
` [PATCH v3 12/30] maple_tree: Testing update for spanning store
` [PATCH v3 13/30] maple_tree: Inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalance()
` [PATCH v3 14/30] maple_tree: Change initial big node setup in mas_wr_spanning_rebalance()
` [PATCH v3 15/30] maple_tree: Introduce ma_leaf_max_gap()
` [PATCH v3 16/30] maple_tree: Add gap support, slot and pivot sizes for maple copy
` [PATCH v3 17/30] maple_tree: Start using maple copy node for destination
` [PATCH v3 18/30] maple_tree: inline mas_wr_spanning_rebalance()
` [PATCH v3 19/30] maple_tree: Remove unnecessary return statements
` [PATCH v3 20/30] maple_tree: Separate wr_split_store and wr_rebalance store type code path
` [PATCH v3 21/30] maple_tree: Add cp_is_new_root() helper
` [PATCH v3 22/30] maple_tree: Use maple copy node for mas_wr_rebalance() operation
` [PATCH v3 23/30] maple_tree: Add test for rebalance calculation off-by-one
` [PATCH v3 24/30] maple_tree: Add copy_tree_location() helper
` [PATCH v3 25/30] maple_tree: Add cp_converged() helper
` [PATCH v3 26/30] maple_tree: Use maple copy node for mas_wr_split()
` [PATCH v3 27/30] maple_tree: Remove maple big node and subtree structs
` [PATCH v3 28/30] maple_tree: Pass maple copy node to mas_wmb_replace()
` [PATCH v3 29/30] maple_tree: Don't pass end to mas_wr_append()
` [PATCH v3 30/30] maple_tree: Clean up mas_wr_node_store()
[PATCH v8 0/2] mm/vmscan: select the closest preferred node in demote_folio_list()
2026-01-31 23:58 UTC (4+ messages)
` [PATCH v9 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
[PATCH v2] mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file()
2026-01-31 22:01 UTC (8+ messages)
[PATCH] rust: page: add volatile memory copy methods
2026-01-31 21:31 UTC (23+ messages)
[RFC PATCH v2 0/3] mm/damon: Introduce node_target_mem_bp Quota Goal Metric
2026-01-31 19:54 UTC (2+ messages)
[RFC PATCH 0/2] mm/damon/core: improve DAMOS quota efficiency for core layer filters
2026-01-31 19:41 UTC (3+ messages)
` [RFC PATCH 1/2] mm/damon/core: set quota-score histogram with core filters
` [RFC PATCH 2/2] mm/damon/core: do non-safe region walk on kdamond_apply_schemes()
[Question] Dead code in copy_pud_range() for copy_huge_pud() error check?
2026-01-31 17:28 UTC
[PATCH 0/2] liveupdate: fixes in error handling
2026-01-31 15:31 UTC (7+ messages)
` [PATCH 1/2] liveupdate: luo_file: do not clear serialized_data on unfreeze
` [PATCH 2/2] liveupdate: luo_file: remember retrieve() status
[vbabka-slab:slab/for-7.0/sheaves-base] [slub] a66f9c0f1b: will-it-scale.per_process_ops 56.9% improvement
2026-01-31 13:01 UTC
[linux-next:master] [mm] 94962b2628: will-it-scale.per_process_ops 4.8% improvement
2026-01-31 12:56 UTC
[RFC PATCH v3 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-01-31 12:54 UTC (6+ messages)
` [RFC PATCH v3 1/5] mm: swap: introduce swap tier infrastructure
` [RFC PATCH v3 2/5] mm: swap: associate swap devices with tiers
` [RFC PATCH v3 3/5] mm: memcontrol: add interface for swap tier selection
` [RFC PATCH v3 4/5] mm, swap: change back to use each swap device's percpu cluster
` [RFC PATCH v3 5/5] mm, swap: introduce percpu swap device cache to avoid fragmentation
[linux-next:master] BUILD REGRESSION 4c87cdd0328495759f6e9f9f4e1e53ef8032a76f
2026-01-31 9:24 UTC
[PATCH v2 0/3] memfd-based Userspace MFR Policy for HugeTLB
2026-01-31 5:21 UTC (6+ messages)
` [PATCH v2 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
[PATCH] mm/damon: unify address range representation with damon_addr_range
2026-01-31 1:56 UTC (2+ messages)
[RFC PATCH v1 0/2] Fix storing in XArray check_split tests
2026-01-31 0:15 UTC
[PATCH v3] arm64: mm: fix pass user prot to ioremap_prot in generic_access_phys
2026-01-31 0:07 UTC (3+ messages)
[PATCH bpf-next v3 00/17] mm: BPF OOM
2026-01-30 23:29 UTC (4+ messages)
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops
DAMON Beer/Coffee/Tea chat reminder for the week of 2026-02-02
2026-01-30 22:53 UTC
[PATCH 0/9] cxl: explicit DAX driver selection and hotplug
2026-01-30 22:12 UTC (5+ messages)
` [PATCH 8/9] cxl/core: Add dax_kmem_region and sysram_region drivers
[PATCH v2 mm-stable] procfs: avoid fetching build ID while holding VMA lock
2026-01-30 20:47 UTC (5+ messages)
[RFC] AI review prompt updates
2026-01-30 19:29 UTC
[PATCH v2 00/29] maple_tree: Replace big node with maple copy
2026-01-30 18:02 UTC (6+ messages)
` [PATCH v2 22/29] maple_tree: Use maple copy node for mas_wr_rebalance() operation
[PATCH bpf-next] mm/bpf_memcontrol: Add missing newline in pr_warn message
2026-01-30 17:44 UTC (2+ messages)
[PATCH v4 00/10] mm: add and use vma_assert_stabilised() helper
2026-01-30 17:06 UTC (5+ messages)
` [PATCH v4 01/10] mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAG
` [PATCH v4 02/10] mm/vma: document possible vma->vm_refcnt values and reference comment
[PATCH] lsm: preserve /proc/sys/vm/mmap_min_addr when !CONFIG_SECURITY
2026-01-30 16:48 UTC (3+ messages)
[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2026-01-30 16:48 UTC (4+ messages)
` [PATCH v5 14/19] mm, swap: cleanup swap entry management workflow
[syzbot ci] Re: Separate compound page from folio
2026-01-30 16:41 UTC (3+ messages)
` [syzbot ci] "
` "
[PATCH v9 0/2] Optimize zone->contiguous update
2026-01-30 16:37 UTC (3+ messages)
` [PATCH v9 1/2] mm/memory hotplug/unplug: Add online_memory_block_pages() and offline_memory_block_pages()
` [PATCH v9 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[PATCH] mm/memory hotplug: Fix zone->contiguous always false when hotplug
2026-01-30 16:09 UTC
[PATCH v9] mm/memory hotplug: Fix zone->contiguous always false when hotplug
2026-01-30 16:06 UTC
[RFC PATCH] mm/page_alloc: fix use-after-free in swap due to stale page data after split_page()
2026-01-30 15:47 UTC (5+ messages)
[PATCH] mm/damon: remove __read_mostly from memory_idle_ms_percentiles
2026-01-30 15:43 UTC (3+ messages)
[PATCH net-next 2/3] mm: vmalloc: export find_vm_area()
2026-01-30 15:16 UTC (11+ messages)
[RFC PATCH 0/1] Bind-mounting memfds
2026-01-30 14:17 UTC (4+ messages)
` [RFC PATCH 1/1] fs,ns: allow copying of shm_mnt mount trees
[PATCH] mm: fix typo in MMF_HAS_PINNED comment
2026-01-30 13:26 UTC
[PATCH v4 1/3] mm: pagewalk: simplify hugepage boundary calculation
2026-01-30 10:34 UTC (7+ messages)
` [PATCH v4 1/3] mm: pagewalk: simplify hugepage boundary
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