public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 11:59:33 to 2026-04-24 21:23:19 UTC [more...]

[PATCH v8 0/5] Migrate on fault for device pages
 2026-04-24 21:23 UTC  (4+ messages)

[PATCH 6.18.y v1 0/9] mm: backport sticky VMA flags and soft-dirty fix
 2026-04-24 21:12 UTC  (10+ messages)
` [PATCH v1 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v1 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v1 3/9] mm: update vma_modify_flags() to handle residual flags, document
` [PATCH v1 4/9] mm: implement sticky VMA flags
` [PATCH v1 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v1 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install
` [PATCH v1 7/9] tools/testing/vma: add VMA sticky userland tests
` [PATCH v1 8/9] mm: propagate VM_SOFTDIRTY on merge
` [PATCH v1 9/9] testing/selftests/mm: add soft-dirty merge self-test

[PATCH v7] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-24 20:34 UTC 

[PATCH v2 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-24 20:15 UTC  (4+ messages)
` [PATCH v2 3/3] mm/page_owner: add NUMA node filter with nodelist support

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-24 20:11 UTC  (28+ messages)
` [PATCH 7.2 v10 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH 7.2 v10 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[syzbot] [mm?] WARNING: bad unlock balance in __zap_vma_range
 2026-04-24 20:00 UTC 

[LSF/MM/BPF TOPIC] Page cache tracking with the Maple Tree
 2026-04-24 20:00 UTC  (5+ messages)

[PATCH 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-24 19:59 UTC  (9+ messages)
` [PATCH 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
` [PATCH 2/3] selftests/proc: ensure the test is performed at the right page boundary
` [PATCH 3/3] selftests/proc: add /proc/pid/smaps tearing tests

[PATCH v5 00/21] Virtual Swap Space
 2026-04-24 19:51 UTC  (13+ messages)

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-04-24 19:41 UTC  (15+ messages)
` [PATCH v2 01/13] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
` [PATCH v2 02/13] fork: Don't assume fully populated stack during reuse
` [PATCH v2 03/13] fork: Move vm_stack to the beginning of the stack
` [PATCH v2 04/13] fork: separate vmap stack allocation and free calls
` [PATCH v2 05/13] mm/vmalloc: Add a get_vm_area_node() and vmap_pages_range() public functions
` [PATCH v2 06/13] fork: Move vmap stack freeing to work queue
` [PATCH v2 07/13] fork: Dynamic Kernel Stacks
` [PATCH v2 08/13] task_stack.h: Add stack_not_used() support for dynamic stack
` [PATCH v2 09/13] fork: Dynamic Kernel Stack accounting
` [PATCH v2 10/13] fork: Store task pointer in unpopulated stack ptes
` [PATCH v2 11/13] x86/entry/fred: encode frame pointer on entry
` [PATCH v2 12/13] x86: Add support for dynamic kernel stacks via FRED
` [PATCH v2 13/13] x86: Add support for dynamic kernel stacks via IST

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-24 19:33 UTC  (8+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
` [PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios

[PATCH 0/2] mm/huge_memory: optimize migration when huge PMD needs split
 2026-04-24 19:29 UTC  (3+ messages)
` [PATCH 1/2] mm/huge_memory: return true if split_huge_pmd_locked() split PMD to migration entry

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

[PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-24 19:05 UTC  (10+ messages)
` [PATCH v6 04/14] mm/mglru: restructure the reclaim loop
` [PATCH v6 09/14] mm/mglru: use the common routine for dirty/writeback reactivation

[PATCH RFC v3 00/19] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-24 18:51 UTC  (21+ messages)
` [PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing

[PATCH 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-24 18:38 UTC  (21+ messages)
` [PATCH 7.2 v4 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v4 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v4 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v4 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH 7.2 v4 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v4 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v4 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions

[PATCH v7] mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_retry()
 2026-04-24 18:36 UTC 

[GIT PULL] slab hotfix for 7.1
 2026-04-24 18:32 UTC  (2+ messages)

[PATCH v3 0/3] kasan: hw_tags: Disable tagging for stack and page-tables
 2026-04-24 18:32 UTC  (6+ messages)
` [PATCH v3 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH v3 2/3] kasan: skip HW tagging for all kernel thread stacks
` [PATCH v3 3/3] mm: skip KASAN tagging for page-allocated page tables

[PATCH v11 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-04-24 18:31 UTC  (4+ messages)
` [PATCH v11 1/5] mm/vmalloc: extract vm_area_free_pages() helper from vfree()

[PATCH v2] mm/migrate_device: Cleanup up PMD Checks and warnings
 2026-04-24 18:29 UTC  (6+ messages)
  ` [PATCH] "

[RFC 0/7] mm: dual-bitmap page allocator consistency checker
 2026-04-24 18:28 UTC  (17+ messages)
` [RFC 1/7] mm: add generic dual-bitmap consistency primitives
` [RFC 2/7] mm: add page consistency checker header
` [RFC 3/7] mm: add Kconfig options for page consistency checker
` [RFC 4/7] mm: add page consistency checker implementation
` [RFC 5/7] mm/page_alloc: integrate page consistency hooks
` [RFC 6/7] Documentation/mm: add page consistency checker documentation
` [RFC 7/7] mm/page_consistency: add KUnit tests for dual-bitmap primitives

[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-04-24 18:11 UTC  (2+ messages)

[PATCH v3 0/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-24 17:57 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] Documentation: RCU: "
` [PATCH v3 3/3] Documentation: deprecated.rst: kmalloc-family: mark argument as optional

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-24 17:41 UTC  (13+ messages)
` [PATCH v2 03/53] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH v2 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v2 06/53] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v2 43/53] selftests/mm: migration: add setup of HugeTLB pages
` [PATCH v2 51/53] selftests/mm: va_high_addr_switch.sh: drop huge pages setup

[PATCH v2 0/2] mm/kmemleak: dedupe verbose scan output
 2026-04-24 17:30 UTC  (4+ messages)
` [PATCH v2 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
` [PATCH v2 2/2] selftests/mm: add kmemleak verbose dedup test

[PATCH v2] mm, KMSAN: Add missing shadow memory initialization in special allocation paths
 2026-04-24 17:06 UTC  (2+ messages)

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-24 17:03 UTC  (4+ messages)

[PATCH] mm/lruvec: preemptively free dead folios during lru_add drain
 2026-04-24 16:30 UTC  (6+ messages)

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-24 16:09 UTC  (17+ messages)

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-04-24 15:40 UTC  (5+ messages)
` [RFC PATCH v6 3/5] mm: Hot page tracking and promotion - pghot

[PATCH] mm/swap: Add cond_resched() in swap_reclaim_full_clusters to prevent softlockup
 2026-04-24 15:39 UTC  (2+ messages)

[PATCH 0/4] rust: Add helper functions and constants for Tyr driver
 2026-04-24 15:14 UTC  (4+ messages)
  ` [PATCH 4/4] rust: xarray: Add Guard::find() helper

[PATCH 1/2] mm/damon: introduce damon_rand_fast() for per-ctx PRNG
 2026-04-24 15:11 UTC  (2+ messages)

[PATCH] mm: Require LRU reclaim progress before retrying direct reclaim
 2026-04-24 15:00 UTC  (4+ messages)

[PATCH v5 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-24 14:39 UTC  (9+ messages)
` [PATCH v5 1/4] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v5 3/4] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v5 4/4] selftests/mm: regression test for panic_on_unrecoverable_memory_failure

[PATCH 0/2] mm/kmemleak: dedupe verbose scan output
 2026-04-24 14:36 UTC  (8+ messages)
` [PATCH 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace

[PATCH 7.2 v16 00/13] khugepaged: mTHP support
 2026-04-24 14:24 UTC  (5+ messages)

[PATCH v2] mm/gup: honour FOLL_PIN in NOMMU __get_user_pages_locked()
 2026-04-24 14:19 UTC  (9+ messages)

[PATCH] vmalloc: fix buffer overflow in vrealloc_node_align()
 2026-04-24 13:56 UTC  (2+ messages)

[PATCH v7 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-04-24 13:31 UTC  (2+ messages)

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-24 13:29 UTC  (4+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core

[PATCH v3 1/2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-24 13:24 UTC  (2+ messages)
` [PATCH v3 2/2] slab: fix kernel-docs for mm-api

[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
 2026-04-24 13:10 UTC  (8+ messages)
` [PATCH v2 3/6] s390/mm: Complete ptep_get() conversion
` [PATCH v2 5/6] s390/mm: Batch PTE updates in lazy MMU mode

[LSF/MM/BPF TOPIC] Discussion: Targeted memory allocation via debugfs
 2026-04-24 12:34 UTC  (10+ messages)

[PATCH v2 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-04-24 12:29 UTC  (6+ messages)
` [PATCH v2 1/5] "

[PATCH v4 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-24 12:01 UTC  (6+ messages)
` [PATCH v4 2/3] "

[PATCH v6 0/7] mm: fix vmemmap optimization accounting and initialization
 2026-04-24 11:58 UTC  (5+ messages)
` [PATCH v6 7/7] mm/memory_hotplug: Factor out altmap freeing checks


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