messages from 2026-08-29 18:43:05 to 2026-08-31 00:28:16 UTC [more...]
[PATCH v12 00/45] guest_memfd: In-place conversion support
2026-08-31 0:25 UTC (44+ messages)
` [PATCH v12 01/45] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v12 02/45] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v12 03/45] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v12 04/45] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v12 05/45] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v12 06/45] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v12 07/45] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v12 08/45] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v12 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v12 10/45] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 14/45] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v12 15/45] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v12 16/45] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v12 17/45] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 19/45] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v12 20/45] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v12 21/45] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v12 22/45] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v12 24/45] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v12 25/45] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v12 26/45] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v12 27/45] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v12 28/45] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v12 29/45] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v12 30/45] KVM: selftests: Test basic single-page conversion flow
` [PATCH v12 31/45] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v12 32/45] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v12 33/45] KVM: selftests: Test conversion before allocation
` [PATCH v12 34/45] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v12 35/45] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v12 36/45] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v12 37/45] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v12 38/45] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v12 39/45] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v12 40/45] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v12 41/45] KVM: selftests: Provide common function to set memory attributes
` [PATCH v12 42/45] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v12 43/45] KVM: selftests: Set up page size and alignment independently for guest_memfd
DAMON Release Newsletter for v7.3-rc1
2026-08-30 23:50 UTC
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-08-30 23:09 UTC (7+ messages)
[PATCH v5 6/6] selftests: prctl: Add test for long thread names
2026-08-30 22:55 UTC (3+ messages)
[PATCH v4 0/6] mm/mglru: clean up folio counters and flag usage
2026-08-30 18:43 UTC (7+ messages)
` [PATCH v4 1/6] mm/memcontrol: make lru_zone_size atomic and simplify sanity check
` [PATCH v4 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
` [PATCH v4 3/6] mm/migrate: copy all referenced state via folio_migrate_lru_refs
` [PATCH v4 4/6] mm/mglru: move max_seq read into walk_update_folio
` [PATCH v4 5/6] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH v4 6/6] mm/mglru: fix potential generation folio number leak
[PATCH v3 0/6] mm/mglru: clean up folio counters and flag usage
2026-08-30 18:34 UTC (12+ messages)
` [PATCH v3 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
` [PATCH v3 3/6] mm/migrate: copy all referenced state via folio_migrate_lru_refs
` [PATCH v3 5/6] mm/mglru: use explicit tier range in read_ctrl_pos()
[PATCH v2] mm/damon/core: fix unconditionally skip last region
2026-08-30 18:19 UTC (3+ messages)
[PATCH 0/6] mm/damon: support access monitoring of hugetlb-backed memory
2026-08-30 18:04 UTC (11+ messages)
` [PATCH 1/6] mm/damon: move damon_hugetlb_mkold() from vaddr to ops-common
` [PATCH 2/6] mm/damon/ops-common: handle hugetlb folios in folio mkold/young rmap walkers
` [PATCH 3/6] mm/damon/paddr: support hugetlb folios in access monitoring
` [PATCH 4/6] mm/damon: support flush-assisted access bit clearing for monitoring
` [PATCH 5/6] mm/damon/sysfs: support aging_flush
` [PATCH 6/6] mm/damon/stat: "
[syzbot] [mm?] WARNING in __mod_zone_page_state
2026-08-30 17:29 UTC (6+ messages)
[PATCH v6 0/5] mm: Unconditional per-VMA locks and cleanups
2026-08-30 16:57 UTC (3+ messages)
[PATCH v2 0/3] mm: reject zone device folios in more folio walkers
2026-08-30 16:50 UTC (6+ messages)
[PATCH 0/2] mm/mempolicy: stop copying state in the interleave paths
2026-08-30 16:39 UTC (3+ messages)
[PATCH v3 00/18] mm/huge_memory: clean up folio split and lift swapcache split limits
2026-08-30 15:23 UTC (9+ messages)
` [PATCH v3 09/18] mm/huge_memory: move anon_vma and filemap management into split helpers
` [PATCH v3 15/18] mm/huge_memory: lift order-0 restriction for swapcache split
[PATCH v2 1/1] mm/slab_common: reject zero object_size before calculate_alignment
2026-08-30 15:11 UTC (2+ messages)
[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
2026-08-30 14:59 UTC (3+ messages)
[PATCH] mm/slab: take n->list_lock for the list_add() in __refill_objects_node()
2026-08-30 14:35 UTC (3+ messages)
[PATCH v2] mm/slab_common: fix shrink budget underflow in kfree_rcu_shrink_scan
2026-08-30 14:22 UTC (2+ messages)
[PATCH] mm: fix the race on huge alloc failed
2026-08-30 14:07 UTC (6+ messages)
[PATCH] mm/slab: reject unsupported kmalloc sizes
2026-08-30 12:52 UTC (8+ messages)
[PATCH] mm: filemap: skip dropbehind folios during fault-around
2026-08-30 12:40 UTC (2+ messages)
[PATCH] mm: filemap: tighten dropbehind completion context check
2026-08-30 11:58 UTC (12+ messages)
` [PATCH v2] mm: filemap: retain mapped dropbehind folios
` [PATCH v3] "
` [PATCH v4] "
[RFC PATCH v4 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
2026-08-30 11:47 UTC (4+ messages)
` [RFC PATCH v4 1/3] mm/zswap: release retired pools via queue_rcu_work() instead of synchronize_rcu()
` [RFC PATCH v4 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array
` [RFC PATCH v4 3/3] mm/zswap: reference the pool by index to shrink struct zswap_entry
[PATCH v2 0/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
2026-08-30 10:56 UTC (8+ messages)
` [PATCH v2 1/2] mm/page_counter: avoid integer overflow in effective_protection()
` [PATCH v2 2/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
[PATCH 0/8] mm: remove page_swap_entry()
2026-08-30 10:32 UTC (9+ messages)
` [PATCH 1/8] mm/swap: add folio_swap_entry() and folio_page_swap_entry()
` [PATCH 2/8] mm/huge_memory: use folio_swap_entry() when splitting a swapcache folio
` [PATCH 3/8] mm/rmap: use folio_page_swap_entry() in ttu_anon_swapbacked_folio()
` [PATCH 4/8] mm/zswap: convert the store path to take a folio and index
` [PATCH 5/8] mm/swapfile: use folio_page_swap_entry()
` [PATCH 6/8] arm64: mte: make mte_save_tags() and mte_restore_tags() static
` [PATCH 7/8] arm64: mte: pass the swap entry to mte_save_tags()
` [PATCH 8/8] mm/swap: remove page_swap_entry()
[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
2026-08-30 8:57 UTC (5+ messages)
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
[PATCH 0/4] USB: replace page allocator calls with kmalloc()
2026-08-30 8:10 UTC (5+ messages)
` [PATCH 1/4] USB: usbfs: replace __get_free_page() "
` [PATCH 2/4] USB: cxacru: "
` [PATCH 3/4] USB: speedtch: "
` [PATCH 4/4] USB: serial: wwan: "
[PATCH 0/3] tty: replace page allocator calls with k[mz]alloc()
2026-08-30 7:49 UTC (4+ messages)
` [PATCH 1/3] tty: port: replace get_zeroed_page() with kzalloc()
` [PATCH 2/3] serial: core: "
` [PATCH 3/3] tty: hvcs: replace __get_free_page() with kmalloc()
[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
2026-08-30 7:48 UTC (5+ messages)
` [PATCH 1/4] char: xilinx_hwicap: "
` [PATCH 2/4] char: xillybus: replace __get_free_pages() with kmalloc()
` [PATCH 3/4] misc: ibmvmc: replace get_zeroed_page() with kzalloc()
` [PATCH 4/4] platform: goldfish: pipe: replace __get_free_page() with kmalloc()
[PATCH v2 0/7] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
2026-08-30 7:45 UTC (21+ messages)
` [PATCH v2 1/7] mm/mglru: separate folio generation update from LRU accounting
` [PATCH v2 2/7] mm/mglru: batch update lrugen->nr_pages in inc_min_seq()
` [PATCH v2 3/7] mm/mglru: enhance cold/hot inversion handling "
` [PATCH v2 4/7] mm/mglru: exclude folios promoted by aging from protected "
` [PATCH v2 5/7] mm/mglru: make LRU folio prefetch helper an inline function
` [PATCH v2 6/7] mm/mglru: move folios from oldest gen to second-oldest gen from head to tail
` [PATCH v2 7/7] mm/mglru: batch move folios to the second-oldest gen's LRU
[PATCH] sched/cache: Fix use-after-free of the mm replaced by exec
2026-08-30 7:30 UTC
[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
2026-08-30 5:59 UTC (3+ messages)
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header
[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
2026-08-30 5:36 UTC (10+ messages)
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD
[PATCH v7 0/4] mm: avoid large folio splits when swap is unavailable
2026-08-30 4:42 UTC (6+ messages)
` [PATCH v7 1/4] mm: add page_counter_margin()
` [PATCH v7 2/4] mm: distinguish large folio swap allocation failures
` [PATCH v7 3/4] mm/vmscan: avoid pointless large folio splits without swap
` [PATCH v7 4/4] mm/shmem: split large folios only on -E2BIG
[PATCH 0/9] Remove FGP_NOFS
2026-08-30 4:18 UTC (10+ messages)
` [PATCH 1/9] mm: Improve memalloc_nofs_save() documentation
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
` [PATCH 3/9] erofs: Remove redundant FGP_NOFS
` [PATCH 4/9] nfs: "
` [PATCH 5/9] ntfs: Remove FGP_NOFS from __ntfs_inode_resident_attr_pwrite()
` [PATCH 6/9] ntfs: Remove redundant FGP_NOFS from ntfs_wof_collect_dest()
` [PATCH 7/9] squashfs: Remove use of FGP_NOFS
` [PATCH 8/9] filemap: Remove redundant FGP_NOFS
` [PATCH 9/9] filemap: Remove FGP_NOFS
[PATCH 0/2] mm: vmscan: fix scan overshoot and ineligible folio scanning
2026-08-30 3:18 UTC (5+ messages)
[PATCH] mm/oom_kill, proc: replace magic number 1000 with OOM_SCORE_ADJ_MAX
2026-08-30 3:13 UTC (2+ messages)
[PATCH v2] tools/mm: add hwpoison-panic tool
2026-08-30 2:37 UTC (2+ messages)
[PATCH] mm: page_counter: reject empty string in page_counter_memparse()
2026-08-30 0:53 UTC (9+ messages)
[PATCH v3 0/2] mm, swap: don't spin on a bad swap entry
2026-08-30 0:42 UTC (2+ messages)
[PATCH v4 RESEND 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
2026-08-30 0:20 UTC (3+ messages)
` [PATCH v4 RESEND 1/2] memcg: acquire peaks_lock when reading memory.peak
` [PATCH v4 RESEND 2/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
[PATCH v5 0/5] mm: Fix MF_DELAYED handling on memory failure
2026-08-30 0:05 UTC (6+ messages)
` [PATCH v5 5/5] mm: selftests: Add shmem into memory failure test
[syzbot] [mm?] INFO: rcu detected stall in __mmap_complete
2026-08-29 23:44 UTC (4+ messages)
[PATCH v4 0/4] make unused huge shrinker memcg aware
2026-08-29 23:23 UTC (5+ messages)
` [PATCH v4 1/4] fs: fix missed removal of super_fs_objects_eligible()
[Linux Memory Hotness and Promotion] Notes from August 27, 2026
2026-08-29 21:48 UTC
[PATCH v2 0/6] mm/page_io: folio conversion cleanups
2026-08-29 19:09 UTC (7+ messages)
` [PATCH v2 1/6] mm/page_io: convert write completion handlers to folios
` [PATCH v2 2/6] mm: remove PageReclaim
` [PATCH v2 3/6] mm/page_io: use swap entries directly in zeromap helpers
` [PATCH v2 4/6] mm/page_io: rename bio_associate_blkg_from_page()
` [PATCH v2 5/6] mm/page_io: refer to folios in swap_writeout() comments
` [PATCH v2 6/6] mm/swap: rename __swap_writepage() to __swap_writeout()
[PATCH] mm/damon: fix unconditionally skip last region
2026-08-29 19:06 UTC (3+ messages)
[PATCH] x86/mm: don't apply va_align to hugetlb mappings on AMD F15h
2026-08-29 18:51 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox