Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-15 16:51:40 to 2026-07-16 15:27:40 UTC [more...]

[PATCH v2 1/3] feat: scale vmpressure window with machine size
 2026-07-16 13:49 UTC  (2+ messages)

[PATCH v12 0/5] Migrate on fault for device pages
 2026-07-16 13:40 UTC  (3+ messages)

[PATCH v2 0/2] promote mapped executable folios after first usage for MGLRU
 2026-07-16 11:10 UTC  (3+ messages)
` [PATCH v2 2/2] mm: mglru: promote mapped executable folios after first usage

[PATCH v5 0/2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-16 14:40 UTC  (8+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftests/mm: add PAGEMAP_SCAN test for THP "

[PATCH RFC 03/12] mm: move struct slabobj_ext to mm/slab.h
 2026-07-16 15:27 UTC  (12+ messages)
  ` [PATCH RFC 04/12] mm/slab: make slab_obj_ext() determine object index
  ` [PATCH RFC 05/12] mm/slab: abstract slabobj_ext.objcg access
  ` [PATCH RFC 06/12] mm/slab: abstract slabobj_ext.ref access
  ` [PATCH RFC 07/12] mm/slab: replace slab.stride with obj_exts_in_object
    ` [PATCH RFC 08/12] mm/slab: change struct slabobj_ext to a union
    ` [PATCH RFC 09/12] mm/slab: introduce slab_obj_ext_has_codetag()
    ` [PATCH RFC 12/12] mm/slab: stop allocating objcg pointers when unnecessary
  ` [PATCH RFC 01/12] mm/slab: skip kfence objects in allocation profiling

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-16 15:22 UTC  (5+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
` [PATCH 2/3] mm, treewide: replace __folio_alloc_node() with folio_alloc_node()
` [PATCH 3/3] mm: move __folio_alloc() to page_alloc.h

[PATCH] kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
 2026-07-16 15:16 UTC  (3+ messages)

[PATCH] mm/swap: Fix swap_cluster_lock() !CONFIG_SWAP stub signature mismatch
 2026-07-16 12:44 UTC 

[PATCH v3 0/6] Fix incorrect access of hugetlb pte entries
 2026-07-16 12:49 UTC  (9+ messages)
` [PATCH v3 1/6] arm64: make huge_ptep_get handled unaligned addresses

[PATCH v2 00/15] riscv: add Svnapot PTE folding support
 2026-07-16 12:41 UTC  (16+ messages)
` [PATCH v2 01/15] riscv: introduce raw PTE helpers
` [PATCH v2 02/15] riscv: switch arch page-table users to "
` [PATCH v2 03/15] riscv/mm: implement Svnapot contpte read-side helpers
` [PATCH v2 04/15] riscv/mm: implement Svnapot contpte update helpers
` [PATCH v2 05/15] mm: extend pte batch and leaf-size helpers
` [PATCH v2 06/15] riscv: make pte_batch_hint() honor folio batch flags
` [PATCH v2 07/15] riscv/mm: preserve Svnapot leaf-size semantics for page-table consumers
` [PATCH v2 08/15] riscv/mm: avoid redundant Svnapot A/D aggregation
` [PATCH v2 09/15] riscv/mm: avoid Svnapot consistency checks in ptep_get()
` [PATCH v2 10/15] mm/gup: add fast-GUP specific lockless PTE helpers
` [PATCH v2 11/15] riscv: mm: avoid Svnapot A/D aggregation in fast-GUP
` [PATCH v2 12/15] arm64: mm: avoid contpte "
` [PATCH v2 13/15] riscv/mm: remove redundant TLB flush in napotpte_convert
` [PATCH v2 14/15] riscv/mm: optimize mprotect for Svnapot mappings
` [PATCH v2 15/15] riscv: mm: Request large exec folios for Svnapot

[PATCH 0/3] mm/mseal: further cleanups
 2026-07-16 15:13 UTC  (9+ messages)
` [PATCH 1/3] mm/mseal: remove superfluous comments, fix confusion around mm
` [PATCH 2/3] mm/mseal: limit scope of mseal address zero to address zero
` [PATCH 3/3] mm/mseal: remove further superfluous comments, do_mseal()

[PATCH] samples/damon/prcl: add module parameter description for target_pid
 2026-07-16 13:54 UTC 

[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-16 13:29 UTC  (10+ messages)
` [PATCH mm-hotfixes v3 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free "

[PATCH 0/2] mm/huge_memory: drop dead split helper variants
 2026-07-16 14:58 UTC  (6+ messages)
  ` [PATCH 1/2] mm/huge_memory: remove unused can_split_folio()
  ` [PATCH 2/2] mm/huge_memory: fold split_folio_to_list_to_order() into split_folio_to_order()

[PATCH v2 00/10] Use generic_file_read_iter() in hugetlbfs
 2026-07-16 14:24 UTC  (8+ messages)
` [PATCH v2 06/10] memory-failure: Prevent UAF in raw_hwp_page list

[PATCH v4] ARM: mm: acquire mmap write lock around show_pte() for user faults
 2026-07-16 13:47 UTC  (2+ messages)

[PATCH] selftests/mm: khugepaged: skip swap tests when swap is unavailable
 2026-07-16 13:45 UTC  (5+ messages)

[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-07-16 12:32 UTC  (6+ messages)
` [PATCH v5 1/5] selftests/mm: make file helpers return errors
` [PATCH v5 2/5] tools/lib/mm: add shared file helpers
` [PATCH v5 3/5] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v5 4/5] tools/mm: add a standalone GUP microbenchmark
` [PATCH v5 5/5] selftests/mm: rewrite gup_test as a standalone harness-based selftest

[PATCH] mm: memcg: initialize *locked in memcg1_oom_prepare() stub
 2026-07-16 13:40 UTC  (3+ messages)

[PATCH v2] mm: memcg: initialize *locked in memcg1_oom_prepare() stub
 2026-07-16 13:42 UTC 

Preserving TDX module during kexec with live update
 2026-07-16 14:55 UTC  (2+ messages)

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-07-16 14:31 UTC  (25+ messages)
` [RFC PATCH 01/24] pidfd: add spawn builder uapi
` [RFC PATCH 02/24] libfs: allow custom validation of stashed inode data
` [RFC PATCH 03/24] pidfs: add taskless future pidfd inodes
` [RFC PATCH 04/24] pidfd: create taskless spawn builders
` [RFC PATCH 05/24] pidfd: add spawn builder path configuration
` [RFC PATCH 06/24] exec: expose execveat internals to process builders
` [RFC PATCH 07/24] fork: expose vfork completion helper
` [RFC PATCH 08/24] pidfs: attach pids to future pidfd files
` [RFC PATCH 09/24] fork: let process builders supply preallocated pids
` [RFC PATCH 10/24] pidfs: publish future pidfd files
` [RFC PATCH 11/24] pidfd: add spawn builder state tracking
` [RFC PATCH 12/24] fork: let kernel callers create embryonic tasks
` [RFC PATCH 13/24] fork: let new tasks start with task work
` [RFC PATCH 14/24] pidfd: create and execute spawn builder tasks
` [RFC PATCH 15/24] fork: keep embryonic tasks hidden until exec completes
` [RFC PATCH 16/24] audit: add pidfd spawn child contexts
` [RFC PATCH 17/24] pidfd: audit child spawn execution
` [RFC PATCH 18/24] pidfd: make spawn builder execution signal-safe
` [RFC PATCH 19/24] file: expose spawn file-action helpers
` [RFC PATCH 20/24] pidfd: add initial spawn file actions
` [RFC PATCH 21/24] pidfd: consume spawn builders on the first run attempt
` [RFC PATCH 22/24] pidfd: expose spawn builder system calls
` [RFC PATCH 23/24] selftests/pidfd: cover pidfd spawn builders
` [RFC PATCH 24/24] Documentation: describe "

[PATCH v2 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
 2026-07-16 11:17 UTC 

[PATCH mm-unstable RFC v4 0/7] mm: add huge pfnmap support for remap_pfn_range()
 2026-07-16 14:35 UTC  (3+ messages)
` [PATCH mm-unstable RFC v4 2/7] arm64/mm: use PTE-level pgprot for huge PFN helpers

[PATCH v2 00/10] mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE (Part 2)
 2026-07-16 14:51 UTC  (11+ messages)
` [PATCH v2 01/10] x86/mm: drop order parameter from free_pagetable()
` [PATCH v2 02/10] mm: provide free_reserved_pages(), removing x86 variant
` [PATCH v2 03/10] s390/mm: use free_reserved_pages() in vmem_free_pages()
` [PATCH v2 04/10] mm/bootmem_info: allow calling free_bootmem_page() on pages without a bootmem_type
` [PATCH v2 05/10] x86/mm: stop marking vmemmap as SECTION_INFO
` [PATCH v2 06/10] x86/mm: stop marking page tables as MIX_SECTION_INFO
` [PATCH v2 07/10] x86/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
` [PATCH v2 08/10] mm/hugetlb_vmemmap: remove bootmem_info leftovers
` [PATCH v2 09/10] mm/sparse: remove bootmem_info.h include
` [PATCH v2 10/10] mm/bootmem_info: remove CONFIG_HAVE_BOOTMEM_INFO_NODE

better block swap batching and a different take on swap_ops v5
 2026-07-16 12:19 UTC  (4+ messages)
` [PATCH 3/7] mm/swap: also use struct swap_iocb for block I/O

[RFC PATCH] mm/ksm: use checksum to speed up page comparison
 2026-07-16 12:20 UTC 

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-16 13:31 UTC  (20+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl

[RESEND PATCH] pid: cosmetic changes to alloc_pid()
 2026-07-16 14:11 UTC 

[PATCH 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-16  2:54 UTC  (12+ messages)
` [PATCH 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH 2/2] mm/zswap: Support batch writeback in shrink_memcg()

[PATCH slab/for-next-fixes v3 1/4] mm/slab: fix a memory leak due to bootstrapping sheaves twice
 2026-07-16  2:34 UTC  (8+ messages)
` [PATCH slab/for-next-fixes v3 3/4] lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()

[PATCH] mm: mglru: promote mapped executable folios after first usage
 2026-07-16  2:30 UTC  (3+ messages)

[RFC v2 0/3] mm/mglru: proactive aging via memory.aging
 2026-07-16  2:29 UTC  (3+ messages)

[harry:kmalloc-no-objext-rfc-v1r3] [mm/slab] d6967566f4: RIP:mark_obj_codetag_empty
 2026-07-16  2:27 UTC  (2+ messages)

[PATCH] mm: shmem: make unused huge shrinker memcg aware
 2026-07-16  2:20 UTC  (4+ messages)

[PATCH 0/2] mm/page_alloc: fixes for free_pages_nolock() on RT/UP
 2026-07-16  2:16 UTC  (3+ messages)
  ` [PATCH 1/2] mm/page_alloc: don't spin_trylock() in NMI on UP
  ` [PATCH 2/2] mm/page_alloc: don't spin_trylock() when disallowed in free_one_page()

[PATCH net-next v3] net: skb: isolate skb data area allocations into a separate bucket
 2026-07-16  2:10 UTC  (4+ messages)

[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-16  2:02 UTC  (15+ messages)

[PATCH v2 0/5] mm: fix inode UAF when splitting a file folio past EOF
 2026-07-16  1:24 UTC  (10+ messages)
` [PATCH v2 1/5] mm/memory-failure: keep the folio, not the poisoned subpage, locked across split

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-16  1:20 UTC  (2+ messages)

[PATCH RFC v2 01/24] hazptr: Implement Hazard Pointers
 2026-07-16  0:17 UTC 

[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
 2026-07-16  0:12 UTC  (4+ messages)

[RFC PATCH 00/10] mm/swap: ghost swapfile with backend switching via Redirect entries
 2026-07-15 23:03 UTC  (8+ messages)

[PATCH 0/4] mm: fix reclaim storms in defrag_mode
 2026-07-15 22:00 UTC  (3+ messages)

[PATCH v6 0/8] seccomp: non-cooperative pinned-memfd argument redirect
 2026-07-15 21:20 UTC  (9+ messages)
` [PATCH v6 1/8] mm: pass the target mm parameter through get_unmapped_area family
` [PATCH v6 2/8] mm: add __do_mmap() and vm_mmap_remote()/vm_munmap_remote()
` [PATCH v6 3/8] seccomp: introduce SECCOMP_IOCTL_NOTIF_PIN_INSTALL
` [PATCH v6 4/8] seccomp: add __NR_seccomp_* aliases for rt_sigreturn and clone/fork
` [PATCH v6 5/8] seccomp: add kernel-installed pinned-memfd redirect
` [PATCH v6 6/8] seccomp: re-validate a redirected syscall against outer filters
` [PATCH v6 7/8] docs/seccomp: document pinned-memfd redirect ioctls
` [PATCH v6] selftests/seccomp: cover non-cooperative pinned-memfd install

[PATCH v9 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-15 21:17 UTC  (10+ messages)
` [PATCH v9 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v9 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v9 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v9 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v9 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v9 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v9 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v9 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[RFC PATCH v2 00/10] dma-mapping: Add preservation of direct allocations
 2026-07-15 19:58 UTC  (3+ messages)
` [RFC PATCH v2 03/10] dma: contiguous: Add API to check if an allocation is from CMA

[PATCH] mm: vmscan: abort proactive reclaim early when freezing
 2026-07-15 19:58 UTC  (9+ messages)
` [PATCH v2] mm: vmscan: abort proactive reclaim early when freezing for suspend

[PATCH 0/3] Batch unmap of uffd-wp file folios
 2026-07-15 18:58 UTC  (2+ messages)

[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-15 18:37 UTC  (2+ messages)

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-07-15 18:04 UTC  (17+ messages)
` [PATCH 01/16] drivers: arch_numa: move percpu set up code to arch
` [PATCH 02/16] arm64: kconfig: make percpu related configs not depend on NUMA
` [PATCH 03/16] mm: pgalloc: introduce {pud|pmd}_populate_sync()
` [PATCH 04/16] vmalloc: pass in pgd pointer for vmap{__vunmap}_range_noflush()
` [PATCH 05/16] arm64: mm: enable percpu kernel page table
` [PATCH 06/16] arm64: mm: defined {pud|pmd}_populate_sync()
` [PATCH 07/16] arm64: mm: sync percpu page table for memory hotplug/unplug
` [PATCH 08/16] arm64: kasan: sync up kasan shadow area page table
` [PATCH 09/16] arm64: mm: define percpu virtual space area
` [PATCH 10/16] mm: percpu: prepare to use dedicated percpu area
` [PATCH 11/16] arm64: mm: map local percpu first chunk
` [PATCH 12/16] mm: percpu: set up first chunk and reserve chunk
` [PATCH 13/16] arm64: mm: introduce __per_cpu_local_off
` [PATCH 14/16] mm: percpu: allocate and free local percpu vm area
` [PATCH 15/16] arm64: kconfig: select HAVE_LOCAL_PER_CPU_MAP
` [PATCH 16/16] arm64: percpu: use local percpu for this_cpu_*() APIs

[PATCH v2 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-15 17:14 UTC  (6+ messages)


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