Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-19 01:01:42 to 2026-06-20 23:34:55 UTC [more...]

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-20 23:34 UTC  (24+ messages)

[RFC PATCH 0/6] mm/damon: Add mTHP-aware collapse/split with ARM SPE feedback
 2026-06-20 20:39 UTC  (7+ messages)

[PATCH v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-20 20:02 UTC  (3+ messages)

[PATCH v4 0/2] mm: improve folio refcount scalability
 2026-06-20 18:19 UTC  (3+ messages)

[PATCH v9 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-06-20 18:16 UTC  (7+ messages)
` [PATCH v9 1/6] mm: swap: introduce swap tier infrastructure
` [PATCH v9 2/6] mm: swap: associate swap devices with tiers
` [PATCH v9 3/6] mm: memcontrol: add interface for swap tier selection
` [PATCH v9 4/6] mm: swap: filter swap allocation by memcg tier mask
` [PATCH v9 5/6] selftests/mm: add a swap tier configuration test
` [PATCH v9 6/6] selftests/cgroup: add a swap tier routing test

[RFC PATCH v1.1 00/13] mm/damon: optimize out nr_accesses_bp
 2026-06-20 17:22 UTC  (14+ messages)
` [RFC PATCH v1.1 01/13] mm/damon: introduce damon_nr_accesses_mvsum()
` [RFC PATCH v1.1 02/13] mm/damon/tests/core-kunit: test damon_mvsum()
` [RFC PATCH v1.1 03/13] mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
` [RFC PATCH v1.1 04/13] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing
` [RFC PATCH v1.1 05/13] mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
` [RFC PATCH v1.1 06/13] mm/damon/core: remove damon_warn_fix_nr_accesses_corruption()
` [RFC PATCH v1.1 07/13] mm/damon/core: remove damon_verify_reset_aggregated()
` [RFC PATCH v1.1 08/13] mm/damon/core: remove damon_verify_merge_regions_of()
` [RFC PATCH v1.1 09/13] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [RFC PATCH v1.1 10/13] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp
` [RFC PATCH v1.1 11/13] mm/damon/core: remove nr_accesses_bp setups and updates
` [RFC PATCH v1.1 12/13] mm/damon/core: remove damon_moving_sum() and its unit test
` [RFC PATCH v1.1 13/13] mm/damon: remove damon_region->nr_accesses_bp

[PATCH 0/2] mm/damon/reclaim: fix initalization and parameter issues
 2026-06-20 17:20 UTC  (11+ messages)
` [PATCH 1/2] mm/damon/reclaim: fix destruction of ctx
` [PATCH 2/2] mm/damon/reclaim: fix potential memory leak
  ` [PATCH v2 0/1] fix initialization and parameter issues
    ` [PATCH v2 1/1] mm/damon/reclaim: fix potential memory leak
      ` [PATCH v3] "
          ` [PATCH v1] "

[RFC PATCH v1.1] mm/damon/core: handle zero intervals in damon_max_nr_accesses()
 2026-06-20 17:14 UTC 

[RFC PATCH] mm: Avoiding split large folios if swap has no space
 2026-06-20  8:10 UTC  (7+ messages)

[PATCH 0/1] sched/psi: skip irqtime accounting when no new irq time has elapsed
 2026-06-20  4:19 UTC  (3+ messages)
` [PATCH 1/1] "

[syzbot] [fs?] [mm?] INFO: rcu detected stall in dentry_kill
 2026-06-20  3:58 UTC 

[PATCH] mm/bpf_memcontrol: mark BPF memcg kfuncs static
 2026-06-20  3:27 UTC  (4+ messages)

[Linux Memory Hotness and Promotion] Notes from June 18, 2026
 2026-06-20  2:54 UTC 

[syzbot] [mm?] KCSAN: data-race in __anon_vma_prepare / __vmf_anon_prepare (2)
 2026-06-20  2:36 UTC 

[Patch v2] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-20  2:13 UTC  (5+ messages)

[Patch v2] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
 2026-06-20  2:02 UTC  (6+ messages)

[syzbot] [mm?] KCSAN: data-race in __percpu_counter_limited_add / percpu_counter_add_batch (3)
 2026-06-19 22:36 UTC 

[PATCH v2] mm/page_alloc: use existing highatomic reserves on the buddy fastpath
 2026-06-19 21:45 UTC  (3+ messages)

[RFC PATCH] mm/damon: handle zero sampling interval in damon_max_nr_accesses()
 2026-06-19 20:51 UTC 

[PATCH] mm: page_ext: validate section in for_each_page_ext iterator
 2026-06-19 20:44 UTC  (9+ messages)

[RFC PATCH 00/13] mm/damon: optimize out nr_accesses_bp
 2026-06-19 19:33 UTC  (14+ messages)
` [RFC PATCH 01/13] mm/damon: introduce damon_nr_accesses_mvsum()
` [RFC PATCH 02/13] mm/damon/tests/core-kunit: test damon_mvsum()
` [RFC PATCH 03/13] mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
` [RFC PATCH 04/13] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing
` [RFC PATCH 05/13] mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
` [RFC PATCH 06/13] mm/damon/core: remove damon_warn_fix_nr_accesses_corruption()
` [RFC PATCH 07/13] mm/damon/core: remove damon_verify_reset_aggregated()
` [RFC PATCH 08/13] mm/damon/core: remove damon_verify_merge_regions_of()
` [RFC PATCH 09/13] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [RFC PATCH 10/13] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp
` [RFC PATCH 11/13] mm/damon/core: remove nr_accesses_bp setups and updates
` [RFC PATCH 12/13] mm/damon/core: remove damon_moving_sum() and its unit test
` [RFC PATCH 13/13] mm/damon: remove damon_region->nr_accesses_bp

[PATCH mm-hotfixses] Revert "mm: limit filemap_fault readahead to VMA boundaries"
 2026-06-19 19:33 UTC  (14+ messages)

[RFC v2 PATCH] reserve_mem: add support for static memory
 2026-06-19 18:35 UTC  (2+ messages)

[GIT PULL] MM updates for 7.2-rc1 (v2)
 2026-06-19 18:14 UTC  (2+ messages)

[PATCH] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
 2026-06-19 18:08 UTC  (12+ messages)

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-19 17:07 UTC  (11+ messages)

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-06-19 16:32 UTC  (4+ messages)
` [PATCH 6/7] drivers/migrate_offload: add DMA batch copy driver (dcbm)

[PATCH v2 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-19 15:59 UTC  (5+ messages)
` [PATCH v2 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [PATCH v2 2/3] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
` [PATCH v2 3/3] Docs/mm/damon/design: Document hugepage_mem_bp target metric

[PATCH] percpu: Replace __ASSEMBLY__ with __ASSEMBLER__ in percpu-defs.h header file
 2026-06-19 15:47 UTC 

[PATCH 6.18.y v4 0/9] mm: backport sticky VMA flags and soft-dirty fix
 2026-06-19 15:29 UTC  (2+ messages)

[PATCH 0/3] mm: __access_remote_vm with per-VMA lock
 2026-06-19 15:07 UTC  (19+ messages)
` [PATCH 2/3] mm/pagewalk: let folio_walk_start() run under the "
` [PATCH 3/3] mm: read remote memory without the mmap lock where possible

[PATCH v2] mm/page_alloc: drop flag-conversion "optimisation"
 2026-06-19 14:53 UTC  (6+ messages)

[PATCH v2 00/11] hugetlb: Use PAGE granularity index in exported i/f and adopt the common read_iter
 2026-06-19 14:52 UTC  (5+ messages)
` [PATCH v2 01/11] mm/memory-failure: make is_raw_hwpoison_page_in_hugepage() general purpose
` [PATCH v2 02/11] mm: factor out adjust_range_hwpoison() from hugetlbfs

[RFC] arm64: early_ioremap fails to map ACPI MADT on 64K pages
 2026-06-19 14:43 UTC  (2+ messages)

[PATCH v2 0/2] luo: migrate serialized_data to type-safe KHO pointers
 2026-06-19 14:11 UTC  (3+ messages)

[RFC PATCH 0/6] arm64: mm: Introducing ROX CACHE to ARM64 systems with bbml2 no abort
 2026-06-19 13:40 UTC  (11+ messages)
` [RFC PATCH 3/6] arm64: mm: fix restoring linear map permissions on execmem cache clean
` [RFC PATCH 4/6] arm64: mm: add helper to fill execmem with trapping instructions
` [RFC PATCH 5/6] arm64: execmem: enable EXECMEM_ROX_CACHE on supported CPUs
` [RFC PATCH 6/6] arm64: mm: support PMD page coalescing in the linear map

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

[PATCH] mm: Replace __ASSEMBLY__ with __ASSEMBLER__ in memory management header files
 2026-06-19 13:18 UTC 

[PATCH v2 1/2] mm: vmalloc: streamline vmalloc memory accounting
 2026-06-19 12:53 UTC  (2+ messages)
` [REGRESSION] "

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-19 12:51 UTC  (33+ messages)
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION

[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
 2026-06-19 12:32 UTC  (3+ messages)

[PATCH] Docs/mm: fix documentation warning for GFP parameter in kmalloc_obj, kmalloc_objs and kmalloc_flex
 2026-06-19 11:36 UTC 

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-06-19 11:11 UTC  (6+ messages)

[RFC PATCH v2 1/3] mm/huge_memory: make persistent huge zero folio read-only
 2026-06-19 11:09 UTC  (3+ messages)

[PATCH] mm/slub: deduplicate NUMA policy calculation in allocation paths
 2026-06-19  8:09 UTC  (3+ messages)

[PATCH v4 0/4] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
 2026-06-19  6:02 UTC  (5+ messages)
` [PATCH v4 4/4] mm/percpu: Avoid IO/FS reclaim in backing allocations

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

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

[PATCH v3 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64
 2026-06-19  4:06 UTC  (4+ messages)
` [PATCH v3 1/3] mm, swap: make SWAPFILE_CLUSTER runtime

[RFC PATCH 0/3] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-19  1:57 UTC  (6+ messages)
` [RFC PATCH 3/3] mm: entirely remove lru_add_drain in do_swap_page

[RFC PATCH 0/6] mm/damon: Add mTHP-aware collapse/split with ARM SPE feedback
 2026-06-19  1:52 UTC  (2+ messages)


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