linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 0/5] support batch checking of references and unmapping for large folios
 2026-02-09 15:30 UTC  (8+ messages)
` [PATCH v6 1/5] mm: rmap: support batched checks of the references "
` [PATCH v6 2/5] arm64: mm: factor out the address and ptep alignment into a new helper
` [PATCH v6 3/5] arm64: mm: support batch clearing of the young flag for large folios
` [PATCH v6 4/5] arm64: mm: implement the architecture-specific clear_flush_young_ptes()
` [PATCH v6 5/5] mm: rmap: support batched unmapping for file large folios

[PATCH 0/5] Make Rust Binder build as a module
 2026-02-09 15:22 UTC  (17+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
` [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del

[PATCH] Docs/mm: fix typos and grammar in page_tables.rst
 2026-02-09 15:21 UTC  (4+ messages)

[PATCH v2 0/4] arch, mm: consolidate empty_zero_page
 2026-02-09 15:20 UTC  (7+ messages)
` [PATCH v2 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
` [PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
` [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
` [PATCH v2 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()

[PATCH v3 0/8] drm/amdkfd: Add batch userptr allocation support
 2026-02-09 15:07 UTC  (12+ messages)

[PATCH v3 0/6] drm/gem-shmem: Track page accessed/dirty status
 2026-02-09 15:01 UTC  (13+ messages)
` [PATCH v3 1/6] drm/gem-shmem: Use obj directly where appropriate in fault handler
` [PATCH v3 2/6] drm/gem-shmem: Test for existence of page in mmap "
` [PATCH v3 3/6] drm/gem-shmem: Return vm_fault_t from drm_gem_shmem_try_map_pmd()
` [PATCH v3 4/6] drm/gem-shmem: Refactor drm_gem_shmem_try_map_pmd()
` [PATCH v3 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap
` [PATCH v3 6/6] drm/gem-shmem: Track folio accessed/dirty status in vmap

[PATCH v2] Docs/mm: fix typos and grammar in page_tables.rst
 2026-02-09 14:56 UTC 

[PATCH v4] mm: Fix a hmm_range_fault() livelock / starvation problem
 2026-02-09 14:47 UTC  (2+ messages)

[PATCH v3 00/12] rust: xarray: add entry API with preloading
 2026-02-09 14:38 UTC  (13+ messages)
` [PATCH v3 01/12] rust: xarray: minor formatting fixes
` [PATCH v3 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v3 03/12] rust: xarray: add `contains_index` method
` [PATCH v3 04/12] rust: xarray: add `XArrayState`
` [PATCH v3 05/12] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v3 06/12] rust: xarray: simplify `Guard::load`
` [PATCH v3 07/12] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v3 08/12] rust: xarray: add entry API
` [PATCH v3 09/12] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v3 10/12] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v3 11/12] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v3 12/12] rust: xarray: add preload API

[syzbot] [fs?] [mm?] possible deadlock in writeout_period
 2026-02-09 14:36 UTC 

[PATCH 0/2] Introduce IORING_OP_MMAP
 2026-02-09 14:36 UTC  (4+ messages)
` [PATCH 2/2] io_uring: introduce IORING_OP_MMAP

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-02-09 14:04 UTC  (7+ messages)
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions

[PATCH] mm: thp: Deny THP for guest_memfd and secretmem in file_thp_enabled()
 2026-02-09 13:06 UTC  (4+ messages)

[PATCH v9 0/2] Optimize zone->contiguous update
 2026-02-09 12:44 UTC  (7+ messages)
` [PATCH v9 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[PATCH v3 00/20] Virtual Swap Space
 2026-02-09 12:20 UTC  (29+ messages)
` [PATCH v3 01/20] mm/swap: decouple swap cache from physical swap infrastructure
` [PATCH v3 02/20] swap: rearrange the swap header file
` [PATCH v3 03/20] mm: swap: add an abstract API for locking out swapoff
` [PATCH v3 04/20] zswap: add new helpers for zswap entry operations
` [PATCH v3 05/20] mm/swap: add a new function to check if a swap entry is in swap cached
` [PATCH v3 06/20] mm: swap: add a separate type for physical swap slots
` [PATCH v3 07/20] mm: create scaffolds for the new virtual swap implementation
` [PATCH v3 08/20] zswap: prepare zswap for swap virtualization
` [PATCH v3 09/20] mm: swap: allocate a virtual swap slot for each swapped out page
` [PATCH v3 10/20] swap: move swap cache to virtual swap descriptor
` [PATCH v3 11/20] zswap: move zswap entry management to the "
` [PATCH v3 12/20] swap: implement the swap_cgroup API using virtual swap
` [PATCH v3 13/20] swap: manage swap entry lifecycle at the virtual swap layer
` [PATCH v3 14/20] mm: swap: decouple virtual swap slot from backing store
` [PATCH v3 15/20] zswap: do not start zswap shrinker if there is no physical swap slots
` [PATCH v3 16/20] swap: do not unnecesarily pin readahead swap entries
` [PATCH v3 17/20] swapfile: remove zeromap bitmap
` [PATCH v3 18/20] memcg: swap: only charge physical swap slots
` [PATCH v3 19/20] swap: simplify swapoff using virtual swap
` [PATCH v3 20/20] swapfile: replace the swap map with bitmaps

[PATCH 0/2] mm/slab: support kmalloc_nolock() -> kfree[_rcu]()
 2026-02-09 12:10 UTC  (2+ messages)
` [PATCH 1/2] mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()

[PATCH v3] arm64: mm: fix pass user prot to ioremap_prot in generic_access_phys
 2026-02-09 12:02 UTC  (10+ messages)

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-02-09 12:01 UTC  (5+ messages)
` [PATCH v3 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
` [PATCH v3 2/3] selftests/mm: test userspace MFR for HugeTLB hugepage

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-09 11:52 UTC  (12+ messages)
` [PATCHv6 01/17] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv6 07/17] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv6 08/17] mm: Make page_zonenum() use head page
` [PATCHv6 11/17] mm/hugetlb: Remove fake head pages

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-09 11:22 UTC  (11+ messages)
` [RFC PATCH 2/7] mm: use rcu_ptr instead of rcu_head
` [RFC PATCH 4/7] mm/slab: free a bit in enum objexts_flags

[PATCH v2] mm/page_alloc: clear page->private in free_pages_prepare()
 2026-02-09 11:17 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] mm/page_alloc: clear page->private in split_page() for tail pages
 2026-02-09 11:11 UTC  (3+ messages)
` [PATCH v2] mm/page_alloc: clear page->private in free_pages_prepare()

[PATCH v5 0/5] support batch checking of references and unmapping for large folios
 2026-02-09 10:58 UTC  (24+ messages)
` [PATCH v5 1/5] mm: rmap: support batched checks of the references "
` [PATCH v5 2/5] arm64: mm: factor out the address and ptep alignment into a new helper
` [PATCH v5 3/5] arm64: mm: support batch clearing of the young flag for large folios
` [PATCH v5 4/5] arm64: mm: implement the architecture-specific clear_flush_young_ptes()
` [PATCH v5 5/5] mm: rmap: support batched unmapping for file large folios
  ` [PATCH] mm: rmap: skip batched unmapping for UFFD vmas

[PATCH] mm/fadvise: validate offset in generic_fadvise
 2026-02-09 10:56 UTC  (4+ messages)
` [PATCH v2] "

[PATCH V2] mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCK
 2026-02-09 10:51 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
 2026-02-09 10:25 UTC  (3+ messages)

[PATCH] mm: cma: Fix stub for cma_skip_dt_default_reserved_mem()
 2026-02-09 10:01 UTC  (4+ messages)

[PATCH v2 0/4] drm/gem-shmem: Track page accessed/dirty status
 2026-02-09  8:46 UTC  (4+ messages)
` [PATCH v2 2/4] drm/gem-shmem: Map pages in mmap fault handler

[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
 2026-02-09  8:41 UTC  (6+ messages)

[PATCH] maple_tree: update mas_next[_range] docs
 2026-02-09  8:22 UTC  (7+ messages)

[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
 2026-02-09  8:17 UTC  (4+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim

[PATCH] mm: bail out from partial cgroup_reclaim inside shrink_lruvec
 2026-02-09  7:36 UTC  (2+ messages)

[BUG] rcu detected stall in shmem_file_write_iter
 2026-02-09  7:34 UTC  (4+ messages)
    ` 回复: "

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-02-09  6:30 UTC  (8+ messages)

[PATCH v4 0/8] drm/amdkfd: Add batch userptr allocation support
 2026-02-09  6:10 UTC  (9+ messages)
` [PATCH v4 1/8] drm/amdkfd: Add userptr batch allocation UAPI structures
` [PATCH v4 2/8] drm/amdkfd: Add user_range_info infrastructure to kgd_mem
` [PATCH v4 3/8] drm/amdkfd: Implement interval tree for userptr ranges
` [PATCH v4 4/8] drm/amdkfd: Add batch MMU notifier support
` [PATCH v4 5/8] drm/amdkfd: Implement batch userptr page management
` [PATCH v4 6/8] drm/amdkfd: Add batch allocation function and export API
` [PATCH v4 7/8] drm/amdkfd: Unify userptr cleanup and update paths
` [PATCH v4 8/8] drm/amdkfd: Wire up batch allocation in ioctl handler

[PATCH v4 00/31] Eliminate Dying Memory Cgroup
 2026-02-09  3:49 UTC  (7+ messages)
` [PATCH v4 30/31] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v4 31/31] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers

[RFC PATCH v5 00/10] mm: Hot page tracking and promotion infrastructure
 2026-02-09  3:30 UTC  (3+ messages)

[PATCH 0/2] mm/slab: fix lockdep warnings with kmalloc_nolock()
 2026-02-09  3:18 UTC  (5+ messages)
` [PATCH 1/2] mm/slab: skip get_from_any_partial() if !allow_spin

[PATCH v2 0/2] mm: zswap: add per-memcg stat for incompressible pages
 2026-02-09  2:20 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v11 8/8] mm: folio_zero_user: cache neighbouring pages
 2026-02-09  1:09 UTC  (4+ messages)
` [PATCH v3] mm: folio_zero_user: open code range computation in folio_zero_user()

[PATCH v6 4/4] mm: Use ARRAY_END() instead of open-coding it
 2026-02-08 20:10 UTC  (2+ messages)

[PATCH v2 2/2] selftests/cgroup: add test for zswap incompressible pages
 2026-02-08 18:49 UTC  (2+ messages)

[PATCH v2 0/2] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-02-08 18:27 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v9 0/2] Make KHO Stateless
 2026-02-08 18:07 UTC  (5+ messages)
` [PATCH v9 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v9 2/2] kho: Remove finalize state and clients

[PATCH mm-new v7 0/5] Improve khugepaged scan logic
 2026-02-08 13:26 UTC  (15+ messages)
` [PATCH mm-new v7 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v7 4/5] mm: khugepaged: skip lazy-free folios

[PATCH mm-new v6 0/5] Improve khugepaged scan logic
 2026-02-08 13:23 UTC  (11+ messages)
` [PATCH mm-new v6 2/5] mm: khugepaged: refine scan progress number

[PATCH v2 2/3] tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
 2026-02-08 12:24 UTC  (2+ messages)

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-08 10:35 UTC  (19+ messages)
` [PATCH RFC 01/17] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH RFC 04/17] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH RFC 05/17] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 09/17] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops

[RFC 00/12] mm: PUD (1GB) THP implementation
 2026-02-07 23:22 UTC  (5+ messages)

[PATCH] mm: map maximum pages possible in finish_fault
 2026-02-07 18:08 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in page_table_check_set (2)
 2026-02-07 17:43 UTC  (2+ messages)

page:  |  | latest

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