Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-28 21:19:17 to 2026-06-29 12:25:22 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-29 12:23 UTC  (24+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 10/30] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl

[RFC PATCH 0/8] Introducte Reserved THP
 2026-06-29 12:20 UTC  (4+ messages)

[PATCH] mm: do file ownership checks with the proper mount idmap
 2026-06-29 12:15 UTC  (3+ messages)

[PATCH v7 00/15] userfaultfd: working set tracking for VM guest memory
 2026-06-29 12:07 UTC  (16+ messages)
` [PATCH v7 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v7 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v7 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v7 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v7 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v7 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v7 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v7 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v7 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v7 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v7 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v7 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v7 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v7 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v7 15/15] Documentation/userfaultfd: document RWP working set tracking

KSM: performance optimizations for rmap_walk_ksm
 2026-06-29 11:59 UTC  (6+ messages)
` [PATCH v10 1/3] ksm: add linear_page_index into ksm_rmap_item
` [PATCH v10 2/3] ksm: Optimize rmap_walk_ksm by passing a suitable page index
` [PATCH v10 3/3] ksm: add mremap selftests for ksm_rmap_walk

[PATCH 0/2] mm/mm_init: don't overlap zones with kernelcore=mirror
 2026-06-29 11:48 UTC  (6+ messages)
` [PATCH 2/2] mm/mm_init: drop overlap_memmap_init()

[PATCH 0/6] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-06-29 11:43 UTC  (4+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-29 11:39 UTC  (11+ messages)
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
            ` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\

[PATCH v4 0/5] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-29 11:36 UTC  (10+ messages)
` [PATCH v4 2/5] mm/zswap: Factor writeback loop out of shrink_worker()

[akpm-mm:mm-new 107/142] mm/zsmalloc.c:800:21: warning: 'obj_to_class_idx' defined but not used
 2026-06-29 11:18 UTC 

[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-29 11:20 UTC  (7+ messages)
` [PATCH v5 1/6] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH v5 2/6] mm/zswap: Support batch writeback in shrink_memcg()
` [PATCH v5 3/6] mm/zswap: Extract a reusable writeback helper from shrink_worker()
` [PATCH v5 4/6] mm/zswap: Implement proactive writeback
` [PATCH v5 5/6] mm/zswap: Add per-memcg stat for "
` [PATCH v5 6/6] selftests/cgroup: Add tests for zswap "

[PATCH RESEND v2] mm/page_alloc: drop flag-conversion "optimisation"
 2026-06-29 11:20 UTC 

[PATCH] mm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=n
 2026-06-29 11:08 UTC  (3+ messages)

[PATCH v7 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-29 10:32 UTC  (6+ messages)
` [PATCH v7 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
` [PATCH v7 2/5] selftests/mm: unify pkey sighandler selftest assertions and tracing
` [PATCH v7 3/5] selftests/mm: use pkey_assert on clone_raw failure in pkey test
` [PATCH v7 4/5] selftests/mm: add missing mmap() return checks in pkey tests
` [PATCH v7 5/5] selftests/mm: add missing pthread_create() "

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-06-29 10:35 UTC  (4+ messages)

[PATCH v5] mm: assert exclusive nid/zonenum bits at the page/folio access sites
 2026-06-29 10:26 UTC  (5+ messages)

[PATCH] mm: hugetlb: correct CONFIG_CGROUP_HUGETLB macro name in comment
 2026-06-29 10:25 UTC 

[PATCH v3] mm: annotate data-race in cpu_needs_drain()
 2026-06-29 10:23 UTC  (4+ messages)

[PATCH 0/8] Stop special-casing hugetlb mappings in get_unmapped_area
 2026-06-29 10:21 UTC  (3+ messages)

[PATCH] selftests/mm: hmm-tests: include linux/mman.h to access MADV_COLLAPSE
 2026-06-29 10:20 UTC  (2+ messages)

[PATCH] mm/vmstat: avoid taking zone lock in /proc/buddyinfo reads
 2026-06-29 10:18 UTC  (4+ messages)

[PATCH v1 0/2] luo support for preserving eventfd
 2026-06-29 10:06 UTC  (4+ messages)
` [PATCH v1 1/2] eventfd: luo: "

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-06-29 10:03 UTC  (5+ messages)

[PATCH] MAINTAINERS: s/SeongJae/SJ/
 2026-06-29  9:59 UTC  (7+ messages)

[PATCH v2] docs: pagemap: fix flags location, member name and sample code
 2026-06-29  9:58 UTC  (2+ messages)

[PATCH] docs/mm: Fix brackets
 2026-06-29  9:57 UTC  (3+ messages)

[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-29  9:40 UTC  (11+ messages)

[PATCH v11 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-06-29  9:30 UTC  (7+ messages)
` [PATCH v11 1/4] mm/page_owner: add print_mode filter
` [PATCH v11 3/4] tools/mm: add page_owner_filter userspace tool

[PATCH 0/3] mm/migrate: preparatory cleanups for batch copy and offload
 2026-06-29  9:25 UTC  (6+ messages)
` [PATCH 1/3] mm/migrate: rename page to folio leftovers

[PATCH 0/1] liveupdate: Add internal APIs for file preservation
 2026-06-29  9:08 UTC  (5+ messages)
` [PATCH 1/1] liveupdate: luo_file: "

[RFC PATCH 0/3] mm/compaction: honour compact_unevictable_allowed in mlock race and alloc_contig path
 2026-06-29  9:07 UTC  (10+ messages)
` [RFC PATCH 1/3] mm/compaction: skip isolate mlocked folios when compact_unevictable_allowed=0

[akpm-mm:mm-new 59/142] mm/vmalloc.c:3590:23: warning: unused variable 'start'
 2026-06-29  8:58 UTC 

[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-29  8:56 UTC  (4+ messages)

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-29  8:41 UTC  (7+ messages)
` [PATCH v2 12/13] x86: Add support for dynamic kernel stacks via FRED

[PATCH 0/2] mm: memory-failure: fix HWPoison flag race with non-atomic page flag ops
 2026-06-29  8:39 UTC  (9+ messages)
` [PATCH 1/2] mm: memory-failure: use RCU to fix HWPoison flag race
` [PATCH 2/2] mm: wrap non-atomic page flag ops in RCU for HWPoison safety

[PATCH 4/5] mm/page_vma_mapped: use huge_ptep_get() for hugetlb
 2026-06-29  8:22 UTC  (9+ messages)

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-29  8:20 UTC  (11+ messages)
` [PATCH for-next v3 2/9] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
` [PATCH for-next v3 3/9] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH for-next v3 4/9] mm/slab: use call_rcu() in unknown context if irqs are enabled

[PATCH v2 0/6] mm/page_owner: misc cleanups
 2026-06-29  8:15 UTC  (18+ messages)
` [PATCH v2 1/6] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
` [PATCH v2 2/6] mm/page_owner: use MIGRATE_REASON_NONE instead of -1 for last_migrate_reason
` [PATCH v2 3/6] mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()
` [PATCH v2 4/6] mm/page_owner: add missing newline to count_threshold format string
` [PATCH v2 5/6] mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()
` [PATCH v2 6/6] mm/page_owner: drop redundant page_owner prefix from static symbols

[PATCH] mm: vmscan: remove the redundant FOLIOREF_RECLAIM_CLEAN logic
 2026-06-29  8:04 UTC 

[Patch mm-hotfixes v4] mm/page_vma_mapped: fix device-private PMD handling
 2026-06-29  7:53 UTC  (6+ messages)

[PATCH v2 0/4] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-29  7:52 UTC  (8+ messages)
` [PATCH v2 1/4] mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()

[PATCH v3] fs/proc: fix KPF_KSM reported for all anonymous pages
 2026-06-29  7:50 UTC  (2+ messages)

WARNING in usb_free_urb
 2026-06-29  7:40 UTC  (6+ messages)

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

[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
 2026-06-29  7:11 UTC  (5+ messages)

[PATCH v6 0/3] luo: convert serialized ptr to KHOSER_PTR
 2026-06-29  7:01 UTC  (3+ messages)
` [PATCH v6 3/3] luo: Update serialized data to use KHOSER_PTR

[PATCH v4 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-06-29  6:47 UTC  (11+ messages)
` [PATCH v4 1/6] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v4 2/6] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
` [PATCH v4 3/6] mm/vmalloc: Extract vmap_set_ptes() to consolidate PTE mapping logic
` [PATCH v4 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk
` [PATCH v4 6/6] mm/vmalloc: align vm_area so vmap() can batch mappings

[PATCH v6] mm: assert exclusive nid/zonenum bits at the page/folio access sites
 2026-06-29  6:35 UTC  (3+ messages)

[PATCH v5 0/3] tools/mm/page_owner_sort: fix filtering and cleanup issues
 2026-06-29  6:25 UTC  (6+ messages)
` [PATCH v5 1/3] tools/mm/page_owner_sort: return explicit filter results
` [PATCH v5 2/3] tools/mm/page_owner_sort: free per-record allocations
` [PATCH v5 3/3] tools/mm/page_owner_sort: bound pattern output copies
` [PATCH] tools/mm/page_owner_sort: report get_comm failures at source

[PATCH v7] mm: assert exclusive nid/zonenum bits at the page/folio access sites
 2026-06-29  6:22 UTC  (5+ messages)

[PATCH 0/6] samples/damon: handle damon_{start,stop}() failures
 2026-06-29  4:49 UTC  (8+ messages)
` [PATCH 1/6] samples/damon/wsse: handle damon_start() failure
` [PATCH 2/6] samples/damon/prcl: "
` [PATCH 3/6] samples/damon/mtier: "
` [PATCH 4/6] samples/damon/mtier: handle damon_stop() failure
` [PATCH 5/6] samples/damon/wsse: stop and free damon ctx when damon_call() fails
` [PATCH 6/6] samples/damon/prcl: "

[PATCH] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
 2026-06-29  4:43 UTC  (5+ messages)

[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-29  4:39 UTC  (2+ messages)

[PATCH] mm/slub: serve slabobj_ext array from a strictly larger kmalloc cache
 2026-06-29  4:28 UTC  (11+ messages)

[PATCH] mm/shmem: Fix data-race in shmem_fault
 2026-06-29  4:03 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] tmpfs: zero unused folio tail for long symlinks
 2026-06-29  3:27 UTC  (2+ messages)

[PATCH 0/4] Keep subpage private zero at free and folio split time
 2026-06-29  2:56 UTC  (5+ messages)
` [PATCH 1/4] mm/compaction: stop recording free page order in page->private
` [PATCH 2/4] mm/huge_memory: add page->private check back in __split_folio_to_order()
` [PATCH 3/4] mm/page_alloc: make sure subpage->private is zero at page free time
` [PATCH 4/4] mm/page_alloc: remove set_page_private() in prep_compound_tail()

[PATCH v4 0/3] mm: clean up folio LRU and swap declarations
 2026-06-29  0:20 UTC  (3+ messages)

DAMON patches reposting plan
 2026-06-28 22:32 UTC 

[PATCH 0/2] mm/damon: add kernel-doc comments for probes and rnd_state of damon_ctx
 2026-06-28 22:08 UTC  (3+ messages)
` [PATCH 1/2] mm/damon: add a kernel-doc comment for damon_ctx->probes
` [PATCH 2/2] mm/damon: add a kernel-doc comment for damon_ctx->rnd_state

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

DAMON Release Newsletter for v7.2-rc1
 2026-06-28 21:42 UTC  (2+ messages)


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