messages from 2026-07-06 01:05:35 to 2026-07-06 12:50:23 UTC [more...]
[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] fs/proc/task_mmu: count KSM-placed zero pages in smaps
2026-07-06 12:13 UTC
[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
[PATCH 6.18.y] mm: shmem: fix potential livelock issue for shmem direct swapin
2026-07-06 12:08 UTC (3+ messages)
[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 v5 0/8] mm: optimize zone-device memmap initialization
2026-07-06 11:53 UTC (12+ 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] mm: nommu: point to the write iterator upon split_vma
2026-07-06 11:51 UTC (6+ 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 v9 00/15] userfaultfd: working set tracking for VM guest memory
2026-07-06 10:56 UTC (18+ 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 v3 0/6] Fix incorrect access of hugetlb pte entries
2026-07-06 10:54 UTC (13+ 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] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptes
2026-07-06 10:43 UTC
[PATCH v9 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
2026-07-06 10:31 UTC (2+ messages)
[PATCH 2/4] refcount: add ref_trace_final_put tracepoint
2026-07-06 10:07 UTC (2+ messages)
[PATCH] block: split out a new blk_plug.h helper
2026-07-06 9:54 UTC (6+ 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 (4+ messages)
[PATCH v2] virtio_balloon: prime stats vq after virtio_device_ready()
2026-07-06 8:57 UTC (6+ 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] mm: vmscan: abort proactive reclaim early when freezing
2026-07-06 8:12 UTC
[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 (3+ messages)
[PATCH 0/4] tracing: add ref_trace_final_put tracing
2026-07-04 23:19 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 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 (41+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [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
[PATCH v4] riscv: mm: Avoid spurious fault after hotplugging vmemmap
2026-07-06 5:48 UTC (5+ messages)
[PATCH] mm: memcontrol: use 'unsigned int' instead of bare 'unsigned'
2026-07-06 4:43 UTC
[PATCH] mm/slub: fix lost local objects when bulk remote free batch fills
2026-07-06 4:36 UTC (3+ messages)
[PATCH] lib: test_hmm: use device devt for coherent device range selection
2026-07-06 4:29 UTC (2+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-07-06 4:19 UTC (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH] mm: nommu: fix the error path when vma_iter_prealloc() fails
2026-07-06 2:49 UTC (2+ messages)
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-06 2:41 UTC (4+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
[PATCH] mm: nommu: add sysctl_max_map_count() check for do_mmap()
2026-07-06 2:03 UTC (4+ messages)
[PATCH v2 0/6] Remove __folio_index again
2026-07-06 1:58 UTC (3+ messages)
` [PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
2026-07-06 1:42 UTC (3+ messages)
[PATCH] selftests: mincore: use default huge page size for hugetlb test
2026-07-06 1:18 UTC (2+ messages)
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