Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-07 14:18:20 to 2026-08-09 01:07:58 UTC [more...]

[PATCH v4 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-09  1:07 UTC  (15+ 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 v4 5/5] tcp: Remove mmap_lock fallback path

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-09  0:51 UTC  (5+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()

[PATCH 2/2] mm/damon: skip deactivated schemes in watermark checks and add fallback sleep
 2026-08-08 22:50 UTC  (5+ messages)

[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
 2026-08-08 21:10 UTC  (2+ messages)

[PATCH RFC 00/13] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-08-08 20:19 UTC  (21+ 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

[syzbot] [mm?] WARNING in mmap_region
 2026-08-08 20:10 UTC 

[PATCH v2] selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
 2026-08-08 20:03 UTC 

[PATCH] kasan: avoid unnecessary quarantine lock cycling
 2026-08-08 19:12 UTC 

[PATCH 0/3] mm: support splitting mappingless swapcache folios
 2026-08-08 17:02 UTC  (9+ messages)
` [PATCH 2/3] mm: add KUnit coverage for "

[PATCH v2] kasan: fix cache shrink race with CPU hotplug
 2026-08-08 16:53 UTC  (4+ messages)

[CFP] DAMON Nanoconference (aka BoF) at LPC'26
 2026-08-08 16:27 UTC  (2+ messages)

[PATCH v3 0/2] mm/swap: skip empty clusters in the swapoff scan
 2026-08-08 15:53 UTC  (6+ messages)

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-08 13:56 UTC  (19+ 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 0/4] mm, swap: keep hibernation swap slots out of the swap cache
 2026-08-08 13:26 UTC  (6+ messages)
` [PATCH 1/4] mm, swap: don't free a hibernation slot that is in "
` [PATCH 2/4] mm, swap: give hibernation swap slots their own swap table entry type

Fwd: BadBunny: UFFDIO_COPY shmem killpriv bypass leading to local privilege escalation
 2026-08-08 12:17 UTC  (4+ messages)

[RFC PATCH v4 1/3] mm: allow page faults to request VMA-lock retry
 2026-08-08 10:58 UTC  (2+ messages)

[PATCH] slab: align ZERO_SIZE_PTR to ARCH_KMALLOC_MINALIGN
 2026-08-08 10:56 UTC 

[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 v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
 2026-08-08  0:15 UTC  (2+ messages)

[RFC PATCH 0/2] mm/damon: fix nr_snapshots semantics and max_nr_snapshots check coverage
 2026-08-07 23:59 UTC  (3+ 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] kasan: fix cache shrink race with CPU hotplug
 2026-08-07 21:38 UTC  (4+ messages)

[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 


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