linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/20] Virtual Swap Space
 2026-02-08 22:51 UTC  (23+ 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 v6 4/4] mm: Use ARRAY_END() instead of open-coding it
 2026-02-08 20:10 UTC  (2+ messages)

[PATCH v9 0/2] Optimize zone->contiguous update
 2026-02-08 19:39 UTC  (4+ messages)
` [PATCH v9 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[PATCH v2 0/2] mm: zswap: add per-memcg stat for incompressible pages
 2026-02-08 18:49 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/cgroup: add test for zswap "

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

[PATCH v9 0/2] Make KHO Stateless
 2026-02-08 18:07 UTC  (7+ 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/fadvise: validate offset in generic_fadvise
 2026-02-08 13:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH mm-new v7 0/5] Improve khugepaged scan logic
 2026-02-08 13:26 UTC  (18+ messages)
` [PATCH mm-new v7 1/5] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v7 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v7 3/5] mm: add folio_test_lazyfree helper
` [PATCH mm-new v7 4/5] mm: khugepaged: skip lazy-free folios
` [PATCH mm-new v7 5/5] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY

[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/page_alloc: clear page->private in split_page() for tail pages
 2026-02-07 23:00 UTC  (22+ messages)
                              ` [PATCH v2] mm/page_alloc: clear page->private in free_pages_prepare()
                                  ` [PATCH v3] "

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-07 22:50 UTC  (9+ 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 11/17] mm/hugetlb: Remove fake head pages

[PATCH v4 00/31] Eliminate Dying Memory Cgroup
 2026-02-07 22:26 UTC  (13+ messages)
` [PATCH v4 25/31] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v4 28/31] mm: workingset: use lruvec_lru_size() to get the number of lru pages
` [PATCH v4 29/31] mm: memcontrol: prepare for reparenting non-hierarchical stats
` [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

[PATCH] mm: map maximum pages possible in finish_fault
 2026-02-07 18:08 UTC  (3+ messages)
` [syzbot ci] "

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

[PATCH -next 0/2] two fixes in kho_populate()
 2026-02-07 17:34 UTC  (3+ messages)
` [PATCH -next 2/2] kho: remove unnecessary WARN_ON(err) "

[LSF/MM/BPF TOPIC] HugeTLB file preservation across live update
 2026-02-07 16:21 UTC  (2+ messages)

[RFC PATCH v1 0/4] Machine Learning (ML) library in Linux kernel
 2026-02-07 15:55 UTC  (8+ messages)
` [RFC PATCH v1 1/4] ml-lib: Introduce Machine Learning (ML) library declarations
` [RFC PATCH v1 2/4] ml-lib: Implement PoC of Machine Learning (ML) library functionality
` [RFC PATCH v1 3/4] ml-lib: Implement simple testing character device driver
` [RFC PATCH v1 4/4] ml-lib: Implement simple user-space testing application

[PATCH v3 11/11] mm: Use unmap_desc struct for freeing page tables
 2026-02-07 12:37 UTC  (3+ messages)

[BUG] maple_tree: maple_node slab object corruption via out-of-bounds write during VMA operations
 2026-02-07 12:35 UTC  (2+ messages)

[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
 2026-02-07 10:36 UTC  (6+ messages)

[PATCH v4 0/4] Convert 64-bit x86/mm/pat to ptdescs
 2026-02-07 10:25 UTC  (4+ messages)
` [PATCH v4 1/4] mm: Add address apis for ptdescs

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

[PATCH mm-new v7 0/5] Improve khugepaged scan logic
 2026-02-07  8:24 UTC  (6+ messages)
` [PATCH mm-new v7 1/5] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v7 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v7 3/5] mm: add folio_test_lazyfree helper
` [PATCH mm-new v7 4/5] mm: khugepaged: skip lazy-free folios

[PATCH] maple_tree: update mas_next[_range] docs
 2026-02-07  8:16 UTC  (6+ messages)

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

[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
 2026-02-07  2:34 UTC  (3+ messages)
` [PATCH v4 5/8] parisc: mm: enable MMU_GATHER_RCU_TABLE_FREE

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-07  1:33 UTC  (6+ messages)
` [RFC PATCH 4/7] mm/slab: free a bit in enum objexts_flags

[PATCH 0/4] Introduce QPW for per-cpu operations
 2026-02-07  1:27 UTC  (8+ messages)
` [PATCH 1/4] Introducing qpw_lock() and per-cpu queue & flush work
` [PATCH 3/4] swap: apply new queue_percpu_work_on() interface
` [PATCH 4/4] slub: "

[PATCH] mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCK
 2026-02-07  1:26 UTC  (5+ messages)

[PATCH 0/2] mm/slab: fix lockdep warnings with kmalloc_nolock()
 2026-02-07  1:25 UTC  (9+ messages)
` [PATCH 1/2] mm/slab: skip get_from_any_partial() if !allow_spin
` [PATCH 2/2] mm/slab: use prandom "

[PATCH v7 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-07  0:48 UTC  (6+ messages)
` [PATCH v7 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v4 24/31] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
 2026-02-06 23:34 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
 2026-02-06 23:28 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-06 23:14 UTC  (4+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator

[GIT PULL] slab fix for 6.19-rc8
 2026-02-06 23:09 UTC  (2+ messages)

[GIT PULL] more hotfixes against 6.19-rc8
 2026-02-06 23:09 UTC  (2+ messages)

[PATCH v8 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-06 23:08 UTC  (8+ messages)
` [PATCH v8 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v8 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v8 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v8 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v8 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v8 6/6] x86/vdso: Enable sframe generation in VDSO

[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
 2026-02-06 22:47 UTC  (3+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim

KASAN vs realloc
 2026-02-06 21:26 UTC  (11+ messages)

[Bug 221055] New: Hibernate image write 10x slower since commit 0ff67f990bd4 ("mm, swap: remove swap slot cache")
 2026-02-06 20:11 UTC 

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-02-06 20:01 UTC  (9+ messages)
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users to use vma_flags_t
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only

ksm: initialize rmap values directly and make them const
 2026-02-06 18:57 UTC  (6+ messages)

[PATCH v8 0/2] mm/vmscan: select the closest preferred node in demote_folio_list()
 2026-02-06 18:52 UTC  (4+ messages)
` [PATCH v9 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
  ` [PATCH v9 2/2] mm/vmscan: select the closest perferred node in demote_folio_list()

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-02-06 17:44 UTC  (4+ messages)
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-02-06 17:42 UTC  (8+ 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