public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 21:14:01 to 2026-03-17 15:08:54 UTC [more...]

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-17 15:08 UTC  (3+ messages)

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2026-03-17 15:05 UTC  (12+ messages)

[PATCH 2/5] mm/damon/core: support addr_unit on damon_find_biggest_system_ram()
 2026-03-17 14:47 UTC  (2+ messages)

[BUG] RCU stall in unmap_page_range during exit_mmap (6.19 regression)
 2026-03-17 14:46 UTC  (2+ messages)
` [regression] "

[PATCH v5 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-17 14:45 UTC  (7+ messages)
` [PATCH v5 1/3] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v5 2/3] mm/vmalloc: free unused pages on vrealloc() shrink
` [PATCH v5 3/3] lib/test_vmalloc: add vrealloc test case

[PATCH v5 0/4] pid_namespace: make init creation more flexible
 2026-03-17 14:41 UTC  (6+ messages)
` [PATCH v5 4/4] selftests: Add tests for creating pidns init via setns

[PATCH v3] kernel/fork: validate exit_signal in kernel_clone()
 2026-03-17 14:38 UTC  (6+ messages)
` [PATCH -mm v2] do_notify_parent: sanitize the valid_signal() checks

[PATCH v2 0/7] mm: switch THP shrinker to list_lru
 2026-03-17 14:34 UTC  (15+ messages)
` [PATCH v2 1/7] mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_empty
` [PATCH v2 2/7] mm: list_lru: deduplicate unlock_list_lru()
` [PATCH v2 3/7] mm: list_lru: move list dead check to lock_list_lru_of_memcg()
` [PATCH v2 4/7] mm: list_lru: deduplicate lock_list_lru()
` [PATCH v2 5/7] mm: list_lru: introduce caller locking for additions and deletions
` [PATCH v2 6/7] mm: list_lru: introduce memcg_list_lru_alloc_folio()

[PATCH v7 0/3] kho: add support for deferred struct page init
 2026-03-17 14:15 UTC  (4+ messages)
` [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
` [PATCH v7 2/3] kho: fix deferred init of kho scratch
` [PATCH v7 3/3] kho: make preserved pages compatible with deferred struct page init

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-17 14:13 UTC  (17+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v11 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v11 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v11 09/16] KVM: arm64: "
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v11 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v11 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v11 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v11 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v11 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v11 16/16] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH] mm/pagewalk: fix race between concurrent split and refault
 2026-03-17 14:05 UTC  (2+ messages)

[PATCHv2] mm: remove '!root_reclaim' checking in should_abort_scan()
 2026-03-17 13:50 UTC  (2+ messages)

[PATCH v5 0/6] Migrate on fault for device pages
 2026-03-17 13:45 UTC  (9+ messages)
` [PATCH v5 1/6] mm:/Kconfig changes for migrate "
` [PATCH v5 2/6] mm: Add helper to convert HMM pfn to migrate pfn

[PATCH v2 0/5] Introduce QPW for per-cpu operations (v2)
 2026-03-17 13:33 UTC  (5+ messages)
` [PATCH v2 2/5] Introducing qpw_lock() and per-cpu queue & flush work

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-17 13:25 UTC  (6+ messages)

[PATCH 0/6] liveupdate: Fix module unloading and unregister API
 2026-03-17 13:03 UTC  (10+ messages)
` [PATCH 1/6] liveupdate: Protect file handler list with rwsem
` [PATCH 2/6] liveupdate: Protect FLB lists "
` [PATCH 3/6] liveupdate: Defer file handler module refcounting to active sessions
` [PATCH 4/6] liveupdate: Defer FLB "
` [PATCH 5/6] liveupdate: Make unregister functions return void
` [PATCH 6/6] liveupdate: Remove luo_session_quiesce()

[PATCH mm-hotfixes] mm/zswap: add missing kunmap_local()
 2026-03-17 12:59 UTC  (5+ messages)

[PATCH v2 0/1] Encapsulate the populate and alloc as one atomic
 2026-03-17 12:50 UTC  (2+ messages)
` [PATCH v2 1/1] mm/execmem: Make the populate and alloc atomic

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-03-17 12:47 UTC  (5+ messages)
` [PATCHv7 09/18] mm/hugetlb: Defer vmemmap population for bootmem hugepages

[PATCH] mm: remove '!root_reclaim' checking in should_abort_scan()
 2026-03-17 12:32 UTC  (6+ messages)

[PATCH 0/6] selftests/liveupdate: add memfd tests
 2026-03-17 12:21 UTC  (4+ messages)
` [PATCH 2/6] selftests/liveupdate: add helper functions for "

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-17 11:50 UTC  (2+ messages)

[PATCH v6 0/4] mm: thp: reduce unnecessary start_stop_khugepaged() calls
 2026-03-17 11:48 UTC  (9+ messages)
` [PATCH v6 3/4] mm: huge_memory: refactor enabled_store() with change_enabled()

[PATCHv7 12/18] mm/hugetlb: Remove fake head pages
 2026-03-17 11:47 UTC  (2+ messages)
` [PATCHv7.1 "

[PATCH 6.18.y] mm: Fix a hmm_range_fault() livelock / starvation problem
 2026-03-17 11:39 UTC 

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-17 11:36 UTC  (2+ messages)

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-03-17 11:36 UTC  (8+ messages)
` [PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v15 12/13] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v15 13/13] Documentation: mm: update the admin guide for mTHP collapse

Patch "mm: Fix a hmm_range_fault() livelock / starvation problem" has been added to the 6.19-stable tree
 2026-03-17 11:24 UTC 

[PATCH v2] mm/mempolicy: track page allocations per mempolicy
 2026-03-17 11:10 UTC  (11+ messages)

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-03-17 11:06 UTC  (7+ messages)
    ` [PATCH v5] "

[PATCH v3 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-17 11:06 UTC  (8+ messages)
` [PATCH v3 1/5] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v3 2/5] selftests/mm: soft-dirty: skip two tests when thp is not available
` [PATCH v3 3/5] selftests/mm: move write_file helper to vm_util
` [PATCH v3 4/5] selftests/mm: split_huge_page_test: skip the test when thp is not available
` [PATCH v3 5/5] selftests/mm: transhuge_stress: skip the test when thp "

[PATCH 1/2] kho: make sure preservations do not span multiple NUMA nodes
 2026-03-17 11:04 UTC  (5+ messages)
` [PATCH 2/2] kho: drop restriction on maximum page order

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-17 10:00 UTC  (5+ messages)
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-17  9:50 UTC  (2+ messages)

[PATCH] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-17  9:43 UTC  (4+ messages)
  ` [External Sender] "

[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-17  9:36 UTC  (4+ messages)
` [PATCH v2 2/3] vmalloc: Optimize vfree

[PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
 2026-03-17  9:37 UTC  (2+ messages)

[PATCH v3] iomap: add allocation cache for iomap_dio
 2026-03-17  9:21 UTC  (9+ messages)

[PATCH v2 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-17  9:00 UTC  (7+ messages)
` [PATCH v2 1/5] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v2 3/5] selftests/mm: move write_file helper to vm_util

[PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
 2026-03-17  8:58 UTC  (7+ messages)

[PATCH] selftests/mm: add THP sysfs interface test
 2026-03-17  8:45 UTC  (8+ messages)

[PATCH 04/15] mm: add vm_ops->mapped hook
 2026-03-17  8:42 UTC  (7+ messages)

[RFC PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
 2026-03-17  8:27 UTC  (9+ messages)

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-17  8:25 UTC  (8+ messages)
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust

[PATCH v3 0/2] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-17  7:52 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH v6 0/5] support batch checking of references and unmapping for large folios
 2026-03-17  7:30 UTC  (9+ messages)
` [PATCH v6 1/5] mm: rmap: support batched checks of the references "

[RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-03-17  6:52 UTC  (3+ messages)

[PATCH v2 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-17  6:00 UTC  (4+ messages)

[PATCH v3] mm/damon/stat: monitor all System RAM resources
 2026-03-17  5:36 UTC  (2+ messages)

[PATCH v3] mm/mempolicy: track user-defined mempolicy allocations
 2026-03-17  5:06 UTC 

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-17  4:44 UTC  (2+ messages)

[RFC PATCH 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
 2026-03-17  4:34 UTC  (2+ messages)

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-17  4:33 UTC  (17+ messages)
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 08/16] hpet: "
` [PATCH v2 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA

[RFC PATCH 02/10] mm/damon/sysfs: add pause file under context dir
 2026-03-17  4:26 UTC  (2+ messages)

[RFC PATCH 01/10] mm/damon/core: introduce damon_ctx->paused
 2026-03-17  4:20 UTC  (2+ messages)

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-03-17  3:49 UTC  (10+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt

[PATCH] zram: change scan_slots to return void
 2026-03-17  3:23 UTC 

[RFC] liveupdate: prevent double preservation
 2026-03-17  2:38 UTC 

[PATCH mm-new v8 0/4] Improve khugepaged scan logic
 2026-03-17  2:16 UTC  (8+ messages)
` [PATCH mm-new v8 4/4] mm: khugepaged: skip lazy-free folios

[PATCH v2 0/2] zswap pool per-CPU acomp_ctx simplifications
 2026-03-17  1:48 UTC  (3+ messages)
` [PATCH v2 1/2] mm: zswap: Remove redundant checks in zswap_cpu_comp_dead()
` [PATCH v2 2/2] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-17  1:47 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
 2026-03-16 23:26 UTC  (3+ messages)

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-16 23:23 UTC  (3+ messages)
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-16 22:59 UTC  (9+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-16 22:30 UTC  (4+ messages)
` [PATCH v2 11/22] docs: liveupdate: Document VFIO device file preservation

[PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update
 2026-03-16 22:14 UTC  (12+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (3+ messages)
` [PATCH 46/61] vfio: Prefer IS_ERR_OR_NULL over manual NULL check

mm.git review status at 7.0-rc4
 2026-03-16 21:26 UTC 

[PATCH v4 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-16 21:23 UTC  (4+ messages)
` [PATCH v4 2/3] "


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