Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-10 20:23:00 to 2026-07-12 08:43:36 UTC [more...]

[PATCH] mm/memory-tiers: cache top tier nodes
 2026-07-12  8:43 UTC  (2+ messages)

[PATCH 0/2] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-12  8:28 UTC  (12+ messages)
` [PATCH 1/2] mm/vmalloc: acquire init_mm read lock on huge vmap promotion
` [PATCH 2/2] Revert "arm64: Enable vmalloc-huge with ptdump"

[harry:kmalloc-no-objext-rfc-v1r1] [mm/slab] 6bc21472e7: BUG:kernel_NULL_pointer_dereference,address
 2026-07-12  8:14 UTC  (5+ messages)

[PATCH 0/6] mm: batch rmap walks during large folio migration
 2026-07-12  7:38 UTC  (7+ messages)
` [PATCH 1/6] mm/rmap: Add batched version of folio_try_share_anon_rmap_pte
` [PATCH 2/6] mm: factor out generic PTE batch detection from swap_pte_batch()
` [PATCH 3/6] mm/migrate: split remove_migration_pte_hugetlb() out of remove_migration_pte()
` [PATCH 4/6] mm/migrate: batch the restore-side migration rmap walk
` [PATCH 5/6] mm/rmap: split try_to_migrate_hugetlb_one() out of try_to_migrate_one()
` [PATCH 6/6] mm/rmap: batch the unmap of large folios in try_to_migrate_one()

[PATCH] selftests/mm: remove obsolete hugetlb vmemmap test
 2026-07-12  7:12 UTC  (3+ messages)

[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-12  5:37 UTC  (3+ messages)

[PATCH v2 0/5] binfmt_misc: bpf-backed binary type handlers
 2026-07-12  4:08 UTC  (6+ messages)
` [PATCH v2 1/5] exec: stash a bpf-selected interpreter in struct linux_binprm
` [PATCH v2 2/5] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/5] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 4/5] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 5/5] selftests/exec: add binfmt_misc bpf-backed handler test

[RFC PATCH v2 3/3] mm/vmscan: avoid pointless large folio splits without swap
 2026-07-12  2:03 UTC  (2+ messages)

[PATCH v3] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-12  1:14 UTC  (2+ messages)

[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-11 21:42 UTC  (7+ messages)
` [PATCH v3 04/24] binfmt_misc: convert entry list to an hlist
` [PATCH v3 05/24] binfmt_misc: use RCU for the handler lookup
` [PATCH v3 06/24] binfmt_misc: annotate racy accesses to ->enabled

[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
 2026-07-11 18:45 UTC  (14+ 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 "

[akpm-mm:mm-new] BUILD SUCCESS 61cccb8363fcc282d4ae0555b8739dd227f5ad0b
 2026-07-11 18:37 UTC 

[RFC PATCH 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-11 18:04 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
` [RFC PATCH 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
` [RFC PATCH 3/5] mm/damon/vaddr: drop last same folio access check optimization
` [RFC PATCH 4/5] mm/damon/paddr: drop last same folio access check reuse optimization
` [RFC PATCH 5/5] mm/damon/sysfs: read ops_id only once

[RFC PATCH] mm/damon/core: skip aging from repeated aggressive merging
 2026-07-11 17:15 UTC 

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-11 17:09 UTC  (4+ messages)

[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
 2026-07-11 17:04 UTC  (5+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-11 16:52 UTC  (4+ messages)
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-11 16:44 UTC  (5+ messages)

[PATCH v3 00/26] Introduce meminspect
 2026-07-11 15:43 UTC  (3+ messages)
` [PATCH v3 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory

[PATCH v2 0/3] mm: split a couple of headers from internal.h
 2026-07-11 15:14 UTC  (3+ messages)
` [PATCH v2 1/3] mm: split out mm_init and memblock declarations "

[PATCH] mm: shrinker: fix double-free in alloc_shrinker_info error path
 2026-07-11 13:27 UTC  (3+ messages)

[PATCH] rust: bitmap: encourage using xarray/maple_tree instead of id_pool
 2026-07-11 13:13 UTC 

[PATCH v2 0/5] mm/rmap: Refactor try_to_unmap_one
 2026-07-11 12:14 UTC  (6+ messages)
` [PATCH v2 5/5] mm/rmap: add anon folio unmap dispatcher

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-11 12:13 UTC  (3+ messages)
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()

[PATCH] mm/ptdump: always stabilise against page table freeing using init_mm
 2026-07-11 10:08 UTC  (4+ messages)

[PATCH] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
 2026-07-11 10:05 UTC  (6+ messages)

[PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-07-11  9:30 UTC  (3+ messages)

[PATCH -next] memcg: move mem_cgroup_swappiness to memcontrol.h
 2026-07-11  9:17 UTC  (2+ messages)

[PATCH 0/2] mm: fix node reclaim swappiness handling
 2026-07-11  9:11 UTC  (3+ messages)
` [PATCH 1/2] memcg: move mem_cgroup_swappiness to memcontrol.h
` [PATCH 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter

[RFC PATCH 00/10] mm/swap: ghost swapfile with backend switching via Redirect entries
 2026-07-11  9:02 UTC  (4+ messages)
` [RFC PATCH 09/10] mm/swapfile: implement swap_ghost_extend_max() for dynamic growth

[PATCH] mm: huge_memory: Fix kobject cleanup in thpsize_create error
 2026-07-11  8:46 UTC 

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-07-11  8:37 UTC  (10+ messages)

[PATCH] userfaultfd: wait on source PMD during UFFDIO_MOVE
 2026-07-11  8:13 UTC  (2+ messages)

[PATCH v3 1/2] ARM: mm: fix use-after-free in __do_user_fault() under CONFIG_DEBUG_USER
 2026-07-11  8:13 UTC  (9+ messages)

[PATCH] mm: shrinker: Fix double-free in alloc_shrinker_info error path
 2026-07-11  7:53 UTC  (3+ messages)

[PATCH] selftests/mm: Fix memleak in migration benchmark
 2026-07-11  7:31 UTC  (2+ messages)

[PATCH v3 1/2] ARM: mm: fix use-after-free in __do_user_fault() under CONFIG_DEBUG_USER
 2026-07-11  6:43 UTC  (3+ messages)

[PATCH] mm/mm_slot.h: add a helper function mm_slot_remove
 2026-07-11  6:37 UTC  (4+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-11  6:32 UTC  (35+ messages)
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [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 v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH v2 32/33] tools/testing/vma: default VMA, mm flag bits to 64-bit
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-11  6:26 UTC  (12+ messages)
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

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

[PATCH] mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()
 2026-07-11  5:11 UTC  (2+ messages)

[PATCH 1/4] Docs/ABI/damon: fix typo in intervals_goal sysfs path
 2026-07-11  5:04 UTC  (3+ messages)

[PATCH V3] mm: Standardize printing for pgtable entries
 2026-07-11  4:58 UTC  (2+ messages)

[PATCH v2] mm/vmscan: clear hopeless kswapd when global direct reclaim makes progress
 2026-07-11  4:39 UTC 

[PATCH v3 0/5] tracing: add ref_trace_final_put tracing
 2026-07-11  4:40 UTC  (6+ messages)
` [PATCH v3 1/5] tracing: add ref_trace_final_put tracepoint
` [PATCH v3 2/5] refcount: "
` [PATCH v3 3/5] percpu-refcount: add ref_trace_final_put trace
` [PATCH v3 4/5] kunit: add test for ref_trace_final_put
` [PATCH v3 5/5] MAINTAINERS: add entries "

[PATCH] mm: shrinker: fix double-free in alloc_shrinker_info error path
 2026-07-11  4:15 UTC 

[RFC PATCH v3] mm: retry page faults under per-VMA lock when mmap_lock is not required
 2026-07-11  4:00 UTC  (7+ messages)

[PATCH] mm: nommu: free unused resources when mremap shrinks the vma
 2026-07-11  3:03 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION bee763d5f341b99cf472afeb508d4988f62a6ca1
 2026-07-11  2:48 UTC 

[PATCH 00/18] Another attempt at HVO support on arm64
 2026-07-11  2:22 UTC  (6+ messages)

[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-11  0:44 UTC  (6+ messages)
` [PATCH v6 07/10] dax: plumb hotplug online_type through dax

[PATCH] mm/vmscan: clear hopeless kswapd when global direct reclaim makes progress
 2026-07-11  0:39 UTC  (4+ messages)

[PATCH] mm/zswap: flush dcache in the compressed decompression path
 2026-07-11  0:25 UTC  (4+ messages)

[PATCH] mm: remove wb_writeout_inc
 2026-07-11  0:11 UTC  (2+ messages)

[PATCH 0/2] mm/page_alloc: couple of followups for recent cleanups
 2026-07-11  0:03 UTC  (3+ messages)
` [PATCH 1/2] mm/page_alloc: don't spin_trylock() in NMI on UP

[PATCH v3 0/3] mm: handle device-private PMDs in walk callbacks
 2026-07-10 23:53 UTC  (2+ messages)

[PATCH] mm: truncate: exit on empty batches in truncate_folio_batch_exceptionals()
 2026-07-10 23:43 UTC  (2+ messages)

[PATCH v3 1/1] mm: let node_reclaim() return the number of pages reclaimed
 2026-07-10 23:27 UTC  (2+ messages)

[PATCH v2 00/10] Use generic_file_read_iter() in hugetlbfs
 2026-07-10 23:04 UTC  (2+ messages)
` [syzbot ci] "

[RESEND][RFC/discuss] memfd_secret(): opt-in visibility for security monitoring (eBPF/audit)
 2026-07-10 21:51 UTC  (3+ messages)
  ` İlt: "

[PATCH v5 0/9] mm/page_owner: misc cleanups
 2026-07-10 21:27 UTC  (3+ messages)

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-10 21:26 UTC  (13+ messages)
` [PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v7 03/12] PCI: liveupdate: Track incoming "
` [PATCH v7 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH] mm/zswap: use ratelimited stats flush in zswap_shrinker_count()
 2026-07-10 21:25 UTC  (12+ messages)


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