Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-05 17:47:03 to 2026-06-06 10:28:21 UTC [more...]

[PATCH mm-unstable v19 00/14] khugepaged: add mTHP collapse support
 2026-06-06 10:28 UTC  (24+ messages)
` [PATCH mm-unstable v19 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v19 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped
` [PATCH mm-unstable v19 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v19 10/14] mm/khugepaged: introduce collapse_possible_orders helper functions
` [PATCH mm-unstable v19 11/14] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v19 12/14] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v19 14/14] Documentation: mm: update the admin guide for mTHP collapse

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

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-06 10:20 UTC  (5+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities

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

[PATCH v2] rust: alloc: add per-task memalloc scope abstractions
 2026-06-06  8:14 UTC  (3+ messages)

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

[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)

[PATCH v3 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-06  0:08 UTC  (8+ 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

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

[PATCH v2 00/18] kho: make boot time huge page allocation work nicely with KHO
 2026-06-05 22:06 UTC  (20+ messages)
` [PATCH v2 01/18] kho: generalize radix tree APIs
` [PATCH v2 02/18] kho: disallow wide keys in radix tree
` [PATCH v2 03/18] kho: return virtual address of mem_map
` [PATCH v2 04/18] kho: store incoming radix tree in kho_in
` [PATCH v2 05/18] kho: move all memory retrieval logic to kho_mem_retrieve()
` [PATCH v2 06/18] kho: add a struct for radix callbacks
` [PATCH v2 07/18] kho: add callback for table pages
` [PATCH v2 08/18] kho: add data argument to radix walk callback
` [PATCH v2 09/18] kho: allow early-boot usage of the KHO radix tree
` [PATCH v2 10/18] kho: allow destroying "
` [PATCH v2 11/18] kho: add kho_radix_init_tree()
` [PATCH v2 12/18] kho: export kho_scratch_overlap()
` [PATCH v2 13/18] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v2 14/18] memblock: use kho_scratch_overlap() to decide migratetype
` [PATCH v2 15/18] kho: extend scratch
` [PATCH v2 16/18] memblock: make HugeTLB bootmem allocation work with KHO
` [PATCH v2 17/18] memblock: allow calculating reserved size by flags
` [PATCH v2 18/18] kho: exclude hugetlb memory from scratch size calculation

[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  (8+ messages)
` [PATCH 10/17] jbd2: replace __get_free_pages() "
` [PATCH 00/17] replace __get_free_pages() call "

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-06-05 20:05 UTC  (6+ messages)

[PATCH v2 6.1] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-06-05 19:07 UTC 

[PATCH] mm/page_frag: reject invalid CPUs in page_frag_test
 2026-06-05 18:41 UTC 

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-05 18:27 UTC  (5+ messages)

[PATCH 6.1] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-06-05 18:25 UTC  (3+ messages)

[PATCH 0/2] net: isolate SKB data area allocations
 2026-06-05 18:09 UTC  (5+ messages)
` [PATCH 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation
` [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket

better block swap batching and a different take on swap_ops v2
 2026-06-05 17:58 UTC  (9+ messages)
` [PATCH 5/8] mm/swap: remove count_swpout_vm_event
` [PATCH 6/8] mm/swap: use swap_ops to register swap device's methods
` [PATCH 7/8] mm/swap: remove SWP_FS_OPS
` [PATCH 8/8] mm/vmstat: add NRSWP{IN,OUT} counters


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