Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-27 16:47:50 to 2026-07-27 20:18:53 UTC [more...]

[PATCH v6 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-27 20:18 UTC  (16+ messages)
` [PATCH v6 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v6 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v6 03/12] hugetlb: Mark some function arguments as const
` [PATCH v6 04/12] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v6 05/12] hugetlb: Use the has_hwpoisoned flag
` [PATCH v6 06/12] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v6 07/12] mm: Check individual hugetlb pages for poison
` [PATCH v6 08/12] filemap: Add hwpoison handling to filemap_read()
` [PATCH v6 09/12] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v6 10/12] hugetlb: Set mapping folio order
` [PATCH v6 11/12] filemap: Add support for authoritative mappings
` [PATCH v6 12/12] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-07-27 20:06 UTC  (5+ messages)

[PATCH v5 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-27 19:40 UTC  (4+ messages)
` [PATCH v5 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again

[RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline
 2026-07-27 19:22 UTC  (2+ messages)

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-27 18:51 UTC  (5+ messages)
` [PATCH RFC v4 05/12] mm/gup: add get_user_page_vma() to fault in a page under a held lock
` [PATCH RFC v4 06/12] mm: use per-VMA lock in __access_remote_vm() for single-VMA accesses

[PATCH] mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
 2026-07-27 18:39 UTC  (2+ messages)

[PATCH v5 0/3] mm: make persistent huge zero folio read-only
 2026-07-27 18:35 UTC  (2+ messages)

[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
 2026-07-27 18:23 UTC  (5+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-27 18:20 UTC  (4+ messages)

[PATCH] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
 2026-07-27 18:11 UTC 

[RFC PATCH v2] mm/thp: serialize huge-zero folio state transitions
 2026-07-27 18:10 UTC  (5+ messages)
` [RFC PATCH v3] "

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-27 18:06 UTC  (6+ messages)
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-27 17:52 UTC  (2+ messages)

[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-07-27 17:51 UTC  (14+ messages)
` [PATCH v5 1/5] selftests/mm: make file helpers return errors
` [PATCH v5 4/5] tools/mm: add a standalone GUP microbenchmark

[PATCH 0/1] mm: shmem: reject impossible fallocate ranges
 2026-07-27 17:38 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2] mm/huge_memory: Initialise workingset state before folio split
 2026-07-27 17:30 UTC  (2+ messages)

[PATCH v6 00/14] mm: thp: always enable mTHP support
 2026-07-27 17:25 UTC  (6+ messages)
` [PATCH v6 08/14] s390: move has_transparent_hugepage() out of THP guard

[PATCH v5 0/3] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-27 17:23 UTC  (3+ messages)
` [PATCH v5 2/3] mm/vmscan: add pgrotate_anon and pgrotate_file vmstat counters

[PATCH v3 3/5] selftests/mm: skip khugepaged swap tests without swap
 2026-07-27 17:18 UTC  (2+ messages)

[PATCH RFC] mm/zswap: reference the pool by index to shrink struct zswap_entry
 2026-07-27 17:06 UTC  (5+ messages)

[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
 2026-07-27 17:05 UTC  (3+ messages)
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH] docs: add example for psi info
 2026-07-27 17:04 UTC 

[PATCH v3 2/5] selftests/mm: skip guard hole-punch test if MADV_REMOVE is unsupported
 2026-07-27 16:52 UTC  (2+ messages)

[PATCH v2 0/4] mm: fix reclaim storms in defrag_mode
 2026-07-27 16:50 UTC  (4+ messages)
` [PATCH v2 4/4] mm: page_alloc: fix non-movable reclaim storm "

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-27 16:47 UTC  (12+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
` [PATCH RFC 02/11] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH RFC 03/11] mm: name pointers to copied PTE values ptentp
` [PATCH RFC 04/11] mm: use hw_pte_t for generic PTE table storage
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
` [PATCH RFC 08/11] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads
` [PATCH RFC 10/11] parisc: use hw_pte_t for the data-break callback
` [PATCH RFC 11/11] xen: use hw_pte_t for PTE range callbacks

[PATCH v3 0/2] mm: folio conversion and refactoring in do_swap_page()
 2026-07-27 16:45 UTC  (2+ messages)


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