Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-08 14:21:57 to 2026-06-09 08:06:22 UTC [more...]

[PATCH v10 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-06-09  8:06 UTC  (72+ messages)
` [PATCH v10 02/37] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
` [PATCH v10 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v10 12/37] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v10 16/37] mm: alloc_swap_folio: pass raw fault address to vma_alloc_folio
` [PATCH v10 17/37] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v10 24/37] mm: add put_page_zeroed and folio_put_zeroed
` New design

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-09  8:03 UTC  (9+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v4 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v4 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases

[PATCH v5 9/9] mm: switch deferred split shrinker to list_lru
 2026-06-09  8:02 UTC  (4+ messages)

[PATCH] mm/swap_state: remove unnecessary lru_add_drain() from readahead
 2026-06-09  8:01 UTC  (4+ messages)

[PATCH] Docs/damon: add TLB flush policy document
 2026-06-09  7:59 UTC  (3+ messages)

[PATCH] mm: constify oom_control, scan_control, and alloc_context nodemask
 2026-06-09  7:48 UTC  (5+ messages)

[PATCH v8 0/3] KSM: performance optimizations for rmap_walk_ksm
 2026-06-09  7:44 UTC  (5+ messages)
` [PATCH v8 1/3] ksm: add linear_page_index into ksm_rmap_item
` [PATCH v8 2/3] ksm: Optimize rmap_walk_ksm by passing a suitable page index
` [PATCH v8 3/3] ksm: add mremap selftests for ksm_rmap_walk

[PATCH] mm/lruvec: trace LRU add drains and drain-all queuing
 2026-06-09  7:44 UTC  (2+ messages)

[linux-next:master] [vmalloc] 60ced5818f: stress-ng.shm.ops_per_sec 7.2% regression
 2026-06-09  7:35 UTC  (2+ messages)

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-06-09  7:31 UTC  (24+ messages)
` [PATCH 1/7] mm/migrate: rename PAGE_ migration flags to FOLIO_
` [PATCH 3/7] mm/migrate: skip data copy for already-copied folios
` [PATCH 4/7] mm/migrate: add batch-copy path in migrate_pages_batch
` [PATCH 6/7] drivers/migrate_offload: add DMA batch copy driver (dcbm)

[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
 2026-06-09  7:28 UTC  (2+ messages)

[RFC] mm/mincore: present-PTE scan cost after pte_batch_hint() batching
 2026-06-09  7:26 UTC 

[PATCH v2 00/10] sh: remove NUMA and SPARSEMEM support
 2026-06-09  7:21 UTC  (4+ messages)

[PATCH v5 0/4] Only free healthy pages in high-order has_hwpoisoned folio
 2026-06-09  7:21 UTC  (7+ messages)
` [PATCH v5 1/4] mm/page_alloc: only "
` [PATCH v5 2/4] mm/memory-failure: set has_hwpoisoned flags on dissolved HugeTLB folio
` [PATCH v5 3/4] mm/memory-failure: skip take_page_off_buddy after dissolving HWPoison HugeTLB page

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-09  7:09 UTC  (12+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE

[PATCH v2] samples/damon/mtier: fail early if address range parameters are invalid
 2026-06-09  6:46 UTC 

[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-06-09  6:31 UTC  (5+ messages)
  ` [PATCH v7 15/15] arm64: mm: Unmap kernel data/bss entirely from the linear map

[PATCH v3 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-09  6:26 UTC  (17+ messages)
` [PATCH v3 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v3 4/6] alloc_tag: add accuracy based filtering to ioctl
` [PATCH v3 5/6] kselftest: alloc_tag: add kselftest for ioctl interface

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-09  6:08 UTC  (8+ messages)

[PATCH v2 0/6] Remove __folio_index again
 2026-06-09  5:06 UTC  (12+ messages)
` [PATCH v2 1/6] ntfs: Inline zero_partial_compressed_page()
` [PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
` [PATCH v2 3/6] ntfs: Use zero_user_segment() "
` [PATCH v2 4/6] ntfs: Remove references to page->__folio_index
` [PATCH v2 5/6] show_page_info: Remove printing of page index
` [PATCH v2 6/6] mm: Remove __folio_index

[PATCH v7 4/6] ksm: add pgoff into ksm_rmap_item
 2026-06-09  4:51 UTC  (2+ messages)

[PATCH] Respect mempolicy when calculating surplus huge pages
 2026-06-09  4:23 UTC  (4+ messages)

[PATCH v3 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-09  4:19 UTC  (33+ messages)
` [PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
` [PATCH v3 2/4] mm/zswap: Implement proactive writeback

[GIT PULL] hotfixes against 7.1-rc7
 2026-06-09  3:54 UTC 

[PATCH v2] mm/slub: allocate sheaves on local memory nodes
 2026-06-09  3:41 UTC  (4+ messages)

[rppt-memblock:fixes] BUILD SUCCESS 7c2eee9c136734825ff524dd8b2146438a4f8250
 2026-06-09  3:36 UTC 

[PATCH] mm/page_table_check: do not track special (PFN-mapped) PTEs
 2026-06-09  2:23 UTC  (3+ messages)

[PATCH mm-unstable v19 11/14] mm/khugepaged: Introduce mTHP collapse support
 2026-06-09  1:52 UTC  (5+ messages)

[RFC v1 0/9] kho: granular compatibility and header decoupling
 2026-06-09  1:14 UTC  (12+ messages)
` [RFC v1 1/9] kho: split out radix tree tracker into kho_radix.c

[RFC PATCH] samples/damon/mtier: handle damon_start() failure
 2026-06-09  0:54 UTC 

[PATCH v2 6.1] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-06-09  0:52 UTC  (3+ messages)

[PATCH] mm/gup_test: reject wrapped user ranges
 2026-06-09  0:48 UTC 

[PATCH v4 0/2] mm: improve folio refcount scalability
 2026-06-08 22:47 UTC  (4+ messages)
` [PATCH v4 1/2] mm: drop page refcount zero state semantics
` [PATCH v4 2/2] mm: implement page refcount locking via dedicated bit

[PATCH 0/2] mm/vmpressure: reduce CPU, memory and code overhead on cgroup v2
 2026-06-08 22:26 UTC  (8+ messages)
` [PATCH 1/2] mm/vmpressure: skip tree=true accounting "

[PATCH] rseq: don't promote transient TLS faults to SIGSEGV
 2026-06-08 22:20 UTC 

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-08 21:56 UTC  (21+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges

[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
 2026-06-08 19:55 UTC  (7+ messages)
` [RFC PATCH 1/4] dma: Add DMA allocation preservation KHO ABI
` [RFC PATCH 2/4] dma/pool: Add an API to check if DMA allocation is from pool
` [RFC PATCH 3/4] dma-direct: Add API to preserve/restore allocations

[PATCH v2 0/3] userfaultfd: verify VMA state across UFFDIO_COPY retry
 2026-06-08 18:57 UTC  (7+ messages)
` [PATCH v2 1/3] "

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-08 18:42 UTC  (4+ messages)
` [PATCH 2/3] "

[LTP] [PATCH 0/5] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-08 17:12 UTC  (2+ messages)

[PATCH] mm/migrate: Add native folio functions
 2026-06-08 16:46 UTC  (3+ messages)

[PATCH 1/2] fs/proc/task_mmu: change lock_vma_range() to return error code
 2026-06-08 16:20 UTC  (12+ messages)
` [PATCH 2/2] fs/proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-06-08 16:04 UTC  (8+ messages)

[PATCH] samples/damon/mtier: fail early if address range parameters are invalid
 2026-06-08 15:54 UTC  (3+ messages)

[RFC PATCH] mm/vmalloc: add vmalloc_decrypted() and vzalloc_decrypted()
 2026-06-08 15:37 UTC  (2+ messages)

[PATCH] mm/mincore: handle non-swap entries before !CONFIG_SWAP guard
 2026-06-08 15:34 UTC  (2+ messages)

[PATCH v3 04/22] mm: Make readahead store folio count in readahead_control
 2026-06-08 14:54 UTC  (2+ messages)
` [PATCH v3 05/22] netfs: Bulk load the readahead-provided folios up front

[PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check
 2026-06-08 14:36 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