public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-08 05:03:45 to 2026-04-08 15:30:03 UTC [more...]

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-08 15:29 UTC  (2+ messages)

[PATCH v4] mm/slub: defer freelist construction until after bulk allocation from a new slab
 2026-04-08 15:28 UTC 

[PATCH] mm/vmstat: spread vmstat_update requeue across the stat interval
 2026-04-08 15:13 UTC  (7+ messages)

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-04-08 15:06 UTC  (3+ messages)

[PATCH v2 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-04-08 14:54 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/mm: add tests for process_vm_readv flags

[PATCH] mm: move folio LRU helpers out of swap
 2026-04-08 14:50 UTC  (6+ messages)

[RFC] mm: stress-ng --mremap triggers severe lruvec lock contention in populate/unmap paths
 2026-04-08 14:27 UTC  (4+ messages)
    ` [External] : "

[PATCH 0/3] slab: support memoryless nodes with sheaves
 2026-04-08 14:31 UTC  (6+ messages)

[PATCH v4 00/15] selftests/mm: fix failures and robustness improvements
 2026-04-08 14:30 UTC  (7+ messages)
` [PATCH v4 08/15] selftest/mm: align memory size to huge page size in hugepage-mremap test
` [PATCH v4 13/15] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category

[PATCH v2 0/3] mm: improve write performance with RWF_DONTCACHE
 2026-04-08 14:25 UTC  (4+ messages)
` [PATCH v2 1/3] mm: kick writeback flusher instead of inline flush for IOCB_DONTCACHE
` [PATCH v2 2/3] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH v2 3/3] testing: add dontcache-bench local filesystem "

[PATCH v2 00/11] mm: thp: always enable mTHP support
 2026-04-08 14:14 UTC  (4+ messages)

[PATCH] f2fs: do not support mmap write for large folio
 2026-04-08 14:07 UTC  (4+ messages)

[PATCH] mm/damon: support freeze kdamond
 2026-04-08 14:07 UTC  (2+ messages)

[RFC PATCH 0/8] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-04-08 14:03 UTC  (16+ messages)
` [RFC PATCH 1/8] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [RFC PATCH 3/8] mm/vmalloc: Extend vmap_small_pages_range_noflush() to support larger page_shift sizes
` [RFC PATCH 5/8] mm/vmalloc: map contiguous pages in batches for vmap() if possible
` [RFC PATCH 7/8] mm/vmalloc: Coalesce same page_shift mappings in vmap to avoid pgtable zigzag

(sashiko review) [PATCH v6 1/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-04-08 13:54 UTC  (2+ messages)

[RESEND PATCH v2 0/8] mm: use spinlock guards for zone lock
 2026-04-08 13:33 UTC  (9+ messages)
` [RESEND PATCH v2 1/8] mm: use zone lock guard in reserve_highatomic_pageblock()
` [RESEND PATCH v2 2/8] mm: use zone lock guard in unset_migratetype_isolate()
` [RESEND PATCH v2 3/8] mm: use zone lock guard in unreserve_highatomic_pageblock()
` [RESEND PATCH v2 4/8] mm: use zone lock guard in set_migratetype_isolate()
` [RESEND PATCH v2 5/8] mm: use zone lock guard in take_page_off_buddy()
` [RESEND PATCH v2 6/8] mm: use zone lock guard in put_page_back_buddy()
` [RESEND PATCH v2 7/8] mm: use zone lock guard in free_pcppages_bulk()
` [RESEND PATCH v2 8/8] mm: use zone lock guard in __offline_isolated_pages()

[RFC PATCH] mm/sparse: remove sparse_buffer
 2026-04-08 13:40 UTC  (2+ messages)

[PATCH v2] memory tiering: Do not allow promotion if NUMA_BALANCING_MEMORY_TIERING is disabled
 2026-04-08 13:20 UTC  (5+ messages)

ksm: add mremap selftests for ksm_rmap_walk
 2026-04-08 13:19 UTC  (6+ messages)

[PATCH 5.15.y 0/6] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2026-04-08 13:16 UTC  (6+ messages)

[PATCH v3 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-04-08 12:57 UTC  (4+ messages)

[PATCH] perf/events: Replace READ_ONCE() with standard pgtable accessors
 2026-04-08 12:49 UTC  (7+ messages)

[PATCH v3] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-08 12:37 UTC  (5+ messages)

[RFC PATCH] userfaultfd: allow registration of ranges below mmap_min_addr
 2026-04-08 12:36 UTC  (4+ messages)

[RFC V1 00/16] arm64/mm: Enable 128 bit page table entries
 2026-04-08 12:29 UTC  (23+ messages)
` [RFC V1 05/16] arm64/mm: Convert READ_ONCE() as pmdp_get() while accessing PMD
` [RFC V1 06/16] arm64/mm: Convert READ_ONCE() as pudp_get() while accessing PUD
` [RFC V1 07/16] arm64/mm: Convert READ_ONCE() as p4dp_get() while accessing P4D
` [RFC V1 08/16] arm64/mm: Convert READ_ONCE() as pgdp_get() while accessing PGD
` [RFC V1 09/16] arm64/mm: Route all pgtable reads via ptdesc_get()
` [RFC V1 11/16] arm64/mm: Route all pgtable atomics to central helpers
` [RFC V1 12/16] arm64/mm: Abstract printing of pxd_val()
` [RFC V1 14/16] arm64/mm: Enable fixmap with 5 level page table

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-04-08 11:54 UTC  (6+ messages)
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`

[PATCH] seq_buf: add KUnit tests for seq_buf_putmem_hex()
 2026-04-08 11:39 UTC 

[PATCH] mm/page_alloc: use batch page clearing in kernel_init_pages()
 2026-04-08 11:32 UTC  (6+ messages)
` [syzbot ci] "

[PATCH v2] percpu: Fix hint invariant breakage
 2026-04-08 11:04 UTC  (2+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-08 11:01 UTC  (9+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH] mm/khugepaged: use round_{up,down}() for PMD alignment in madvise_collapse()
 2026-04-08 10:34 UTC  (2+ messages)

[PATCH v4 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-08  9:32 UTC  (8+ messages)
` [PATCH v4 04/14] mm/mglru: restructure the reclaim loop
` [PATCH v4 05/14] mm/mglru: scan and count the exact number of folios
` [PATCH v4 07/14] mm/mglru: don't abort scan immediately right after aging

[PATCH v2 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-04-08  9:26 UTC  (5+ messages)
` [PATCH v2 2/3] "

[PATCH] mm/mempolicy: Fix weighted interleave auto sysfs name
 2026-04-08  8:04 UTC  (2+ messages)

[PATCH] docs: proc: document ProtectionKey in smaps
 2026-04-08  7:54 UTC  (10+ messages)

[LSF/MM/BPF TOPIC] Discussion: Targeted memory allocation via debugfs
 2026-04-08  7:47 UTC  (6+ messages)

[PATCH 0/9] mm/rmap: Optimize anonymous large folio unmapping
 2026-04-08  7:14 UTC  (6+ messages)
` [PATCH 8/9] mm/rmap: introduce folio_try_share_anon_rmap_ptes

[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
 2026-04-08  6:48 UTC  (10+ messages)

[PATCH mm-unstable v4 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
 2026-04-08  6:42 UTC  (11+ messages)

[PATCH v3 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-04-08  6:29 UTC  (6+ messages)


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