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

[PATCH 0/3] kasan: common: cleanups and deduplication
 2026-07-06 14:13 UTC  (7+ messages)
` [PATCH 1/3] kasan: deduplicate quarantine reduction logic
` [PATCH 2/3] kasan: common: use ALIGN_DOWN macro for stack alignment
` [PATCH 3/3] kasan: common: replace magic number with KASAN_TAG_KERNEL

[PATCH 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
 2026-07-06 14:06 UTC  (12+ messages)
` [PATCH 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [PATCH 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [PATCH 03/11] mm/damon/core: make damon_stop() never fails
` [PATCH 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [PATCH 05/11] mm/damon/reclaaim: "
` [PATCH 06/11] mm/damon/lru_sort: "
` [PATCH 07/11] mm/damon/core: change damon_stop() return type to void
` [PATCH 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [PATCH 09/11] mm/damon/core: wait ctx stop in damon_call() before reruning an error
` [PATCH 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [PATCH 11/11] samples/damon/prcl: do not stop DAMON "

[PATCH v3 0/6] Fix incorrect access of hugetlb pte entries
 2026-07-06 14:04 UTC  (14+ messages)
` [PATCH v3 1/6] arm64: make huge_ptep_get handled unaligned addresses
` [PATCH v3 2/6] mm/rmap: use huge_ptep_get() in try_to_unmap_one()
` [PATCH v3 3/6] mm/rmap: use huge_ptep_get() in try_to_migrate_one()
` [PATCH v3 6/6] mm/mprotect: use huge_ptep_get() for hugetlb

[PATCH v9 00/15] userfaultfd: working set tracking for VM guest memory
 2026-07-06 13:52 UTC  (20+ messages)
` [PATCH v9 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v9 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v9 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v9 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v9 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v9 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v9 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v9 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v9 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v9 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v9 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v9 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v9 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v9 14/15] selftests/mm: add userfaultfd RWP tests
  ` [PATCH v9.1 "
` [PATCH v9 15/15] Documentation/userfaultfd: document RWP working set tracking
` Addressing Sashiko AI review

[PATCH v5 0/8] mm: optimize zone-device memmap initialization
 2026-07-06 13:49 UTC  (15+ messages)
` [PATCH v5 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v5 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v5 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v5 6/8] string: introduce memcpy_nt() helpers

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-06 13:49 UTC  (5+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()

[PATCH v9 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
 2026-07-06 13:46 UTC  (3+ messages)

[PATCH] selftests/damon: check correct path in ensure_file() not_exist case
 2026-07-06 13:43 UTC 

[PATCH v2] virtio_balloon: prime stats vq after virtio_device_ready()
 2026-07-06 13:42 UTC  (8+ messages)

[PATCH] fs/proc/task_mmu: count KSM-placed zero pages in smaps
 2026-07-06 13:40 UTC  (2+ messages)

[PATCH v2] mm/slub: fix lost local objects when bulk remote free batch fills
 2026-07-06 13:39 UTC 

[PATCH 0/4] tracing: add ref_trace_final_put tracing
 2026-07-06 13:36 UTC  (7+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put

[PATCH v3 1/2] ARM: mm: fix use-after-free in __do_user_fault() under CONFIG_DEBUG_USER
 2026-07-06 13:32 UTC 

better block swap batching and a different take on swap_ops v3
 2026-07-06 13:21 UTC  (8+ messages)
` [PATCH 1/7] shmem: provide a shmem_write_folio wrapper
` [PATCH 2/7] mm/swap: introduce struct swap_io_ctx
` [PATCH 3/7] mm/swap: also use struct swap_iocb for block I/O
` [PATCH 4/7] mm/swap: remove count_swpout_vm_event
` [PATCH 5/7] mm/swap: use swap_ops to register swap device's methods
` [PATCH 6/7] mm/swap: remove SWP_FS_OPS
` [PATCH 7/7] mm/vmstat: add NRSWP{IN,OUT} counters

iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
 2026-07-06 13:15 UTC  (2+ messages)

[PATCH] block: split out a new blk_plug.h helper
 2026-07-06 13:09 UTC  (7+ messages)

[RFC PATCH v3 0/3] make persistent huge zero folio read-only
 2026-07-06 13:04 UTC  (4+ messages)
` [RFC PATCH v3 1/3] mm: "
` [RFC PATCH v3 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [RFC PATCH v3 3/3] x86/mm: "

[PATCH 6.18.y] mm: shmem: fix potential livelock issue for shmem direct swapin
 2026-07-06 13:04 UTC  (4+ messages)

[PATCH v3] mm: page_reporting: allow driver to set batch capacity
 2026-07-06 13:01 UTC  (9+ messages)

[PATCH] mm: nommu: point to the write iterator upon split_vma
 2026-07-06 12:57 UTC  (7+ messages)

[PATCH] mm: vmscan: abort proactive reclaim early when freezing
 2026-07-06 12:54 UTC  (2+ messages)

mm: opaque hardware page-table entry handles
 2026-07-06 12:52 UTC  (2+ messages)

[PATCH v2 0/6] mm: preparatory patches for PMD level swap entries
 2026-07-06 12:50 UTC  (10+ messages)
` [PATCH v2 1/6] mm: add softleaf_to_pmd() and convert existing callers
` [PATCH v2 2/6] mm: extract mm_prepare_for_swap_entries() helper
` [PATCH v2 3/6] fs/proc: use softleaf_has_pfn() in pagemap PMD walker
` [PATCH v2 4/6] mm/huge_memory: move softleaf_to_folio() inside migration branch
` [PATCH v2 5/6] mm/migrate_device: move softleaf_to_folio() inside device-private branch
` [PATCH v2 6/6] mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVES

[RFC PATCH 0/6] arm64: mm: Introducing ROX CACHE to ARM64 systems with bbml2 no abort
 2026-07-06 12:47 UTC  (10+ messages)
` [RFC PATCH 3/6] arm64: mm: fix restoring linear map permissions on execmem cache clean
` [RFC PATCH 6/6] arm64: mm: support PMD page coalescing in the linear map

[PATCH 0/1] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-06 12:28 UTC  (2+ messages)
` [PATCH 1/1] "

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

[akpm-mm:mm-new] BUILD SUCCESS 820d5dfede0cd55dcbc89ce96fcfbb11b7c457ba
 2026-07-06 12:03 UTC 

[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 2026-07-06 11:59 UTC  (3+ messages)

[PATCH] mm: mempolicy: fix automatic numa balancing for shmem
 2026-07-06 11:27 UTC  (7+ messages)

[PATCH] selftests/mm/mseal_test: Fix mmap return value check in test_seal_zero_address
 2026-07-06 11:24 UTC  (2+ messages)

[PATCH] mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTE
 2026-07-06 11:19 UTC 

[PATCH v4 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-07-06 11:04 UTC  (4+ messages)
` [PATCH v4 01/19] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages

[PATCH] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptes
 2026-07-06 10:43 UTC 

[PATCH 2/4] refcount: add ref_trace_final_put tracepoint
 2026-07-06 10:07 UTC  (2+ messages)

[RFC PATCH] mm: allow smaller large folios to use lru_cache
 2026-07-06  9:51 UTC 

Is there an existing primitive for mapping a file into another process's address space?
 2026-07-06  9:35 UTC 

better block swap batching and a different take on swap_ops v3
 2026-07-06  9:29 UTC  (2+ messages)
` [PATCH 1/7] shmem: provide a shmem_write_folio wrapper

better block swap batching and a different take on swap_ops v3
 2026-07-06  9:28 UTC 

[PATCH v5 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-06  9:27 UTC  (9+ messages)
` [PATCH v5 1/6] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v5 2/6] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
` [PATCH v5 3/6] mm/vmalloc: Extract vmap_set_ptes() to consolidate PTE mapping logic
` [PATCH v5 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk
` [PATCH v5 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible
` [PATCH v5 6/6] mm/vmalloc: align vm_area so vmap() can batch mappings

[PATCH v3 2/4] mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logic
 2026-07-06  9:17 UTC  (4+ messages)
    ` [PATCH v3 1/4] mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()

[PATCH] mm: avoid shadowing global mem_map in sparse_init_one_section()
 2026-07-06  9:07 UTC  (3+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-06  9:03 UTC  (3+ messages)

[PATCH] userfaultfd: wait on source PMD during UFFDIO_MOVE
 2026-07-06  9:00 UTC  (2+ messages)

[PATCH stable/linux-6.6.y] mm/memory-failure: fix missing ->mf_stats count when hugetlb folio already poisoned
 2026-07-06  8:41 UTC 

[REGRESSION] tmpfs: flistxattr(fd) small-list slowdown after simple_xattrs rhashtable conversion
 2026-07-06  8:53 UTC 

[PATCH v7 0/3] mm: clean up folio LRU and swap declarations
 2026-07-06  8:51 UTC  (5+ messages)
` [PATCH v7 2/3] mm: rename swap.c to folio.c
` [PATCH v7 3/3] mm: move reclaim-internal declarations out of swap.h

[PATCH] mm/secretmem: disable under HIGHMEM
 2026-07-06  8:42 UTC  (5+ messages)

[PATCH v2 0/5] Keep tail page private zero at free and folio split time
 2026-07-06  8:37 UTC  (8+ messages)
` [PATCH v2 1/5] mm/percpu-km: clear page->private before free them
` [PATCH v2 3/5] mm/huge_memory: add page->private check back in __split_folio_to_order()
` [PATCH v2 5/5] mm/page_alloc: remove set_page_private() in prep_compound_tail()

[PATCH v3] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
 2026-07-06  8:20 UTC 

[PATCH v10 0/6] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-07-06  8:16 UTC  (7+ messages)
` [PATCH v10 1/6] selftests/mm: move pkey selftest helpers to pkey_util.c
` [PATCH v10 2/6] selftests/mm: unify pkey sighandler selftest assertions and tracing
` [PATCH v10 3/6] selftests/mm: use pkey_assert on clone_raw failure in pkey test
` [PATCH v10 4/6] selftests/mm: add missing mmap() return checks in pkey tests
` [PATCH v10 5/6] selftests/mm: add missing pthread_create() "
` [PATCH v10 6/6] selftests/mm: fix clone cleartid race in pkey sighandler tests

[PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
 2026-07-06  7:45 UTC  (2+ messages)

[PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
 2026-07-06  7:43 UTC  (2+ messages)

[PATCH v9 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-07-06  7:32 UTC  (2+ messages)

[PATCH v4 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-06  7:22 UTC  (5+ messages)
` [PATCH v4 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[PATCH v3] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
 2026-07-06  6:55 UTC  (3+ messages)

[PATCH v11 3/3] ksm: add mremap selftests for ksm_rmap_walk
 2026-07-06  6:55 UTC  (2+ messages)

[PATCH v11 2/3] ksm: Optimize rmap_walk_ksm by passing a suitable page index
 2026-07-06  6:53 UTC  (2+ messages)

[PATCH v11 0/3] KSM: performance optimizations for rmap_walk_ksm
 2026-07-06  6:49 UTC  (2+ messages)

[PATCH 0/4] tracing: add ref_trace_final_put tracing
 2026-07-05  0:36 UTC  (5+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put

[PATCH 2/4] refcount: add ref_trace_final_put tracepoint
 2026-07-04 11:34 UTC  (2+ messages)
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace

[PATCH v2] mm: memcg: reset zswap settings in css_reset
 2026-07-06  6:28 UTC 

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-06  6:19 UTC  (17+ messages)
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept


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