messages from 2026-08-07 11:29:55 to 2026-08-08 07:39:29 UTC [more...]
[PATCH v2] kasan: fix cache shrink race with CPU hotplug
2026-08-08 7:39 UTC (2+ messages)
[PATCH v4 0/5] mm: Unconditional per-VMA locks and cleanups
2026-08-08 6:08 UTC (9+ messages)
` [PATCH v4 1/5] mm: Make per-VMA locks available universally
` [PATCH v4 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v4 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
[PATCH v8] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
2026-08-08 5:55 UTC (2+ messages)
[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING 8086604be9733378461a5534c39cb72635226b23
2026-08-08 5:06 UTC
[rppt-memblock:for-next] BUILD SUCCESS b3c1ec1a9ad84ec2f14d343d28c6032feaec5b79
2026-08-08 5:04 UTC
[rppt-memblock:fixes] BUILD SUCCESS 97090500d776c3f6d08e857e3a0a7cf092999094
2026-08-08 5:04 UTC
[PATCH 0/6] mm/page_io: folio conversion cleanups
2026-08-07 19:44 UTC (23+ messages)
` [PATCH 1/6] mm/page_io: convert write completion handlers to folios
` [PATCH 2/6] mm: remove PageReclaim
` [PATCH 3/6] mm/page_io: use swap entries directly in zeromap helpers
` [PATCH 4/6] mm/page_io: rename bio_associate_blkg_from_page()
` [PATCH 5/6] mm/page_io: refer to folios in swap_writeout() comments
` [PATCH 6/6] mm/swap: rename __swap_writepage() to __swap_writeout()
[PATCH v3] memcg: keep folio's objcg same as its node
2026-08-08 1:35 UTC (2+ messages)
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-08 0:29 UTC (43+ messages)
` [PATCH v10 01/41] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v10 03/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v10 04/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v10 05/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v10 06/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v10 14/41] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v10 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v10 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v10 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v10 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v10 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v10 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v10 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v10 27/41] KVM: selftests: Test basic single-page conversion flow
` [PATCH v10 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v10 29/41] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v10 30/41] KVM: selftests: Test conversion before allocation
` [PATCH v10 31/41] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v10 32/41] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v10 33/41] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v10 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v10 35/41] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v10 36/41] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v10 37/41] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v10 38/41] KVM: selftests: Provide common function to set memory attributes
` [PATCH v10 39/41] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v10 41/41] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
2026-08-08 0:19 UTC (18+ messages)
` [PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v3 26/26] mm: add fast path for AS_NO_DIRECT_MAP
[PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
2026-08-08 0:15 UTC (2+ messages)
[PATCH 2/2] mm/damon: skip deactivated schemes in watermark checks and add fallback sleep
2026-08-08 0:07 UTC (4+ messages)
[RFC PATCH 0/2] mm/damon: fix nr_snapshots semantics and max_nr_snapshots check coverage
2026-08-07 23:59 UTC (4+ messages)
[RFC PATCH v5 0/4] mm: avoid large folio splits when swap is unavailable
2026-08-07 23:26 UTC (12+ messages)
` [RFC PATCH v5 2/4] mm: distinguish large folio swap allocation failures
` [RFC PATCH v5 3/4] mm/vmscan: avoid pointless large folio splits without swap
` [RFC PATCH v5 4/4] mm/shmem: split large folios only on -E2BIG
[PATCH v3 0/2] mm/swap: skip empty clusters in the swapoff scan
2026-08-07 21:42 UTC (5+ messages)
[PATCH] kasan: fix cache shrink race with CPU hotplug
2026-08-07 21:38 UTC (4+ messages)
[PATCH 0/3] mm: support splitting mappingless swapcache folios
2026-08-07 21:22 UTC (5+ messages)
[PATCH RFC 00/13] mm/huge_memory: clean up folio split and lift swapcache split limits
2026-08-07 21:17 UTC (14+ messages)
` [PATCH RFC 01/13] mm/swap: fix off-by-one in swap cache replace sanity check
` [PATCH RFC 02/13] mm/huge_memory: fix rejection of swap cache folios with a mapping
` [PATCH RFC 03/13] mm/huge_memory: invert folio_ref_freeze() check to reduce indentation
` [PATCH RFC 04/13] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH RFC 05/13] mm/huge_memory: consolidate irq and locking for folio split
` [PATCH RFC 06/13] mm/huge_memory: move EOF trimming into the file split helper
` [PATCH RFC 07/13] mm/huge_memory: move unmap and remap into the split helpers
` [PATCH RFC 08/13] mm/huge_memory: move anon_vma and filemap management into "
` [PATCH RFC 09/13] mm/huge_memory: move memcg switch into the file split helper
` [PATCH RFC 10/13] mm/huge_memory: allow splitting mappingless swap cache folios
` [PATCH RFC 11/13] mm/huge_memory: clean up after-split folio freeing in __folio_split
` [PATCH RFC 12/13] mm/huge_memory: lift order-0 restriction for swapcache split
` [PATCH RFC 13/13] mm/huge_memory: count only swap cache refs in anon folio split
[PATCH v2 00/19] maple_tree: lock checking and clean ups
2026-08-07 20:44 UTC (5+ messages)
` [PATCH v2 14/19] maple_tree: WARN_ON_ONCE when allocations fail
[syzbot] [mm?] WARNING in mas_nomem
2026-08-07 20:32 UTC (11+ messages)
[PATCH RESEND 0/3] mm: trace: decode architecture-specific VMA flags
2026-08-07 20:26 UTC (5+ messages)
[PATCH v2 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
2026-08-07 20:22 UTC
[RFC PATCH v3 00/14] Introduce tiered memcg limits
2026-08-07 20:20 UTC (15+ messages)
` [RFC PATCH v3 01/14] mm/memcontrol: Introduce cgroup.memory=tiered_limits boot parameter
` [RFC PATCH v3 02/14] mm/memcontrol: Refactor page_counter charging in try_charge_memcg
` [RFC PATCH v3 03/14] mm/memory-tiers: Introduce a mapping from nid to tier_slot
` [RFC PATCH v3 04/14] mm/memcontrol: Allocate per-tier page_counters
` [RFC PATCH v3 05/14] mm/memcontrol: Set tier limits proportional to memory limits
` [RFC PATCH v3 06/14] mm/vmscan, memcontrol: Add nodemask to try_to_free_mem_cgroup_pages
` [RFC PATCH v3 07/14] mm/memcontrol: Charge/uncharge tiered memory to mem_cgroup
` [RFC PATCH v3 08/14] mm/memcontrol: Make memory.low and memory.min tier-aware
` [RFC PATCH v3 09/14] mm/memcontrol: Make memory.high tier-aware
` [RFC PATCH v3 10/14] mm/memcontrol: Make memory.max tier-aware
` [RFC PATCH v3 11/14] mm/memcontrol, migrate: Transfer tier charge on migration
` [RFC PATCH v3 12/14] mm/memcontrol: Kick async reclaim on migration and folio replacement
` [RFC PATCH v3 13/14] mm/memcontrol, sched/numa: Gate NUMA promotions into memcg tiers
` [RFC PATCH v3 14/14] mm/page_alloc: steer allocations away from exhausted memory tiers
[PATCH] Fix unbounded loop within try_charge_memcg
2026-08-07 20:07 UTC (6+ messages)
[PATCH] mm: Make VM_FAULT_RESULT_TRACE compatible with sparse
2026-08-07 17:21 UTC (2+ messages)
[PATCH] mm/mglru: fix lockless folio_putback_lru() race in evict_folios()
2026-08-07 17:02 UTC (3+ messages)
` [syzbot ci] "
[PATCH v3 00/11] Virtual Swap Space (Swap Table Edition)
2026-08-07 16:31 UTC (5+ messages)
` [PATCH v3 01/11] mm, swap: add virtual swap device infrastructure
` [PATCH v3 08/11] mm, swap: only charge physical swap entries
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-07 16:26 UTC (7+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte
[RFC PATCH 0/2] mm: zsmalloc: make shrinker compaction budget-aware
2026-08-07 16:25 UTC (5+ messages)
[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
2026-08-07 16:16 UTC (12+ messages)
` [PATCH v4 01/10] dt-bindings: reserved-memory: Document "
` [PATCH v4 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v4 03/10] dt-bindings: gpu: host1x: Document memory-regions for NVDEC
` [PATCH v4 04/10] bitmap: Add bitmap_allocate() function
` [PATCH v4 05/10] mm/cma: Allow dynamically creating CMA areas
` [PATCH v4 06/10] dma-buf: heaps: Add debugfs support
` [PATCH v4 07/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v4 08/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v4 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v4 10/10] arm64: tegra: Add VPR placeholder node on Tegra264
[PATCH] mm/khugepaged: cap min_free_kbytes recommendation at 1 GiB
2026-08-07 16:03 UTC (2+ messages)
[PATCH 0/5] x86/mm/pat: CPA fixes
2026-08-07 15:36 UTC (7+ messages)
[patch 0/3] lib: add synthetic MM benchmarks
2026-08-07 15:33 UTC (4+ messages)
` [patch 1/3] lib: test_vmstat: add synthetic benchmark for vm stats
` [patch v2] "
[PATCH] selftests/mm: fix read_file() return value check
2026-08-07 14:35 UTC
Fwd: BadBunny: UFFDIO_COPY shmem killpriv bypass leading to local privilege escalation
2026-08-07 14:14 UTC (2+ messages)
[PATCH v4] kexec: keep the next kernel off hardware-poisoned pages
2026-08-07 14:05 UTC
[PATCH 1/2] mm/damon: fix nr_snapshots counting using tried_applied flag
2026-08-07 13:52 UTC (2+ messages)
[PATCH RFC 0/5] allow kfree_nolock() handle kmalloc() objects
2026-08-07 13:50 UTC (6+ messages)
` [PATCH RFC 1/5] mm/slab: cleanup deferred free handling
` [PATCH RFC 2/5] mm/slab, kfence: support kfence objects in kfree_nolock()
` [PATCH RFC 3/5] mm/slab, kmemleak: handle kmemleak freeing "
` [PATCH RFC 4/5] mm/slab: handle large_kmalloc objects "
` [PATCH RFC 5/5] sched: use kfree_nolock() instead of kfree_rcu()
[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-08-07 12:15 UTC (8+ messages)
` [PATCH v6 1/2] "
[linux-next:master 8777/13479] mm/hugetlb.c:3095:39: warning: array subscript 4294967295 is above array bounds of 'struct list_head[1]'
2026-08-07 11:46 UTC (3+ messages)
` "
[PATCH v2 00/17] selftests/mm: improve khugepaged coverage
2026-08-07 11:36 UTC (18+ messages)
` [PATCH v2 01/17] selftests/mm: skip collapse_compound_extreme where the PMD is too large
` [PATCH v2 02/17] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v2 03/17] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v2 04/17] selftests/mm: retry the swapout the khugepaged swap cases rely on
` [PATCH v2 05/17] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v2 06/17] selftests/mm: add folio-order check for address ranges
` [PATCH v2 07/17] selftests/mm: add folio-order detection self-check
` [PATCH v2 08/17] selftests/mm: add khugepaged completion barrier helper
` [PATCH v2 09/17] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v2 10/17] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v2 11/17] selftests/mm: cover a shared-source collapse write race
` [PATCH v2 12/17] selftests/mm: run every supported collapse order by default
` [PATCH v2 13/17] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH v2 14/17] selftests/mm: add khugepaged race harness
` [PATCH v2 15/17] selftests/mm: race collapse of windows with holes
` [PATCH v2 16/17] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v2 17/17] selftests/mm: zap whole PTE tables in "
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