messages from 2026-07-20 12:42:13 to 2026-07-21 02:20:06 UTC [more...]
[PATCH 0/4] mm, swap: some random fixes and cleanups
2026-07-21 2:19 UTC (8+ messages)
` [PATCH 1/4] mm, swap: Fix potential NULL dereference when trying a sleep table allocation
` [PATCH 2/4] mm, swap: Move setup_swap_clusters_info() after SWP_SOLIDSTATE initialization
[PATCH RFC 05/12] mm/slab: abstract slabobj_ext.objcg access
2026-07-21 2:00 UTC (2+ messages)
[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
2026-07-21 1:34 UTC (5+ messages)
[PATCH] mm/memory: use folio lock/ref helpers in do_swap_page
2026-07-21 1:33 UTC
[PATCH v2] samples/damon/mtier: use damon_addr_range consistently
2026-07-21 1:28 UTC (2+ messages)
[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
2026-07-21 1:08 UTC (2+ messages)
[PATCH v3] mm/page_reporting: use system_freezable_wq to fix UAF during suspend
2026-07-21 0:55 UTC
[PATCH] mm/damon/reclaim: fix typo in damon_reclaim_timer_fn()
2026-07-21 0:56 UTC (3+ messages)
[PATCH v9 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-21 0:49 UTC (3+ messages)
` [PATCH v9 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH v3] mm/slub: prevent pfmemalloc objects from entering the barn
2026-07-21 0:45 UTC
[PATCH v3] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
2026-07-21 0:37 UTC (4+ messages)
[PATCH v2] mm/slub: prevent pfmemalloc objects from entering the barn
2026-07-21 0:33 UTC (3+ messages)
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-21 0:00 UTC (4+ messages)
[PATCH v2 0/2] virtio_balloon: fix Use-After-Free bugs during PM freeze
2026-07-20 23:44 UTC (3+ messages)
` [PATCH v2 2/2] virtio_balloon: avoid shrinker execution during PM suspend
[PATCH] hugetlb: fix subpool release race
2026-07-20 23:27 UTC (3+ messages)
[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-20 23:19 UTC (11+ messages)
` [PATCH v7 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
[PATCH] x86/mm/pat: allocate split page tables as kernel page tables
2026-07-20 23:17 UTC (4+ messages)
Preserving TDX module during kexec with live update
2026-07-20 22:44 UTC (3+ messages)
[PATCH v7 0/9] mm: optimize zone-device memmap initialization
2026-07-20 22:43 UTC (3+ messages)
[PATCH] mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()
2026-07-20 22:16 UTC (3+ messages)
linux-next: manual merge of the mm-unstable tree with the drm-misc-fixes tree
2026-07-20 22:08 UTC (4+ messages)
[PATCH v2 00/19] maple_tree: lock checking and clean ups
2026-07-20 21:41 UTC (6+ messages)
` [PATCH v2 03/19] maple_tree: Add write lock checking with lockdep sequence numbers
[PATCH v2] x86: remove the BIOS memory corruption check feature
2026-07-20 20:54 UTC (2+ messages)
[PATCH] mm/slub: fix missing debugfs entries for caches created before sysfs init
2026-07-20 20:39 UTC (2+ messages)
[PATCH 0/8] mm/khugepaged: collapse_file() cleanups
2026-07-20 20:14 UTC (15+ 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
[GIT PULL] hotfixes for 7.2-rc5
2026-07-20 20:07 UTC (2+ messages)
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-07-20 20:05 UTC (37+ 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
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 18/36] mm/gup: disallow longterm pin of private node folios
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 21/36] proc/kcore: include private-node RAM in the kcore RAM map
` [PATCH v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 27/36] mm: add NODE_PRIVATE_CAP_USER_NUMA for userland numa controls
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 29/36] mm: add NODE_PRIVATE_CAP_DEMOTION for private-node tiering demotion
` [PATCH v5 30/36] mm: add NODE_PRIVATE_CAP_NUMA_BALANCING for private-node NUMA balancing
` [PATCH v5 31/36] mm: add NODE_PRIVATE_CAP_LTPIN for private node folio pinning
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 33/36] Documentation/mm: describe private (N_MEMORY_PRIVATE) memory nodes
` [PATCH v5 34/36] mm/mempolicy: add mpol_set_shared_policy_range()
` [PATCH v5 35/36] KVM: guest_memfd: bind backing memory to a NUMA node at creation
[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
2026-07-20 19:48 UTC (20+ 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 RFC v3 2/6] riscv/mm: add untagged_addr_remote_unlocked()
2026-07-20 19:39 UTC (7+ messages)
[RFC PATCH] mm/page_reporting: Add page_reporting_delay sysctl
2026-07-20 19:24 UTC
[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
[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 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 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 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:33 UTC (2+ 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 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 (2+ messages)
[PATCH] mm/mm_init: remove redundant memset in free_area_init()
2026-07-20 15:09 UTC
[PATCH v4 0/3] promote mapped executable folios after first usage for MGLRU
2026-07-20 14:26 UTC (4+ messages)
` [PATCH v4 2/3] mm: vmscan: add a helper to identify file-backed executable folios
[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)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox