Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-20 09:34:13 to 2026-07-20 19:35:39 UTC [more...]

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-20 19:34 UTC  (15+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout

[RFC PATCH] mm/page_reporting: Add page_reporting_delay sysctl
 2026-07-20 19:24 UTC 

[PATCH RFC v3 2/6] riscv/mm: add untagged_addr_remote_unlocked()
 2026-07-20 19:21 UTC  (7+ messages)

[PATCH] mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()
 2026-07-20 19:20 UTC  (2+ messages)

[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
 2026-07-20 19:12 UTC  (7+ messages)
` [RFC PATCH v3 1/3] "

[PATCH 00/22] Simplify special kernel page table handling
 2026-07-20 19:05 UTC  (4+ messages)
` [PATCH 14/22] mm: set page table page type when allocated

[GIT PULL] hotfixes for 7.2-rc5
 2026-07-20 18:39 UTC 

[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
 2026-07-20 18:38 UTC  (5+ messages)

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-20 18:34 UTC  (13+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
` [PATCH 2/3] mm, treewide: replace __folio_alloc_node() with folio_alloc_node()
` [PATCH 3/3] mm: move __folio_alloc() to page_alloc.h

[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-20 18:27 UTC  (9+ messages)

[PATCH 0/2] mm: zswap: free cold writeback folios promptly
 2026-07-20 18:25 UTC  (6+ messages)
` [PATCH 1/2] mm: zswap: free synchronous-IO writeback folios directly
` [PATCH 2/2] mm: zswap: deferred dropbehind free of writeback folios

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-20 17:26 UTC  (19+ messages)
` [PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [PATCH v2 02/15] mm: introduce linear_virt_page_index()
` [PATCH v2 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v2 04/15] mm: update print_bad_page_map() to show virtual page index
` [PATCH v2 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH v2 06/15] mm: propagate VMA virtual page offset on map, remap, split + merge
` [PATCH v2 07/15] mm/rmap: track whether the page VMA mapped walk is anonymous
` [PATCH v2 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH v2 09/15] mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon folios
` [PATCH v2 10/15] tools/testing/vma: expand VMA merge tests to assert virt pgoff
` [PATCH v2 11/15] tools/testing/selftests/mm: test virtual page offset merge behaviour
` [PATCH v2 12/15] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v2 14/15] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v2 15/15] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-20 17:08 UTC  (4+ messages)

[PATCH v3 2/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-20 17:02 UTC  (2+ messages)

[RFC PATCH v2 0/2] kho: support preserving unsplit high-order pages
 2026-07-20 16:57 UTC  (5+ messages)
` [RFC PATCH v2 1/2] kho: Introduce a helper to init unsplit pages
` [RFC PATCH v2 2/2] kho: Introduce preserve/restore APIs for "

[PATCH 0/8] mm/khugepaged: collapse_file() cleanups
 2026-07-20 16:53 UTC  (13+ messages)
` [PATCH 1/8] mm/khugepaged: separate out windy folio logic from collapse_file
` [PATCH 2/8] mm/khugepaged: factor out page cache folio reading
` [PATCH 3/8] mm/khugepaged: factor out and simplify dirty/writeback handling
` [PATCH 4/8] mm/khugepaged: simplify prepare folio locking and exit paths
` [PATCH 5/8] mm/khugepaged: add kerneldoc to prepare_collapse_file_folio()
` [PATCH 6/8] mm/khugepaged: hoist isolation into collapse_isolate_folio()
` [PATCH 7/8] mm/khugepaged: hoist more code "
` [PATCH 8/8] mm/khugepaged: fix and flesh out try_to_unmap_flush() comment

[PATCH v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-20 16:41 UTC  (3+ messages)
` [PATCH v4 1/2] mm/vmstat, mm/memcontrol: add _monotonic vmstat readers
` [PATCH v4 2/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost

[PATCH] docs/core-api: memory-allocation: adopt type aware kmalloc_obj
 2026-07-20 16:29 UTC 

[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-20 16:20 UTC  (5+ messages)
` [PATCH v7 6/7] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[PATCH v2 00/19] maple_tree: lock checking and clean ups
 2026-07-20 16:04 UTC  (5+ messages)
` [PATCH v2 03/19] maple_tree: Add write lock checking with lockdep sequence numbers

[PATCH 0/4] mm, swap: some random fixes and cleanups
 2026-07-20 15:54 UTC  (3+ messages)
` [PATCH 2/4] mm, swap: Move setup_swap_clusters_info() after SWP_SOLIDSTATE initialization

[PATCH RFC v6 0/5] Accelerate page migration with batch copying and hardware offload
 2026-07-20 15:45 UTC  (6+ messages)
` [PATCH RFC v6 3/5] mm/migrate: add copy offload registration infrastructure

[PATCH] mm/damon/reclaim: fix typo in damon_reclaim_timer_fn()
 2026-07-20 15:38 UTC  (6+ messages)

[PATCH mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
 2026-07-20 15:28 UTC  (4+ messages)

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-20 15:26 UTC  (4+ messages)

[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
 2026-07-20 15:25 UTC  (2+ messages)

[PATCH RFC v3 4/6] mm/gup: add get_user_page_vma() to fault in a page under a held lock
 2026-07-20 15:24 UTC  (3+ messages)

[PATCH] mm/mm_init: remove redundant memset in free_area_init()
 2026-07-20 15:09 UTC 

linux-next: manual merge of the mm-unstable tree with the drm-misc-fixes tree
 2026-07-20 14:46 UTC  (2+ messages)

[PATCH] hugetlb: fix subpool release race
 2026-07-20 14:31 UTC  (2+ messages)

[PATCH] mm/slub: fix missing debugfs entries for caches created before sysfs init
 2026-07-20 14:51 UTC 

[PATCH v4 0/3] promote mapped executable folios after first usage for MGLRU
 2026-07-20 14:26 UTC  (6+ messages)
` [PATCH v4 1/3] mm: vmscan: convert folio_referenced() to use vma_flags_t
` [PATCH v4 2/3] mm: vmscan: add a helper to identify file-backed executable folios
` [PATCH v4 3/3] mm: mglru: promote mapped executable folios after first usage

[PATCH v2] mm/slub: prevent pfmemalloc objects from entering the barn
 2026-07-20 14:17 UTC  (2+ messages)

[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-20 14:16 UTC  (14+ messages)
` [PATCH v2 01/13] mm/slab: skip kfence objects in allocation profiling
` [PATCH v2 02/13] mm/slub: skip handle_failed_objexts_alloc() with profiling disabled
` [PATCH v2 03/13] mm/slab: remove objs_per_slab()
` [PATCH v2 04/13] mm: move struct slabobj_ext to mm/slab.h
` [PATCH v2 05/13] mm/slab: make slab_obj_ext() determine object index
` [PATCH v2 06/13] mm/slab: abstract slabobj_ext.objcg access
` [PATCH v2 07/13] mm/slab: abstract slabobj_ext.ref access
` [PATCH v2 08/13] mm/slab: replace slab.stride with obj_exts_in_object
` [PATCH v2 09/13] mm/slab: change struct slabobj_ext to a union
` [PATCH v2 10/13] mm/slab: introduce slab_obj_ext_has_codetag()
` [PATCH v2 11/13] mm/slab: reduce slabobj_ext memory with allocation profiling disabled
` [PATCH v2 12/13] mm/slab: add cache_ and slab_needs_objcg() helpers
` [PATCH v2 13/13] mm/slab: stop allocating objcg pointers when unnecessary

[PATCH] mm: use proper PTE accessor in move_ptes()
 2026-07-20 14:16 UTC 

[PATCH] mm/percpu: allow embed allocator when total size fits in vmalloc
 2026-07-20 14:02 UTC  (3+ messages)

[RFC PATCH 0/4] mm: introduce __ptent sparse attribute
 2026-07-20 13:49 UTC  (3+ messages)

[PATCH 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
 2026-07-20 13:47 UTC  (3+ messages)

[PATCH 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-20 13:45 UTC  (2+ messages)

[PATCH v2] samples/damon/mtier: use damon_addr_range consistently
 2026-07-20 13:06 UTC 

[PATCH v7 0/9] mm: optimize zone-device memmap initialization
 2026-07-20 13:05 UTC  (12+ messages)
` [PATCH v7 1/9] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v7 2/9] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v7 3/9] mm: add a set_page_section_from_pfn() helper
` [PATCH v7 4/9] mm: add a template-based fast path for zone-device page init
` [PATCH v7 5/9] mm: extend the template fast path to zone-device compound tails
` [PATCH v7 6/9] string: introduce memcpy_nontemporal()
` [PATCH v7 7/9] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v7 8/9] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v7 9/9] mm: always use the zone-device template init path

[ANNOUNCE/CFP] LPC 2026 Kernel Memory Management Microconference
 2026-07-20 13:03 UTC  (2+ messages)
` [ANNOUNCE/CFP] LPC 2026 Kernel Memory Management Microconference (reminder)

[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-20 12:44 UTC  (9+ messages)
` [PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
` [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH slab/for-next v4 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
` [PATCH slab/for-next v4 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
` [PATCH slab/for-next v4 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH slab/for-next v4 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
` [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()
` [PATCH slab/for-next v4 8/8] slub_kunit: extend the test for kfree_rcu_nolock()

[PATCH v2 0/4] scsi: replace __get_free_pages() with kmalloc()
 2026-07-20 12:43 UTC  (2+ messages)

[PATCH v3-fixup 5/6] mm: mincore: fixup improve mincore_hugetlb()
 2026-07-20 12:42 UTC 

[PATCH v3-fixup 2/6] mm: mincore: fixup for remove special handling for VM_PFNMAP
 2026-07-20 12:41 UTC 

[PATCH] binfmt_misc: set have_execfd only once the interpreter is opened
 2026-07-20 12:39 UTC  (2+ messages)

[PATCH v3] mm: vmscan: abort proactive reclaim early when freezing for suspend
 2026-07-20 12:04 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-07-20 12:01 UTC  (2+ messages)

[PATCH v3 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-20 12:01 UTC  (4+ messages)
` [PATCH v3 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [PATCH v3 2/3] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
` [PATCH v3 3/3] Docs/mm/damon/design: Document hugepage_mem_bp target metric

[PATCH RFC v3 3/6] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
 2026-07-20 12:00 UTC  (2+ messages)

[PATCH RFC v3 1/6] x86/mm: add untagged_addr_remote_unlocked()
 2026-07-20 11:12 UTC  (2+ messages)

[PATCH v2 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-07-20 11:10 UTC  (6+ messages)
` [PATCH v2 06/17] mm/mm_init: factor out pfn_to_zone()
` [PATCH v2 08/17] mm/sparse-vmemmap: support section-based vmemmap optimization

[PATCH] mm/slub: prevent pfmemalloc objects from entering the barn
 2026-07-20 10:59 UTC  (3+ messages)

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-20 10:42 UTC  (2+ messages)

[PATCH v1 2/2] LoongArch: mm: Expand modules virtual address space to 2GB
 2026-07-20 10:40 UTC  (3+ messages)

[PATCH] selftests/mm: transhuge-stress: check duration inside page loop
 2026-07-20 10:31 UTC 

[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
 2026-07-20  9:43 UTC  (2+ messages)

[PATCH 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
 2026-07-20  9:33 UTC  (20+ messages)
` [PATCH 03/21] binfmt_misc: table-drive the register string flags
` [PATCH 04/21] binfmt_misc: normalize the per-exec invocation flags
` [PATCH 05/21] binfmt_misc: split out entry_open_interpreter()
` [PATCH 06/21] binfmt_misc: split out build_interp_argv()
` [PATCH 07/21] exec: release the replaced file with do_close_execat()
` [PATCH 08/21] exec: add AT_FLAGS_TRANSPARENT_INTERP
` [PATCH 09/21] exec: label mm->exe_file with the binary for a transparent dispatch
` [PATCH 10/21] binfmt_misc: add transparent interpreter dispatch
` [PATCH 11/21] binfmt_misc: add a static transparent flag 'T'
` [PATCH 12/21] binfmt_misc: let a bpf handler run the interpreter transparently
` [PATCH 13/21] selftests/exec: convert the binfmt_misc bpf test to the kselftest harness
` [PATCH 14/21] selftests/exec: test the transparent binfmt_misc mode
` [PATCH 15/21] binfmt_misc: document the transparent identity contract
` [PATCH 16/21] exec: carry a PT_INTERP substitute in struct linux_binprm
` [PATCH 17/21] binfmt_elf: consume a stashed PT_INTERP substitute
` [PATCH 18/21] binfmt_misc: add the 'L' loader substitution flag
` [PATCH 19/21] binfmt_misc: let a bpf handler request loader substitution
` [PATCH 20/21] selftests/exec: test binfmt_misc "
` [PATCH 21/21] binfmt_misc: document "


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