Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-17 03:15:43 to 2026-06-17 18:57:44 UTC [more...]

[PATCH v2 0/3] kho: Add support for kunit mocking KHO restore API
 2026-06-17 18:57 UTC  (4+ messages)

[RFC PATCH 0/3] mm/compaction: honour compact_unevictable_allowed in mlock race and alloc_contig path
 2026-06-17 18:57 UTC  (5+ messages)
` [RFC PATCH 1/3] mm/compaction: skip isolate mlocked folios when compact_unevictable_allowed=0
` [RFC PATCH 3/3] mm/compaction: respect compact_unevictable_allowed in alloc_contig path

[RFC PATCH 0/6] arm64: mm: Introducing ROX CACHE to ARM64 systems with bbml2 no abort
 2026-06-17 18:40 UTC  (6+ messages)
` [RFC PATCH 3/6] arm64: mm: fix restoring linear map permissions on execmem cache clean

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-17 18:34 UTC 

[PATCH v2 00/11] hugetlb: Use PAGE granularity index in exported i/f and adopt the common read_iter
 2026-06-17 18:28 UTC  (13+ messages)
` [PATCH v2 01/11] mm/memory-failure: make is_raw_hwpoison_page_in_hugepage() general purpose
` [PATCH v2 02/11] mm: factor out adjust_range_hwpoison() from hugetlbfs
` [PATCH v2 03/11] mm/filemap: add hwpoison handling to filemap_read()
` [PATCH v2 04/11] hugetlbfs,filemap: replace hugetlbfs_read_iter() with generic_file_read_iter()
` [PATCH v2 05/11] hugetlb: Convert the vmf->pgoff to PAGE_SIZE granularity
` [PATCH v2 06/11] hugetlb: make hugetlb_fault_mutex_hash() to take PAGE_SIZE index
` [PATCH v2 07/11] hugetlb: replace filemap_lock_hugetlb_folio with filemap_lock_folio
` [PATCH v2 08/11] hugetlb: make hugetlb_add_to_page_cache() to take PAGE_SIZE granularity index
` [PATCH v2 09/11] hugetlb: remove the hugetlb_linear_page_index() helper
` [PATCH v2 10/11] hugetlb: drop vma_hugecache_offset() in favor of linear_page_index()
` [PATCH v2 11/11] hugetlb: make hugetlb_[un]reserve_pages() to take PAGE granularity index

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

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

[PATCH] mm: khugepaged: free xarray nodes left behind by failed collapse_file()
 2026-06-17 18:12 UTC  (8+ messages)

[PATCH 0/1] sched/psi: skip irqtime accounting when no new irq time has elapsed
 2026-06-17 17:50 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v8 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-06-17 17:50 UTC  (8+ 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] mm/page_alloc: use existing highatomic reserves on the buddy fastpath
 2026-06-17 17:35 UTC  (3+ messages)

[PATCH] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
 2026-06-17 17:14 UTC  (4+ messages)

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

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

[PATCH] arch_numa: remove redundant nodemask clears in numa_init()
 2026-06-17 16:39 UTC 

[PATCH v5 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
 2026-06-17 16:31 UTC  (6+ messages)
    ` [PATCH v5 1/6] alloc_tag: add ioctl to /proc/allocinfo
  ` [PATCH v5 2/6] alloc_tag: add ioctl filters "
  ` [PATCH v5 3/6] alloc_tag: add size-based filtering to ioctl
  ` [PATCH v5 4/6] alloc_tag: add accuracy based "

[PATCH v1 2/3] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
 2026-06-17 16:12 UTC  (2+ messages)

[PATCH] mm: page_ext: validate section in for_each_page_ext iterator
 2026-06-17 15:52 UTC  (2+ messages)

[PATCH] mm/page_alloc: include <linux/vmstat.h> for vm_numa_stat_key
 2026-06-17 15:47 UTC  (2+ messages)

[RFC PATCH 0/3] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-17 15:17 UTC  (15+ messages)
` [RFC PATCH 1/3] mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()
` [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 v3 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-17 15:10 UTC  (27+ messages)
` [PATCH v3 01/15] mm/slab: do not init any kfence objects on allocation
` [PATCH v3 06/15] mm/slab: add alloc_flags to slab_alloc_context
` [PATCH v3 08/15] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [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

[PATCH 0/4] mm: convert to walk_page_range_vma() to eliminate find_vma()
 2026-06-17 15:01 UTC  (13+ 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()

[RFC PATCH v1.1 00/11] mm/damon/sysfs: kobject_del() directories that users can create/remove
 2026-06-17 14:48 UTC  (12+ messages)
` [RFC PATCH v1.1 01/11] mm/damon/sysfs: kobject_del() target (normal), context and kdamond dirs
` [RFC PATCH v1.1 02/11] mm/damon/sysfs: kobject_del() region and target (error) dirs
` [RFC PATCH v1.1 03/11] mm/damon/sysfs-schemes: kobject_del() scheme dirs
` [RFC PATCH v1.1 04/11] mm/damon/sysfs-schemes: kobject_del() scheme region dirs
` [RFC PATCH v1.1 05/11] mm/damon/sysfs-schemes: kobject_del() scheme filter dirs
` [RFC PATCH v1.1 06/11] mm/damon/sysfs-schemes: kobject_del() scheme quota goal dirs
` [RFC PATCH v1.1 07/11] mm/damon/sysfs-schemes: kobject_del() scheme action destination dirs
` [RFC PATCH v1.1 08/11] mm/damon/sysfs: kobject_del() probe dirs
` [RFC PATCH v1.1 09/11] mm/damon/sysfs: kobject_del() probe filter dirs
` [RFC PATCH v1.1 10/11] mm/damon/sysfs: kobject_del() probe dirs in probes_addd_dir error path
` [RFC PATCH v1.1 11/11] mm/damon/sysfs-schemes: kobject_del() region for populate_region error

[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-17 14:39 UTC  (6+ messages)
` [PATCH v2 07/16] mm/slab: replace struct partial_context with slab_alloc_context

[linux-next:master] [mm/filemap] 0b9c0aeba9: pts.graphics-magick.Swirl.iterations_per_minute 8.6% regression
 2026-06-17 14:26 UTC 

[PATCH] mm: Remove mentions of PageWriteback
 2026-06-17 14:17 UTC  (4+ messages)

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

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-06-17 14:03 UTC  (11+ messages)

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

[RFC PATCH v1.1 0/2] mm/damon/sysfs-schemes: fix wrong directories put orders in error paths
 2026-06-17 13:55 UTC  (3+ messages)
` [RFC PATCH v1.1 1/2] mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()
` [RFC PATCH v1.1 2/2] mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error

[PATCH 0/3] mm: __access_remote_vm with per-VMA lock
 2026-06-17 13:33 UTC  (6+ messages)
` [PATCH 3/3] mm: read remote memory without the mmap lock where possible

[PATCH] mm: Document the folio refcount a little better
 2026-06-17 13:31 UTC  (3+ messages)

[PATCH v1 1/1] samples/damon: Fix typo in Kconfig help text
 2026-06-17 13:28 UTC  (2+ messages)

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-17 13:18 UTC  (11+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v4 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v4 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v4 5/7] mm: selftests: Add shmem into memory failure test

[PATCH v3 0/3] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
 2026-06-17 13:16 UTC  (10+ 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 v4 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-06-17 12:47 UTC  (13+ 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() "
` [PATCH v4 4/5] mm/vmscan: extract folio unmap logic into folio_try_unmap()
` [PATCH v4 5/5] mm/vmscan: flush TLB for every 31 folios evictions

[PATCH v7 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-06-17 12:28 UTC  (18+ 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 4/8] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v7 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v7 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v7 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v7 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback

[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 v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-17 11:36 UTC  (4+ messages)
` [PATCH v17 05/10] rust: page: convert to `Ownable`

[PATCH v2] mm/page_alloc: remove VM_BUG_ON()s from pindex helpers
 2026-06-17 11:22 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)

[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 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 v2] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-17  8:18 UTC  (3+ 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  (3+ messages)
` [PATCH v5 4/4] selftests/mm: add hard memory failure anonymous 1G HugeTLB page test

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

[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 for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-17  5:58 UTC  (8+ 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

[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 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-06-17  3:31 UTC 

[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 


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