Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-12 17:09:05 to 2026-06-15 11:04:31 UTC [more...]

[PATCH RFC 0/3] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-06-15 11:04 UTC  (3+ messages)

[PATCH v2] mm/page_alloc: drop flag-conversion "optimisation"
 2026-06-15 10:59 UTC  (2+ messages)

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-15 10:54 UTC  (15+ messages)

[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-15 10:14 UTC  (57+ messages)
` [PATCH v2 02/16] mm/slab: do not init any kfence objects on allocation
` [PATCH v2 03/16] mm/slab: stop inlining __slab_alloc_node()
` [PATCH v2 04/16] mm/slab: introduce slab_alloc_context
` [PATCH v2 05/16] mm/slab: introduce alloc_flags and SLAB_ALLOC_TRYLOCK
` [PATCH v2 06/16] mm/slab: add alloc_flags to slab_alloc_context
` [PATCH v2 07/16] mm/slab: replace struct partial_context with slab_alloc_context
` [PATCH v2 08/16] mm/slab: pass alloc_flags to new slab allocation
` [PATCH v2 09/16] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [PATCH v2 10/16] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH v2 11/16] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v2 12/16] mm/slab: pass slab_alloc_context to __do_kmalloc_node()
` [PATCH v2 13/16] mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
` [PATCH v2 14/16] mm/slab: introduce kmalloc_flags()
` [PATCH v2 15/16] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()

[PATCH net-next v2 0/2] net: isolate SKB data area allocations
 2026-06-15 10:07 UTC  (4+ messages)

[PATCH RFC 00/12] mm/vmalloc: migrate vmap_area indexing from rb-tree to maple-tree
 2026-06-15  9:52 UTC  (17+ messages)
` [PATCH RFC 01/12] mm/vmalloc: introduce maple_tree-based indexing for vmap_area
` [PATCH RFC 02/12] mm/vmalloc: convert allocation-side gap finding and insertion to maple_tree
` [PATCH RFC 03/12] mm/vmalloc: convert free, purge, and pcpu paths "
` [PATCH RFC 04/12] mm/vmalloc: finalize maple-only indexing and shrink struct vmap_area
` [PATCH RFC 05/12] mm/vmalloc: tighten failure handling under memory pressure
` [PATCH RFC 06/12] mm/vmalloc: tighten alloc/free hot paths
` [PATCH RFC 07/12] mm/vmalloc: consolidate occupied tree as authoritative index on hot path
` [PATCH RFC 08/12] mm/vmalloc: track lazy-purge queue as a list_head
` [PATCH RFC 09/12] mm/vmalloc: collapse busy-tree find-then-unlink into a single mas_erase
` [PATCH RFC 10/12] mm/vmalloc: per-CPU caching of free ranges from the maple_tree allocator
` [PATCH RFC 11/12] mm/vmalloc: O(1) lookup of cached vmap_areas with bounded fast-reject
` [PATCH RFC 12/12] mm/vmalloc: harden bump-allocator alloc/free against UBSAN array bounds
` [syzbot ci] Re: mm/vmalloc: migrate vmap_area indexing from rb-tree to maple-tree

[linux-next:master] [vmalloc] 60ced5818f: stress-ng.shm.ops_per_sec 7.2% regression
 2026-06-15  9:51 UTC  (3+ messages)

[PATCH] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
 2026-06-15  9:38 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] mm/kmemleak: avoid soft lockup when scanning task stacks
 2026-06-15  9:27 UTC  (6+ messages)

[PATCH v2] mm: page_reporting: allow driver to set batch capacity
 2026-06-15  9:18 UTC  (2+ messages)

[PATCH 0/3] mm/zram: route block swap I/O through swap_ops
 2026-06-15  9:14 UTC  (7+ messages)
` [PATCH 1/3] mm/page_io: let block drivers register custom swap I/O ops
` [PATCH 2/3] mm/zram: handle swap read/write via swap_ops
` [PATCH 3/3] mm/swap: route slot free notifications through swap_ops

[GIT PULL] slab updates for 7.2
 2026-06-15  8:45 UTC 

[PATCH v3 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-06-15  8:44 UTC  (6+ messages)
` [PATCH v3 14/19] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation

[RFC PATCH 0/3] mm/compaction: honour compact_unevictable_allowed in mlock race and alloc_contig path
 2026-06-15  8:28 UTC  (2+ messages)

[RFC PATCH v2 00/11] add shmem mTHP collapse support
 2026-06-15  6:51 UTC  (7+ messages)
` [RFC PATCH v2 02/11] mm: khugepaged: generalize collapse_file() for shmem mTHP support
` [RFC PATCH v2 08/11] selftests: mm: extend the check_huge() to support mTHP check

[RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
 2026-06-15  6:46 UTC  (4+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-15  6:25 UTC  (5+ messages)

[RFC PATCH 0/5] mm/slub: preserve previous object lifetime
 2026-06-15  6:12 UTC  (7+ messages)

[PATCH] percpu_ref: Fix documentation of maximum value
 2026-06-15  4:14 UTC  (3+ messages)

[PATCH v4 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-06-15  2:49 UTC  (9+ messages)
` [PATCH v4 1/4] mm/zsmalloc: encode class index in obj value for lockless class lookup

[PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
 2026-06-15  2:45 UTC  (13+ messages)

[RFC PATCH v2 0/7] mm, swap: Virtual Swap Space (Swap Table Edition)
 2026-06-15  2:38 UTC  (10+ messages)
` [RFC PATCH v2 1/7] mm, swap: add virtual swap device infrastructure
` [RFC PATCH v2 2/7] mm, swap: support zswap and zeroswap as vswap backends
` [RFC PATCH v2 3/7] mm, swap: support physical swap as a vswap backend
` [RFC PATCH v2 4/7] mm, swap: only charge physical swap entries
` [RFC PATCH v2 5/7] mm, swap: add debugfs counters for vswap
` [RFC PATCH v2 6/7] mm, swap: defer memcg_table allocation on physical clusters
` [RFC PATCH v2 7/7] mm, swap: widen swap_info_struct max/pages to unsigned long

[PATCH v5 0/4] Only free healthy pages in high-order has_hwpoisoned folio
 2026-06-15  2:03 UTC  (8+ messages)
` [PATCH v5 1/4] mm/page_alloc: only "
` [PATCH v5 3/4] mm/memory-failure: skip take_page_off_buddy after dissolving HWPoison HugeTLB page

[PATCH v3 0/3] selftests/mm: assorted fixes for hmm-tests
 2026-06-15  0:16 UTC  (3+ messages)
` [PATCH v3 1/3] selftests/mm: allow PUD-level entries in compound testcase of hmm tests

[PATCH bpf-next] arm64: mm: Remove misleading pte_none() comment from ptep_try_set()
 2026-06-14 23:30 UTC  (2+ messages)

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-06-14 20:29 UTC  (4+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs

[v2 00/16] mm: PMD-level swap entries for anonymous THPs
 2026-06-14 17:32 UTC  (4+ messages)

better block swap batching and a different take on swap_ops v2
 2026-06-14 15:52 UTC 

[PATCH v2 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-06-14 14:10 UTC  (18+ messages)
` [PATCH v2 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v2 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
` [PATCH v2 4/5] binder: Remove mmap_lock fallback
` [PATCH v2 5/5] tcp: Remove mmap_lock fallback path

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-14 14:01 UTC  (9+ 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 0/1] liveupdate: Add internal APIs for file preservation
 2026-06-14 12:48 UTC  (3+ messages)
` [PATCH 1/1] liveupdate: luo_file: "

[PATCH v2 00/10] sh: remove NUMA and SPARSEMEM support
 2026-06-14 12:32 UTC  (6+ messages)

[PATCH v2 00/18] kho: make boot time huge page allocation work nicely with KHO
 2026-06-14 12:02 UTC  (14+ messages)
` [PATCH v2 03/18] kho: return virtual address of mem_map
` [PATCH v2 12/18] kho: export kho_scratch_overlap()
` [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 v3 0/3] LoongArch: add KHO support and selftests
 2026-06-14 10:23 UTC  (4+ messages)
` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based
  ` [PATCH v3 3/3] selftests/kho: add LoongArch vmtest support

[PATCH v4 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-06-14  9:46 UTC  (3+ messages)
` [PATCH v4 14/19] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation

[PATCH v3 2/4] mm/zswap: Implement proactive writeback
 2026-06-14  9:23 UTC  (13+ messages)
                  ` [swap tier discussion] "

[PATCH] mm/memblock: Remove redundant pageblock_align() in free_unused_memmap()
 2026-06-14  9:20 UTC  (2+ messages)

[PATCH] docs/mm: describe current criteria for enabling split page table lock for PTE tables
 2026-06-14  9:14 UTC  (2+ messages)

[RFC PATCH 0/3] mm/numa: reserve standby NUMA nodes for runtime claiming
 2026-06-14  9:08 UTC  (5+ messages)
` [RFC PATCH 1/3] mm/numa: add exclusive node pool and numa=standby boot parameter

include/linux/decompress/mm.h:(.text.get_bits+0x5c): undefined reference to `__ashldi3'
 2026-06-14  4:31 UTC 

[PATCH v2 0/6] Remove __folio_index again
 2026-06-14  1:57 UTC  (9+ messages)
` [PATCH v2 5/6] show_page_info: Remove printing of page index

[v2 00/16] mm: PMD-level swap entries for anonymous THPs
 2026-06-14  1:48 UTC  (5+ messages)

[PATCH v4] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-06-13 19:35 UTC 

[akpm-mm:mm-new] BUILD SUCCESS 9d335aed8840f6bf83ba93309ae5e185de829c21
 2026-06-13 19:20 UTC 

[RFC PATCH v4 0/6] samples/damon: handle damon_{start,stop}() failures
 2026-06-13 15:33 UTC  (2+ messages)

[linux-next:master 11626/13763] drivers/block/zram/zram_drv.c:2345:49: error: 'bio' undeclared
 2026-06-13 10:46 UTC 

[PATCH v2 3/6] ntfs: Use zero_user_segment() in handle_bounds_compressed_page()
 2026-06-13  9:41 UTC  (2+ messages)

[PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
 2026-06-13  7:06 UTC  (2+ messages)

[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
 2026-06-13  6:06 UTC  (5+ messages)
` [RFC PATCH 2/2] kasan: hw_tags: Add boot option to elide free time poisoning

[PATCH] tools/mm/slabinfo: fix total_objects attribute name
 2026-06-13  5:20 UTC  (3+ messages)

[PATCH] mm/page_alloc: drop flag-conversion "optimisation"
 2026-06-13  5:21 UTC  (2+ messages)

[PATCH v2 0/9] kmem_cache instances with static storage duration
 2026-06-13  5:09 UTC  (12+ messages)
` [RFC PATCH v3 00/10] "
  ` [RFC PATCH v3 01/10] static kmem_cache instances for core caches: infrastructure
  ` [RFC PATCH v3 02/10] static kmem_cache instances for core caches: setup primitives
  ` [RFC PATCH v3 03/10] allow preallocated kmem_cache instances in modules
  ` [RFC PATCH v3 04/10] VFS caches: switch from runtime_const() machinery to slab-static.h
  ` [RFC PATCH v3 05/10] make inode_cache statically allocated
  ` [RFC PATCH v3 06/10] make mnt_cache "
  ` [RFC PATCH v3 07/10] make bh_cachep "
  ` [RFC PATCH v3 08/10] make seq_file_cache "
  ` [RFC PATCH v3 09/10] make thread component caches (fs_cachep, files_cachep, etc.) "
  ` [RFC PATCH v3 10/10] make ufs_inode_cache "

[PATCH v3] mm/mempool: Untangle CONFIG_SLUB_DEBUG_ON abuse and switch to static key
 2026-06-13  4:55 UTC  (3+ messages)

[PATCH 1/1] mm/thp: clear deferred split shrinker bits when queues drain
 2026-06-13  2:58 UTC  (2+ messages)

[linux-next:master 12966/13336] ../../../lib/interval_tree_test.c:315:17: error: implicit declaration of function 'pr_warn'
 2026-06-13  2:11 UTC  (2+ messages)

[PATCH mm-unstable 1/1] mm/khugepaged: fix PMD collapse swap PTE accounting
 2026-06-13  2:02 UTC  (4+ messages)

[RFC PATCH v4 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-13  0:39 UTC  (3+ messages)

[PATCH] mm: use mapping_mapped to simplify the code
 2026-06-13  0:24 UTC  (2+ messages)

[PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section
 2026-06-13  0:08 UTC  (2+ messages)

[PATCHv2] mm/huge_memory: do not add dropped split tail folios to LRU
 2026-06-12 23:55 UTC  (11+ messages)

[RFC V2 0/3] lib/vsprintf: Add support for pgtable entries
 2026-06-12 21:26 UTC  (4+ messages)
` [RFC V2 3/3] mm: Replace pgtable entry prints with new format

[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
 2026-06-12 19:42 UTC  (3+ messages)

[RFC PATCH v4 2/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
 2026-06-12 19:41 UTC  (2+ messages)

[RFC PATCH v4 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management
 2026-06-12 19:38 UTC  (2+ messages)

[RFC v1 0/9] kho: granular compatibility and header decoupling
 2026-06-12 19:08 UTC  (7+ messages)

[RFC PATCH] mm/vmalloc: add vmalloc_decrypted() and vzalloc_decrypted()
 2026-06-12 19:06 UTC  (6+ messages)

[PATCH v3 0/7] sched: Add support for long task name
 2026-06-12 18:53 UTC  (3+ messages)
` [PATCH v3 3/7] treewide: Replace memcpy(..., current->comm) with copy_task_comm()

[PATCH] mm: pgtable: protect lockless kernel page table walks with RCU
 2026-06-12 18:48 UTC  (9+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v3 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64
 2026-06-12 18:09 UTC  (4+ messages)
` [PATCH v3 1/3] mm, swap: make SWAPFILE_CLUSTER runtime
` [PATCH v3 2/3] mm, swap: allow archs to override SWAP_NR_ORDERS via ARCH_MAX_PMD_ORDER
` [PATCH v3 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-12 17:08 UTC  (3+ messages)


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