Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-30 16:05:00 to 2026-05-01 16:06:18 UTC [more...]

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-01 16:06 UTC  (6+ messages)

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-05-01 15:25 UTC  (19+ messages)
` [PATCH v3 05/54] selftests/mm: run_vmtests.sh: don't gate THP and KSM tests on HAVE_HUGEPAGES
` [PATCH v3 07/54] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v3 20/54] selftests/mm: va_high_addr_switch: use kselftest framework
` [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 0/5] mm: Support selecting doing direct COW for anonymous pmd entry
 2026-05-01 15:01 UTC  (9+ messages)
` [PATCH 1/5] mm: add basic madvise helpers and branch for THP setup
` [PATCH 2/5] mm: add pmd level THP COW parameter in sysfs
` [PATCH 3/5] mm: add pmd level THP COW judgement helpers
` [PATCH 4/5] mm: enable map_anon_folio_pmd_nopf to handle unshare
` [PATCH 5/5] mm: support choosing to do THP COW for anonymous pmd entry

[PATCH 0/2] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
 2026-05-01 14:57 UTC  (6+ messages)

[PATCH v2 0/3] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
 2026-05-01 14:54 UTC  (4+ messages)
` [PATCH v2 1/3] userfaultfd: ensure mremap_userfaultfd_fail() releases mmap_changing
` [PATCH v2 2/3] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
` [PATCH v2 3/3] userfaultfd: make functions that are not used outside uffd static

[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
 2026-05-01 14:33 UTC  (2+ messages)

[BUG] Frequent hangs or WARNINGs when using heterogeneous memory with an AMD MI210 GPU
 2026-05-01 14:25 UTC  (4+ messages)

[PATCH v5 00/21] Virtual Swap Space
 2026-05-01 14:16 UTC  (15+ messages)

[PATCH] mm/bpf_memcontrol.c: fix refcount underflow in bpf_get_root_mem_cgroup
 2026-05-01 13:51 UTC 

[PATCH v5 0/7] locking: contended_release tracepoint instrumentation
 2026-05-01 13:32 UTC  (2+ messages)

[PATCH] mm/khugepaged: clear MMF_VM_HUGEPAGE on mm_slot_alloc() failure
 2026-05-01 13:24 UTC  (3+ messages)

[PATCH] mm/swap, PM: hibernate: atomically replace hibernation pin
 2026-05-01 13:18 UTC  (2+ messages)

[PATCH 1/1] mm/readahead: simplify page_cache_ra_unbounded loop counter reset
 2026-05-01 13:11 UTC  (2+ messages)

[PATCH 00/14] userfaultfd: working set tracking for VM guest memory
 2026-05-01 13:12 UTC  (14+ 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 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle

[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-05-01 12:51 UTC  (9+ messages)
` [PATCH v4 1/6] mm: Wire up order in shrink_control
` [PATCH v4 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()

[PATCH v3] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-05-01 12:44 UTC  (2+ messages)

[00/45 RFC PATCH] 1GB superpageblock memory allocation
 2026-05-01 11:58 UTC  (48+ 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 16/45] mm: page_alloc: add background superpageblock defragmentation worker
` [RFC PATCH 17/45] mm: page_alloc: add within-superpageblock compaction for clean superpageblocks
` [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 26/45] mm: page_alloc: prevent UNMOVABLE/RECLAIMABLE mixing in pageblocks
` [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 31/45] mm: page_alloc: cross-non-movable buddy borrow within tainted SPBs
` [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

mm/vmscan.c:6585:66: sparse: sparse: Using plain integer as NULL pointer
 2026-05-01 10:55 UTC 

[PATCH RFC 0/5] liveupdate: validate restored LUO metadata
 2026-05-01 10:11 UTC  (7+ messages)
` [PATCH RFC 1/5] kexec: handover: add helper to check preserved page ranges
` [PATCH RFC 2/5] liveupdate: validate restored LUO FDT before use
` [PATCH RFC 3/5] liveupdate: validate restored LUO session metadata
` [PATCH RFC 4/5] liveupdate: validate restored LUO file-set metadata
` [PATCH RFC 5/5] liveupdate: validate restored LUO FLB metadata

[PATCH v4 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-05-01  9:49 UTC  (5+ messages)
` [PATCH v4 1/4] mm: track DONTCACHE dirty pages per bdi_writeback
` [PATCH v4 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
` [PATCH v4 3/4] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH v4 4/4] testing: add dontcache-bench local filesystem "

[PATCH v4 3/3] Documentation: deprecated.rst: kmalloc-family: mark argument as optional
 2026-05-01  9:19 UTC  (2+ messages)

[PATCH v4 1/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-05-01  9:12 UTC  (2+ messages)

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-05-01  8:56 UTC  (5+ messages)

[PATCH 0/5] mm: Support selecting doing direct COW for anonymous pmd entry
 2026-05-01  8:33 UTC 

[PATCH] mm/memory: Fix spurious warning when unmapping device-private/exclusive pages
 2026-05-01  6:51 UTC 

[PATCH 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-05-01  6:49 UTC  (3+ messages)

[PATCH v3] dma-contiguous: setup default numa cma area if not configured explicitly
 2026-05-01  5:57 UTC  (2+ messages)

[PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup
 2026-05-01  2:55 UTC  (5+ messages)

[PATCH] mm/swap: Add cond_resched() in swap_reclaim_full_clusters to prevent softlockup
 2026-05-01  2:43 UTC  (3+ messages)

[PATCH v2 0/2] selftests/cgroup: Fix false positive failures in test_percpu_basic
 2026-05-01  2:20 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/cgroup: Fix hardcoded page size "
` [PATCH v2 2/2] selftests/cgroup: include slab in test_percpu_basic memory check

[PATCH v5 0/2] mm/damon: validate min_region_size to be power of 2
 2026-05-01  1:37 UTC  (3+ messages)
` [PATCH v5 1/2] mm/damon/lru_sort: "
` [PATCH v5 2/2] mm/damon/reclaim: "

[PATCH 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-05-01  1:20 UTC  (4+ messages)
` [PATCH 1/3] mm/hmm: Add hmm_range_fault_unlockable() for mmap lock-drop support
` [PATCH 2/3] mshv: Use hmm_range_fault_unlockable() for userfaultfd support
` [PATCH 3/3] selftests/mm: Add userfaultfd test for HMM unlockable path

[PATCH 0/2] mm/damon/reclaim: support monitoring intervals auto-tuning
 2026-05-01  1:17 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/reclaim: add autotune_monitoring_intervals parameter
` [PATCH 2/2] Docs/admin-guide/mm/damon/reclaim: update for autotune_monitoring_intervals

[RFC PATCH v1 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management documentation
 2026-05-01  0:57 UTC  (2+ messages)

[RFC PATCH v1 3/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
 2026-05-01  0:54 UTC  (2+ messages)

[PATCH 6.12] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-05-01  0:53 UTC  (2+ messages)

[RFC PATCH v1 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-05-01  0:48 UTC  (2+ messages)

[RFC PATCH v1 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-05-01  0:41 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Discussion: Targeted memory allocation via debugfs
 2026-05-01  0:19 UTC  (11+ messages)

[PATCH v4 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-05-01  0:12 UTC  (6+ 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

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-04-30 23:51 UTC  (3+ messages)

[GIT PULL] hotfixes for 7.1-rc2
 2026-04-30 22:41 UTC 

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-30 21:22 UTC  (25+ 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 v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-04-30 21:06 UTC  (2+ messages)

[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/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-04-30 19:25 UTC  (10+ messages)

[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 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()

[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  (2+ messages)

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

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

[syzbot ci] Re: mm: Make per-VMA locks available in all builds
 2026-04-30 16:59 UTC  (2+ messages)

[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  (11+ 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 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 


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