Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-07 21:54:33 to 2026-08-10 11:23:07 UTC [more...]

[PATCH] tracing: report buffer memory in /proc/meminfo
 2026-08-10 11:22 UTC  (3+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-10 11:20 UTC  (12+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH] mm/pagewalk: fix stale walk->action escaping walk_pmd_range()
 2026-08-10 11:19 UTC  (2+ messages)

[PATCH 0/6] mm/page_io: folio conversion cleanups
 2026-08-10 11:19 UTC  (13+ messages)
` [PATCH 1/6] mm/page_io: convert write completion handlers to folios
` [PATCH 2/6] mm: remove PageReclaim
` [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] mm/gup_test: fix race with PIN_LONGTERM_TEST ioctls
 2026-08-10 11:02 UTC  (4+ messages)
  ` [External] "

[PATCH v4 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-10 10:41 UTC  (18+ 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 v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-08-10 10:19 UTC  (2+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-10 10:14 UTC  (4+ messages)
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper

[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
 2026-08-10 10:04 UTC  (4+ messages)
` [PATCH v2 3/6] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use

[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
 2026-08-10 10:00 UTC  (9+ messages)

[PATCH] mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()
 2026-08-10  9:57 UTC 

[PATCH v4] kexec: keep the next kernel off hardware-poisoned pages
 2026-08-10  9:49 UTC  (2+ messages)

[PATCH v4 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-10  9:39 UTC  (3+ messages)
` [PATCH v4 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v4 2/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled

[PATCH] mm/cma: remove stray newline from auto-generated CMA area name
 2026-08-10  9:38 UTC  (2+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-10  9:36 UTC  (43+ messages)
` [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 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [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 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 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 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/11] dma-buf: heaps: Add support for Tegra VPR
 2026-08-10  9:07 UTC  (9+ messages)
  ` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-10  8:39 UTC  (7+ 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 v5 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-08-10  8:36 UTC  (3+ messages)
` [PATCH v5 1/5] mm/vmscan: introduce folio_activate_locked() helper

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-10  8:35 UTC  (13+ 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] kho: do not reserve scratch memory in the kdump kernel
 2026-08-10  8:23 UTC  (2+ messages)

[RFC PATCH v5 0/4] mm: avoid large folio splits when swap is unavailable
 2026-08-10  8:06 UTC  (11+ 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] mm/memcg: fix NULL nodeinfo[] dereference on late-onlined nodes
 2026-08-10  7:58 UTC  (2+ messages)

[PATCH] mm: memcg-v1: fix memory.memsw.failcnt accounting
 2026-08-10  7:42 UTC 

[RFC PATCH v2 00/10] mm, swap: dynamic cluster management for xswap devices
 2026-08-10  7:25 UTC  (6+ messages)
` [RFC PATCH v2 01/10] mm: xswap support for zswap

[PATCH v5] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
 2026-08-10  6:39 UTC  (5+ messages)

[PATCH] selftests/mm: fix read_file() return value check
 2026-08-10  5:43 UTC  (2+ messages)

[PATCH v6 0/7] docs/zh_CN: update DAMON translations
 2026-08-10  5:40 UTC  (3+ messages)

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-08-10  5:35 UTC  (4+ messages)

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-08-10  4:46 UTC  (2+ messages)

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

[PATCH RFC 00/13] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-08-10  3:35 UTC  (31+ 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 1/1] mm/mm_init: compute hash mask with unsigned arithmetic
 2026-08-10  3:21 UTC  (5+ messages)

[RFC PATCH] mm/cma: don't release CMA pages still in use
 2026-08-10  3:16 UTC  (2+ messages)

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

[PATCH v2 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
 2026-08-10  2:58 UTC  (2+ messages)

[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING e0ffd277b09a7c9f1a436e5f75be37ac490bc59f
 2026-08-10  2:44 UTC 

[PATCH v3 0/6] Fix device page migration in low memory fallback
 2026-08-10  2:26 UTC  (3+ messages)
` [PATCH v3 3/6] mm/migrate_device: Fix THP splitting of a CPU faulted device private folio

[PATCH v2] futex: Keep the PI owner of a private futex in the key's mm
 2026-08-10  0:23 UTC 

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-08-09 22:37 UTC  (2+ messages)

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

[PATCH v23 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-08-09 16:21 UTC  (3+ messages)

[PATCH v2 0/4] mm, swap: keep hibernation swap slots out of the swap cache
 2026-08-09 14:45 UTC  (5+ messages)
` [PATCH v2 1/4] mm, swap: don't free a hibernation slot that is in "
` [PATCH v2 2/4] mm, swap: only allow swapped-out slots into "
` [PATCH v2 3/4] mm, swap: give hibernation swap slots their own swap table entry type
` [PATCH v2 4/4] mm, swap: drop the swap cache guard and reclaim in swap_free_hibernation_slot()

[PATCH] mm/userfaultfd: clear uffd-wp PTE state when re-registering without WP
 2026-08-09 14:25 UTC  (2+ messages)

[PATCH 1/1] zsmalloc: account for handle size in class lookup
 2026-08-09 11:55 UTC 

[PATCH] selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check
 2026-08-09  8:03 UTC 

[PATCH] mm/execmem: fix fallback_end description in kernel-doc
 2026-08-09  5:52 UTC  (2+ messages)

[PATCH] drivers/base, mm: move arch_numa.c to mm/
 2026-08-09  5:51 UTC  (3+ messages)

[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
 2026-08-09  4:18 UTC  (3+ messages)
  ` [PATCH v4 1/4] efi: add a KHO configuration table GUID

[PATCH 0/4] mm, swap: keep hibernation swap slots out of the swap cache
 2026-08-09  4:02 UTC  (8+ 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

[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-08-09  3:12 UTC  (9+ messages)
` [PATCH v6 1/2] "

[PATCH] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
 2026-08-09  2:06 UTC 

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

[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 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

[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 v3] memcg: keep folio's objcg same as its node
 2026-08-08  1:35 UTC  (2+ messages)

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

[RFC PATCH 0/2] mm/damon: fix nr_snapshots semantics and max_nr_snapshots check coverage
 2026-08-07 23:59 UTC  (2+ messages)


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