Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-30 04:49:17 to 2026-04-30 20:51:34 UTC [more...]

[00/45 RFC PATCH] 1GB superpageblock memory allocation
 2026-04-30 20:21 UTC  (42+ messages)
` [RFC PATCH 01/45] mm: page_alloc: replace pageblock_flags bitmap with struct pageblock_data
` [RFC PATCH 02/45] mm: page_alloc: per-cpu pageblock buddy allocator
` [RFC PATCH 03/45] mm: page_alloc: use trylock for PCP lock in free path to avoid lock inversion
` [RFC PATCH 04/45] mm: mm_init: fix zone assignment for pages in unavailable ranges
` [RFC PATCH 05/45] mm: vmstat: restore per-migratetype free counts in /proc/pagetypeinfo
` [RFC PATCH 06/45] mm: page_alloc: remove watermark boost mechanism
` [RFC PATCH 07/45] mm: page_alloc: async evacuation of stolen movable pageblocks
` [RFC PATCH 08/45] mm: page_alloc: track actual page contents in pageblock flags
` [RFC PATCH 09/45] mm: page_alloc: introduce superpageblock metadata for 1GB anti-fragmentation
` [RFC PATCH 10/45] mm: page_alloc: support superpageblock resize for memory hotplug
` [RFC PATCH 11/45] mm: page_alloc: add superpageblock fullness lists for allocation steering
` [RFC PATCH 12/45] mm: page_alloc: steer pageblock stealing to tainted superpageblocks
` [RFC PATCH 13/45] mm: page_alloc: steer movable allocations to fullest clean superpageblocks
` [RFC PATCH 14/45] mm: page_alloc: extract claim_whole_block from try_to_claim_block
` [RFC PATCH 15/45] mm: page_alloc: add per-superpageblock free lists
` [RFC PATCH 18/45] mm: page_alloc: superpageblock-aware contiguous and higher order allocation
` [RFC PATCH 19/45] mm: page_alloc: prevent atomic allocations from tainting clean SPBs
` [RFC PATCH 20/45] mm: page_alloc: aggressively pack non-movable allocations in tainted SPBs on large systems
` [RFC PATCH 21/45] mm: page_alloc: prefer reclaim over tainting clean superpageblocks
` [RFC PATCH 22/45] mm: page_alloc: adopt partial pageblocks from tainted superpageblocks
` [RFC PATCH 23/45] mm: page_alloc: add CONFIG_DEBUG_VM sanity checks for SPB counters
` [RFC PATCH 24/45] mm: page_alloc: targeted evacuation and dynamic reserves for tainted SPBs
` [RFC PATCH 25/45] mm: page_alloc: skip pageblock compatibility threshold in "
` [RFC PATCH 27/45] mm: trigger deferred SPB evacuation when atomic allocs would taint a clean SPB
` [RFC PATCH 28/45] mm: page_alloc: keep PCP refill in tainted SPBs across owned pageblocks
` [RFC PATCH 29/45] mm: page_alloc: refuse fragmenting fallback for callers with cheap fallback
` [RFC PATCH 30/45] mm: page_alloc: drive slab shrink from SPB anti-fragmentation pressure
` [RFC PATCH 32/45] mm: page_alloc: proactive high-water trigger for SPB slab shrink
` [RFC PATCH 33/45] mm: page_alloc: refuse to taint clean SPBs for atomic NORETRY callers
` [RFC PATCH 34/45] mm: page_reporting: walk per-superpageblock free lists
` [RFC PATCH 35/45] mm: show_mem: collect migratetype letters from per-superpageblock lists
` [RFC PATCH 36/45] mm: page_alloc: add alloc_flags parameter to __rmqueue_smallest
` [RFC PATCH 37/45] mm/slub: kvmalloc — add __GFP_NORETRY to large-kmalloc attempt
` [RFC PATCH 38/45] mm: page_alloc: per-(zone, order, mt) PASS_1 hint cache
` [RFC PATCH 39/45] mm: debug: prevent infinite recursion in dump_page() with CMA
` [RFC PATCH 40/45] PM: hibernate: walk per-superpageblock free lists in mark_free_pages
` [RFC PATCH 41/45] btrfs: allocate eb-attached btree pages as movable
` [RFC PATCH 42/45] mm: page_alloc: cross-MOV borrow within tainted SPBs
` [RFC PATCH 43/45] mm: page_alloc: trigger defrag from allocator hot path on tainted-SPB pressure
` [RFC PATCH 44/45] mm: page_alloc: SPB tracepoint instrumentation [DROP-FOR-UPSTREAM]
` [RFC PATCH 45/45] mm: page_alloc: enlarge and unify spb_evacuate_for_order

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-30 20:49 UTC  (20+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups

[PATCH v2 0/5] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-30 19:59 UTC  (13+ messages)
` [PATCH v2 1/5] mm: Introduce zone_appears_fragmented()

[PATCH] mm/swap, PM: hibernate: atomically replace hibernation pin
 2026-04-30 19:56 UTC 

[PATCH] mm/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-04-30 19:25 UTC  (10+ messages)

[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-30 19:18 UTC  (3+ messages)
` [PATCH v4 1/6] mm: Wire up order in shrink_control
` [PATCH v4 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()

[RFC v1 PATCH 0/11] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-04-30 19:02 UTC  (2+ messages)

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-04-30 18:49 UTC  (34+ messages)
` [PATCH v3 01/54] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler
` [PATCH v3 02/54] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH v3 03/54] selftests/mm: migration: make nthreads represent number of working threads
` [PATCH v3 04/54] selftests/mm: migration: properly cleanup fork()ed processes
` [PATCH v3 06/54] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v3 12/54] selftests/mm: hugetlb-read-hwpoison: use kselftest framework
` [PATCH v3 19/54] selftests/mm: uffd-unit-tests: "
` [PATCH v3 20/54] selftests/mm: va_high_addr_switch: "
` [PATCH v3 21/54] selftests/mm: add atexit() and signal handlers to thp_settings
` [PATCH v3 25/54] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages
` [PATCH v3 27/54] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH v3 39/54] selftests/mm: hugetlb-mmap: add setup of HugeTLB pages
` [PATCH v3 51/54] selftests/mm: va_high_addr_switch: "
` [PATCH v3 52/54] selftests/mm: va_high_addr_switch.sh: drop huge pages setup

[PATCH v3 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-30 18:23 UTC  (3+ messages)
` [PATCH v3 1/6] mm: Wire up order in shrink_control
` [PATCH v3 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()

[PATCH v4 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-30 18:22 UTC  (5+ messages)
` [PATCH v4 1/3] mm/page_owner: add print_mode filter
` [PATCH v4 2/3] mm/page_owner: add NUMA node filter with nodelist support
` [PATCH v4 3/3] mm/page_owner: document page_owner filter features

[RFC PATCH] mm/hmm: Add userfaultfd support to fault handling
 2026-04-30 17:36 UTC  (5+ messages)

[LSF/MM/BPF BoF Session] Numa-Aware Placement for Page Cache Pages
 2026-04-30 17:32 UTC  (4+ messages)

[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-04-30 17:24 UTC  (6+ messages)

[PATCH 0/6] mm: Make per-VMA locks available in all builds
 2026-04-30 17:20 UTC  (8+ messages)
` [syzbot ci] "

[PATCH 00/14] userfaultfd: working set tracking for VM guest memory
 2026-04-30 16:51 UTC  (8+ messages)
` [PATCH 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP

[PATCH v8] mm/slub: defer freelist construction until after bulk allocation from a new slab
 2026-04-30 16:30 UTC  (2+ messages)

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-04-30 15:27 UTC  (13+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH v5 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v5 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files

[rppt-memblock:fixes] BUILD SUCCESS afd218bb1dd8b4d2ba99a84cfa71524da6dbab35
 2026-04-30 16:23 UTC 

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-04-30 15:27 UTC  (3+ messages)

[PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup
 2026-04-30 15:50 UTC  (4+ messages)

[PATCH 0/2] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
 2026-04-30 16:01 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] userfaultfd: make functions that are not used outside uffd static

[PATCH v4] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-04-30 14:52 UTC  (2+ messages)

[PATCH] mm/vmscan: fix delayed flusher wakeup in MGLRU
 2026-04-30 14:45 UTC  (4+ messages)

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-04-30 15:15 UTC  (8+ messages)

[PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios
 2026-04-30 14:38 UTC  (16+ messages)

[PATCH v2 0/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-04-30 14:17 UTC  (2+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v2.1 0/2] mm/damon/stat: add kdamond_pid parameter
 2026-04-30 14:20 UTC  (3+ messages)
` [RFC PATCH v2.1 1/2] mm/damon/stat: add a parameter for reading kdamond pid
` [RFC PATCH v2.1 2/2] Docs/admin-guide/mm/damon/stat: document kdamond_pid parameter

[PATCH v3 1/2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-30 13:59 UTC  (5+ messages)
` [PATCH v3 2/2] slab: fix kernel-docs for mm-api

[RFC PATCH v1 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-04-30 13:41 UTC  (5+ messages)
` [RFC PATCH v1 1/4] mm/damon: Generalize ctx_target creation for damon_ops_id and add vaddr support
` [RFC PATCH v1 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
` [RFC PATCH v1 3/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
` [RFC PATCH v1 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management documentation

[INFO] Limited reviewer capacity in May
 2026-04-30 14:18 UTC 

[akpm-mm:mm-new 115/182] mm/internal.h:847:26: warning: implicit conversion from 'unsigned long long' to 'u32' (aka 'unsigned int') changes value from 17179869184 to 0
 2026-04-30 13:07 UTC 

[PATCH] mm/memcontrol: hoist pstatc_pcpu assignment out of CPU loop
 2026-04-30 13:03 UTC  (2+ messages)

[PATCH] mm/oom_kill: Insert newline for better readability
 2026-04-30 13:04 UTC  (2+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-04-30 12:37 UTC  (4+ messages)
` [PATCH v2 4/5] mm: Don't retry page fault if folio is uptodate during swap-in

[PATCH v6 0/3] mm: Free contiguous order-0 pages efficiently
 2026-04-30 12:32 UTC  (8+ messages)

[PATCH] mm/page_vma_mapped_walk: add missing pgtable entry accessors
 2026-04-30 12:11 UTC  (2+ messages)

[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-04-30 12:10 UTC  (7+ messages)
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()

[PATCH 6.12] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-04-30 11:37 UTC 

[PATCH] mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_special()
 2026-04-30 11:31 UTC 

[Invitation] bi-weekly guest_memfd upstream call on 2026-04-30 (today!)
 2026-04-30 10:47 UTC 

[PATCH] mm/slub: initialize allocated object's freepointer before debug check
 2026-04-30  9:31 UTC  (3+ messages)

[PATCH hotfix] mm: fix pmd_special() fallback to observe huge_zero
 2026-04-30  9:10 UTC  (10+ messages)

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-04-30  9:07 UTC  (4+ messages)
` [PATCH 1/7] mm/migrate: rename PAGE_ migration flags to FOLIO_

[linux-next:master] [mm/slub] 8952728641: BUG_kmem_cache:Freepointer_corrupt
 2026-04-30  8:25 UTC  (3+ messages)

[akpm-mm:mm-new] BUILD REGRESSION 0587fb0c820d86e5b77a975680d79b5176d09abb
 2026-04-30  8:20 UTC 

[PATCH] mm/huge_memory: skip huge_zero_pmd in zap_huge_pmd_folio()
 2026-04-30  8:15 UTC  (10+ messages)

[syzbot] [mm?] [arch?] BUG: sleeping function called from invalid context in __tlb_batch_free_encoded_pages
 2026-04-30  7:21 UTC 

[syzbot] [mm?] WARNING: bad unlock balance in folio_remove_rmap_ptes
 2026-04-30  7:21 UTC 

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-04-30  7:06 UTC  (5+ messages)
` [RFC PATCH v6 3/5] mm: Hot page tracking and promotion - pghot

[syzbot] [mm?] WARNING in __page_cache_release
 2026-04-30  6:59 UTC 

[PATCH v3] mm/page_alloc: replace kernel_init_pages() with batch page clearing
 2026-04-30  6:08 UTC  (8+ messages)

[PATCH v3 3/4] mm/page_owner: add NUMA node filter with nodelist support
 2026-04-30  6:00 UTC  (3+ messages)

[PATCH] x86/rtc: fix failed fallback RTC device registration handling
 2026-04-30  5:18 UTC  (2+ messages)

[PATCH v2 1/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-04-30  4:48 UTC 


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