linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-04-21 22:51 UTC  (7+ messages)
` [PATCH 2/8] fs/dcache: use rcu_ptr instead of rcu_head for external names
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()
` [PATCH 7/8] mm/slab: introduce deferred submission of rcu sheaves

[PATCH RFC v3 00/19] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-21 22:02 UTC  (20+ messages)
` [PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH RFC v3 02/19] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH RFC v3 03/19] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH RFC v3 04/19] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH RFC v3 05/19] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH RFC v3 06/19] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH RFC v3 07/19] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH RFC v3 08/19] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH RFC v3 09/19] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH RFC v3 10/19] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH RFC v3 11/19] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH RFC v3 12/19] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH RFC v3 13/19] virtio_balloon: a hack to enable host-zeroed page optimization
` [PATCH RFC v3 14/19] mm: page_reporting: add flush parameter with page budget
` [PATCH RFC v3 15/19] mm: add free_frozen_pages_zeroed
` [PATCH RFC v3 16/19] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH RFC v3 17/19] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH RFC v3 18/19] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH RFC v3 19/19] virtio_balloon: mark deflated pages as zeroed

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-04-21 21:42 UTC  (12+ messages)
` [RFC PATCH v2 1/4] mm:zsmalloc: drop class lock before freeing zspage
` [RFC PATCH v2 2/4] mm/zsmalloc: introduce zs_free_deferred() for async handle freeing
` [RFC PATCH v2 3/4] zram: defer zs_free() in swap slot free notification path
` [RFC PATCH v2 4/4] mm/zswap: defer zs_free() in zswap_invalidate() path

[syzbot] [mm?] possible deadlock in rhashtable_free_and_destroy
 2026-04-21 21:27 UTC  (2+ messages)

[syzbot] [mm?] BUG: sleeping function called from invalid context in __zap_vma_range
 2026-04-21 20:56 UTC  (3+ messages)

[PATCH v2 1/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-21 19:50 UTC 

[PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
 2026-04-21 19:46 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] MM transition
 2026-04-21 19:25 UTC  (2+ messages)

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-04-21 19:20 UTC  (6+ messages)
` [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update

[PATCH v2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-21 19:13 UTC  (3+ messages)

[RFC PATCH] selftests/mm: use pattern matching in .gitignore
 2026-04-21 18:30 UTC 

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-21 18:15 UTC  (8+ messages)
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH

[PATCH 0/2] Documentation/binfmt-misc.rst: Clarify "P" flag
 2026-04-21 17:29 UTC  (2+ messages)

[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-04-21 17:23 UTC  (16+ messages)
` [PATCH v3 01/12] mm, swap: simplify swap cache allocation helper
` [PATCH v3 02/12] mm, swap: move common swap cache operations into standalone helpers
` [PATCH v3 03/12] mm/huge_memory: move THP gfp limit helper into header
` [PATCH v3 04/12] mm, swap: add support for stable large allocation in swap cache directly
` [PATCH v3 05/12] mm, swap: unify large folio allocation
` [PATCH v3 06/12] mm/memcg, swap: tidy up cgroup v1 memsw swap helpers
` [PATCH v3 07/12] mm, swap: support flexible batch freeing of slots in different memcgs
` [PATCH v3 08/12] mm, swap: delay and unify memcg lookup and charging for swapin
` [PATCH v3 09/12] mm, swap: consolidate cluster allocation helpers
` [PATCH v3 10/12] mm/memcg, swap: store cgroup id in cluster table directly
` [PATCH v3 11/12] mm/memcg: remove no longer used swap cgroup array
` [PATCH v3 12/12] mm, swap: merge zeromap into swap table

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-21 17:08 UTC  (10+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH RFC v2 00/18] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-21 16:59 UTC  (26+ messages)
` [PATCH RFC v2 02/18] mm: add pghint_t type and vma_alloc_folio_hints API
` [PATCH RFC v2 11/18] mm: skip zeroing in vma_alloc_zeroed_movable_folio for pre-zeroed pages
` [PATCH RFC v2 17/18] mm: add free_frozen_pages_hint and put_page_hint APIs

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-04-21 16:05 UTC  (4+ messages)
` [RFC PATCH v6 2/5] mm: migrate: Add migrate_misplaced_folios_batch()

[RFC PATCH 0/2] mm/migrate: wait for folio refcount during longterm pin migration
 2026-04-21 16:00 UTC  (7+ messages)
` [RFC PATCH 2/2] "

[PATCH RFC] rust: maple_tree: implement Send and Sync for MapleTree
 2026-04-21 15:54 UTC  (3+ messages)

[PATCH v2] mm/page_alloc: fix initialization of tags of the huge zero folio with init_on_free
 2026-04-21 15:39 UTC 

[PATCH] docs/mm: clarify that we are not looking for LLM generated content
 2026-04-21 15:15 UTC  (5+ messages)

[PATCH 0/4] rust: Add helper functions and constants for Tyr driver
 2026-04-21 15:06 UTC  (4+ messages)
` [PATCH 1/4] rust: sizes: add SZ_4G constant

[PATCH v2] mm/damon/sysfs-schemes: fix use-after-free on memcg_path and goal path
 2026-04-21 15:01 UTC  (2+ messages)

[PATCH RFC] mm, slab: add an optimistic __slab_try_return_freelist()
 2026-04-21 14:49 UTC 

[PATCH] mm/sparse: remove unnecessary NULL check before allocating mem_section
 2026-04-21 14:49 UTC  (2+ messages)

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-21 14:33 UTC  (11+ messages)

[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
 2026-04-21 14:25 UTC  (8+ messages)
` [PATCH v2 1/6] mm: Make lazy MMU mode context-aware

[PATCH v2] mm/page_alloc: use batch page clearing in kernel_init_pages()
 2026-04-21 14:06 UTC  (6+ messages)

[BUG] WARNING in workingset_activation triggered by KVM page fault path on Linux 7.0.0-08391-g1d51b370a0f8
 2026-04-21 14:06 UTC  (2+ messages)

[PATCH 0/2] mm/kmemleak: dedupe verbose scan output
 2026-04-21 13:45 UTC  (3+ messages)
` [PATCH 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
` [PATCH 2/2] selftests/mm: add kmemleak verbose dedup test

[PATCH] mm/sparse: Fix race on mem_section->usage in pfn walkers
 2026-04-21 13:40 UTC  (6+ messages)

[PATCH v3] mm: shmem: always support large folios for internal shmem mount
 2026-04-21 13:39 UTC  (8+ messages)

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-21 12:59 UTC  (11+ messages)
` [PATCH v2 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v2 16/53] selftests/mm: protection_keys: use kselftest framework
` [PATCH v2 19/53] selftests/mm: va_high_addr_switch: "

[PATCH v4 0/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-21 12:55 UTC  (3+ messages)
` [PATCH v4 1/2] mm: move overlap memory map init check to memmap_init()
` [PATCH v4 2/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range

[linus:master] [mm] c6307674ed: BUG:sleeping_function_called_from_invalid_context_at_mm/vmalloc.c
 2026-04-21 12:36 UTC  (2+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-21 11:22 UTC  (5+ messages)
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY

[PATCH mm-hotfixes] mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()
 2026-04-21 11:02 UTC  (3+ messages)

[PATCH v9 0/6] liveupdate: new ioctl, change session inode type, bug fixes
 2026-04-21 10:34 UTC  (13+ messages)
` [PATCH v9 1/6] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
` [PATCH v9 2/6] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
` [PATCH v9 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
` [PATCH v9 4/6] selftests/liveupdate: add test case for LUO_SESSION_MAGIC
` [PATCH v9 5/6] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
` [PATCH v9 6/6] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME

[syzbot] [mm?] WARNING in vma_mark_detached
 2026-04-21 10:23 UTC  (3+ messages)

[PATCH v8 0/2] kho: add support for deferred struct page init
 2026-04-21 10:20 UTC  (8+ messages)
` [PATCH v8 1/2] kho: fix deferred initialization of scratch areas

[PATCH v3 0/4] mm: Fix vmemmap optimization accounting and initialization
 2026-04-21  9:31 UTC  (13+ messages)
` [PATCH v3 1/4] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v3 2/4] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v3 3/4] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v3 4/4] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages

[PATCH] mm: handle potential NULL return from anon_vma_name_reuse()
 2026-04-21  9:25 UTC  (5+ messages)

[PATCH] mm/page_alloc: fix initialization of tags of the huge zero folio with init_on_free
 2026-04-21  9:03 UTC  (5+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-04-21  9:02 UTC 

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-04-21  8:27 UTC  (3+ messages)
` [PATCH v13 04/18] unwind_user/sframe: Add support for reading .sframe contents

[PATCH] mm/damon/sysfs-schemes: fix use-after-free on memcg_path and goal path
 2026-04-21  7:06 UTC  (2+ messages)

[PATCH v2] mm/fake-numa: fix under-allocation detection in uniform split
 2026-04-21  6:56 UTC  (5+ messages)

[PATCH v6 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-04-21  5:53 UTC  (5+ messages)
` [PATCH v6 1/4] mm: swap: introduce swap tier infrastructure
` [PATCH v6 2/4] mm: swap: associate swap devices with tiers
` [PATCH v6 3/4] mm: memcontrol: add interfaces for swap tier selection
` [PATCH v6 4/4] mm: swap: filter swap allocation by memcg tier mask

[PATCH v2] mm/gup: cleanup pgtable entry accessors
 2026-04-21  5:17 UTC 

[RFC PATCH 0/2] mm/damon/sysfs: document filters/ directory as deprecated
 2026-04-21  4:49 UTC  (3+ messages)
` [RFC PATCH 1/2] Docs/admin-guide/mm/damon/usage: mark scheme filters sysfs dir "
` [RFC PATCH 2/2] Docs/ABI/damon: mark schemes/<S>/filters/ deprecated

[RFC PATCH] slub: spill refill leftover objects into percpu sheaves
 2026-04-21  3:35 UTC  (8+ messages)

include/asm-generic/tlb.h:609:42: sparse: sparse: cast truncates bits from constant value (1000000000 becomes 0)
 2026-04-21  3:31 UTC 

[PATCH v2] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-04-21  3:14 UTC 

[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
 2026-04-21  3:06 UTC  (5+ messages)

page: 

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