Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-15 17:28:30 to 2026-07-15 23:04:05 UTC [more...]

[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 v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-15 21:20 UTC  (12+ 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 v2 06/10] memory-failure: Prevent UAF in raw_hwp_page list
 2026-07-15 21:19 UTC  (6+ messages)

[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 v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-15 19:53 UTC  (19+ 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

[PATCH] mm: mglru: promote mapped executable folios after first usage
 2026-07-15 19:44 UTC 

[PATCH] mm: shmem: make unused huge shrinker memcg aware
 2026-07-15 19:40 UTC  (3+ messages)

[PATCH 0/2] mm/page_alloc: fixes for free_pages_nolock() on RT/UP
 2026-07-15 19:33 UTC 

[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-15 19:14 UTC  (5+ messages)
` [PATCH mm-hotfixes v3 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF

[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

[RFC v2 0/3] mm/mglru: proactive aging via memory.aging
 2026-07-15 17:55 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