messages from 2026-07-24 10:22:16 to 2026-07-24 18:05:02 UTC [more...]
[PATCH v4 00/14] Use generic_file_read_iter() in hugetlbfs
2026-07-24 18:04 UTC (37+ messages)
` [PATCH v4 01/14] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v4 02/14] memory-failure: Test the page is hwpoison before taking the mutex
` [PATCH v4 03/14] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v4 04/14] hugetlb: Mark some function arguments as const
` [PATCH v4 05/14] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v4 06/14] memory-failure: Remove raw_hwp_list_head()
` [PATCH v4 07/14] hugetlb: Use the has_hwpoisoned flag
` [PATCH v4 08/14] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v4 09/14] mm: Check individual hugetlb pages for poison
` [PATCH v4 10/14] filemap: Add hwpoison handling to filemap_read()
` [PATCH v4 11/14] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v4 12/14] hugetlb: Set mapping folio order
` [PATCH v4 13/14] filemap: Add support for authoritative mappings
` [PATCH v4 14/14] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()
[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
2026-07-24 17:56 UTC (13+ messages)
` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-24 17:29 UTC (7+ messages)
[PATCH 5/5] mm: constify the pte_offset_map_ro_nolock() return value
2026-07-24 17:06 UTC (2+ messages)
[PATCH v3 00/21] kho: make boot time huge page allocation work nicely with KHO
2026-07-24 16:54 UTC (7+ messages)
` [PATCH v3 04/21] kho: return virtual address of mem_map
` [PATCH v3 18/21] kho: extend scratch
` [PATCH v3 19/21] memblock: make HugeTLB bootmem allocation work with KHO
[PATCH v6 0/3] luo: convert serialized ptr to KHOSER_PTR
2026-07-24 16:46 UTC (5+ messages)
` [PATCH v6 3/3] luo: Update serialized data to use KHOSER_PTR
[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-24 16:38 UTC (13+ messages)
` [PATCH v2 01/13] mm/slab: skip kfence objects in allocation profiling
` [PATCH v2 09/13] mm/slab: change struct slabobj_ext to a union
` [PATCH v2 12/13] mm/slab: add cache_ and slab_needs_objcg() helpers
[PATCH 00/22] Simplify special kernel page table handling
2026-07-24 16:31 UTC (16+ messages)
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 14/22] mm: set page table page type when allocated
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
[PATCH v2 0/5] selftests/mm: Handle unsupported and transient test conditions
2026-07-24 15:57 UTC (11+ messages)
` [PATCH v2 1/5] selftests/mm: skip COW tmpfile cases when fallocate() is unsupported
` [PATCH v2 2/5] selftests/mm: skip guard hole-punch test if MADV_REMOVE "
` [PATCH v2 3/5] selftests/mm: skip khugepaged swap tests without swap
` [PATCH v2 4/5] selftests/mm: skip hard dirty page-cache test on NFS
` [PATCH v2 5/5] selftests/mm: retry migration failures for the full runtime
[PATCH -v4 0/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
2026-07-24 15:53 UTC (3+ messages)
` [PATCH -v4 2/2] "
[PATCH v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
2026-07-24 15:49 UTC (7+ messages)
` [PATCH v4 2/2] "
[PATCH 0/5] mm: add basic PTE const type-safety
2026-07-24 15:48 UTC (8+ messages)
` [PATCH 3/5] mm/parisc: constify ptep_get() argument
[PATCH mm-hotfixes v6 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-24 15:09 UTC (4+ messages)
[PATCH v2 0/4] mm: fix reclaim storms in defrag_mode
2026-07-24 15:09 UTC (3+ messages)
` [PATCH v2 4/4] mm: page_alloc: fix non-movable reclaim storm "
[PATCH] audit: add CLONE3 auxiliary record to log process cloning
2026-07-24 15:02 UTC
[PATCH] mm/mlock: skip __mm_populate() for MLOCK_ONFAULT
2026-07-24 15:00 UTC (3+ messages)
[PATCH v2 2/2] mm/damon/ops-common: factor out damon_putback_folio_list()
2026-07-24 14:56 UTC (2+ messages)
[PATCH v2 1/2] mm/damon/ops-common: putback folios on invalid migrate nid
2026-07-24 14:30 UTC (2+ messages)
[PATCH slab/for-next v4 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
2026-07-24 14:10 UTC (3+ messages)
[PATCH v2] mm/migrate_device: Clear stale mapping after freeing swapcache
2026-07-24 14:00 UTC (2+ messages)
arch/mips/boot/compressed/decompress.c:undefined reference to `__ashldi3'
2026-07-24 13:33 UTC
mm: opaque hardware page-table entry handles
2026-07-24 12:57 UTC (11+ messages)
[GIT PULL] slab fixes for 7.2-rc4
2026-07-24 12:32 UTC
[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
2026-07-24 12:05 UTC (4+ messages)
` [PATCH v5 4/5] tools/mm: add a standalone GUP microbenchmark
[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-24 11:49 UTC (10+ messages)
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [PATCH RFC v2 14/20] x86: mm: skip pud setup when using generic compile-time folded pagetable
[PATCH v3 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-24 11:12 UTC (4+ messages)
[PATCH v3 0/5] mm/rmap: Refactor try_to_unmap_one
2026-07-24 10:39 UTC (3+ messages)
` [PATCH v3 2/5] mm/rmap: Add try_to_unmap_hugetlb_one
[PATCH] lkdtm: use kmalloc() instead of __get_free_page
2026-07-24 10:29 UTC (4+ messages)
[PATCH v5 00/11] mm: PMD-level swap entries for anonymous THPs
2026-07-24 10:27 UTC (4+ messages)
` [PATCH v5 10/11] mm: install PMD swap entries on swap-out
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox