linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC] mm: ghost swapfile support for zswap
 2025-11-24 19:32 UTC  (18+ messages)

[PATCH v2] mm/hugetlb: Fix incorrect error return from hugetlb_reserve_pages()
 2025-11-24 19:28 UTC  (4+ messages)

[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
 2025-11-24 19:24 UTC  (3+ messages)
` [PATCH v8 12/17] x86/e820: temporarily enable KHO scratch for memory below 1M

[PATCH v2 0/4] Improve folio split related functions
 2025-11-24 19:22 UTC  (18+ messages)
` [PATCH v2 1/4] mm/huge_memory: change folio_split_supported() to folio_check_splittable()
` [PATCH v2 2/4] mm/huge_memory: replace can_split_folio() with direct refcount calculation
` [PATCH v2 3/4] mm/huge_memory: make min_order_for_split() always return an order
` [PATCH v2 4/4] mm/huge_memory: fix folio split stats counting

[REGRESSION] generic/127 failure caused by "mm: Use folio_next_pos()"
 2025-11-24 19:20 UTC  (2+ messages)

[PATCH 2/2] memblock: annotate struct memblock_type with __counted_by_ptr
 2025-11-24 19:19 UTC  (4+ messages)

[PATCH] slab: Remove unnecessary call to compound_head() in alloc_from_pcs()
 2025-11-24 19:14 UTC  (2+ messages)

[PATCH v3 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-11-24 19:14 UTC  (20+ messages)
` [PATCH v3 01/19] mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH v3 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH v3 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH v3 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH v3 05/19] mm, swap: simplify the code and reduce indention
` [PATCH v3 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH v3 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH v3 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH v3 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH v3 10/19] mm, swap: consolidate cluster reclaim and usability check
` [PATCH v3 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH v3 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH v3 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [PATCH v3 14/19] mm, swap: cleanup swap entry management workflow
` [PATCH v3 15/19] mm, swap: add folio to swap cache directly on allocation
` [PATCH v3 16/19] mm, swap: check swap table directly for checking cache
` [PATCH v3 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH v3 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH v3 19/19] mm, swap: remove no longer needed _swap_info_get

[PATCH v6 02/20] liveupdate: luo_core: integrate with KHO
 2025-11-24 19:08 UTC  (11+ messages)

[PATCH] Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"
 2025-11-24 18:55 UTC  (4+ messages)

[PATCH 0/3] further damage-control lack of clone scalability
 2025-11-24 18:25 UTC  (13+ messages)
` [PATCH 2/3] ns: pad refcount
` [PATCH 3/3] pid: only take pidmap_lock once on alloc

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-11-24 18:08 UTC  (9+ messages)
` [PATCH] mm/huge_memory: restrict __GFP_ZEROTAGS to HW tagging architectures

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-11-24 18:06 UTC  (7+ messages)

[PATCH v2 0/4] initial work on making VMA flags a bitmap
 2025-11-24 18:04 UTC  (5+ messages)
` [PATCH v2 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags

[PATCH] mm: khugepaged: fix memory leak in collapse_file rollback path
 2025-11-24 17:37 UTC  (7+ messages)
      ` [PATCH v2] mm: khugepaged: fix memory leak in collapse_file xas retry loop

[PATCH] man/man2/mremap.2: fix incorrect reference to VM_MIXEDMAP
 2025-11-24 16:08 UTC  (3+ messages)

[PATCH v2 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2025-11-24 16:01 UTC  (18+ messages)
` [PATCH v2 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v2 2/4] drivers/iommu: Add calls "
` [PATCH v2 3/4] drivers/iommu-debug-pagealloc: Track IOMMU pages
` [PATCH v2 4/4] drivers/iommu-debug-pagealloc: Check mapped/unmapped kernel memory

[PATCH v7 00/22] Live Update Orchestrator
 2025-11-24 15:56 UTC  (42+ messages)
` [PATCH v7 01/22] liveupdate: luo_core: "
` [PATCH v7 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v7 04/22] liveupdate: luo_session: add sessions support
` [PATCH v7 05/22] liveupdate: luo_core: add user interface
` [PATCH v7 06/22] liveupdate: luo_file: implement file systems callbacks
` [PATCH v7 07/22] liveupdate: luo_session: Add ioctls for file preservation
` [PATCH v7 08/22] docs: add luo documentation
` [PATCH v7 09/22] MAINTAINERS: add liveupdate entry
` [PATCH v7 11/22] mm: shmem: allow freezing inode mapping
` [PATCH v7 14/22] mm: memfd_luo: allow preserving memfd
` [PATCH v7 16/22] selftests/liveupdate: Add userspace API selftests
` [PATCH v7 17/22] selftests/liveupdate: Add kexec-based selftest for
` [PATCH v7 18/22] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v7 19/22] selftests/liveupdate: add test infrastructure and scripts

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-11-24 15:53 UTC  (6+ messages)
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCHv6 0/6] zram: introduce writeback bio batching
 2025-11-24 15:50 UTC  (3+ messages)
` [PATCHv6 2/6] zram: add writeback batch size device attr

[RFC PATCH 00/12] mm/damos/stat: introduce nr_snapshots, max_nr_snapshots and tracepoint
 2025-11-24 15:37 UTC  (8+ messages)
` [RFC PATCH 09/12] Docs/mm/damon/design: update for max_nr_snapshots
` [RFC PATCH 10/12] Docs/admin-guide/mm/damon/usage: "
` [RFC PATCH 11/12] Docs/ABI/damon: "
` [RFC PATCH 12/12] mm/damon/core: add trace point for damos stat per apply interval

[PATCH 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-11-24 15:09 UTC  (7+ messages)
` [PATCH 2/5] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH 3/5] mm: introduce VM_FAULT_UFFD_MINOR fault reason

[PATCH v6 00/20] Live Update Orchestrator
 2025-11-24 15:06 UTC  (4+ messages)
` [PATCH v6 12/20] mm: shmem: allow freezing inode mapping

[RFC PATCHv5 0/6] zram: introduce writeback bio batching
 2025-11-24 14:49 UTC  (3+ messages)
` [RFC PATCHv5 6/6] zram: read slot block idx under slot lock

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-24 14:36 UTC  (6+ messages)
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers

[PATCH v5 00/12] Nesting support for lazy MMU mode
 2025-11-24 14:18 UTC  (17+ messages)
` [PATCH v5 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v5 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v5 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v5 04/12] sparc/mm: "
` [PATCH v5 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v5 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v5 07/12] mm: bail out of lazy_mmu_mode_* in interrupt context
` [PATCH v5 08/12] mm: enable lazy_mmu sections to nest
` [PATCH v5 09/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v5 10/12] powerpc/mm: replace batch->active "
` [PATCH v5 11/12] sparc/mm: "
` [PATCH v5 12/12] x86/xen: use lazy_mmu_state when context-switching

[PATCH v4 00/16] Prepare slab for memdescs
 2025-11-24 14:12 UTC  (31+ messages)
` [PATCH v4 01/16] slab: Reimplement page_slab()
` [PATCH v4 02/16] slab: Remove folio references from __ksize()
` [PATCH v4 07/16] slab: Remove folio references from kvfree_rcu_cb()
` [PATCH v4 08/16] slab: Remove folio references from kfree()
` [PATCH v4 09/16] slab: Remove folio references from __do_krealloc()
` [PATCH v4 10/16] slab: Remove folio references from build_detached_freelist()
` [PATCH v4 11/16] slab: Remove folio references from kfree_rcu_sheaf()
` [PATCH v4 12/16] slab: Remove folio references from kfree_nolock()
` [PATCH v4 13/16] usercopy: Remove folio references from check_heap_object()
` [PATCH v4 14/16] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()
` [PATCH v4 15/16] kasan: Remove references to folio in __kasan_mempool_poison_object()
` [PATCH v4 16/16] slab: Remove references to folios from virt_to_slab()

[PATCH v9 0/7] mm: folio_zero_user: clear contiguous pages
 2025-11-24 14:02 UTC  (8+ messages)
` [PATCH v9 1/7] treewide: provide a generic clear_user_page() variant
` [PATCH v9 2/7] mm: introduce clear_pages() and clear_user_pages()

[PATCH v1 0/2] mm: skip wait in wait_sb_inodes() for hangable-writeback mappings
 2025-11-24 13:58 UTC  (5+ messages)
` [PATCH v1 2/2] fs/writeback: skip inodes with potential writeback hang in wait_sb_inodes()

[PATCH v3] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
 2025-11-24 13:25 UTC  (3+ messages)

[PATCH v5 4/4] coccinelle: Add kmalloc_objs conversion script
 2025-11-24 12:50 UTC  (2+ messages)
` [cocci] "

[PATCH v4 0/3] selftests: cgroup: Enhance robustness with polling helpers
 2025-11-24 12:38 UTC  (4+ messages)
` [PATCH v4 1/3] selftests: cgroup: Add cg_read_key_long_poll() to poll a cgroup key with retries
` [PATCH v4 2/3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
` [PATCH v4 3/3] selftests: cgroup: Replace sleep with cg_read_key_long_poll() for waiting on nr_dying_descendants

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-24 12:27 UTC  (8+ messages)
` [PATCH v3 07/16] mm: avoid unnecessary use of is_swap_pmd()

Userland used in writeback path was Re: [PATCH] nbd: restrict sockets to TCP and UDP
 2025-11-24 11:04 UTC  (2+ messages)

[PATCH v2 0/3] mm: Coccinelle-driven cleanups across memory management code
 2025-11-24 10:54 UTC  (7+ messages)
` [PATCH v2 1/3] mm: pagewalk: simplify hugepage boundary calculation using min()
` [PATCH v2 2/3] mm/vmscan: use %pe to print error pointers
` [PATCH v2 3/3] mm/zswap: "

[PATCH] pagemap: Update BUDDY flag documentation
 2025-11-24 10:51 UTC  (3+ messages)

[syzbot] [mm?] WARNING in vma_modify (2)
 2025-11-24 10:43 UTC  (4+ messages)

[PATCH v1 08/26] x86/virt/tdx: Add tdx_enable_ext() to enable of TDX Module Extensions
 2025-11-24 10:41 UTC 

[PATCH v13 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-11-24 10:00 UTC  (6+ messages)
` [PATCH v13 2/2] ras: mem: Add ACPI RAS2 memory driver

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-24  9:49 UTC  (2+ messages)

[PATCH] mm/khugepaged: Fix skipping of alloc sleep after second failure
 2025-11-24  9:27 UTC  (3+ messages)

include/linux/compiler_types.h:572:38: error: call to '__compiletime_assert_596' declared with attribute error: BUILD_BUG_ON failed: IS_ENABLED(CONFIG_32BIT) && (PFN_PTE_SHIFT > PAGE_SHIFT)
 2025-11-24  8:38 UTC 

mempool_alloc_bulk and various mempool improvements v3
 2025-11-24  6:17 UTC  (10+ messages)
` [PATCH 06/11] mempool: factor out a mempool_alloc_from_pool helper

[Linux Memory Hotness and Promotion] Notes from November 20, 2025
 2025-11-24  4:05 UTC  (2+ messages)

[RFC -next] memcg: Optimize creation performance when LRU_GEN is enabled
 2025-11-24  3:52 UTC  (2+ messages)

[PATCH 00/26] Introduce meminspect
 2025-11-24  3:02 UTC  (3+ messages)
` [PATCH 01/26] kernel: "

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-23 23:22 UTC  (10+ messages)
  ` [PATCH v14] "
      ` [PATCH v16] "
        ` [PATCH v17] "
          ` [PATCH v18] "
                ` [RFC][PATCH] exec: Move cred computation under exec_update_lock

page:  |  | latest

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