Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-28 13:08:27 to 2026-07-29 03:14:32 UTC [more...]

[PATCH] mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()
 2026-07-29  3:14 UTC  (3+ messages)

[PATCH 0/1] mm: shmem: reject impossible fallocate ranges
 2026-07-29  3:05 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/2] mm/gup: batch PTE-mapped large folios in follow_page_mask()
 2026-07-29  3:02 UTC  (3+ messages)
` [PATCH 1/2] mm/gup: pass an end address to follow_page_mask() and return a page count
` [PATCH 2/2] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()

[PATCH v7 00/13] Use generic_file_read_iter() in hugetlbfs
 2026-07-29  2:55 UTC  (19+ messages)
` [PATCH v7 01/13] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v7 02/13] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v7 03/13] hugetlb: Mark some function arguments as const
` [PATCH v7 04/13] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v7 05/13] hugetlb: Move poison to pages before clearing hugetlb page type
` [PATCH v7 06/13] hugetlb: Use the has_hwpoisoned flag
` [PATCH v7 07/13] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v7 08/13] mm: Check individual hugetlb pages for poison
` [PATCH v7 09/13] filemap: Add hwpoison handling to filemap_read()
` [PATCH v7 10/13] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v7 11/13] hugetlb: Set mapping folio order
` [PATCH v7 12/13] filemap: Add support for authoritative mappings
` [PATCH v7 13/13] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[PATCH] memcg: bypass the reclaim and oom killer for dying tasks once oom_reaper is done
 2026-07-29  2:46 UTC 

[RFC] Robust futex causing memcg OOM storm on exit
 2026-07-29  2:25 UTC  (9+ messages)

[RFC PATCH 0/2] mm/memory_hotplug: bound offline retry loops with a configurable limit
 2026-07-29  2:11 UTC  (4+ messages)

[PATCH 0/4] mm: reject zone device folios in more folio walkers
 2026-07-29  2:01 UTC  (7+ messages)
` [PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
` [PATCH 2/4] mm/huge_memory: skip zone device folios in madvise_free_huge_pmd()
` [PATCH 3/4] mm/madvise: skip zone device folios in cold/pageout PMD range
` [PATCH 4/4] mm/mempolicy: skip zone device folios when queueing folios

[PATCH v2] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
 2026-07-29  1:35 UTC  (2+ messages)

[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
 2026-07-29  1:21 UTC  (4+ messages)

[PATCH RFC] mm/zswap: reference the pool by index to shrink struct zswap_entry
 2026-07-29  0:53 UTC  (8+ messages)

[RFC PATCH 00/16] Page Alloc Hogger
 2026-07-29  0:36 UTC  (3+ messages)

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-07-29  0:35 UTC  (42+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 02/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 04/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v9 05/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v9 06/41] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v9 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v9 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v9 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v9 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v9 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v9 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v9 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v9 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v9 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v9 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v9 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v9 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v9 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v9 27/41] KVM: selftests: Test basic single-page conversion flow
` [PATCH v9 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v9 29/41] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v9 30/41] KVM: selftests: Test conversion before allocation
` [PATCH v9 31/41] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v9 32/41] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v9 33/41] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v9 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v9 35/41] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v9 36/41] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v9 37/41] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v9 38/41] KVM: selftests: Provide common function to set memory attributes
` [PATCH v9 39/41] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v9 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v9 41/41] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-07-29  0:27 UTC  (4+ messages)
` [PATCH v2 0/2] selftests: Add missing initalization of pointer passed to getline

[PATCH] mm/khugepaged: cap min_free_kbytes recommendation at 1 GiB
 2026-07-29  0:17 UTC  (2+ messages)

[PATCH v14 26/26] mm: zswap: Batched zswap_compress() for compress batching of large folios
 2026-07-28 22:15 UTC  (3+ messages)

[PATCH v8 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-28 22:10 UTC  (13+ messages)
` [PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v8 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v8 03/12] PCI: liveupdate: Track incoming "
` [PATCH v8 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
` [PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v8 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
` [PATCH v8 09/12] PCI: liveupdate: Adopt ARI Forwarding Enable on preserved bridges
` [PATCH v8 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v8 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v8 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-07-28 22:07 UTC  (9+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-28 21:47 UTC  (4+ messages)
` [PATCH v7 1/7] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup

[PATCH] audit: add CLONE3 auxiliary record to log process cloning
 2026-07-28 21:01 UTC  (3+ messages)

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-28 20:58 UTC  (15+ messages)
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags
` [PATCH RFC v4 08/12] selftests/mm: cover /proc/pid/mem access to VM_PFNMAP memory
` [PATCH RFC v4 11/12] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()
` [PATCH RFC v4 12/12] selftests/mm: add a slow-GUP content and COW test for mTHP

[PATCH v3] hugetlb: only adjust reservation during unmapping if mapcount is 0
 2026-07-28 20:50 UTC  (2+ messages)

[Bug 221804] New: WARNING at mm/memblock.c:904 __free_reserved_area(): "Cannot free reserved memory because of deferred initialization of the memory map" during housekeeping_init() at boot
 2026-07-28 20:40 UTC 

[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
 2026-07-28 20:31 UTC  (6+ messages)

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-07-28 19:59 UTC  (6+ messages)

[PATCH v12 0/5] Migrate on fault for device pages
 2026-07-28 19:35 UTC  (4+ messages)

[PATCH v2] hugetlb: only adjust reservation during unmapping if mapcount is 0
 2026-07-28 19:29 UTC  (3+ messages)

[PATCH] hugetlb: only adjust reservation during unmapping if mapcount is 0
 2026-07-28 19:29 UTC  (3+ messages)

[PATCH v3 0/5] mm/rmap: Refactor try_to_unmap_one
 2026-07-28 19:27 UTC  (3+ messages)
` [PATCH v3 4/5] mm/rmap: refactor anon folio unmap in try_to_unmap_one

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-28 19:26 UTC  (2+ messages)

[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
 2026-07-28 19:16 UTC  (2+ messages)

[PATCH] selftests/mm: unpoison pages in memory-failure teardown
 2026-07-28 19:06 UTC  (4+ messages)

[PATCH mm-hotfixes 0/2] mm/huge_memory: fix huge_zero_pfn race
 2026-07-28 19:02 UTC  (5+ messages)
` [PATCH mm-hotfixes 1/2] mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logic

[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
 2026-07-28 19:01 UTC  (11+ messages)

[RFC PATCH] mm/khugepaged: cap pageblock contribution to min_free_kbytes
 2026-07-28 18:31 UTC  (5+ messages)

[PATCH] mm/zsmalloc: fix release order of locks in zs_page_migrate()
 2026-07-28 18:15 UTC  (2+ messages)

[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-28 17:46 UTC  (8+ messages)
` [PATCH v3 05/13] mm/slab: abstract slabobj_ext.objcg access
` [PATCH v3 06/13] mm/slab: abstract slabobj_ext.ref access

[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
 2026-07-28 17:45 UTC  (6+ messages)
` [PATCH v4 19/21] memblock: make HugeTLB bootmem allocation work "

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-28 17:18 UTC  (4+ messages)

[PATCH v2] hugetlb: Move poison to pages before clearing hugetlb page type
 2026-07-28 16:51 UTC 

[PATCH v7 0/9] mm: optimize zone-device memmap initialization
 2026-07-28 16:48 UTC  (5+ messages)
` [PATCH v7 9/9] mm: always use the zone-device template init path

[PATCH] kexec: keep the next kernel off hardware-poisoned pages
 2026-07-28 16:22 UTC 

[PATCH] hugetlb: Move poison to pages before clearing bugetlb page type
 2026-07-28 16:22 UTC 

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-07-28 16:01 UTC  (23+ messages)
` [PATCH 1/5] x86/mm/pat: introcude cpa_lock() and cpa_unlock()
` [PATCH 2/5] x86/mm/pat: acquire init_mm write lock on collapse to avoid UAF
` [PATCH 3/5] x86/mm/pat: acquire init_mm read lock on attribute change "
` [PATCH 4/5] x86/mm/pat: allocate split page tables as kernel page tables
` [PATCH 5/5] x86/mm/pat: fix effective RW computation in lookup_address_in_pgd_attr()

[PATCH 0/2] mm/swap: skip empty clusters in the swapoff scan
 2026-07-28 15:59 UTC  (3+ messages)
` [PATCH 1/2] mm/swap: fix stale comment on swap_info_struct::cluster_info
` [PATCH 2/2] mm/swap: scan by cluster in find_next_to_unuse()

[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
 2026-07-28 15:54 UTC  (7+ messages)
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
 2026-07-28 15:53 UTC  (15+ messages)

[PATCH] mm/filemap: __filemap_add_folio() restore index before retrying
 2026-07-28 15:29 UTC  (3+ messages)

[PATCH] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
 2026-07-28 14:57 UTC  (2+ messages)

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28 14:09 UTC  (2+ messages)

[PATCH] mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}
 2026-07-28 14:04 UTC 

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-07-28 13:48 UTC 

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-28 13:40 UTC  (8+ messages)
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous


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