linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-01-14 11:26 UTC  (3+ messages)
` [PATCH v3 01/30] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v3 02/30] mm: workingset: use folio_lruvec() in workingset_refault()

[PATCH mm-new v4 0/6] Improve khugepaged scan logic
 2026-01-14 11:23 UTC  (3+ messages)
` [PATCH mm-new v4 2/6] mm: khugepaged: refine scan progress number

[PATCH v3 0/6] Improve khugepaged scan logic
 2026-01-14 11:18 UTC  (5+ messages)
` [PATCH v3 2/6] mm: khugepaged: refine scan progress number

[PATCH mm-hotfixes] mm: do not copy page tables unnecessarily for VM_UFFD_WP
 2026-01-14 11:14 UTC  (2+ messages)

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-14 11:14 UTC  (16+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC v2 09/20] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC v2 13/20] slab: simplify kmalloc_nolock()

[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
 2026-01-14 11:13 UTC  (5+ messages)
` [PATCH v7 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[akpm-mm:mm-nonmm-unstable 77/129] arch/loongarch/net/bpf_jit.c:1322:7: error: call to undeclared function '__bpf_address_lookup'; ISO C99 and later do not support implicit function declarations
 2026-01-14 11:08 UTC  (3+ messages)

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-14 10:55 UTC  (15+ messages)
` [PATCH 1/8] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/8] mm/memory_hotplug: extract __add_memory_resource() and __offline_memory()
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 4/8] mm/memory_hotplug: return online type from add_memory_driver_managed()
` [PATCH 5/8] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH 6/8] dax/kmem: add online/offline "
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes

[PATCH v2 0/2] SEV-SNP Unaccepted Memory Hotplug
 2026-01-14 10:47 UTC  (9+ messages)
` [PATCH v2 1/2] mm/memory_hotplug: Add support to accept memory during hot-add
` [PATCH v2 2/2] mm/memory_hotplug: Add support to unaccept memory after hot-remove

[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
 2026-01-14 10:41 UTC  (3+ messages)

[PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
 2026-01-14 10:27 UTC  (3+ messages)

[PATCH 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-01-14 10:24 UTC  (3+ messages)

[PATCH v2 2/2] mm/madvise: allow guard page install/remove under VMA lock
 2026-01-14 10:01 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
 2026-01-14  9:56 UTC  (3+ messages)
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based numa balancing

[vbabka-slab:slab/for-7.0/obj_metadata 9/10] Warning: mm/slub.c:7013 function parameter 'objp' not described in 'ksize'
 2026-01-14  9:48 UTC  (3+ messages)

[PATCH v18 00/12] Support page table check on PowerPC
 2026-01-14  9:34 UTC  (4+ messages)

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-14  9:34 UTC  (17+ messages)

[PATCH] mm/khugepaged: make khugepaged_collapse_control static
 2026-01-14  9:27 UTC  (3+ messages)

[PATCH 0/3] Migrate on fault for device pages
 2026-01-14  9:19 UTC  (4+ messages)
` [PATCH 1/3] mm: unified hmm fault and migrate device pagewalk paths
` [PATCH 2/3] mm: add new testcase for the migrate on fault case
` [PATCH 3/3] mm:/migrate_device.c: remove migrate_vma_collect_*() functions

[PATCH linux-next] mm/madvise: prefer VMA lock for MADV_REMOVE
 2026-01-14  9:04 UTC  (6+ messages)
` [syzbot ci] "

[PATCH v1 0/1] mm: Fix OOM killer and proc stats inaccuracy on large many-core systems
 2026-01-14  8:18 UTC  (9+ messages)
` [PATCH v1 1/1] "

[PATCH v3 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
 2026-01-14  7:40 UTC  (3+ messages)
` [PATCH v3 1/2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
` [PATCH v3 2/2] mm/vmscan: add tracepoint and reason for kswapd_failures reset

[RFC PATCH 00/15] kmem_cache instances with static storage duration
 2026-01-14  7:38 UTC  (7+ messages)
` [RFC PATCH 01/15] static kmem_cache instances for core caches

[PATCH mm-new resend 0/5] mm: accelerate gigantic folio allocation
 2026-01-14  7:36 UTC  (12+ messages)
` [PATCH 2/5] mm: page_alloc: optimize pfn_range_valid_contig()
` [PATCH 4/5] mm: hugetlb_cma: optimize hugetlb_cma_alloc_frozen_folio()
` [PATCH 5/5] mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_init

[PATCH v6 00/14] Nesting support for lazy MMU mode
 2026-01-14  7:27 UTC  (7+ messages)
` [PATCH v6 04/14] sparc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v6 06/14] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v6 12/14] sparc/mm: replace batch->active with is_lazy_mmu_mode_active()

[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
 2026-01-14  7:27 UTC  (2+ messages)

TmpFs Incorporation Of FsCrypt?
 2026-01-14  7:25 UTC 

[PATCH v6 14/14] mm: Add basic tests for lazy_mmu
 2026-01-14  7:25 UTC  (4+ messages)
` [PATCH] sparc/mm: export symbols for lazy_mmu_mode KUnit tests

[PATCH] alloc_tag: remove sysctl prefix from mem_profiling boot parameter
 2026-01-14  7:25 UTC  (6+ messages)

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2026-01-14  7:21 UTC  (5+ messages)

[PATCH v6 4/4] mm: thp: reparent the split queue during memcg offline
 2026-01-14  7:19 UTC  (5+ messages)

[PATCH 0/3] dma-mapping: Improve atomic pool behaviour
 2026-01-14  7:18 UTC  (9+ messages)
  ` [PATCH 2/3] mm_zone: Generalise has_managed_dma()
  ` [PATCH 3/3] dma/pool: Avoid allocating redundant pools

TmpFs Incorporation Of FsCrypt?
 2026-01-14  7:03 UTC 

[PATCH v7 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
 2026-01-14  6:59 UTC  (3+ messages)
` [PATCH v8 0/2] mm/vmscan: select the closest preferred node in demote_folio_list()
  ` [PATCH v8 2/2] "

[PATCH 00/11] mm/damon: advance DAMOS-based LRU sorting
 2026-01-14  6:30 UTC  (21+ messages)
` [PATCH 01/11] mm/damon/core: introduce [in]active memory ratio damos quota goal metric
` [PATCH 02/11] mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BP
` [PATCH 03/11] Docs/mm/damon/design: document DAMOS_QUOTA_[IN]ACTIVE_MEM_BP
` [PATCH 04/11] mm/damon/paddr: activate DAMOS_LRU_PRIO targets instead of marking accessed
` [PATCH 05/11] mm/damon/lru_sort: consider age for quota prioritization
` [PATCH 06/11] mm/damon/lru_sort: support young page filters
` [PATCH 07/11] Docs/admin-guide/mm/damon/lru_sort: document filter_young_pages
` [PATCH 08/11] mm/damon/lru_sort: support active:inactive memory ratio based auto-tuning
` [PATCH 09/11] Docs/admin-guide/mm/damon/lru_sort: document active_mem_bp parameter
` [PATCH 10/11] mm/damon/lru_sort: add monitoring intervals auto-tuning parameter
` [PATCH 11/11] Docs/admin-guide/mm/damon/lru_sort: document intervals autotuning

mips64-linux-ld: div64.c:undefined reference to `__multi3'
 2026-01-14  6:19 UTC  (4+ messages)

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-14  5:41 UTC  (13+ messages)
` [PATCH v2 05/11] mm/page_vma_mapped: Add flags to page_vma_mapped_walk::pfn to track device private pages
` [PATCH v2 11/11] mm: Remove device private pages from the physical address space

[PATCH] mm: numa,memblock: include <asm/numa.h> for 'numa_nodes_parsed'
 2026-01-14  5:25 UTC  (2+ messages)

[PATCHv2 1/2] zsmalloc: use actual object size to detect spans
 2026-01-14  4:17 UTC  (2+ messages)

[PATCH v13 mm-new 00/16] khugepaged: mTHP support
 2026-01-14  2:49 UTC  (9+ messages)
` [PATCH v13 mm-new 05/16] khugepaged: introduce is_mthp_order helper

[PATCH v2 0/3] Replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2026-01-14  2:25 UTC  (5+ messages)
` [PATCH v2 3/3] mm: add WQ_PERCPU to alloc_workqueue users

[PATCH] mm/shmem, swap: fix race of truncate and swap entry split
 2026-01-14  1:46 UTC  (8+ messages)

[PATCH] rust: fix typo in bindings
 2026-01-14  1:43 UTC  (4+ messages)

[PATCH v3] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
 2026-01-14  1:23 UTC  (4+ messages)

[PATCH v2] slab: fix kmalloc_nolock() context check for PREEMPT_RT
 2026-01-14  1:18 UTC  (4+ messages)

[PATCH v3 0/6] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2026-01-14  0:04 UTC  (6+ messages)
` [PATCH v3 6/6] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH] PCI/P2PDMA: Reset page reference count when page mapping fails
 2026-01-13 23:34 UTC  (2+ messages)

[PATCH v4 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2026-01-13 23:22 UTC  (2+ messages)

[PATCH v3 0/3] Only free healthy pages in high-order has_hwpoisoned folio
 2026-01-13 22:02 UTC  (4+ messages)
` [PATCH v3 2/3] mm/page_alloc: only "

[PATCH v5] io: add io_pgtable abstraction
 2026-01-13 21:50 UTC  (2+ messages)

[PATCH] mm/page_alloc: Fix freeing of failed-split poisoned compound pages
 2026-01-13 21:05 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 0f853ca2a798ead9d24d39cad99b0966815c582a
 2026-01-13 20:36 UTC 

[PATCH v1 0/9] Remove XA_ZERO from error recovery of dup_mmap()
 2026-01-13 20:09 UTC  (19+ messages)
` [PATCH v1 2/9] mm/mmap: Abstract vma clean up from exit_mmap()
` [PATCH v1 3/9] mm/vma: Add limits to unmap_region() for vmas
` [PATCH v1 4/9] mm/memory: Add tree limit to free_pgtables()
` [PATCH v1 5/9] mm/vma: Add page table limit to unmap_region()

[PATCH v15 0/3] mm: Reduce latency of OOM killer task selection
 2026-01-13 20:04 UTC  (4+ messages)
` [PATCH v15 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v15 2/3] mm: Use hierarchical per-cpu counters for RSS tracking
` [PATCH v15 3/3] mm: Reduce latency of OOM killer task selection with 2-pass algorithm

[PATCH v3 1/4] mm: declare VMA flags by bit
 2026-01-13 19:31 UTC  (7+ messages)

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2026-01-13 19:24 UTC  (6+ messages)
` [PATCH 30/44] fs: use min() or umin() instead of min_t()

KASAN vs realloc
 2026-01-13 19:15 UTC  (3+ messages)
` [PATCH 1/2] mm/kasan: Fix KASAN poisoning in vrealloc()
  ` [PATCH 2/2] mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2026-01-13 18:51 UTC  (6+ messages)

[akpm-mm:mm-new 294/303] arch/arm64/kernel/traps.c:1074:9: error: implicit declaration of function 'kasan_die_unless_recover'
 2026-01-13 18:41 UTC 

[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-01-13 17:34 UTC  (10+ messages)
` [PATCH v8 02/14] kasan: arm64: x86: Make special tags arch specific
` [PATCH v8 04/14] x86/kasan: Add arch specific kasan functions

[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
 2026-01-13 16:24 UTC  (7+ messages)
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration

[PATCH v2] kho: init alloc tags when restoring pages from reserved memory
 2026-01-13 16:21 UTC  (2+ messages)

[PATCH v4 0/2] Make KHO Stateless
 2026-01-13 16:16 UTC  (9+ messages)
` [PATCH v4 1/2] kho: Adopt radix tree for preserved memory tracking

[PATCH v6 3/4] iommu: debug-pagealloc: Track IOMMU pages
 2026-01-13 15:08 UTC  (11+ messages)

page:  |  | latest

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