linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-06 12:17 UTC  (13+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-06 12:03 UTC  (9+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH] fork: zero vmap stack using clear_pages() instead of memset()
 2026-03-06 12:00 UTC  (2+ messages)

[PATCH 0/2] mm/swap: fix missing locks in swap_reclaim_work()
 2026-03-06 11:50 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm/swap: add lockdep for si->global_cluster_lock in swap_cluster_alloc_table()

[PATCH 0/1] mm: improve folio refcount scalability
 2026-03-06 11:50 UTC  (5+ messages)
` [PATCH 1/1] mm: implement page refcount locking via dedicated bit

[PATCH v6 0/4] kho: history: track previous kernel version and kexec boot count
 2026-03-06 11:47 UTC  (4+ messages)
` [PATCH v6 1/4] kho: add size parameter to kho_add_subtree()

[PATCH] mm: fix typo in the comment of mod_zone_state()
 2026-03-06 11:47 UTC  (2+ messages)

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-03-06 11:45 UTC  (9+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH v2 0/3] mm: thp: reduce unnecessary start_stop_khugepaged() calls
 2026-03-06 11:39 UTC  (13+ messages)
` [PATCH v2 1/3] mm: khugepaged: export set_recommended_min_free_kbytes()
` [PATCH v2 2/3] mm: huge_memory: refactor anon_enabled_store() with change_anon_orders()
` [PATCH v2 3/3] mm: huge_memory: refactor enabled_store() with change_enabled()

[GIT PULL] slab fixes for 7.0-rc2
 2026-03-06 11:36 UTC 

[PATCH 0/3] record non-slab shrinkers for non-root memcgs when kmem is disabled
 2026-03-06 11:21 UTC  (6+ messages)
` [PATCH 1/3] mm: shrinker: introduce new function get_shrinker_id()
` [PATCH 2/3] mm: shrinker: optimize the allocation of shrinker_info when setting cgroup_memory_nokmem
` [PATCH 3/3] mm: shrinker: remove unnecessary check in shrink_slab_memcg()

[PATCH v1 0/4] mm: move vma_(kernel|mmu)_pagesize() out of hugetlb.c
 2026-03-06 11:19 UTC  (11+ messages)
` [PATCH v1 1/4] mm: move vma_kernel_pagesize() from hugetlb to mm.h
` [PATCH v1 2/4] mm: move vma_mmu_pagesize() from hugetlb to vma.c
` [PATCH v1 3/4] KVM: remove hugetlb.h inclusion
` [PATCH v1 4/4] KVM: PPC: "

[PATCH v4 3/6] kfuzztest: add ReST documentation
 2026-03-06 11:04 UTC  (4+ messages)
` Question about "stateless or low-state functions" in KFuzzTest doc

[PATCH] mm/migrate_device: fix folio refcount leak on folio_split_unmapped failure
 2026-03-06 10:51 UTC  (16+ messages)

[PATCH v2] arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faults
 2026-03-06 10:48 UTC  (2+ messages)

[PATCH] mm/migrate_device: document folio_get requirement before frozen PMD split
 2026-03-06 10:44 UTC 

[PATCH v2] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
 2026-03-06 10:39 UTC  (2+ messages)

[GIT PULL] tracing: Fixes for 7.0
 2026-03-06 10:33 UTC  (7+ messages)

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-06 10:30 UTC  (3+ messages)
` [PATCH v4 4/5] mm: rename zone->lock to zone->_lock

[Regression] mm:slab/sheaves: severe performance regression in cross-CPU slab allocation
 2026-03-06 10:22 UTC  (14+ messages)

[PATCH RFC v3 0/4] mm: add huge pfnmap support for remap_pfn_range()
 2026-03-06  9:29 UTC  (7+ messages)
` [PATCH RFC v3 1/4] x86/mm: Use proper page table helpers for huge page generation
` [PATCH RFC v3 2/4] mm/pgtable: Make pfn_pte() filter out huge page attributes

[PATCH v4 4/5] mm: rename zone->lock to zone->_lock
 2026-03-06  8:05 UTC  (7+ messages)

[PATCH] MAINTAINERS: add mm-related procfs files to MM sections
 2026-03-06  8:04 UTC  (3+ messages)

[RFC PATCH v2] mm/swap, PM: hibernate: hold swap device reference across swap operation
 2026-03-06  8:02 UTC  (3+ messages)

[PATCH v3 0/6] support batched checking of the young flag for MGLRU
 2026-03-06  6:43 UTC  (7+ messages)
` [PATCH v3 1/6] mm: use inline helper functions instead of ugly macros
` [PATCH v3 2/6] mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_notify()
` [PATCH v3 3/6] mm: rmap: add a ZONE_DEVICE folio warning in folio_referenced()
` [PATCH v3 4/6] mm: add a batched helper to clear the young flag for large folios
` [PATCH v3 5/6] mm: support batched checking of the young flag for MGLRU
` [PATCH v3 6/6] arm64: mm: implement the architecture-specific test_and_clear_young_ptes()

[PATCH] mm/slab: change stride type from unsigned short to unsigned int
 2026-03-06  6:24 UTC  (3+ messages)

[PATCH 0/8] mm/zswap, zsmalloc: Per-memcg-lruvec zswap accounting
 2026-03-06  3:49 UTC  (3+ messages)
` [PATCH 3/8] mm/zsmalloc: Introduce objcgs pointer in struct zpdesc

[RFC PATCH 0/2] kernel/power: fix swap device reference handling in hibernation swap path
 2026-03-06  2:48 UTC  (3+ messages)

[BUG] Memory ordering between kmalloc() and kfree()? it's confusing!
 2026-03-06  2:46 UTC  (2+ messages)

[PATCH v2 0/5] Introduce QPW for per-cpu operations (v2)
 2026-03-06  1:47 UTC  (6+ messages)
` [PATCH v2 2/5] Introducing qpw_lock() and per-cpu queue & flush work

[PATCH 0/6] mm: vma flag tweaks
 2026-03-06  1:28 UTC  (12+ messages)
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()

[PATCH v6 00/33] Eliminate Dying Memory Cgroup
 2026-03-06  0:51 UTC  (27+ messages)
` [PATCH v6 09/33] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v6 10/33] writeback: prevent memory cgroup release in writeback module
` [PATCH v6 11/33] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v6 12/33] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v6 13/33] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v6 14/33] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v6 15/33] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v6 16/33] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v6 17/33] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v6 18/33] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v6 19/33] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v6 20/33] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v6 21/33] mm: swap: prevent lruvec release in lru_gen_clear_refs()
` [PATCH v6 22/33] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v6 23/33] mm: do not open-code lruvec lock
` [PATCH v6 24/33] mm: memcontrol: prepare for reparenting LRU pages for "
` [PATCH v6 25/33] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v6 26/33] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v6 27/33] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v6 28/33] mm: workingset: use lruvec_lru_size() to get the number of lru pages
` [PATCH v6 29/33] mm: memcontrol: refactor mod_memcg_state() and mod_memcg_lruvec_state()
` [PATCH v6 30/33] mm: memcontrol: prepare for reparenting non-hierarchical stats
` [PATCH v6 31/33] mm: memcontrol: convert objcg to be per-memcg per-node type
` [PATCH v6 32/33] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v6 33/33] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers

[PATCH] selftests: do not override CFLAGS set by the build environment
 2026-03-06  0:21 UTC 

[LSF/MM/BPF TOPIC] Improving MGLRU
 2026-03-05 23:40 UTC  (6+ messages)
` [LSF/MM/BPF] "

[PATCH] arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faults
 2026-03-05 22:49 UTC  (3+ messages)

[PATCH v10 00/13] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-03-05 21:25 UTC  (6+ messages)
` [PATCH v10 01/13] kasan: sw_tags: Use arithmetic shift for shadow computation

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-03-05 20:18 UTC  (6+ messages)

[PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
 2026-03-05 19:42 UTC  (8+ messages)

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-05 19:25 UTC  (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH RFC 0/1] fix for large folio split race in page cache
 2026-03-05 19:24 UTC  (3+ messages)
` [PATCH RFC 1/1] mm/filemap: handle large folio split race in page cache lookups

[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
 2026-03-05 19:18 UTC  (13+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map

[PATCH] kasan: fix bug type classification for SW_TAGS mode
 2026-03-05 18:56 UTC 

[PATCH v2] mm/kasan: Fix double free for kasan pXds
 2026-03-05 18:31 UTC  (2+ messages)

[PATCH RFC 0/3] locking: contended_release tracepoint instrumentation
 2026-03-05 18:06 UTC  (9+ messages)
` [PATCH RFC 2/3] locking/percpu-rwsem: Extract __percpu_up_read_slowpath()
` [PATCH RFC 3/3] locking: Wire up contended_release tracepoint

[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
 2026-03-05 17:08 UTC  (2+ messages)

[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
 2026-03-05 16:55 UTC  (4+ messages)
` [RFC v2 12/21] mm: thp: handle split failure in device migration

[PATCH 0/32] fs: Move metadata bh tracking from address_space
 2026-03-05 16:42 UTC  (20+ messages)
` [PATCH 16/32] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 17/32] fs: Move metadata bhs tracking to a separate struct
` [PATCH 19/32] ntfs3: Drop pointless sync_mapping_buffers() call
` [PATCH 21/32] bdev: Drop pointless invalidate_mapping_buffers() call
` [PATCH 31/32] kvm: Use private inode list instead of i_private_list

[PATCH v3 0/3] Use killable vma write locking in most places
 2026-03-05 16:12 UTC  (17+ messages)
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH RFC 00/19] mm: Add __GFP_UNMAPPED
 2026-03-05 15:58 UTC  (3+ messages)

[PATCH AUTOSEL 6.19-5.10] unshare: fix unshare_fs() handling
 2026-03-05 15:36 UTC 

[PATCH v1] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
 2026-03-05 14:57 UTC  (4+ messages)

[PATCH v4 0/4] Two-pass MMU interval notifiers
 2026-03-05 14:00 UTC  (3+ messages)
` [PATCH v4 1/4] mm/mmu_notifier: Allow two-pass struct mmu_interval_notifiers

[PATCH 0/2] mm: thp: reduce unnecessary start_stop_khugepaged() calls
 2026-03-05 13:14 UTC  (12+ messages)
` [PATCH 1/2] mm: thp: avoid calling start_stop_khugepaged() in anon_enabled_store()

[PATCH] kho: Fix NULL pointer dereference in kho_update_memory_map()
 2026-03-05 13:12 UTC 

[PATCH 0/5]: memcg: obj stock and slab stat caching cleanups
 2026-03-05 13:09 UTC  (4+ messages)
` [PATCH 1/5] mm: memcg: factor out trylock_stock() and unlock_stock()

page:  |  | latest

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