Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-06 14:52:27 to 2026-05-08 01:00:49 UTC [more...]

[PATCH v2] mm/page_vma_mapped_walk: Use ptep_get_lockless() for lockless access
 2026-05-08  1:00 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 17c7841d09ee7d33557fd075562d9289b6018c90
 2026-05-08  0:46 UTC 

[PATCH] zram: fix use-after-free in zram_writeback_endio
 2026-05-07 23:38 UTC  (5+ messages)

[PATCH 0/7] drm/tyr: add userspace MMIO mmap support
 2026-05-07 23:32 UTC  (8+ messages)
` [PATCH 1/7] mm: rust: add pgprot_noncached helper
` [PATCH 2/7] mm: rust: add VMA page offset helper
` [PATCH 3/7] drm/rust: add File::device() helper
` [PATCH 4/7] drm/rust: allow drivers to override file operations
` [PATCH 5/7] drm/tyr: add USER register page definitions
` [PATCH 6/7] drm/tyr: store MMIO physical base address
` [PATCH 7/7] drm/tyr: add userspace MMIO mmap support

[PATCH v5 01/28] mm: mempolicy: fix interleave index for unaligned VMA start
 2026-05-07 22:23 UTC  (23+ messages)
` [PATCH v5 02/28] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v5 03/28] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v5 04/28] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v5 05/28] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v5 06/28] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v5 07/28] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v5 08/28] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v5 09/28] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v5 10/28] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v5 11/28] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH v5 12/28] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v5 14/28] mm: page_reporting: allow driver to set batch capacity
` [PATCH v5 15/28] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v5 16/28] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v5 17/28] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v5 18/28] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v5 19/28] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v5 21/28] mm: page_reporting: add flush parameter with page budget
` [PATCH v5 22/28] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v5 23/28] mm: add free_frozen_pages_zeroed
` [PATCH v5 24/28] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v5 26/28] mm: balloon: use put_page_zeroed for zeroed balloon pages

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

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

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-07 20:34 UTC  (50+ 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 v6 29/43] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v6 30/43] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v6 31/43] KVM: selftests: Test conversion before allocation
` [PATCH v6 32/43] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v6 33/43] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v6 34/43] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v6 35/43] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v6 36/43] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v6 37/43] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v6 38/43] KVM: selftests: Provide common function to set memory attributes
` [PATCH v6 39/43] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v6 40/43] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v6 41/43] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v6 42/43] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v6 43/43] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/5] guest_memfd in-place conversion selftests for SNP
  ` [POC PATCH 1/5] KVM: selftests: Initialize guest_memfd with INIT_SHARED
  ` [POC PATCH 2/5] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
  ` [POC PATCH 3/5] KVM: selftests: Make guest_code_xsave more friendly
  ` [POC PATCH 4/5] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
  ` [POC PATCH 5/5] KVM: selftests: Test conversions for SNP

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

[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 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  (23+ messages)
` [PATCH v3 36/54] selftests/mm: hugetlb_fault_after_madv: add setup of HugeTLB pages
` [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  (3+ messages)
` [PATCH v5 4/5] drm/xe: Set TTM device beneficial_order to 9 (2M)

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

[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 v3] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-05-07  9:38 UTC  (4+ 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  (10+ 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] "

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


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