Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-01 14:45:04 to 2026-09-02 05:48:05 UTC [more...]

[PATCH 00/12] mm/damon: cleanup code, add test cases, and update guidances in docs
 2026-09-02  5:47 UTC  (3+ messages)
` [PATCH 01/12] mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
` [PATCH 02/12] mm/damon/core: remove debug messages

[RFC PATCH v2 00/23] sched: Scale cache-aware aggregation at LLC granularity
 2026-09-02  5:46 UTC  (8+ messages)
` [RFC PATCH v2 11/23] sched/cache: Introduce helpers for task migration decisions
` [RFC PATCH v2 20/23] sched/cache: Estimate utilization of the whole thread group

[PATCH] mm/list_lru: don't copy stale shrinker id from non-memcg-aware shrinkers
 2026-09-02  5:30 UTC  (5+ messages)

[PATCH v2 0/3] mm/damon: support access monitoring of hugetlb-backed memory
 2026-09-02  5:29 UTC  (7+ messages)
` [PATCH v2 1/3] mm/damon: move damon_hugetlb_mkold() from vaddr to ops-common
` [PATCH v2 2/3] mm/damon/ops-common: handle hugetlb folios in folio mkold/young rmap walkers
` [PATCH v2 3/3] mm/damon/paddr: support hugetlb folios in access monitoring

[PATCH v4] mm/damon/ops-common: use a page-aligned address in damon_ptep_mkold()
 2026-09-02  5:27 UTC  (3+ messages)

[PATCH v4 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-09-02  5:12 UTC  (5+ messages)

[PATCH v1] mm/memcontrol: drop non-hierarchical memcg-wide stats in non-v1 kernels
 2026-09-02  5:04 UTC  (3+ messages)

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-09-02  5:01 UTC  (15+ messages)
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 15/45] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH] arm64: hugetlb: fix BBM for mprotect() on contiguous PTEs
 2026-09-02  4:38 UTC  (2+ messages)

[PATCH v2] mm: vmalloc: fix vmap_purge_lock livelock under memory pressure
 2026-09-02  4:30 UTC  (12+ messages)

[PATCH] writeback, memcg: skip foreign dirty tracking for bdev inodes
 2026-09-02  4:20 UTC  (3+ messages)

[PATCH v11 0/7] mm: optimize zone-device memmap initialization
 2026-09-02  4:18 UTC  (8+ messages)
` [PATCH v11 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v11 4/7] mm: extend the template fast path to zone-device compound tails

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-02  4:05 UTC  (4+ messages)
` [PATCH 04/25] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH 26/25] mm/fbatch: drop reference inside the loop when draining

[PATCH v3] mm/damon/ops-common: use a page-aligned address in damon_ptep_mkold()
 2026-09-02  4:01 UTC  (6+ messages)

[PATCH RFC v2 0/6] mm/memcg: move memcgid refcount to objcg to unpin dying memcgs
 2026-09-02  3:53 UTC  (7+ messages)
` [PATCH RFC v2 2/6] mm/memcg: get memcgid reference only after swap charging success
` [PATCH RFC v2 4/6] mm/memcg: return the memcg when putting memcgid
` [PATCH RFC v2 6/6] mm/memcg: filter out reparented memcgs got from memcgid

[PATCH] mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio)
 2026-09-02  3:38 UTC 

[PATCH] mm/list_lru: disable memcg awareness under cgroup_disable=memory
 2026-09-02  3:28 UTC 

[PATCH v2 0/4] skip empty PUD subtrees during aging with a PUD-level Bloom filter
 2026-09-02  3:22 UTC  (9+ messages)
` [PATCH v2 1/4] mm/mglru: add MM_WALK_EMPTY stats and tracepoint
` [PATCH v2 3/4] mm/mglru: skip cold PUD subtrees during aging

[PATCH v2] mm/migrate_device: fix function name in kernel-doc
 2026-09-02  3:12 UTC 

[PATCH v2 0/4] scsi: replace __get_free_pages() with kmalloc()
 2026-09-02  2:42 UTC  (3+ messages)

[PATCH v3] mm/memcg: clear folio memcg after changing per memcg stats
 2026-09-02  2:06 UTC 

[PATCH] mm/migrate_device: fix function name in kernel-doc
 2026-09-02  1:57 UTC  (2+ messages)

[PATCH v3] mm: remove min_free_kbytes adjustment for THP
 2026-09-02  1:49 UTC  (7+ messages)

[PATCH] mm/mlock: use the IRQ-safe accessor for NR_MLOCK in __munlock_folio()
 2026-09-02  1:27 UTC  (2+ messages)

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-09-02  1:19 UTC  (11+ messages)
` [PATCH v3 01/17] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v3 02/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v3 08/17] crash: Extract crash_get_memory_ranges() helper
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling

[PATCH 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms
 2026-09-02  1:16 UTC  (7+ messages)
` [PATCH 1/4] mm/damon/tests/core-kunit: test committing psi goal to psi goal
` [PATCH 2/4] mm/damon/core: handle uninitialized damos_quota_goal->last_psi_total
` [PATCH 3/4] mm/damon/core: copy nid for eligible_mem_bp damos quota goal commit
` [PATCH 4/4] mm/damon/sysfs: set next refresh jiffies per sysfs context

[PATCH] mm/damon/core: fix quota could not be set to zero
 2026-09-02  1:04 UTC  (2+ messages)

[RFC PATCH v4 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-09-02  0:53 UTC  (7+ messages)
` [RFC PATCH v4 1/3] mm/zswap: release retired pools via queue_rcu_work() instead of synchronize_rcu()
` [RFC PATCH v4 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array

[PATCH 2/2] selftests/mm: restore hidden hugetlb reservation scenarios
 2026-09-02  0:37 UTC  (2+ messages)

[PATCH v2] mm/damon/vaddr: use a page-aligned address for the sampling walks
 2026-09-02  0:16 UTC  (4+ messages)

[PATCH 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-02  0:14 UTC  (11+ messages)
` [PATCH 1/9] rust: sizes: add SZ_4G constant
` [PATCH 2/9] rust: mm: add `task_size` helper
` [PATCH 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH 4/9] drm/tyr: add per-file VM pool
` [PATCH 5/9] drm/tyr: add user and MCU VM specifications
` [PATCH 6/9] drm/tyr: add BO creation and lookup helpers
` [PATCH 7/9] drm/tyr: refactor new_dummy_object to use new_object
` [PATCH 8/9] drm/tyr: add VM-related ioctls
` [PATCH 9/9] drm/tyr: add BO-related ioctls

[PATCH 0/2] sched/cache: Fix use after free mm access in account_mm_sched()
 2026-09-02  0:08 UTC  (3+ messages)
` [PATCH 1/2] sched/cache: Decouple sched_cache_group from mm
` [PATCH 2/2] sched/cache: Introduce task_struct->sched_cache_grp

[PATCH v1.1 00/17] mm/damon: introduce data access-as-a-data attribute
 2026-09-01 23:52 UTC  (3+ messages)

[PATCH 1/1] mm/page_table_check: widen map counters
 2026-09-01 23:50 UTC  (2+ messages)

[PATCH v3 0/7] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
 2026-09-01 23:24 UTC  (8+ messages)
` [PATCH v3 1/7] mm/mglru: separate folio generation update from LRU accounting
` [PATCH v3 2/7] mm/mglru: batch update lrugen->nr_pages in inc_min_seq()
` [PATCH v3 3/7] mm/mglru: enhance cold/hot inversion handling "
` [PATCH v3 4/7] mm/mglru: exclude folios promoted by aging from protected "
` [PATCH v3 5/7] mm/mglru: make LRU folio prefetch helper an inline function
` [PATCH v3 6/7] mm/mglru: move folios from oldest gen to second-oldest gen from head to tail
` [PATCH v3 7/7] mm/mglru: batch move folios to the second-oldest gen's LRU

[PATCH v3] mm: vmscan: abort proactive reclaim early when freezing for suspend
 2026-09-01 23:15 UTC  (5+ messages)
` [PATCH v4] "

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-09-01 23:05 UTC  (14+ messages)

[PATCH v5 0/2] selftests/cgroup: fixes for test_zswap on single core VM
 2026-09-01 22:42 UTC  (4+ messages)
` [PATCH v5 2/2] selftests/cgroup: test_zswap: fix implicit unsigned promotion bug in test_no_kmem_bypass

[PATCH v7 00/14] mm: thp: always enable mTHP support
 2026-09-01 22:25 UTC  (5+ messages)
` [PATCH v7 10/14] mips: move has_transparent_hugepage() out of THP guard

[RFC PATCH] mm/mglru: dynamically protect readahead fault folios under refault pressure
 2026-09-01 22:04 UTC  (3+ messages)

[PATCH] RCU safety for vma maple tree walks
 2026-09-01 21:05 UTC  (5+ messages)

[PATCH] memcg: Don't call schedule_work when no spinning is allowed
 2026-09-01 20:59 UTC  (8+ messages)

[PATCH] sched/cache: Fix use-after-free of the mm replaced by exec
 2026-09-01 20:49 UTC  (8+ messages)

[PATCH v1 0/2] luo support for preserving eventfd
 2026-09-01 20:43 UTC  (3+ messages)
` [PATCH v1 2/2] selftests: liveupdate: Add selftest for eventfd LUO

[PATCH v2 0/2] mm: remove three unused helpers from mm.h
 2026-09-01 19:38 UTC  (3+ messages)
` [PATCH v2 1/2] mm: remove unused mark_page_reserved()
` [PATCH v2 2/2] mm: remove unused totalram_pages_inc() and totalram_pages_dec()

[PATCH] memblock: fix page count when preserving reserve_mem regions
 2026-09-01 18:49 UTC  (2+ messages)

[PATCH v2] mm/mm_init: remove zone_absent_pages_in_node()
 2026-09-01 18:36 UTC  (2+ messages)

[PATCH v4 0/6] mm/mglru: clean up folio counters and flag usage
 2026-09-01 18:34 UTC  (7+ messages)
` [PATCH v4 1/6] mm/memcontrol: make lru_zone_size atomic and simplify sanity check

[PATCH v21 0/6] Hierarchical Percpu Counters for RSS
 2026-09-01 18:28 UTC  (7+ messages)
` [PATCH v21 1/6] lib: introduce hierarchical per-cpu counters
` [PATCH v21 2/6] lib: test "
` [PATCH v21 3/6] mm: improve RSS counter approximation accuracy for proc interfaces
` [PATCH v21 4/6] mm: reorder mm_struct flexible array to place mm_cpumask first
` [PATCH v21 5/6] init: move percpu_counter_tree_subsystem_init() earlier in boot
` [PATCH v21 6/6] lib: inline percpu_counter_tree_items_size with boot-safety sentinel

[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-01 18:19 UTC  (3+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
 2026-09-01 18:13 UTC  (7+ messages)

[RFC PATCH 0/5] liveupdate: LIVEUPDATE_SESSION_RETRIEVE_INTO_FD
 2026-09-01 18:07 UTC  (6+ messages)
` [RFC PATCH 1/5] liveupdate: Extract luo_file token lookup logic into helper function
` [RFC PATCH 2/5] liveupdate: Introduce SESSION_RETRIEVE_INTO_FD API and core support
` [RFC PATCH 3/5] mm/memfd_luo: Implement retrieve_into callback for shmem folios
` [RFC PATCH 4/5] mm/memfd_luo: Expand support beyond memfd to all generic shmem inodes
` [RFC PATCH 5/5] selftests: liveupdate: Add multi-session test coverage for session_retrieve_into

[PATCH] selftests/cgroup: Skip test_no_invasive_cgroup_shrink if zswap shrinker is enabled
 2026-09-01 18:04 UTC  (2+ messages)

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-01 17:50 UTC  (5+ messages)
` [PATCH v2 14/14] mm/page-flags: remove PG_private

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-01 17:47 UTC  (19+ messages)
` [PATCH 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
 2026-09-01 17:46 UTC  (10+ messages)
` [PATCH 2/4] char: xillybus: replace __get_free_pages() with kmalloc()

[PATCH 0/4] percpu: remove code with no effect
 2026-09-01 16:53 UTC  (5+ messages)
` [PATCH 1/4] percpu: remove redundant assignments to bits
` [PATCH 2/4] percpu: remove unnecessary initialization in pcpu_build_alloc_info()
` [PATCH 3/4] percpu: remove unnecessary cpumask_clear() "
` [PATCH 4/4] percpu: remove unnecessary return in pcpu_populate_pte()

[PATCH] memcg: avoid charging the root memcg from obj_cgroup_charge_pages()
 2026-09-01 16:47 UTC  (2+ messages)

[PATCH 0/2] mm: remove three unused helpers from mm.h
 2026-09-01 16:14 UTC  (5+ messages)
` [PATCH 1/2] mm: remove unused mark_page_reserved()
` [PATCH 2/2] mm: remove unused totalram_pages_inc() and totalram_pages_dec()

[PATCH 0/2] docs/core-api: memory-allocation: add k[mz]alloc_obj() and clarify kmalloc
 2026-09-01 16:10 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] mm/mempolicy: take a cpuset cookie for the interleave node count
 2026-09-01 15:54 UTC  (3+ messages)

[PATCH v7 0/3] mm: make persistent huge zero folio read-only
 2026-09-01 15:18 UTC  (4+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] arm64/mm: add set_direct_map_ro()
` [PATCH v7 3/3] x86/mm: "

[PATCH RFC v9 00/25] pkeys-based page table hardening
 2026-09-01 15:13 UTC  (5+ messages)
` [PATCH RFC v9 05/25] arm64: Implement asm/kpkeys.h using POE

[PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
 2026-09-01 15:11 UTC  (6+ messages)

[RESEND RFC PATCH v2 00/13] mm/swap: introduce per-priority allocation queues
 2026-09-01 15:01 UTC  (2+ messages)

[PATCH v2 0/2] support kselftest on nommu platform
 2026-09-01 14:44 UTC  (11+ messages)


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