Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-24 14:11:06 to 2026-07-25 06:26:34 UTC [more...]

[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
 2026-07-25  6:26 UTC  (7+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-25  6:00 UTC  (12+ messages)
` [PATCH v6 1/5] mm/page_alloc: introduce __free_prepared_contig_range() with fpi_t
` [PATCH v6 3/5] mm/memory-failure: set has_hwpoisoned flags on dissolved HugeTLB folio
` [PATCH v6 5/5] selftests/mm: add hard memory failure anonymous HugeTLB test

[PATCH] mm/usercopy: harden bounds checking for vmalloc allocations
 2026-07-25  5:44 UTC  (2+ messages)

[PATCH v6 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-07-25  5:30 UTC  (3+ messages)

[PATCH v4 00/14] Use generic_file_read_iter() in hugetlbfs
 2026-07-25  5:04 UTC  (21+ messages)
` [PATCH v4 05/14] guest_memfd: Use folio_has_hwpoisoned_page()
` [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()
` [syzbot ci] Re: Use generic_file_read_iter() in hugetlbfs

[PATCH 0/8] Optimize anonymous swapbacked large folio unmapping
 2026-07-25  4:53 UTC  (5+ messages)
` [PATCH 1/8] mm/swapfile: add batched version of folio_dup_swap
` [PATCH 2/8] mm/swapfile: add batched version of folio_put_swap

[PATCH v2] mm/migrate_device: Clear stale mapping after freeing swapcache
 2026-07-25  4:43 UTC  (2+ messages)

[syzbot] Monthly mm report (Jul 2026)
 2026-07-25  4:32 UTC 

[PATCH] mm/huge_memory: Initialise workingset state before folio split
 2026-07-25  3:16 UTC  (4+ messages)

[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-07-25  2:49 UTC  (3+ messages)
` [PATCH v6 2/2] mm/memory_hotplug: improve shrink_zone_span() subsection boundary checks

[PATCH v2 0/5] selftests/mm: Handle unsupported and transient test conditions
 2026-07-25  2:10 UTC  (8+ messages)
` [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] ARM: mm: acquire mmap write lock around show_pte() for user faults
 2026-07-25  2:09 UTC  (3+ messages)

[akpm-mm:mm-unstable 340/601] include/linux/compiler_types.h:702:38: error: call to '__compiletime_assert_501' declared with attribute error: BUILD_BUG failed
 2026-07-25  0:56 UTC 

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-07-24 23:35 UTC  (3+ messages)
` (subset) "

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-24 22:29 UTC  (13+ messages)
` [PATCH RFC v4 01/12] x86/mm: add untagged_addr_remote_unlocked()
` [PATCH RFC v4 02/12] riscv/mm: "
` [PATCH RFC v4 03/12] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags
` [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 RFC v4 07/12] mm: read remote strings under the per-VMA lock
` [PATCH RFC v4 08/12] selftests/mm: cover /proc/pid/mem access to VM_PFNMAP memory
` [PATCH RFC v4 09/12] mm/gup: build get_user_page_lookup_vma() on get_user_page_vma()
` [PATCH RFC v4 10/12] mm/gup: pass an end address to follow_page_mask() and return a page count
` [PATCH RFC v4 11/12] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()
` [PATCH RFC v4 12/12] selftests/mm: add a slow-GUP content and COW test for mTHP

[PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
 2026-07-24 22:22 UTC  (11+ messages)

[PATCH RFC 00/32] mm/mglru: MGLRU-FG and refault distance support
 2026-07-24 22:07 UTC  (6+ messages)

[PATCH v7 0/8] seccomp: non-cooperative pinned-memfd argument redirect
 2026-07-24 22:01 UTC  (9+ messages)
` [PATCH v7 1/8] mm: pass the target mm parameter through get_unmapped_area family
` [PATCH v7 2/8] mm: add __do_mmap() and vm_mmap_remote()/vm_munmap_remote()
` [PATCH v7 3/8] seccomp: introduce SECCOMP_IOCTL_NOTIF_PIN_INSTALL
` [PATCH v7 4/8] seccomp: add __NR_seccomp_* aliases for rt_sigreturn and clone/fork
` [PATCH v7 5/8] seccomp: add kernel-installed pinned-memfd redirect
` [PATCH v7 6/8] seccomp: re-validate a redirected syscall against outer filters
` [PATCH v7 7/8] docs/seccomp: document pinned-memfd redirect ioctls
` [PATCH v7 8/8] selftests/seccomp: cover non-cooperative pinned-memfd install

[PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
 2026-07-24 21:54 UTC  (3+ messages)

[PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
 2026-07-24 21:03 UTC  (2+ messages)

[PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
 2026-07-24 20:32 UTC  (2+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-24 20:26 UTC  (5+ messages)
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl

Semantic conflict between 04b177544a04 in drm-misc-fixes and 0b6b1bb28482 in -mm
 2026-07-24 19:50 UTC  (8+ messages)

[PATCH v11 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-24 19:48 UTC  (4+ messages)
` [PATCH v11 1/8] mm/hmm: move page fault handling out of walk callbacks

mm.git review status at 7.2-rc4
 2026-07-24 19:42 UTC  (2+ messages)

[PATCH v2 0/2] mm: folio conversion and refactoring in do_swap_page()
 2026-07-24 19:33 UTC  (3+ messages)
` [PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()

[GIT PULL] slab fixes for 7.2-rc4
 2026-07-24 19:22 UTC  (2+ messages)

[PATCH] selftests/mm: fix gup_longterm EINVAL error message
 2026-07-24 19:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 00/14] mm: thp: always enable mTHP support
 2026-07-24 18:55 UTC  (3+ messages)
` [PATCH v6 12/14] treewide: introduce arch_has_pmd_leaves()

[RFC PATCH] mm/thp: order huge zero folio PFN invalidation before removal
 2026-07-24 18:48 UTC  (2+ messages)

[PATCH v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-24 18:32 UTC  (6+ messages)
` [PATCH v4 2/2] "

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

[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 -v4 0/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
 2026-07-24 15:53 UTC  (3+ messages)
` [PATCH -v4 2/2] "

[PATCH 0/5] mm: add basic PTE const type-safety
 2026-07-24 15:48 UTC  (7+ 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] 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  (2+ messages)


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