messages from 2026-07-20 14:39:39 to 2026-07-20 22:44:38 UTC [more...]
Preserving TDX module during kexec with live update
2026-07-20 22:44 UTC (3+ messages)
[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-20 22:44 UTC (7+ messages)
` [PATCH v7 03/12] PCI: liveupdate: Track incoming preserved PCI devices
[PATCH v7 0/9] mm: optimize zone-device memmap initialization
2026-07-20 22:43 UTC (2+ messages)
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-20 22:39 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 (9+ 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
[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] x86/mm/pat: allocate split page tables as kernel page tables
2026-07-20 20:03 UTC (3+ messages)
[PATCH RFC 05/12] mm/slab: abstract slabobj_ext.objcg access
2026-07-20 19:58 UTC
[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
2026-07-20 19:48 UTC (18+ messages)
` [PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [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
[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
2026-07-20 19:12 UTC (3+ messages)
[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 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 (2+ messages)
[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
[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
page: | 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