Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-08 08:34:57 to 2026-06-08 20:09:25 UTC [more...]

[PATCH v10 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-06-08 20:09 UTC  (105+ messages)
` [PATCH v10 01/37] mm: mempolicy: fix interleave index calculation
` [PATCH v10 02/37] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
` [PATCH v10 03/37] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v10 04/37] mm: page_reporting: allow driver to set batch capacity
` [PATCH v10 05/37] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v10 06/37] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v10 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v10 08/37] mm: add alloc_contig_frozen_pages_user "
` [PATCH v10 09/37] mm: hugetlb: thread user_addr through gigantic page allocation
` [PATCH v10 10/37] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v10 11/37] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v10 12/37] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v10 13/37] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v10 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v10 15/37] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v10 16/37] mm: alloc_swap_folio: "
` [PATCH v10 17/37] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v10 18/37] mm: page_alloc: use aliasing checks instead of user_alloc_needs_zeroing
` [PATCH v10 19/37] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v10 20/37] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v10 21/37] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v10 22/37] mm: add free_frozen_pages_zeroed
` [PATCH v10 23/37] mm: page_alloc: skip kernel_init_pages for FPI_ZEROED when safe
` [PATCH v10 24/37] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v10 25/37] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v10 26/37] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v10 27/37] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v10 28/37] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
` [PATCH v10 29/37] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v10 30/37] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v10 31/37] virtio_balloon: submit reported pages as individual buffers
` [PATCH v10 32/37] virtio_balloon: disable indirect descriptors
` [PATCH v10 33/37] mm: page_reporting: add flush parameter with page budget
` [PATCH v10 34/37] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH v10 35/37] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v10 36/37] mm: balloon: use put_page_zeroed for zeroed balloon pages
` [PATCH v10 37/37] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE

[PATCH 0/2] mm/vmpressure: reduce CPU, memory and code overhead on cgroup v2
 2026-06-08 19:56 UTC  (6+ messages)
` [PATCH 1/2] mm/vmpressure: skip tree=true accounting "

[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
 2026-06-08 19:55 UTC  (7+ messages)
` [RFC PATCH 1/4] dma: Add DMA allocation preservation KHO ABI
` [RFC PATCH 2/4] dma/pool: Add an API to check if DMA allocation is from pool
` [RFC PATCH 3/4] dma-direct: Add API to preserve/restore allocations

[PATCH v3 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-08 19:50 UTC  (28+ messages)
` [PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
` [PATCH v3 2/4] mm/zswap: Implement proactive writeback

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-06-08 19:32 UTC  (15+ messages)
` [PATCH 3/7] mm/migrate: skip data copy for already-copied folios
` [PATCH 4/7] mm/migrate: add batch-copy path in migrate_pages_batch

[PATCH v2 0/3] userfaultfd: verify VMA state across UFFDIO_COPY retry
 2026-06-08 18:57 UTC  (7+ messages)
` [PATCH v2 1/3] "

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-08 18:42 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-08 18:19 UTC  (14+ messages)
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update

[RFC v1 0/9] kho: granular compatibility and header decoupling
 2026-06-08 18:11 UTC  (11+ messages)
` [RFC v1 1/9] kho: split out radix tree tracker into kho_radix.c

[PATCH] mm/swap_state: remove unnecessary lru_add_drain() from readahead
 2026-06-08 17:39 UTC  (3+ messages)

[PATCH 0/5] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-08 17:12 UTC  (3+ messages)
` [LTP] "

[PATCH] mm/migrate: Add native folio functions
 2026-06-08 16:46 UTC  (3+ messages)

[PATCH v2 6.1] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-06-08 16:29 UTC  (2+ messages)

[PATCH mm-unstable v19 11/14] mm/khugepaged: Introduce mTHP collapse support
 2026-06-08 16:26 UTC  (4+ messages)

[PATCH] Respect mempolicy when calculating surplus huge pages
 2026-06-08 16:21 UTC  (3+ messages)

[PATCH 1/2] fs/proc/task_mmu: change lock_vma_range() to return error code
 2026-06-08 16:20 UTC  (12+ messages)
` [PATCH 2/2] fs/proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-06-08 16:04 UTC  (8+ messages)

[PATCH] mm/page_table_check: do not track special (PFN-mapped) PTEs
 2026-06-08 15:57 UTC 

[PATCH] samples/damon/mtier: fail early if address range parameters are invalid
 2026-06-08 15:54 UTC  (3+ messages)

[RFC PATCH] mm/vmalloc: add vmalloc_decrypted() and vzalloc_decrypted()
 2026-06-08 15:37 UTC  (2+ messages)

[PATCH] mm/mincore: handle non-swap entries before !CONFIG_SWAP guard
 2026-06-08 15:34 UTC  (2+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-08 15:02 UTC  (3+ messages)

[PATCH v3 04/22] mm: Make readahead store folio count in readahead_control
 2026-06-08 14:54 UTC  (2+ messages)
` [PATCH v3 05/22] netfs: Bulk load the readahead-provided folios up front

[PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check
 2026-06-08 14:36 UTC  (3+ messages)

[PATCH v3] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-06-08 14:17 UTC  (6+ messages)

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-08 14:15 UTC  (10+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE

[BUG?] invalidate_lock not held in read_cache_folio()
 2026-06-08 14:02 UTC  (4+ messages)

[PATCH] iommu/iommufd: Require write access for writable MAP_FILE mappings
 2026-06-08 13:54 UTC  (4+ messages)

[PATCH] mm: memcontrol-v1: use nofail allocations for soft limit trees
 2026-06-08 13:29 UTC  (4+ messages)

[PATCH] mm/memory-failure: trace: change memory_failure_event to ras subsystem
 2026-06-08 12:14 UTC  (3+ messages)

[PATCH bpf-next] arm64: mm: Complete the PTE store in ptep_try_set()
 2026-06-08 12:00 UTC  (7+ messages)
      ` [PATCH v2 "

[PATCH] selftests/mm: fix ksft_process_madv.sh test category
 2026-06-08 11:27 UTC  (4+ messages)

[RFC] mm: restrict zero-page remapping to underused THP splits
 2026-06-08 11:26 UTC  (5+ messages)

[PATCH 0/9] Convert x86 pgd_lists to ptdescs
 2026-06-08 10:14 UTC  (5+ messages)
` [PATCH 8/9] x86/xen: Convert xen_mm_pin_all() "
` [PATCH 9/9] x86/xen: Convert xen_mm_unpin_all() "

[PATCH v2 00/18] kho: make boot time huge page allocation work nicely with KHO
 2026-06-08  9:10 UTC  (4+ messages)
` [PATCH v2 02/18] kho: disallow wide keys in radix tree

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-08  8:55 UTC  (5+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check


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