Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-15 11:55:27 to 2026-06-17 12:26:16 UTC [more...]

[PATCH v7 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-06-17 12:26 UTC  (9+ messages)
` [PATCH v7 1/8] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v7 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v7 3/8] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v7 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback

[PATCH v4 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-06-17 12:25 UTC  (9+ messages)
` [PATCH v4 1/5] mm/vmscan: introduce folio_activate_locked() helper
` [PATCH v4 2/5] mm/vmscan: extract folio_free() from shrink_folio_list()
` [PATCH v4 3/5] mm/vmscan: extract pageout_one() "

[syzbot] [mm?] KASAN: use-after-free Read in ptdump_pte_entry (2)
 2026-06-17 12:06 UTC  (2+ messages)

[PATCH v5] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-06-17 11:53 UTC 

[PATCH v3 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-17 11:52 UTC  (18+ messages)
` [PATCH v3 01/15] mm/slab: do not init any kfence objects on allocation
` [PATCH v3 03/15] mm/slab: introduce slab_alloc_context
` [PATCH v3 09/15] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH v3 10/15] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v3 11/15] mm/slab: pass slab_alloc_context to __do_kmalloc_node()
` [PATCH v3 12/15] mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
` [PATCH v3 13/15] mm/slab: introduce kmalloc_flags()
` [PATCH v3 14/15] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
` [PATCH v3 15/15] mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheaves

[RFC PATCH v2 0/3] make persistent huge zero folio read-only
 2026-06-17 11:50 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm/huge_memory: "

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-17 11:36 UTC  (11+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 05/10] rust: page: convert to `Ownable`

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-06-17 11:32 UTC  (3+ messages)
` [PATCH v2 20/22] mm/page_alloc: implement __GFP_UNMAPPED|__GFP_ZERO allocations

[PATCH v2] mm/page_alloc: remove VM_BUG_ON()s from pindex helpers
 2026-06-17 11:22 UTC  (2+ messages)

[PATCH] mm: Document the folio refcount a little better
 2026-06-17 11:22 UTC  (2+ messages)

[PATCH] mm: Remove mentions of PageWriteback
 2026-06-17 11:15 UTC  (2+ messages)

[PATCH v3] mm/lruvec: trace LRU add drains and drain-all requests
 2026-06-17 11:11 UTC  (2+ messages)

[PATCH] mm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.h
 2026-06-17 11:09 UTC  (2+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-17 11:07 UTC  (6+ messages)

[PATCH] mm/page_table_check: do not track special (PFN-mapped) PTEs
 2026-06-17 11:07 UTC  (2+ messages)

[PATCH RFC 0/3] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-06-17 10:34 UTC  (6+ messages)

[RFC PATCH 0/3] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-17  9:55 UTC  (6+ messages)
` [RFC PATCH 2/3] mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logic
` [RFC PATCH 3/3] mm: entirely remove lru_add_drain in do_swap_page

[PATCH 0/3] mm: __access_remote_vm with per-VMA lock
 2026-06-17  9:42 UTC  (7+ messages)
` [PATCH 1/3] x86/mm: use READ_ONCE/WRITE_ONCE for mm->context.untag_mask
` [PATCH 2/3] mm/pagewalk: let folio_walk_start() run under the per-VMA lock
` [PATCH 3/3] mm: read remote memory without the mmap lock where possible

[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-17  9:40 UTC  (2+ messages)

[PATCH] mm: shrinker: fix shrinker_info teardown race with expansion
 2026-06-17  9:18 UTC  (2+ messages)

[RFC PATCH 0/2] mm: memfd with write notifications
 2026-06-17  9:14 UTC  (4+ messages)

[PATCH] mm: shrinker: fix NULL pointer dereference in debugfs
 2026-06-17  9:10 UTC  (2+ messages)

[PATCH v3 0/3] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
 2026-06-17  8:56 UTC  (9+ messages)
` [PATCH v3 1/3] mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()
` [PATCH v3 2/3] mm/percpu: honor GFP constraints when populating chunks
` [PATCH v3 3/3] mm/percpu: Avoid IO/FS reclaim in backing allocations

[PATCH v9 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-06-17  8:52 UTC  (3+ messages)

[PATCH 0/4] mm: convert to walk_page_range_vma() to eliminate find_vma()
 2026-06-17  8:26 UTC  (5+ messages)
` [PATCH 1/4] mm: mincore: try per-VMA lock firstly and use walk_page_range_vma()
` [PATCH 2/4] mm: mprotect: use walk_page_range_vma() in mprotect_fixup()
` [PATCH 3/4] mm: mlock: use walk_page_range_vma() in mlock_vma_pages_range()
` [PATCH 4/4] mm: migrate_device: use walk_page_range_vma() in migrate_vma_collect()

[Patch v2] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-17  8:18 UTC  (6+ messages)

[PATCH 1/4] mm/slub: factor user tracking metadata size calculation
 2026-06-17  7:54 UTC  (2+ messages)
  ` [PATCH 2/4] mm/slub: preserve previous object lifetime in user tracking

[PATCH v5 0/4] Only free healthy pages in high-order has_hwpoisoned folio
 2026-06-17  7:38 UTC  (7+ messages)
` [PATCH v5 1/4] mm/page_alloc: only "
` [PATCH v5 4/4] selftests/mm: add hard memory failure anonymous 1G HugeTLB page test

[PATCH] mm: khugepaged: free xarray nodes left behind by failed collapse_file()
 2026-06-17  7:33 UTC  (6+ messages)

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-06-17  7:09 UTC  (6+ messages)

[PATCH v1 1/1] samples/damon: Fix typo in Kconfig help text
 2026-06-17  6:57 UTC 

[PATCH v4 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-06-17  6:54 UTC  (2+ messages)

[RFC] arm64: early_ioremap fails to map ACPI MADT on 64K pages
 2026-06-17  6:01 UTC 

[PATCH v8 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-06-17  6:24 UTC  (7+ messages)
` [PATCH v8 1/4] mm: swap: introduce swap tier infrastructure
` [PATCH v8 2/4] mm: swap: associate swap devices with tiers
` [PATCH v8 3/4] mm: memcontrol: add interface for swap tier selection
` [PATCH v8 4/4] mm: swap: filter swap allocation by memcg tier mask

[PATCH 0/3] mm/zram: route block swap I/O through swap_ops
 2026-06-17  6:19 UTC  (8+ messages)

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-17  5:58 UTC  (14+ messages)
` [PATCH for-next v3 3/9] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH for-next v3 6/9] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH for-next v3 7/9] mm/slab: introduce kfree_rcu_nolock()
` [PATCH for-next v3 8/9] mm/slab: introduce struct kfree_rcu_head and use in kfree_rcu_nolock()
` [PATCH for-next v3 9/9] slub_kunit: extend the test for kfree_rcu_nolock()

[RFC PATCH] mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error
 2026-06-17  5:33 UTC 

[PATCH] slab: recognize @GFP parameter as optional in kernel-doc
 2026-06-17  5:16 UTC  (4+ messages)

[PATCH v3 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64
 2026-06-17  4:23 UTC  (3+ messages)
` [PATCH v3 1/3] mm, swap: make SWAPFILE_CLUSTER runtime

[PATCH v1 3/3] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
 2026-06-17  4:16 UTC 

[PATCH v1 2/3] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
 2026-06-17  4:04 UTC 

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-06-17  4:02 UTC  (15+ messages)
                        ` [Lsf-pc] "

[PATCH v1 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-06-17  3:31 UTC 

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-17  3:24 UTC  (3+ messages)
` [PATCH v4 5/7] mm: selftests: Add shmem into memory failure test

[PATCH v6 0/2] mm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-06-17  3:22 UTC  (3+ messages)
` [PATCH v6 1/2] mm: Introduce opportunistic_compaction concept to vmscan and shrinkers
` [PATCH v6 2/2] drm/xe: Make use of shrink_control::opportunistic_compaction hint

[linux-next:master] BUILD REGRESSION 4fa3f5fabb30bf00d7475d5a33459ea83d639bf9
 2026-06-17  3:14 UTC 

[PATCH v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-17  1:44 UTC 

[RFC PATCH 0/9] mm/damon/sysfs: kobject_del() directories that users can create/remove
 2026-06-17  1:15 UTC  (11+ messages)
` [RFC PATCH 1/9] mm/damon/sysfs: kobject_del() target, context and kdamond dirs
` [RFC PATCH 2/9] mm/damon/sysfs: kobject_del() region dirs
` [RFC PATCH 3/9] mm/damon/sysfs-schemes: kobject_del() scheme dirs
` [RFC PATCH 4/9] mm/damon/sysfs-schemes: kobject_del() scheme region dirs
` [RFC PATCH 5/9] mm/damon/sysfs-schemes: kobject_del() scheme filter dirs
` [RFC PATCH 6/9] mm/damon/sysfs-schemes: kobject_del() scheme quota goal dirs
` [RFC PATCH 7/9] mm/damon/sysfs-schemes: kobject_del() scheme action destination dirs
` [RFC PATCH 8/9] mm/damon/sysfs: kobject_del() probe filter dirs
` [RFC PATCH 9/9] mm/damon/sysfs: kobject_del() probe dirs

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-16 22:38 UTC  (5+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices

[RFC PATCH] mm/vmalloc: add vmalloc_decrypted() and vzalloc_decrypted()
 2026-06-16 18:45 UTC  (9+ messages)

[PATCH] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
 2026-06-16 15:27 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v3 0/2] sched/fork: fix timer_slack_ns for children of RT tasks
 2026-06-16 10:56 UTC  (2+ messages)

[PATCH RFC v8 00/24] pkeys-based page table hardening
 2026-06-16 15:41 UTC  (8+ messages)
` [PATCH RFC v8 01/24] mm: Introduce kpkeys
` [PATCH RFC v8 02/24] set_memory: Introduce set_memory_pkey() stub

[RFC PATCH v2 0/7] mm, swap: Virtual Swap Space (Swap Table Edition)
 2026-06-16 12:15 UTC  (4+ messages)

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-16 21:35 UTC  (10+ messages)

[PATCH RFC 00/12] mm/vmalloc: migrate vmap_area indexing from rb-tree to maple-tree
 2026-06-16 18:07 UTC  (4+ messages)

[PATCH v3 2/4] mm/zswap: Implement proactive writeback
 2026-06-16 20:26 UTC  (16+ messages)
          ` [swap tier discussion] "

[PATCH] swiotlb: avoid double copy with swiotlb on tx socket
 2026-06-16 11:06 UTC 

[PATCH v4 00/12] Optimize anonymous large folio unmapping
 2026-06-16 14:12 UTC  (16+ messages)
` [PATCH v4 04/12] mm/memory: Batch set uffd-wp markers during zapping
` [PATCH v4 06/12] mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap
` [PATCH v4 07/12] mm/swapfile: Add batched version of folio_dup_swap
` [PATCH v4 08/12] mm/swapfile: Add batched version of folio_put_swap
` [PATCH v4 09/12] mm/rmap: Add batched version of folio_try_share_anon_rmap_pte
` [PATCH v4 10/12] mm/rmap: refactor anon folio unmap in try_to_unmap_one
` [PATCH v4 11/12] mm/mprotect: drop 'sub' from page_anon_exclusive_sub_batch

[PATCH v5 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
 2026-06-16 16:56 UTC  (2+ messages)
    ` [PATCH v5 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest

[PATCH v2 0/3] kho: Add support for kunit mocking KHO restore API
 2026-06-16 19:15 UTC  (3+ messages)

[PATCH v3 3/3] mm/kmemleak: stop the per-cpu and struct page scans early too
 2026-06-16 13:10 UTC  (2+ messages)

[PATCH v3 0/7] s390/mm: Batch PTE updates in lazy MMU mode
 2026-06-16 12:40 UTC  (8+ messages)
` [PATCH v3 1/7] mm: Make lazy MMU mode context-aware
` [PATCH v3 2/7] s390/mm: Complete ptep_get() conversion
` [PATCH v3 3/7] s390/mm: Batch PTE updates in lazy MMU mode
` [PATCH v3 4/7] mm/gup: Cleanup pgtable entry accessors
` [PATCH v3 5/7] mm/page_vma_mapped_walk: Use ptep_get_lockless() for lockless access
` [PATCH v3 6/7] mm/kasan: Introduce helpers for lazy MMU mode sanitizer
` [PATCH v3 7/7] s390/mm: Lazy "

[PATCH] mm/page_alloc: skip high atomic reservation at or below costly order
 2026-06-16 20:00 UTC  (8+ messages)

[PATCH] mm/page_alloc: use existing highatomic reserves on the buddy fastpath
 2026-06-16 19:14 UTC 

[PATCH v2 0/2] luo: migrate serialized_data to type-safe KHO pointers
 2026-06-16 13:23 UTC  (3+ messages)
` [PATCH v2 1/2] kho: add KHOSER_COPY_TYPE(UN)SAFE for phys copy
` [PATCH v2 2/2] luo: Update serialized data to KHOSER_PTR

[PATCH 0/1] liveupdate: Add internal APIs for file preservation
 2026-06-15 12:28 UTC  (2+ messages)

[PATCH v3] tools/mm/page_owner_sort: free per-record allocations
 2026-06-15 12:24 UTC  (2+ messages)

[PATCH v2 3/6] ntfs: Use zero_user_segment() in handle_bounds_compressed_page()
 2026-06-15 12:18 UTC  (3+ messages)

[PATCH] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-15 11:58 UTC  (7+ messages)


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