Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-06 09:45:23 to 2026-05-07 20:23:58 UTC [more...]

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-07 20:22 UTC  (29+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 02/43] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v6 03/43] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v6 04/43] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 07/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v6 08/43] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v6 09/43] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v6 10/43] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v6 13/43] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v6 14/43] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v6 15/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 17/43] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v6 18/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 22/43] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v6 23/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v6 24/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v6 26/43] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v6 27/43] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v6 28/43] KVM: selftests: Test basic single-page conversion flow

[PATCH v12 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-05-07 19:06 UTC  (12+ messages)
` [PATCH v12 1/5] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v12 2/5] mm/vmalloc: use physical page count for vrealloc() grow-in-place check
` [PATCH v12 3/5] mm/vmalloc: use physical page count in vread_iter()
` [PATCH v12 4/5] mm/vmalloc: free unused pages on vrealloc() shrink

[PATCH RFC 0/2] rcu: Add debugfs interface for pending callback monitoring
 2026-05-07 18:59 UTC  (4+ messages)
` [PATCH RFC 1/2] rcu: Expose per-CPU segmented callback counts via debugfs
` [PATCH RFC 2/2] rcu: Include kfree_rcu/kvfree_rcu batched counts in pending_cbs

[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-05-07 18:55 UTC  (4+ messages)
` [PATCH v4 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()
  ` PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-05-07 18:31 UTC  (7+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
 2026-05-07 18:24 UTC 

[PATCH 1/2] mm/vmalloc: free unused pages when shrinking vrealloc() allocation
 2026-05-07 17:17 UTC  (3+ messages)
` [PATCH 2/2] selftests/mm: add test for vrealloc() shrink page freeing

[PATCH 0/4] mm: introduce mthp_ext via cgroup-bpf to make mTHP more transparent
 2026-05-07 15:19 UTC  (5+ messages)

[PATCH v5 06/14] mm: fs: remove filemap_nr_thps*() functions and their users
 2026-05-07 12:59 UTC  (2+ messages)

[PATCH v5 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
 2026-05-07 12:48 UTC  (2+ messages)

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-05-07 12:10 UTC  (37+ messages)
` [PATCH v3 25/54] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages
` [PATCH v3 26/54] selftests/mm: hugepage_settings: rename get_free_hugepages()
` [PATCH v3 27/54] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH v3 28/54] selftests/mm: move read_file(), read_num() and write_num() to vm_util
` [PATCH v3 29/54] selftests/mm: vm_util: add helpers to set and restore shm limits
` [PATCH v3 32/54] selftests/mm: gup_longterm: add setup of HugeTLB pages
` [PATCH v3 33/54] selftests/mm: gup_test: "
` [PATCH v3 36/54] selftests/mm: hugetlb_fault_after_madv: "
` [PATCH v3 37/54] selftests/mm: hugetlb-madvise: "
` [PATCH v3 38/54] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v3 39/54] selftests/mm: hugetlb-mmap: "
` [PATCH v3 43/54] selftests/mm: hugetlb-vmemmap: "
` [PATCH v3 44/54] selftests/mm: migration: "
` [PATCH v3 45/54] selftests/mm: pagemap_ioctl: "
` [PATCH v3 47/54] selftests/mm: thuge-gen: "
` [PATCH v3 48/54] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH v3 53/54] selftests/mm: run_vmtests.sh: free memory if available memory is low
` [PATCH v3 54/54] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB

[PATCH v5 0/5] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-05-07 11:18 UTC  (5+ messages)
` [PATCH v5 4/5] drm/xe: Set TTM device beneficial_order to 9 (2M)
` [PATCH v5 5/5] drm/xe: Make use of shrink_control::opportunistic_compaction hint

[PATCH] rust_binder: use lock_vma_under_rcu() in shrinker
 2026-05-07 11:07 UTC 

[PATCH v2] mm/page_vma_mapped_walk: Use ptep_get_lockless() for lockless access
 2026-05-07 10:32 UTC  (3+ messages)

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-07  9:58 UTC  (4+ messages)
` [PATCH 2/7] mm/migrate: use migrate_info field instead of private

[PATCH v1] kfence: fix KASAN HW tags bypass via runtime sample_interval change
 2026-05-07  9:52 UTC 

[PATCH] zram: fix use-after-free in zram_writeback_endio
 2026-05-07  9:40 UTC  (3+ messages)

[PATCH v3] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-05-07  9:38 UTC  (4+ messages)

[PATCH v3 1/2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-05-07  9:38 UTC  (5+ messages)

[PATCH] mm/gup: tolerate NULL unlocked in fixup_user_fault()
 2026-05-07  8:30 UTC 

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-05-11
 2026-05-07  8:28 UTC 

[PATCH v2] mm/damon: replace damon_rand() with a per-ctx lockless PRNG
 2026-05-07  8:10 UTC  (4+ messages)

[PATCH 0/2] mm/huge_memory: optimize migration when huge PMD needs split
 2026-05-07  7:56 UTC  (11+ messages)
` [PATCH 1/2] mm/huge_memory: return true if split_huge_pmd_locked() split PMD to migration entry

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-07  7:24 UTC  (12+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH 0/2] mm/khugepaged: fix sub-PMD MADV_COLLAPSE range handling
 2026-05-07  7:05 UTC  (3+ messages)
` [PATCH 1/2] mm/khugepaged: fix spurious -EINVAL from sub-PMD MADV_COLLAPSE range
` [PATCH 2/2] selftests/mm: add MADV_COLLAPSE sub-PMD range tests

[PATCH v5 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-05-07  6:46 UTC  (4+ messages)
` [PATCH v5 1/3] mm/page_owner: add print_mode filter
` [PATCH v5 2/3] mm/page_owner: add NUMA node filter with nodelist support
` [PATCH v5 3/3] mm/page_owner: document page_owner filter features

[PATCH] maple_tree: document that "last" in mtree_insert_range() is inclusive
 2026-05-07  6:44 UTC  (2+ messages)

[PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
 2026-05-07  5:52 UTC  (3+ messages)

[PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
 2026-05-07  4:49 UTC  (2+ messages)

[PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
 2026-05-07  4:29 UTC  (2+ messages)

[PATCH] mm/swap: Add cond_resched() in swap_reclaim_full_clusters to prevent softlockup
 2026-05-07  4:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] Documentation: maple_tree: Improve statements on reserved values
 2026-05-07  3:24 UTC  (3+ messages)
` [PATCH 2/2] Documentation: maple_tree: Clarify behavior when using "

[linux-next:master] BUILD REGRESSION 735d2f48cadaa9a87e7c7601667878de70c771c5
 2026-05-07  1:59 UTC 

[PATCH v14 00/19] unwind_deferred: Implement sframe handling
 2026-05-06 21:17 UTC  (6+ messages)
` [PATCH v14 04/19] x86/uaccess: Add unsafe_copy_from_user() implementation

[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-05-06 20:57 UTC  (13+ messages)
` [PATCH v3 01/12] mm, swap: simplify swap cache allocation helper
` [PATCH v3 02/12] mm, swap: move common swap cache operations into standalone helpers
` [PATCH v3 03/12] mm/huge_memory: move THP gfp limit helper into header
` [PATCH v3 04/12] mm, swap: add support for stable large allocation in swap cache directly
` [PATCH v3 05/12] mm, swap: unify large folio allocation
` [PATCH v3 06/12] mm/memcg, swap: tidy up cgroup v1 memsw swap helpers

[LSF/MM/BPF TOPIC] Separately allocating memdescs from struct page
 2026-05-06 19:10 UTC  (3+ messages)

[PATCH v4 0/9] mm: thp: always enable mTHP support
 2026-05-06 18:34 UTC  (10+ messages)
` [PATCH v4 2/9] mm: introduce pgtable_has_pmd_leaves()
  ` (sashiko review) "
` [PATCH v4 6/9] mm: shmem: drop has_transparent_hugepage() usage
  ` (sashiko review) "
` [PATCH v4 7/9] treewide: introduce arch_has_pmd_leaves()
  ` (sashiko review) "
` [PATCH v4 9/9] mm: thp: always enable mTHP support
  ` (sashiko review) "

[PATCH v2 0/3] liveupdate: serialization safety and race fixes
 2026-05-06 18:20 UTC  (4+ messages)
` [PATCH v2 1/3] kho: skip KHO data for context-preserving kexec
` [PATCH v2 2/3] liveupdate: skip serialization "
` [PATCH v2 3/3] liveupdate: block outgoing session mutations

[LSF/MM/BPF TOPIC] Allowing NUMA hinting faults or alternatives to DAMON
 2026-05-06 17:08 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Data Access-aware Transparent Hugepages
 2026-05-06 17:07 UTC  (2+ messages)

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

[PATCH RFC 0/5] liveupdate: validate restored LUO metadata
 2026-05-06 16:34 UTC  (7+ messages)
` [PATCH v2 "

[PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-06 16:18 UTC  (3+ messages)

[PATCH v2 0/6] Open HugeTLB allocation routine for more generic use
 2026-05-06 15:54 UTC  (7+ messages)
` [PATCH v2 1/6] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [PATCH v2 2/6] mm: hugetlb: Move mpol interpretation out of alloc_buddy_hugetlb_folio_with_mpol()
` [PATCH v2 3/6] mm: hugetlb: Move mpol interpretation out of dequeue_hugetlb_folio_vma()
` [PATCH v2 4/6] mm: hugetlb: Use error variable in alloc_hugetlb_folio
` [PATCH v2 5/6] mm: hugetlb: Move mem_cgroup_charge_hugetlb() earlier in allocation
` [PATCH v2 6/6] mm: hugetlb: Refactor out hugetlb_alloc_folio()

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

"alloc_tag was not set" when running mm/ksft_hmm.sh
 2026-05-06 15:42 UTC 

[PATCH v5 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-06 15:38 UTC  (4+ messages)
` [PATCH v5 3/4] Documentation: document panic_on_unrecoverable_memory_failure sysctl

[PATCH RFC v7 00/24] pkeys-based page table hardening
 2026-05-06 15:29 UTC  (2+ messages)

[PATCH v7 0/7] mm: Hot page tracking and promotion infrastructure
 2026-05-06 15:22 UTC  (3+ messages)

[PATCH 0/2] cgroup/dmem: introduce a peak file
 2026-05-06 15:09 UTC  (6+ messages)
` [PATCH 1/2] mm/page_counter: decouple peak_reset from peak_write
` [PATCH 2/2] cgroup/dmem: introduce a peak file

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-05-06 14:43 UTC  (3+ messages)

[PATCH RFC] memcg: add per-cgroup dirty page controls (dirty_ratio, dirty_min)
 2026-05-06 14:21 UTC  (2+ messages)

[PATCH v4 1/4] percpu: Fix wrong chunk hints update
 2026-05-06 14:20 UTC  (4+ messages)
` [PATCH v4 2/4] percpu: Do not trust hint starts when they are not set
` [PATCH v4 3/4] percpu: Introduce struct pcpu_region
` [PATCH v4 4/4] percpu: Fix hint invariant breakage

[syzbot] [mm?] BUG: sleeping function called from invalid context in kvm_mmu_notifier_invalidate_range_start
 2026-05-06 13:57 UTC  (3+ messages)

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-05-06 13:55 UTC  (6+ messages)

[PATCH 4/4] samples: bpf: add mthp_ext
 2026-05-06 13:50 UTC  (4+ messages)

[PATCH 3/4] mm: introduce bpf_mthp_ops struct ops
 2026-05-06 13:26 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Upstreaming cache_ext: Custom Page Cache Eviction with eBPF
 2026-05-06 13:12 UTC  (2+ messages)

[PATCH v3 0/2] mm/kmemleak: dedupe verbose scan output
 2026-05-06 12:58 UTC  (3+ messages)
` [PATCH v3 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
` [PATCH v3 2/2] selftests/mm: add kmemleak verbose dedup test

[PATCH 2/4] bpf: add bpf_cgroup_{flush_stats,stall} function
 2026-05-06 12:55 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] MGLRU on Android: Real-World Problems and Challenges
 2026-05-06 12:49 UTC  (2+ messages)
`  "

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-05-06 12:33 UTC  (2+ messages)

[LSM/MM/BPF TOPIC] Do not hold mmap_lock following folio_lock failure in page faults
 2026-05-06 12:28 UTC  (2+ messages)

[PATCH v2 0/2] selftests/cgroup: Fix false positive failures in test_percpu_basic
 2026-05-06 12:10 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/cgroup: Fix hardcoded page size "

[PATCH] mm/fadvise: avoid remote LRU drain for mapped folio failures
 2026-05-06 11:23 UTC 

[PATCH v2] mm/khugepaged: clear MMF_VM_HUGEPAGE on mm_slot_alloc() failure
 2026-05-06 10:51 UTC  (2+ messages)

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-05-06 10:51 UTC  (3+ messages)
` [PATCH 08/12] kho: add kho_radix_init_tree()

[PATCH v6 0/2] mm: improve write performance with RWF_DONTCACHE
 2026-05-06 10:43 UTC  (5+ messages)
` [PATCH v6 1/2] mm: track DONTCACHE dirty pages per bdi_writeback
` [PATCH v6 2/2] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[PATCH v2 00/10] dma-bug: heaps: Add Tegra VPR support
 2026-05-06  9:50 UTC  (7+ messages)
` [PATCH v2 06/10] dma-buf: heaps: Add support for Tegra VPR

[PATCH v3 0/9] Optimize anonymous large folio unmapping
 2026-05-06  9:45 UTC  (10+ messages)
` [PATCH v3 1/9] mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_one
` [PATCH v3 2/9] mm/rmap: refactor hugetlb pte clearing "
` [PATCH v3 3/9] mm/rmap: refactor some code around lazyfree folio unmapping
` [PATCH v3 4/9] mm/memory: Batch set uffd-wp markers during zapping
` [PATCH v3 5/9] mm/rmap: batch unmap folios belonging to uffd-wp VMAs
` [PATCH v3 6/9] mm/swapfile: Add batched version of folio_dup_swap
` [PATCH v3 7/9] mm/swapfile: Add batched version of folio_put_swap
` [PATCH v3 8/9] mm/rmap: Add batched version of folio_try_share_anon_rmap_pte
` [PATCH v3 9/9] mm/rmap: enable batch unmapping of anonymous folios


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