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

[PATCH v6 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-05-12  7:26 UTC  (6+ messages)

[PATCH] drivers/base/memory: make memory block get/put explicit
 2026-05-12  7:25 UTC  (3+ messages)

[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
 2026-05-12  7:24 UTC  (9+ messages)

improve the swap_activate interface
 2026-05-12  7:23 UTC  (22+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 07/12] swap,block: limit swap file size to device size
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h

[PATCH v2] cleanup: Remove NULL check from unconditional guards
 2026-05-12  7:15 UTC 

[PATCH v2] selftests/cgroup: check malloc return value in alloc_anon functions
 2026-05-12  7:14 UTC 

[RFC] mm: restrict zero-page remapping to underused THP splits
 2026-05-12  7:05 UTC  (6+ messages)

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-05-12  6:51 UTC  (26+ messages)
` [PATCH 02/12] kho: store incoming radix tree in kho_in
` [PATCH 03/12] kho: add a struct for radix callbacks
` [PATCH 04/12] kho: add callback for table pages
` [PATCH 05/12] kho: add data argument to radix walk callback
` [PATCH 06/12] kho: allow early-boot usage of the KHO radix tree
` [PATCH 09/12] memblock: introduce MEMBLOCK_KHO_SCRATCH_EXT
` [PATCH 11/12] kho: return virtual address of mem_map

[PATCH v2] fs/dax: check for empty/zero entries before calling pfn_to_page()
 2026-05-12  6:48 UTC  (3+ messages)

"alloc_tag was not set" when running mm/ksft_hmm.sh
 2026-05-12  6:47 UTC  (9+ messages)

[PATCH v3 0/9] Optimize anonymous large folio unmapping
 2026-05-12  6:36 UTC  (16+ messages)
` [PATCH v3 2/9] mm/rmap: refactor hugetlb pte clearing in try_to_unmap_one
` [PATCH v3 3/9] mm/rmap: refactor some code around lazyfree folio unmapping
` [PATCH v3 4/9] mm/memory: Batch set uffd-wp markers during zapping
` [PATCH v3 6/9] mm/swapfile: Add batched version of folio_dup_swap

[PATCH v3 00/30] maple_tree: Replace big node with maple copy
 2026-05-12  6:35 UTC  (5+ messages)
` [PATCH v3 26/30] maple_tree: Use maple copy node for mas_wr_split()

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-12  6:34 UTC  (14+ messages)

[PATCH] drivers/base/memory: make memory block get/put explicit
 2026-05-12  6:25 UTC  (4+ messages)

[PATCH 0/6] psi: slightly improve performance of psi
 2026-05-12  6:20 UTC  (7+ messages)
` [PATCH 1/6] psi: move curr_in_memstall out of psi_group_change
` [PATCH 2/6] psi: reorganize the psi members for cacheline benifits
` [PATCH 3/6] psi: use prefetch to preread the parent groupc
` [PATCH 4/6] psi: do not call record_times when the state is not changed
` [PATCH 5/6] psi: add psi group for the root cgroup
` [PATCH 6/6] psi: remove psi_bug and moves checking of NR_RUNNING ahead

[RFC PATCH 0/5] mm: support zswap-backed anonymous large folio swapin
 2026-05-12  6:14 UTC  (6+ messages)
` [RFC PATCH 3/5] mm: zswap: load fully stored large folios

[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-05-12  6:07 UTC  (11+ messages)
` [PATCH v3 05/12] mm, swap: unify large folio allocation

[PATCH v7 00/15] mm/mglru: improve reclaim loop and dirty folio handling
 2026-05-12  5:56 UTC  (4+ messages)

[PATCH RFC v2] mm, slab: add an optimistic __slab_try_return_freelist()
 2026-05-12  5:49 UTC  (2+ messages)

[PATCH v4 1/3] slab: support for compiler-assisted type-based slab cache partitioning
 2026-05-12  5:13 UTC  (5+ messages)
` [PATCH v4 2/3] slab: improve KMALLOC_PARTITION_RANDOM randomness
` [PATCH v4 3/3] slab: fix kernel-docs for mm-api

[PATCH] mm/damon/sysfs-schemes: fix double increment of nr_regions
 2026-05-12  4:53 UTC  (2+ messages)

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-12  4:44 UTC  (17+ messages)
` [PATCH mm-unstable v17 01/14] mm/khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH mm-unstable v17 02/14] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v17 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v17 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v17 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped
` [PATCH mm-unstable v17 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v17 07/14] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v17 08/14] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v17 09/14] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v17 10/14] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v17 12/14] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v17 13/14] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v17 14/14] Documentation: mm: update the admin guide for mTHP collapse

[RFC PATCH] mm/damon/sysfs-schemes: fix double increment of nr_regions
 2026-05-12  4:13 UTC  (3+ messages)

[PATCH] mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache()
 2026-05-12  3:50 UTC  (4+ messages)
  ` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3 1/2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-05-12  3:37 UTC  (16+ messages)
` [PATCH v3 2/2] slab: fix kernel-docs for mm-api

[PATCH v5 0/2] mm/damon: validate min_region_size to be power of 2
 2026-05-12  3:36 UTC  (2+ messages)

[PATCH] selftests/cgroup: check malloc return value in alloc_anon functions
 2026-05-12  3:06 UTC  (2+ messages)

[PATCH resend v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-12  2:50 UTC  (18+ messages)
` [PATCH resend v6 03/30] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH resend v6 10/30] mm: alloc_swap_folio: pass raw fault address to vma_alloc_folio
` [PATCH resend v6 14/30] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH resend v6 15/30] mm: memfd: skip zeroing for zeroed hugetlb pool pages

[PATCH] mm: make zeropage read-only
 2026-05-12  2:31 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: fix zone reserve update serialization
 2026-05-12  2:19 UTC 

[PATCH] mm/damon/vaddr: attempt per-vma lock during page table walk
 2026-05-12  1:31 UTC  (2+ messages)

[RFC PATCH 0/3] mm/zsmalloc: reduce lock contention in zs_free()
 2026-05-12  1:15 UTC  (5+ messages)
` [RFC PATCH 1/3] mm/zsmalloc: encode class index in obj value for lockless class lookup
` [RFC PATCH 2/3] mm/zsmalloc: remove pool->lock from zs_free on 64-bit systems

[PATCH] Revert "tmpfs: don't enable large folios if not supported"
 2026-05-12  1:15 UTC  (8+ messages)

[PATCH v3 0/2] selftests/mm: use pattern matching in .gitignore
 2026-05-12  1:01 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/mm: rename local_config.h to local_config.h_gen

[RFC PATCH v3 0/4] mm/zsmalloc: per-cpu deferred free to accelerate swap entry release
 2026-05-12  0:01 UTC  (4+ messages)

[PATCH 0/8] per-memcg-per-node kmem accounting
 2026-05-11 22:49 UTC  (10+ messages)
` [PATCH 1/8] mm: memcontrol: propagate NMI slab stats to memcg vmstats
` [PATCH 2/8] mm: percpu: charge obj_exts allocation with __GFP_ACCOUNT
` [PATCH 3/8] mm: percpu: Split memcg charging and kmem accounting
` [PATCH 4/8] mm: memcontrol: track MEMCG_KMEM per NUMA node
` [PATCH 5/8] mm: memcontrol: per-node kmem accounting for page charges
` [PATCH 6/8] mm: slab: per-node kmem accounting for slab
` [PATCH 7/8] mm: percpu: per-node kmem accounting using local credit
` [PATCH 8/8] mm: zswap: per-node kmem accounting for zswap/zsmalloc

[PATCH v6 00/22] Virtual Swap Space
 2026-05-11 22:46 UTC  (3+ messages)
` [PATCH v6 01/22] mm/swap: decouple swap cache from physical swap infrastructure

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-05-11 21:48 UTC  (6+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather

[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-11 21:44 UTC  (8+ messages)

[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-11 21:42 UTC 

[PATCH] fs/dax: check for empty/zero entries before calling pfn_to_page()
 2026-05-11 21:40 UTC  (4+ messages)

[PATCH] zsmalloc: zero-initialize zspage memory to prevent KMSAN uninit reads
 2026-05-11 21:36 UTC 

[PATCH v4 00/55] make MM selftests more CI friendly
 2026-05-11 21:34 UTC  (23+ messages)
` [PATCH v4 35/55] selftests/mm: hmm-tests: add setup of HugeTLB pages
` [PATCH v4 36/55] selftests/mm: hugepage_dio: "
` [PATCH v4 37/55] selftests/mm: hugetlb_fault_after_madv: "
` [PATCH v4 38/55] selftests/mm: hugetlb-madvise: "
` [PATCH v4 39/55] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v4 40/55] selftests/mm: hugetlb-mmap: "
` [PATCH v4 41/55] selftests/mm: hugetlb-mremap: "
` [PATCH v4 42/55] selftests/mm: hugetlb-shm: "
` [PATCH v4 43/55] selftests/mm: hugetlb-soft-offline: "
` [PATCH v4 44/55] selftests/mm: hugetlb-vmemmap: "
` [PATCH v4 45/55] selftests/mm: migration: "
` [PATCH v4 46/55] selftests/mm: pagemap_ioctl: "
` [PATCH v4 47/55] selftests/mm: protection_keys: use library code for HugeTLB setup
` [PATCH v4 48/55] selftests/mm: thuge-gen: add setup of HugeTLB pages
` [PATCH v4 49/55] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH v4 50/55] selftests/mm: uffd-unit-tests: add setup of HugeTLB pages
` [PATCH v4 51/55] selftests/mm: uffd-wp-mremap: "
` [PATCH v4 52/55] selftests/mm: va_high_addr_switch: "
` [PATCH v4 53/55] selftests/mm: va_high_addr_switch.sh: drop huge pages setup
` [PATCH v4 54/55] selftests/mm: run_vmtests.sh: free memory if available memory is low
` [PATCH v4 55/55] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB

[RFC PATCH 0/9 v2] mm/memcontrol: Make memory cgroup limits tier-aware
 2026-05-11 20:03 UTC  (3+ messages)

[PATCH 0/3] mm/zswap: Implement per-cgroup proactive writeback
 2026-05-11 19:57 UTC  (6+ messages)
` [PATCH 2/3] mm/zswap: Implement "

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-05-11 19:01 UTC  (5+ messages)
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-05-11 18:30 UTC  (19+ messages)
` [PATCH v2 09/22] mm/page_alloc: don't overload migratetype in find_suitable_fallback()
` [PATCH v2 10/22] mm: introduce freetype_t
` [PATCH v2 12/22] mm: add definitions for allocating unmapped pages
` [PATCH v2 13/22] mm: rejig pageblock mask definitions
` [PATCH v2 14/22] mm: encode freetype flags in pageblock flags
` [PATCH v2 15/22] mm/page_alloc: remove ifdefs from pindex helpers

[PATCH] mm/filemap: fix page_cache_prev_miss() when no hole is found
 2026-05-11 18:15 UTC  (4+ messages)

[PATCH RFC 0/2] rcu: Add debugfs interface for pending callback monitoring
 2026-05-11 17:08 UTC  (3+ messages)

[PATCH] selftests/mm: handle fork() failure in migration tests
 2026-05-11 16:44 UTC  (3+ messages)


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