Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-07 07:05:01 to 2026-07-07 16:26:09 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-07 16:25 UTC  (19+ 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 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [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 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
  ` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/

[RFC PATCH v2 00/13] mm: rework anon_vma and remove anon_vma_chain
 2026-07-07 16:19 UTC  (8+ messages)

[PATCH v12 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-07-07 16:13 UTC  (14+ messages)
` [PATCH v12 1/4] mm/page_owner: add print_mode filter
` [PATCH v12 2/4] mm/page_owner: add NUMA node filter
` [PATCH v12 3/4] tools/mm: add page_owner_filter userspace tool
` [PATCH v12 4/4] mm/page_owner: document page_owner filter

[PATCH v8 0/3] mm: clean up folio LRU and swap declarations
 2026-07-07 16:11 UTC  (4+ messages)
` [PATCH v8 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v8 2/3] mm: rename swap.c to folio.c
` [PATCH v8 3/3] mm: move reclaim-internal declarations out of swap.h

[PATCH v3 2/4] mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logic
 2026-07-07 15:58 UTC  (6+ messages)
  ` [PATCH v3 1/4] mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-07 15:41 UTC  (6+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices

[PATCH v2] mm/slub: fix lost local objects when bulk remote free batch fills
 2026-07-07 15:38 UTC  (3+ messages)

[PATCH] mm/slab: extract __free_to_pcs_batch() from free_to_pcs_bulk()
 2026-07-07 15:34 UTC  (2+ messages)

[PATCH v3 1/2] ARM: mm: fix use-after-free in __do_user_fault() under CONFIG_DEBUG_USER
 2026-07-07 15:34 UTC  (11+ messages)

[PATCH 0/3] mm: handle device-private PMDs in walk callbacks
 2026-07-07 15:30 UTC  (7+ messages)
` [PATCH 1/3] mm/mempolicy: skip device-private PMDs when queueing folios
` [PATCH 2/3] mm/madvise: skip device-private PMDs in cold and pageout walks
` [PATCH 3/3] mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmd

[PATCH 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-07-07 15:22 UTC  (6+ messages)
` [PATCH 3/4] tty: serial: men_z135_uart: replace __get_free_page() "

[PATCH v8] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-07 15:18 UTC  (2+ messages)

[PATCH v2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptes
 2026-07-07 15:13 UTC 

[PATCH] mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()
 2026-07-07 15:05 UTC  (2+ messages)

[PATCH v2 0/4] mm: honour compact_unevictable_allowed in mlock and CMA paths
 2026-07-07 14:57 UTC  (11+ messages)
` [PATCH v2 1/4] mm/migrate: do not migrate folios mapped into VM_LOCKED VMAs under compaction
` [PATCH v2 2/4] mm/mlock: wait for migration to finish when mlocking a folio
` [PATCH v2 3/4] mm/migrate: add tracepoint for folios unmapped during migration
` [PATCH v2 4/4] mm/mlock: migrate folios out of CMA when mlocking a range

[PATCH 0/4] drivers/net: replace __get_free_pages() with kmalloc()
 2026-07-07 14:46 UTC  (2+ messages)

[PATCH 6.18.y] mm: shmem: fix potential livelock issue for shmem direct swapin
 2026-07-07 14:34 UTC  (6+ messages)

[PATCH 0/5] mm/rmap: Refactor try_to_unmap_one
 2026-07-07 14:28 UTC  (11+ messages)
` [PATCH 1/5] mm/rmap: convert page -> folio for hwpoison checks
` [PATCH 2/5] mm/rmap: Add try_to_unmap_hugetlb_one
` [PATCH 3/5] mm/rmap: refactor some code around lazyfree folio unmapping
` [PATCH 4/5] mm/rmap: refactor anon swapbacked folio unmap in try_to_unmap_one
` [PATCH 5/5] mm/rmap: add anon folio unmap dispatcher function

[PATCH v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-07 14:25 UTC  (4+ messages)

[PATCH] mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTE
 2026-07-07 14:20 UTC  (10+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-07 14:18 UTC  (3+ messages)
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-07 14:15 UTC  (12+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()
  ` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[RFC PATCH 0/6] mm/hugetlb: Dynamic, NUMA-aware HugePage Cache & Free Page Reporting
 2026-07-07 14:01 UTC  (12+ messages)
` [PATCH 6/6] mm/hugetlb: support free page reporting for cached hugepages

[PATCH v2 0/3] mm: __access_remote_vm with per-VMA lock
 2026-07-07 13:52 UTC  (6+ messages)
` [PATCH 2/3] mm/pagewalk: let folio_walk_start() run under the "

[RFC PATCH v3] mm: retry page faults under per-VMA lock when mmap_lock is not required
 2026-07-07 13:51 UTC  (2+ messages)

[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
 2026-07-07 13:50 UTC  (9+ messages)

[RFC PATCH v1.1 0/7] mm/damon: update probe hits for runtime parameter commits
 2026-07-07 13:50 UTC  (8+ messages)
` [RFC PATCH v1.1 1/7] mm/damon/core: remove obsolete comment for nr_to_bp() divide-by-zero
` [RFC PATCH v1.1 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [RFC PATCH v1.1 3/7] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [RFC PATCH v1.1 4/7] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [RFC PATCH v1.1 5/7] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [RFC PATCH v1.1 6/7] mm/damon/core: update probe hits for new parameter commit
` [RFC PATCH v1.1 7/7] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()

[PATCH v4 00/12] Optimize anonymous large folio unmapping
 2026-07-07 13:47 UTC  (6+ messages)
` [PATCH v4 04/12] mm/memory: Batch set uffd-wp markers during zapping

[PATCH v2 0/2] mm/mm_init: don't overlap zones with kernelcore=mirror
 2026-07-07 13:45 UTC  (5+ messages)
` [PATCH v2 1/2] mm/mm_init: don't overlap NORMAL and MOVABLE "
` [PATCH v2 2/2] mm/mm_init: drop overlap_memmap_init()

[PATCH v2 00/83] block: rnull: complete the rust null block driver
 2026-07-07 13:45 UTC  (4+ messages)
` [PATCH v2 10/83] block: rust: allow `hrtimer::Timer` in `RequestData`

[PATCH v9] mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
 2026-07-07 13:45 UTC  (2+ messages)

[PATCH v2 0/5] treewide: remove unreachable memblock_reserve() return value checks in early boot
 2026-07-07 13:40 UTC  (4+ messages)

[PATCH 0/4] drivers/net/ethernet: replace __get_free_pages() with kmalloc()
 2026-07-07 13:33 UTC  (3+ messages)
` [PATCH 2/4] ice: use kzalloc() to allocate staging buffer for reading from GNSS
  ` [Intel-wired-lan] "

[PATCH 0/4] scsi: replace __get_free_pages() with kmalloc()
 2026-07-07 13:17 UTC  (6+ messages)
` [PATCH 3/4] scsi: ipr: use kmalloc() to allocate IPR dump buffer memory

mm: opaque hardware page-table entry handles
 2026-07-07 13:17 UTC  (3+ messages)

[RFC PATCH v3 1/3] mm: make persistent huge zero folio read-only
 2026-07-07 13:17 UTC  (2+ messages)

[PATCH v19 0/8] rust: add `Ownable` trait and `Owned` type
 2026-07-07 13:04 UTC  (5+ messages)
` [PATCH v19 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v19 4/8] rust: page: convert to `Ownable`

[RFC PATCH] mm: Avoiding split large folios if swap has no space
 2026-07-07 12:42 UTC  (10+ messages)

cgroup/test_zswap failed with "zswpout does not increase after test program"
 2026-07-07 12:14 UTC  (3+ messages)

[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
 2026-07-07 12:08 UTC  (6+ messages)

[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
 2026-07-07 11:34 UTC  (5+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection

[PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
 2026-07-07 11:34 UTC  (2+ messages)

[RFC PATCH] mm: bypass swap readahead for zswap
 2026-07-07 11:29 UTC  (4+ messages)

[PATCH] mm/hugetlb: fix missing migratable flag on same-node hugetlb migration
 2026-07-07 11:02 UTC 

[PATCH] mm/kconfig: Drop redundant memory hotplug dependencies
 2026-07-07 11:11 UTC  (4+ messages)

[PATCH v2] mm/migrate: Avoid copying hwpoisoned folios during migration
 2026-07-07 11:08 UTC  (3+ messages)

[PATCH v10 00/19] zsmalloc/zram: there be preemption
 2026-07-07 10:55 UTC  (10+ messages)
` [PATCH v10 01/19] zram: sleepable entry locking
` [PATCH v10 04/19] zram: remove max_comp_streams device attr

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-07 10:16 UTC  (7+ messages)
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "

[PATCH] mm: vmscan: abort proactive reclaim early when freezing
 2026-07-07 10:13 UTC  (7+ messages)

[PATCH v3 00/11] mm: PMD-level swap entries for anonymous THPs
 2026-07-07 10:08 UTC  (4+ messages)
` [PATCH v3 04/11] mm: zswap: add range lookup for large-folio swapin

[PATCH] mm: Standardize printing for pgtable entries
 2026-07-07  9:28 UTC  (4+ messages)

[PATCH 0/3] selftests/bpf: compare BPF and memory.stat memcg stat readers
 2026-07-07  9:21 UTC  (4+ messages)

[PATCH v5] mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmap
 2026-07-07  9:07 UTC  (3+ messages)

[RFC PATCH 00/10] mm/swap: ghost swapfile with backend switching via Redirect entries
 2026-07-07  8:56 UTC  (12+ messages)
` [RFC PATCH 01/10] mm: ghost swapfile support for zswap
` [RFC PATCH 02/10] mm/swap_table: add Redirect entry encoding for ghost swap backend switching
` [RFC PATCH 03/10] mm/swap: add redirect_xa field and ghost redirect helper declarations
` [RFC PATCH 04/10] mm/swapfile: implement ghost redirect helpers and free-path cascade
` [RFC PATCH 05/10] mm/swap_state: restore Redirect entry when swap cache folio is removed
` [RFC PATCH 06/10] mm/zswap: implement ghost-to-physical writeback for backend switching
` [RFC PATCH 07/10] mm/page_io: forward ghost swap reads to physical device via Redirect
` [RFC PATCH 08/10] mm/swapfile: manage ghost cluster_info via lazy vmalloc
` [RFC PATCH 09/10] mm/swapfile: implement swap_ghost_extend_max() for dynamic growth
` [RFC PATCH 10/10] mm/swapfile: add sysfs interface for ghost swap extension

[RFC PATCH 0/4] kho: Support preserving unsplit high-order pages
 2026-07-07  8:28 UTC  (10+ messages)
` [RFC PATCH 1/4] kho: Introduce infrastructure to track preserved page types
` [RFC PATCH 2/4] kho: Detect "
` [RFC PATCH 3/4] kho: Implement page-aware refcount restoration
` [RFC PATCH 4/4] kho: Introduce kho_split_preserved_pages() helper

[RFC PATCH 0/7] mm: store zswap entries in swap table (Pointer entry)
 2026-07-07  7:32 UTC  (8+ messages)
` [RFC PATCH 1/7] mm/swap_table: add Pointer type support for zswap entry storage
` [RFC PATCH 2/7] mm/zswap: add swp_tb_val to zswap_entry and Pointer accessor helpers
` [RFC PATCH 3/7] mm/swap_state: do zswap conversion in __swap_cache_do_del_folio
` [RFC PATCH 4/7] mm/zswap, mm/swap_state: handle Pointer entries in add_folio path
` [RFC PATCH 5/7] mm/swapfile: handle Pointer entries in count/dup/put paths
` [RFC PATCH 6/7] mm/zswap, mm/swap_state: migrate zswap to use swap_table for entry indexing
` [RFC PATCH 7/7] mm/zswap, mm/swap_state: replace xarray indexing with swap table lookups

[PATCH] userfaultfd: prevent registration of special VMAs
 2026-07-07  7:23 UTC  (11+ messages)

[PATCH v6 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-07-07  7:18 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