public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 02:15:37 to 2026-03-27 13:06:04 UTC [more...]

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-03-27 13:05 UTC  (25+ messages)
` [PATCH v1 01/10] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v1 02/10] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v1 04/10] fs: remove nr_thps from struct address_space
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v1 06/10] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v1 07/10] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v1 08/10] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v1 09/10] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-27 12:57 UTC  (4+ messages)
` [PATCH v4 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v4 2/3] vmalloc: Optimize vfree
` [PATCH v4 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[PATCH] mm/damon: introduce DAMON-based NUMA memory tiering module
 2026-03-27 12:50 UTC  (14+ messages)

[PATCH] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
 2026-03-27 12:42 UTC 

[PATCH v2] dma-debug: suppress cacheline overlap warning when arch has no DMA alignment requirement
 2026-03-27 12:41 UTC 

[PATCH] mm/slab: align kmalloc to cacheline when DMA API debugging is active
 2026-03-27 12:34 UTC  (11+ messages)

[PATCH v6 0/6] selftests/mm: skip several tests when thp is not available
 2026-03-27 12:32 UTC  (7+ messages)
` [PATCH v6 1/6] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v6 4/6] selftests/mm/vm_util: robust write_file()

[PATCH] mm/damon: validate addr_unit to be power of 2
 2026-03-27 12:10 UTC  (5+ messages)
` (sashiko review) "

[PATCH v2] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-27 12:03 UTC 

[PATCH v2 0/4] treewide: fixup gfp_t printks
 2026-03-27 11:57 UTC  (4+ messages)
` [PATCH v2 2/4] iwlegacy: 3945-mac: Fixup allocation failure log

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-27 11:47 UTC  (16+ messages)
` [PATCH v2 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v2 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v2 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v2 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v2 13/15] KVM: guest_memfd: implement userfaultfd operations

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-03-27 11:21 UTC  (11+ messages)
` [REGRESSION] "

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-27 11:15 UTC  (8+ messages)

[akpm-mm:mm-unstable 199/330] vm_util.c:127:14: error: too few arguments to function 'pagemap_scan_supported'
 2026-03-27 10:55 UTC  (2+ messages)

[PATCH v3 0/3] fix unexpected type conversions and potential overflows
 2026-03-27 10:22 UTC  (5+ messages)
` [PATCH v3 1/3] mm: memcontrol: correct the type of stats_updates to unsigned long
` [PATCH v3 2/3] mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()
` [PATCH v3 3/3] mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_size()

[PATCH] mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRU
 2026-03-27 10:21 UTC 

[PATCH v6 1/5] mm: rmap: support batched checks of the references for large folios
 2026-03-27 10:20 UTC  (15+ messages)

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-27 10:08 UTC  (8+ messages)
` [PATCH V2] "

[RFC PATCH] mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRU
 2026-03-27 10:04 UTC  (3+ messages)

[PATCH v2 00/15] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-27 10:00 UTC  (3+ messages)

[PATCH 0/3] mm: improve map count checks
 2026-03-27  9:58 UTC  (10+ messages)
` [PATCH 1/3] mm/mremap: correct invalid map count check
` [PATCH 2/3] mm: abstract reading sysctl_max_map_count, and READ_ONCE()
` [PATCH 3/3] mm/mremap: check map count under mmap write lock and abstract

[PATCH v8 0/6] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-27  9:48 UTC  (7+ messages)
` [PATCH v8 1/6] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v8 2/6] mm/vmalloc: fix vrealloc() grow-in-place check
` [PATCH v8 3/6] mm/vmalloc: zero newly exposed memory on vrealloc() grow
` [PATCH v8 4/6] mm/vmalloc: use READ_ONCE() for vmalloc nr_pages status readers
` [PATCH v8 5/6] mm/vmalloc: free unused pages on vrealloc() shrink
` [PATCH v8 6/6] lib/test_vmalloc: add vrealloc test case

[PATCH] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-27  9:39 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
 2026-03-27  9:29 UTC  (10+ messages)
        ` [Lsf-pc] "

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-03-27  9:25 UTC  (15+ messages)
` [v3 13/24] mm: proc: handle split_huge_pmd failure in pagemap_scan
` [v3 14/24] powerpc/mm: handle split_huge_pmd failure in subpage_prot
` [v3 15/24] fs/dax: handle split_huge_pmd failure in dax_iomap_pmd_fault
` [v3 16/24] mm: huge_mm: Make sure all split_huge_pmd calls are checked
` [v3 17/24] mm: thp: allocate PTE page tables lazily at split time
` [v3 18/24] mm: thp: remove pgtable_trans_huge_{deposit/withdraw} when not needed
` [v3 19/24] mm: thp: add THP_SPLIT_PMD_FAILED counter
` [v3 20/24] selftests/mm: add THP PMD split test infrastructure
` [v3 21/24] selftests/mm: add partial_mprotect test for change_pmd_range
` [v3 22/24] selftests/mm: add partial_mlock test
` [v3 23/24] selftests/mm: add partial_mremap test for move_page_tables
` [v3 24/24] selftests/mm: add madv_dontneed_partial test

[PATCH mm-hotfixes] mm/mseal: update VMA end correctly on merge
 2026-03-27  9:16 UTC  (3+ messages)

[BUG] mm/vma.c:830 WARNING in vma_modify() via mseal(2) -- deterministic trigger without fault injection on Linux 7.0-rc5
 2026-03-27  9:11 UTC  (4+ messages)
  ` Request received

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-27  9:02 UTC  (14+ messages)
`  "

[PATCH v1] mm/percpu-internal.h: optimise pcpu_chunk struct to save memory
 2026-03-27  9:00 UTC 

[PATCH v2] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
 2026-03-27  8:33 UTC  (7+ messages)

[PATCH v3 0/8] dma-buf: heaps: Turn heaps into modules
 2026-03-27  8:33 UTC  (4+ messages)

[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-27  8:27 UTC  (3+ messages)

[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-27  7:16 UTC  (14+ messages)
` [PATCH v3 01/13] selftests/mm: restore default nr_hugepages value during cleanup in charge_reserved_hugetlb.sh
` [PATCH v3 02/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v3 03/13] selftests/mm: fix hugetlb pathname construction in hugetlb_reparenting_test.sh
` [PATCH v3 04/13] selftest/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v3 05/13] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v3 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
` [PATCH v3 07/13] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v3 08/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v3 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v3 10/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v3 11/13] selftests/mm: fix double increment in linked list cleanup in compaction_test
` [PATCH v3 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v3 13/13] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes

[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
 2026-03-27  8:06 UTC 

[PATCH v3 0/7] mm: switch THP shrinker to list_lru
 2026-03-27  7:51 UTC  (3+ messages)
` [PATCH v3 7/7] mm: switch deferred split "

[PATCH v2 0/4] fix unexpected type conversions and potential overflows
 2026-03-27  7:51 UTC  (13+ messages)
` [PATCH v2 2/4] mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()
` [PATCH v2 4/4] mm: memcontrol: fix unexpected massive positive number in memcg_state_val_in_pages()

[PATCH] MAINTAINERS: update MGLRU entry to reflect current status
 2026-03-27  7:47 UTC  (6+ messages)

[PATCH] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-03-27  7:47 UTC  (11+ messages)

[PATCH] mm/percpu-internal.h: optimise pcpu_chunk_struct to save memory
 2026-03-27  7:32 UTC  (4+ messages)
  `  "

[RFC PATCH v6] mm/damon: add synchronous commit for commit_inputs
 2026-03-27  7:14 UTC  (3+ messages)
` (sashiko review) "

[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
 2026-03-27  6:45 UTC  (11+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback

[PATCH] mm: vmalloc: update outdated comment for renamed vread()
 2026-03-27  6:32 UTC  (2+ messages)

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-27  6:24 UTC  (17+ messages)
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() "
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space

[PATCH mm-unstable v2] mm/memcontrol: batch memcg charging in __memcg_slab_post_alloc_hook
 2026-03-27  6:22 UTC  (2+ messages)

[PATCH v2 0/1] mm: reinstate unconditional writeback start in balance_dirty_pages()
 2026-03-27  6:11 UTC  (3+ messages)
` [PATCH v2 1/1] "

(sashiko review) [RFC v5] mm/damon: add synchronous commit for commit_inputs
 2026-03-27  5:50 UTC  (3+ messages)

[PATCH] mm: optimize the implementation of WARN_ON_ONCE_GFP()
 2026-03-27  5:34 UTC  (5+ messages)

[PATCH] mm/shmem: use invalidate_lock to fix hole-punch race
 2026-03-27  4:35 UTC  (5+ messages)

[RFC PATCH v2] mm/damon/core: fix damon_call() vs kdamond_fn() exit race deadlock
 2026-03-27  3:53 UTC  (5+ messages)
` (sashiko review) "

[LSF/MM/BPF TOPIC] Upstreaming cache_ext: Custom Page Cache Eviction with eBPF
 2026-03-27  3:39 UTC  (2+ messages)

[PATCH v3 00/10] liveupdate: Fix module unloading and unregister API
 2026-03-27  3:33 UTC  (11+ messages)
` [PATCH v3 01/10] liveupdate: Safely print untrusted strings
` [PATCH v3 02/10] liveupdate: Synchronize lazy initialization of FLB private state
` [PATCH v3 03/10] liveupdate: Protect file handler list with rwsem
` [PATCH v3 04/10] liveupdate: Protect FLB lists with luo_register_rwlock
` [PATCH v3 05/10] liveupdate: Defer FLB module refcounting to active sessions
` [PATCH v3 06/10] liveupdate: Remove luo_session_quiesce()
` [PATCH v3 07/10] liveupdate: Auto unregister FLBs on file handler unregistration
` [PATCH v3 08/10] liveupdate: Remove liveupdate_test_unregister()
` [PATCH v3 09/10] liveupdate: Make unregister functions return void
` [PATCH v3 10/10] liveupdate: Defer file handler module refcounting to active sessions

[PATCH] mm/page_alloc: fix indentation for VM_WARN_ONCE
 2026-03-27  3:19 UTC  (2+ messages)

[BUG] rcu_tasks detected stalls in kcompactd during proactive compaction
 2026-03-27  2:47 UTC  (2+ messages)
` Fwd: "

[PATCH v2 0/2] zswap pool per-CPU acomp_ctx simplifications
 2026-03-27  2:23 UTC  (3+ messages)
` [PATCH v2 2/2] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool


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