Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-22 01:02:37 to 2026-07-22 16:40:13 UTC [more...]

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-22 16:40 UTC  (26+ messages)
` [PATCH RFC v2 01/20] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v2 02/20] ARM: mm: make 2-level "
` [PATCH RFC v2 03/20] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v2 04/20] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v2 05/20] MIPS: "
` [PATCH RFC v2 06/20] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v2 07/20] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 10/20] riscv: "
` [PATCH RFC v2 11/20] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [PATCH RFC v2 13/20] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v2 14/20] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [PATCH RFC v2 15/20] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v2 16/20] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v2 17/20] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v2 18/20] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v2 19/20] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v2 20/20] arm64: pgtable: convert pte_present() from macro to static inline

[PATCH v2 00/19] maple_tree: lock checking and clean ups
 2026-07-22 16:38 UTC  (4+ messages)
` [PATCH v2 14/19] maple_tree: WARN_ON_ONCE when allocations fail

swap_ops updates
 2026-07-22 16:36 UTC  (6+ messages)
` [PATCH 1/3] mm/swap: revert to single-folio writes for synchronous swap devices
` [PATCH 2/3] mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
` [PATCH 3/3] mm/swap: move swap_ops into file systems for file system-based swap

[PATCH v2 0/3] mm: bypass swap readahead for zswap
 2026-07-22 16:35 UTC 

[PATCH v2 0/4] mm: fix reclaim storms in defrag_mode
 2026-07-22 16:23 UTC  (6+ messages)
` [PATCH v2 1/4] mm: page_alloc: __GFP_FS lockdep annotation for direct compaction
` [PATCH v2 2/4] mm: compaction: support non-movable compaction for pageblock requests
` [PATCH v2 3/4] mm: page_alloc: move capture_control to the page allocator
` [PATCH v2 4/4] mm: page_alloc: fix non-movable reclaim storm in defrag_mode

[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
 2026-07-22 16:15 UTC  (27+ messages)
` [PATCH v2 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH v2 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH v2 03/13] mm: convert __get_unmapped_area() "
` [PATCH v2 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH v2 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH v2 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH v2 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-22 16:10 UTC  (5+ messages)
` [PATCH v7 03/12] PCI: liveupdate: Track incoming preserved PCI devices

[ANNOUNCE/CFP] LPC 2026 Live Update Microconference
 2026-07-22 15:56 UTC 

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-22 15:40 UTC  (18+ messages)
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits

[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
 2026-07-22 15:28 UTC  (5+ messages)
` [PATCH 2/3] drm/xe: select TRANSPARENT_HUGEPAGE
` [PATCH 3/3] drm/ttm: allocate pool pages as compound (__GFP_COMP)

[PATCH v5 00/11] mm: PMD-level swap entries for anonymous THPs
 2026-07-22 15:19 UTC  (12+ messages)
` [PATCH v5 01/11] mm: add PMD swap entry detection support
` [PATCH v5 02/11] mm: add PMD swap entry splitting support
` [PATCH v5 03/11] mm: handle PMD swap entries in fork path
` [PATCH v5 04/11] mm: zswap: add range lookup for large-folio swapin
` [PATCH v5 05/11] mm: swap in PMD swap entries as whole THPs during swapoff
` [PATCH v5 06/11] mm: handle PMD swap entries in non-present PMD walkers
` [PATCH v5 07/11] mm: handle PMD swap entries in MADV_WILLNEED
` [PATCH v5 08/11] mm: handle PMD swap entries in UFFDIO_MOVE
` [PATCH v5 09/11] mm: handle PMD swap entry faults on swap-in
` [PATCH v5 10/11] mm: install PMD swap entries on swap-out
` [PATCH v5 11/11] selftests/mm: add PMD swap entry tests

[PATCH RFC 00/18] arch, mm: create a generic set_memory/change_page_attr core
 2026-07-22 15:17 UTC  (11+ messages)
` [PATCH RFC 01/18] x86/mm/pat: Don't gate cpa_lock on debug_pagealloc_enabled()
` [syzbot ci] Re: arch, mm: create a generic set_memory/change_page_attr core

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-22 15:15 UTC  (7+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header

[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-22 15:04 UTC  (2+ messages)

[PATCH] mm/usercopy: harden bounds checking for vmalloc allocations
 2026-07-22 14:29 UTC 

[REGRESSION] mm/mprotect: shared-dirty base-page toggle slower since v6.17
 2026-07-22 14:11 UTC  (7+ messages)

[PATCH 0/2] mm/damon/core: remove unused helper functions
 2026-07-22 14:09 UTC  (6+ messages)
` [PATCH 1/2] mm/damon/core: remove unused damon_targets_empty()
` [PATCH 2/2] mm/damon/core: remove unused damon_nr_running_ctxs()

[PATCH v3] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-07-22 14:08 UTC 

[PATCH RESEND v1 0/5] selftests/mm: Handle unsupported and transient test conditions
 2026-07-22 14:05 UTC  (8+ messages)
` [PATCH RESEND v1 1/5] selftests/mm: skip COW tmpfile cases when fallocate() is unsupported
` [PATCH RESEND v1 2/5] selftests/mm: skip guard hole-punch test if MADV_REMOVE "
` [PATCH RESEND v1 3/5] selftests/mm: skip khugepaged swap tests without swap
` [PATCH RESEND v1 4/5] selftests/mm: skip page-cache hwpoison tests on NFS
` [PATCH RESEND v1 5/5] selftests/mm: retry migration failures for the full runtime

[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
 2026-07-22 14:02 UTC  (3+ messages)

[PATCH v3 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-22 13:51 UTC  (3+ messages)

[PATCH RFC 0/3] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-07-22 13:50 UTC  (2+ messages)

[PATCH] selftests/damon/sysfs.py: clean up sh processes used for obsolete_target test
 2026-07-22 13:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] samples/damon/mtier: add comment for struct region_range
 2026-07-22 13:46 UTC  (2+ messages)

[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
 2026-07-22 13:33 UTC  (7+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection

[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-22 13:14 UTC  (11+ messages)

[PATCH v7 07/29] mm: Make readahead store folio count in readahead_control
 2026-07-22 13:01 UTC  (2+ messages)
` [PATCH v7 08/29] netfs: Bulk load the readahead-provided folios up front

[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-22 13:03 UTC  (17+ messages)
` [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH slab/for-next v4 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH slab/for-next v4 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
` [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-07-22 13:02 UTC  (4+ messages)
` [PATCH v2 0/2] selftests: Add missing initalization of pointer passed to getline
  ` [PATCH v2 1/2] selftests/clone3: Fix wild pointer access of getline due to missing init
  ` [PATCH v2 2/2] selftests/mm: Fix potential "

[PATCH] mm/mlock: skip __mm_populate() for MLOCK_ONFAULT
 2026-07-22 12:59 UTC  (2+ messages)

[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
 2026-07-22 12:57 UTC  (5+ messages)

[PATCH] mm/page_idle: call folio_test_lru() after folio_get()
 2026-07-22 12:50 UTC  (3+ messages)
  `  "

[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-22 12:47 UTC  (3+ messages)
` [PATCH v2 01/13] mm/slab: skip kfence objects in allocation profiling

[PATCH v3] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-07-22 12:35 UTC  (5+ messages)

[RFC PATCH 0/2] mm/memory_hotplug: bound offline retry loops with a configurable limit
 2026-07-22 12:29 UTC  (5+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] selftests/mm: add pc-dimm ACPI eject selftest for offline_migrate_max_passes

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-07-22 12:16 UTC  (3+ messages)

[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-22 12:13 UTC  (4+ messages)
` [PATCH v3 05/24] binfmt_misc: use RCU for the handler lookup

[PATCH v3 0/6] Fix incorrect access of hugetlb pte entries
 2026-07-22 11:52 UTC  (6+ messages)

[PATCH 0/8] mm/khugepaged: collapse_file() cleanups
 2026-07-22 10:10 UTC  (9+ messages)
` [PATCH 1/8] mm/khugepaged: separate out windy folio logic from collapse_file
` [PATCH 2/8] mm/khugepaged: factor out page cache folio reading
` [PATCH 6/8] mm/khugepaged: hoist isolation into collapse_isolate_folio()
` [PATCH 7/8] mm/khugepaged: hoist more code "

[PATCH v2 0/4] mm: honour compact_unevictable_allowed in mlock and CMA paths
 2026-07-22  9:58 UTC  (5+ messages)
` [PATCH v2 4/4] mm/mlock: migrate folios out of CMA when mlocking a range

[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-07-22  9:56 UTC  (6+ messages)
` [PATCH v2 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush

[PATCH 1/2] mm/shmem: add shmem_backup_folio() helper
 2026-07-22  9:43 UTC  (2+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-22  9:40 UTC  (7+ messages)
` [PATCH v6 1/5] mm/page_alloc: introduce __free_prepared_contig_range() with fpi_t
` [PATCH v6 2/5] mm/page_alloc: only free healthy pages in high-order has_hwpoisoned folio

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-07-22  9:36 UTC  (4+ messages)

[PATCH v7 6/7] mm/vmalloc: map contiguous pages in batches for vmap() if possible
 2026-07-22  8:58 UTC  (2+ messages)

[PATCH 1/4] mm: vmpressure: scale sampling window with machine size
 2026-07-22  8:52 UTC  (3+ messages)

[PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
 2026-07-22  8:32 UTC  (4+ messages)

[PATCH] mm/mm_init: remove redundant memset in free_area_init()
 2026-07-22  8:24 UTC  (2+ messages)

[PATCH v7 0/9] mm: optimize zone-device memmap initialization
 2026-07-22  8:18 UTC  (2+ messages)

[PATCH] mm/memory: use folio lock/ref helpers in do_swap_page
 2026-07-22  7:46 UTC  (5+ messages)

[syzbot] [mm?] INFO: rcu detected stall in unmap_region
 2026-07-22  7:14 UTC  (2+ messages)

[PATCH] slab: silence sparse warning with type-based partitioning
 2026-07-22  7:08 UTC  (2+ messages)

[PATCH 0/2] mm: zswap: free cold writeback folios promptly
 2026-07-22  6:31 UTC  (4+ messages)
` [PATCH 1/2] mm: zswap: free synchronous-IO writeback folios directly

[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
 2026-07-22  6:29 UTC  (3+ messages)
` [PATCH v5 16/18] mm: remove the __GFP_NO_OBJ_EXT flag

[PATCH] mm/memcg: check kzalloc_node() return in memcg1_init()
 2026-07-22  6:18 UTC  (2+ messages)

mm.git review status at 7.2-rc4
 2026-07-22  5:51 UTC 

[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-07-22  5:24 UTC  (9+ messages)
` [PATCH v5 1/5] selftests/mm: make file helpers return errors
` [PATCH v5 4/5] tools/mm: add a standalone GUP microbenchmark

[PATCH v22 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-22  5:19 UTC  (2+ messages)

[PATCH RFC 00/32] mm/mglru: MGLRU-FG and refault distance support
 2026-07-22  4:23 UTC  (3+ messages)

[PATCH 0/2] mm,kernfs: Fix stale userspace mappings after sysfs file removal
 2026-07-22  4:15 UTC  (4+ messages)
` [PATCH 1/2] mm: Add unmap_mapping_file() helper

[PATCH v7 0/9] mm: optimize zone-device memmap initialization
 2026-07-22  4:00 UTC  (3+ messages)

[PATCH] mm: proc/task_mmu: Use walk_page_range_vma() for smaps
 2026-07-22  3:17 UTC  (3+ messages)

[PATCH 0/3] tools/mm/page_owner_sort: fix --sort, add module filter, improve usage
 2026-07-22  2:37 UTC  (4+ messages)
` [PATCH 1/3] tools/mm/page_owner_sort: fix --sort option being silently ignored
` [PATCH 2/3] tools/mm/page_owner_sort: add module name sort/cull/filter support
` [PATCH 3/3] tools/mm/page_owner_sort: show available sort keys in usage text


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