Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-25 08:49:56 to 2026-08-25 18:55:59 UTC [more...]

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-25 18:55 UTC  (17+ messages)
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd

[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
 2026-08-25 18:50 UTC  (10+ messages)

[PATCH v9 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-25 18:41 UTC  (5+ messages)
` [PATCH v9 05/15] guest_memfd: Use folio_has_hwpoisoned_page()

[PATCH v2 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-25 18:39 UTC  (4+ messages)
` [PATCH v2 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH v2 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH v2 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection

Removing ->dirty_folio
 2026-08-25 18:35 UTC  (3+ messages)

[PATCH] selftests/mm: check strdup() and fix buf leak in parse_test_type()
 2026-08-25 18:32 UTC  (8+ messages)

[PATCH v3 0/6] mm/mglru: clean up folio counters and flag usage
 2026-08-25 18:20 UTC  (8+ messages)
` [PATCH v3 1/6] mm/memcontrol: make lru_zone_size atomic and simplify sanity check
` [PATCH v3 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
` [PATCH v3 3/6] mm/migrate: copy all referenced state via folio_migrate_lru_refs
` [PATCH v3 4/6] mm/mglru: move max_seq read into walk_update_folio
` [PATCH v3 5/6] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH v3 6/6] mm/mglru: fix potential generation folio number leak

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-25 18:16 UTC  (7+ messages)

[PATCH 0/3] mm/mglru: clean up isolate_folios and scan_folios for readability and clarity
 2026-08-25 18:09 UTC  (5+ messages)

[PATCH] mm/vmalloc: fix vmap_purge_lock livelock under memory pressure
 2026-08-25 17:40 UTC  (4+ messages)

[PATCH mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
 2026-08-25 17:34 UTC  (9+ messages)

[PATCH v6 0/3] mm: make persistent huge zero folio read-only
 2026-08-25 17:30 UTC  (14+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [PATCH v6 3/3] x86/mm: "

[PATCH v3 0/3] mm: fix workingset refaults in the zswap writeback path
 2026-08-25 17:24 UTC  (4+ messages)
` [PATCH v3 1/3] mm/swap: move LRU insertion out of the swap cache allocator
` [PATCH v3 2/3] mm/swap: refault on swap-in, not in "
` [PATCH v3 3/3] mm/zswap: preserve the workingset shadow across writeback

[PATCH RFC v3 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-25 17:16 UTC  (7+ messages)
` [PATCH RFC v3 1/3] mm/zswap: release retired pools via call_rcu() instead of synchronize_rcu()
` [PATCH RFC v3 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array
` [PATCH RFC v3 3/3] mm/zswap: reference the pool by index to shrink struct zswap_entry

[PATCH v4 0/3] mm: zswap: free cold writeback folios promptly
 2026-08-25 16:57 UTC  (6+ messages)
` [PATCH v4 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v4 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
` [PATCH v4 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-25 16:52 UTC  (4+ messages)
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer

[PATCH] swiotlb: avoid double copy with swiotlb on tx socket
 2026-08-25 16:33 UTC  (3+ messages)

[PATCH v3] selftests/mm: remove the local PKEY_UNRESTRICTED fallback
 2026-08-25 16:17 UTC 

[PATCH] mm/memcontrol: remove unused memcg parameter in calculate_high_delay()
 2026-08-25 16:14 UTC  (3+ messages)

[PATCH] selftests/mm: remove the local PKEY_UNRESTRICTED fallback
 2026-08-25 15:58 UTC  (11+ messages)
` [PATCH v2] "

[PATCH v4 00/11] Virtual Swap Space (Swap Table Edition)
 2026-08-25 15:32 UTC  (12+ messages)
` [PATCH v4 01/11] mm, swap: add virtual swap device infrastructure
` [PATCH v4 02/11] mm, swap: support zswap and zero-filled swap pages as vswap backends
` [PATCH v4 03/11] mm, swap: prepare the swap IO path for vswap
` [PATCH v4 04/11] mm, swap: support physical swap as a vswap backend
` [PATCH v4 05/11] mm, swap: enable THP swapin for vswap entries
` [PATCH v4 06/11] mm, swap: write back vswap zswap entries to physical swap
` [PATCH v4 07/11] mm, swap: reclaim physical slots backing cache-only vswap entries
` [PATCH v4 08/11] mm, swap: only charge physical swap entries
` [PATCH v4 09/11] mm, swap: add debugfs counters for vswap
` [PATCH v4 10/11] mm, swap: defer memcg_table allocation for physical swap clusters
` [PATCH v4 11/11] mm, swap: widen swap_info_struct max/pages to unsigned long

[PATCH 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-25 15:00 UTC  (21+ messages)
` [PATCH 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)

[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
 2026-08-25 14:58 UTC  (2+ messages)

[PATCH v2 0/2] support kselftest on nommu platform
 2026-08-25 14:28 UTC  (7+ messages)
` [PATCH v2 1/2] selftests: run tests on nommu architecture

[PATCH] selftests/mm: fix incorrect skip output in pkey_sighandler_tests
 2026-08-25 14:21 UTC  (2+ messages)

[PATCH] mm/vmalloc: avoid false sharing with drain_vmap_work
 2026-08-25 14:14 UTC  (2+ messages)

[PATCH] mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()
 2026-08-25 14:07 UTC  (6+ messages)

[PATCH v2 0/3] mm: fix workingset refaults in the zswap writeback path
 2026-08-25 13:55 UTC  (5+ messages)
` [PATCH v2 1/3] mm/swap: move LRU insertion out of the swap cache allocator

[RFC PATCH] mm/damon: fix damos quota walk-position tracking
 2026-08-25 13:54 UTC  (2+ messages)

[PATCH 1/1] mm/slab_common: reject zero object_size before calculate_alignment
 2026-08-25 13:46 UTC  (3+ messages)

[PATCH v5 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-08-25 13:42 UTC  (34+ messages)
` [PATCH v5 02/17] mm/sparse-vmemmap: rename HVO order macros
` [PATCH v5 03/17] mm/mm_init: skip initializing shared vmemmap tail pages
` [PATCH v5 04/17] mm/sparse-vmemmap: initialize shared tail vmemmap pages on allocation
` [PATCH v5 05/17] mm/sparse-vmemmap: support section-based vmemmap accounting
` [PATCH v5 06/17] mm/mm_init: factor out pfn_to_zone()
` [PATCH v5 07/17] mm/sparse-vmemmap: move helpers ahead of future callers
` [PATCH v5 08/17] mm/sparse-vmemmap: support section-based vmemmap optimization
` [PATCH v5 09/17] mm/sparse: initialize memory sections earlier
` [PATCH v5 10/17] mm/hugetlb: switch HugeTLB to section-based vmemmap optimization
` [PATCH v5 11/17] mm/sparse-vmemmap: remove SPARSEMEM_VMEMMAP_PREINIT support
` [PATCH v5 12/17] mm/sparse: inline usemap allocation into sparse_init_nid()
` [PATCH v5 13/17] mm/sparse: remove section_map_size()
` [PATCH v5 14/17] mm/hugetlb: remove HUGE_BOOTMEM_HVO
` [PATCH v5 15/17] mm/hugetlb: remove HUGE_BOOTMEM_CMA
` [PATCH v5 16/17] mm/hugetlb: localize struct huge_bootmem_page
` [PATCH v5 17/17] mm/hugetlb: localize HUGE_BOOTMEM_ZONES_VALID

[PATCH] selftests/mm: khugepaged: remove str_dup() usage
 2026-08-25 13:41 UTC  (6+ messages)

[RFC PATCH v3 0/8] batch lookups in follow_page_mask()
 2026-08-25 13:37 UTC  (3+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-08-25 13:37 UTC  (9+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'
` [PATCH v20 7/8] rust: Add `OwnableRefCounted`

[PATCH v2 7/9] netfs: Fix readahead synchronisation issues by loading all folios upfront
 2026-08-25 13:20 UTC 

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-25 13:19 UTC  (14+ messages)

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-25 13:00 UTC  (17+ messages)
` [PATCH 1/6] mm/gup: move gup_can_follow_protnone() to gup.c
` [PATCH 3/6] userfaultfd: use userfaultfd_*() helpers instead of open coded flag tests
` [PATCH 5/6] userfaultfd: decouple fault reason from VMA flags
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD

[PATCH v2] mm/secretmem: properly account locked pages
 2026-08-25 12:56 UTC  (4+ messages)

[PATCH 0/3] fs: don't warn when a mount is completed from another user namespace
 2026-08-25 12:53 UTC  (4+ messages)
` [PATCH 1/3] ovl: don't warn when the "

[PATCH v2 0/3] mm: improve insert_pages() error handling
 2026-08-25 12:52 UTC  (8+ messages)
` [PATCH v2 1/3] mm/memory.c: rename walk_to_pmd() to populate_to_pmd()
` [PATCH v2 2/3] mm/memory.c: simplify error handling in insert_pages()
` [PATCH v2 3/3] mm: return -ENOMEM for page-table allocation failure "

[PATCH v4 00/11] rust: xarray: add entry API with preloading
 2026-08-25 12:49 UTC  (7+ messages)
` [PATCH v4 06/11] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v4 07/11] rust: xarray: add entry API

[syzbot] Monthly mm report (Aug 2026)
 2026-08-25 12:32 UTC 

[PATCH v8] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-25 12:31 UTC  (4+ messages)

[PATCH v5 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-25 12:29 UTC  (4+ messages)
` [PATCH v5 05/10] mm/cma: Introduce cma_alloc_at() API

[PATCH v3 0/2] mm/page_isolation: fix UBSAN shift-out-of-bounds in isolate_single_pageblock
 2026-08-25 12:05 UTC  (3+ messages)
` [PATCH v3 1/2] mm/page_isolation: fix UBSAN shift-out-of-bounds warning
` [PATCH v3 2/2] mm/page_isolation: guard compound_order() against racing

[PATCH 0/7] arm64: Batch PSTATE.TCO handling in kernel nofault loops
 2026-08-25 12:07 UTC  (4+ messages)
` [PATCH 4/7] maccess: Use a scoped guard for page faults

[PATCH v7 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-08-25 11:12 UTC  (9+ messages)
` [PATCH v7 1/6] selftests/mm: make file helpers return errors
` [PATCH v7 6/6] selftests/mm: add a GUP selftest

[PATCH v2 1/2] rust_binder: check ownership before using vma
 2026-08-25 10:44 UTC  (6+ messages)

[PATCH] mm/hugetlb: fix missing migratable flag on same-node hugetlb migration
 2026-08-25 10:27 UTC  (2+ messages)

[PATCH v7 0/4] s390/mm: Batch PTE updates in lazy MMU mode
 2026-08-25 10:08 UTC  (7+ messages)
` [PATCH v7 3/4] mm/kasan: Introduce helpers for lazy MMU mode sanitizer

[PATCH v2 0/5] x86/mm/pat: CPA fixes
 2026-08-25  9:37 UTC  (3+ messages)
` [PATCH v2 3/5] x86/alternative: exclude text poking against change_page_attr()

[PATCH v2 RESEND 0/3] mm: memblock: fix debugfs flag reporting and synchronization
 2026-08-25  9:35 UTC  (3+ messages)
` [PATCH v2 RESEND 3/3] mm: memblock: synchronize debugfs reads with memory hotplug

[PATCH v4 0/3] selftests/mm: TAP output and global-state fixes
 2026-08-25  9:24 UTC  (6+ messages)
` [PATCH v4 1/3] selftests/mm: emit TAP header in uffd-wp-mremap
` [PATCH v4 2/3] selftests/mm: emit TAP header and use TAP skip in mremap_test
` [PATCH v4 3/3] selftests/mm: restore enable_soft_offline in hugetlb-soft-offline

[RFC PATCH 0/4] Extend xas_split* to support splitting arbitrarily large entries
 2026-08-25  9:08 UTC  (5+ messages)


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