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

[RFC] mm: restrict zero-page remapping to underused THP splits
 2026-06-08 10:34 UTC  (3+ messages)

[PATCH] selftests/mm: fix ksft_process_madv.sh test category
 2026-06-08 10:32 UTC 

[PATCH v10 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-06-08 10:29 UTC  (47+ 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

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

[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

[PATCH bpf-next] bpf: Replace scratch PTE atomically when allocating arena pages
 2026-06-08  8:43 UTC  (10+ messages)
      ` [PATCH bpf-next] arm64: mm: Complete the PTE store in ptep_try_set()
              ` [PATCH v2 "

[PATCH] mm: memcontrol-v1: use nofail allocations for soft limit trees
 2026-06-08  8:34 UTC  (3+ messages)

[PATCH v2 1/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-06-08  8:30 UTC  (2+ messages)

[PATCH v3 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-08  8:24 UTC  (13+ messages)
` [PATCH v3 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v3 2/6] alloc_tag: add ioctl filters "
` [PATCH v3 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v3 4/6] alloc_tag: add accuracy based "
` [PATCH v3 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH v3 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest

[PATCH] mm/vmstat: avoid taking zone lock in /proc/buddyinfo reads
 2026-06-08  8:17 UTC  (2+ messages)

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

[PATCH] docs/mm: document slab cache isolation with SLAB_NO_MERGE
 2026-06-08  7:56 UTC  (10+ messages)
` [PATCH v2] docs/mm/slab: document "

[PATCH mm-unstable v19 14/14] Documentation: mm: update the admin guide for mTHP collapse
 2026-06-08  7:41 UTC  (2+ messages)

[PATCH mm-unstable v19 12/14] mm/khugepaged: avoid unnecessary mTHP collapse attempts
 2026-06-08  7:36 UTC  (2+ messages)

[PATCH mm-unstable v19 10/14] mm/khugepaged: introduce collapse_possible_orders helper functions
 2026-06-08  7:27 UTC  (2+ messages)

[PATCH mm-unstable v19 09/14] mm/khugepaged: improve tracepoints for mTHP orders
 2026-06-08  7:19 UTC  (2+ messages)

[PATCH mm-unstable v19 08/14] mm/khugepaged: add per-order mTHP collapse failure statistics
 2026-06-08  7:13 UTC  (2+ messages)

[PATCH mm-unstable v19 07/14] mm/khugepaged: skip collapsing mTHP to smaller orders
 2026-06-08  6:59 UTC  (2+ messages)

[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-06-08  6:25 UTC  (6+ messages)
` [PATCH v3 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk

[PATCH mm-unstable v19 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
 2026-06-08  4:54 UTC  (2+ messages)

[PATCH mm-unstable v19 00/14] khugepaged: add mTHP collapse support
 2026-06-08  4:34 UTC  (5+ messages)
` [PATCH mm-unstable v19 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped

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

[PATCH 0/8] blk-cgroup: remove queue_lock nesting from blkcg paths
 2026-06-08  3:42 UTC  (9+ messages)
` [PATCH 1/8] blk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()
` [PATCH 2/8] blk-cgroup: delay freeing policy data after rcu grace period
` [PATCH 3/8] blk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()
` [PATCH 4/8] blk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()
` [PATCH 5/8] blk-cgroup: don't nest queue_lock under rcu in bio_associate_blkg()
` [PATCH 6/8] blk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()
` [PATCH 7/8] mm/page_io: don't nest queue_lock under rcu in bio_associate_blkg_from_page()
` [PATCH 8/8] block, bfq: don't grab queue_lock to initialize bfq

[PATCH] mm/damon/vaddr: drop redundant mmap_read_lock from damon_va_three_regions
 2026-06-08  3:32 UTC  (3+ messages)

[PATCH] mm/gup_test: fix race with PIN_LONGTERM_TEST ioctls
 2026-06-08  2:50 UTC 

[PATCH v3] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-06-08  2:24 UTC  (3+ messages)

[PATCH v2 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-08  1:34 UTC  (5+ messages)
` [PATCH v2 1/6] alloc_tag: add ioctl to /proc/allocinfo

[syzbot] [mm?] INFO: rcu detected stall in __dentry_kill
 2026-06-07 22:02 UTC  (2+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-07 20:37 UTC  (13+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices

[PATCH v4 0/8] mm: speed up ZONE_DEVICE memmap initialization
 2026-06-07 19:08 UTC  (3+ messages)
` [PATCH v4 6/8] string: introduce memcpy_streaming() helpers

[PATCH v2 0/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-06-07 17:58 UTC  (2+ messages)

[PATCH 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-06-07 16:53 UTC  (4+ messages)
` [PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check

[Hypervisor Live Update] Notes from June 1, 2026
 2026-06-07 16:06 UTC 

[PATCH v2 1/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-06-07 15:28 UTC  (2+ messages)
` [PATCH] mm/mmu_notifier: Fix build on !CONFIG_MMU_NOTIFIER

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

[PATCH] iommu/iommufd: Require write access for writable MAP_FILE mappings
 2026-06-07 12:09 UTC 

[PATCH] docs: memfd_preservation: fix rendering of ABI documentation
 2026-06-07  5:40 UTC  (3+ messages)

[RFC PATCH v2 01/10] liveupdate: luo_file: Add internal APIs for file preservation
 2026-06-07  0:35 UTC  (2+ messages)

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-06-07  0:30 UTC  (7+ messages)

[syzbot] [mm?] upstream test error: WARNING in call_timer_fn
 2026-06-06 20:06 UTC  (2+ messages)

Re:
 2026-06-06 15:12 UTC 

[PATCH v4 0/4] simple xattr improvements
 2026-06-06 13:23 UTC  (2+ messages)

[PATCH v2] rust: alloc: add per-task memalloc scope abstractions
 2026-06-06 12:27 UTC  (4+ messages)

[PATCH 0/2] mm/vmpressure: reduce CPU, memory and code overhead on cgroup v2
 2026-06-06 11:41 UTC  (3+ messages)
` [PATCH 1/2] mm/vmpressure: skip tree=true accounting "
` [PATCH 2/2] mm/vmpressure: split v1 userspace eventfd code into vmpressure-v1.c

[PATCH mm-unstable v19 11/14] mm/khugepaged: Introduce mTHP collapse support
 2026-06-06 10:28 UTC  (2+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-06 10:22 UTC  (9+ messages)

[PATCH 2/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-06  9:16 UTC  (13+ messages)

[PATCH 0/5] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-06  6:10 UTC  (6+ messages)
` [PATCH 1/5] vmsplice: open-code do_writev and do_readv
` [PATCH 2/5] vmsplice: change argument type back to "int"
` [PATCH 3/5] splice: turn wait_for_space flags argument into bool
` [PATCH 4/5] pipe: move wait_for_space to fs/pipe.c and rename it
` [PATCH 5/5] vmsplice: make sure we don't wait after writing some data

[linux-next:master 8165/11755] mm/page_alloc.o: error: objtool: get_page_from_freelist+0x1584: unknown CFA base reg -1
 2026-06-06  5:52 UTC 

[PATCH 0/8] Stop special-casing hugetlb mappings in get_unmapped_area
 2026-06-06  3:50 UTC  (9+ messages)
` [PATCH 1/8] mm,hugetlb: Encode extra padding for aligning directly in hugetlb_get_unmapped_area
` [PATCH 2/8] mm/mmap: Stop special-casing hugetlb in generic_get_unmapped_area path
` [PATCH 3/8] arch/x86: Stop special-casing hugetlb mappings in arch_get_unmapped_area
` [PATCH 4/8] arch/s390: "
` [PATCH 5/8] arch/loongarch: Stop special-casing hugetlb in arch_get_unmapped_area_common
` [PATCH 6/8] arch/sparc64: Stop special-casing hugetlb mappings in arch_get_unmapped_area
` [PATCH 7/8] arch/sparc32: Rip out hugetlb from sys_sparc_32.c
` [PATCH 8/8] mm,hugetlb: Kill huge_page_mask_align

[PATCH v3 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-06-06  1:19 UTC  (2+ messages)

[PATCH] Docs/damon: add TLB flush policy document
 2026-06-06  0:54 UTC  (2+ messages)

[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-06-06  0:36 UTC  (2+ messages)

[RFC PATCH v3 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-06  0:24 UTC  (2+ messages)

[RFC PATCH v3 2/4] mm/damon: Generalize ctx_target creation for damon_ops_id and add vaddr support
 2026-06-06  0:15 UTC  (2+ messages)

[RFC PATCH v3 1/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-06-06  0:14 UTC  (2+ messages)

Process (was Re: [PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP) collapse support
 2026-06-06  0:01 UTC  (2+ messages)

[PATCH v4 0/9] dax/kmem: atomic whole-device hotplug via sysfs
 2026-06-05 21:54 UTC  (11+ messages)
` [PATCH v4 1/9] mm/memory: add memory_block_aligned_range() helper
` [PATCH v4 2/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v4 3/9] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v4 4/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v4 5/9] mm/memory_hotplug: add multi-range hotunplug
` [PATCH v4 6/9] dax: plumb hotplug online_type through dax
` [PATCH v4 7/9] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v4 8/9] dax/kmem: add sysfs interface for atomic hotplug
` [PATCH v4 9/9] selftests/dax: add dax/kmem hotplug sysfs regression test

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-05 20:54 UTC  (11+ messages)

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-06-05 20:54 UTC  (7+ messages)
` [PATCH 10/17] jbd2: replace __get_free_pages() "


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