[PATCH v5 00/12] Nesting support for lazy MMU mode
2025-11-24 13:22 UTC (7+ 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 4/4] coccinelle: Add kmalloc_objs conversion script
2025-11-24 12:50 UTC (2+ messages)
` [cocci] "
[PATCH v4 00/12] Nesting support for lazy MMU mode
2025-11-24 12:47 UTC (5+ messages)
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
[PATCH v2 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-11-24 12:45 UTC (16+ 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 v2 0/4] initial work on making VMA flags a bitmap
2025-11-24 12:43 UTC (4+ messages)
` [PATCH v2 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags
[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()
[PATCH v3] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
2025-11-24 12:16 UTC (2+ messages)
[PATCH] mm: khugepaged: fix memory leak in collapse_file rollback path
2025-11-24 11:46 UTC (4+ messages)
[PATCH 0/5] mm, kvm: add guest_memfd support for uffd minor faults
2025-11-24 11:05 UTC (9+ messages)
` [PATCH 1/5] userfaultfd: move vma_can_userfault out of line
` [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 4/5] guest_memfd: add support for userfaultfd minor mode
` [PATCH 5/5] KVM: selftests: test userfaultfd minor for guest_memfd
Userland used in writeback path was Re: [PATCH] nbd: restrict sockets to TCP and UDP
2025-11-24 11:04 UTC (2+ messages)
[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
2025-11-24 10:57 UTC (8+ messages)
` [PATCH] mm/huge_memory: restrict __GFP_ZEROTAGS to HW tagging architectures
[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 (4+ messages)
[PATCH v2 0/4] Improve folio split related functions
2025-11-24 10:45 UTC (14+ 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
[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 v9 0/7] mm: folio_zero_user: clear contiguous pages
2025-11-24 10:26 UTC (7+ 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 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 RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2025-11-24 9:31 UTC (5+ messages)
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory
[PATCH] mm/khugepaged: Fix skipping of alloc sleep after second failure
2025-11-24 9:27 UTC (3+ messages)
[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
2025-11-24 9:19 UTC (5+ 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
[PATCH v7 00/22] Live Update Orchestrator
2025-11-24 8:18 UTC (49+ messages)
` [PATCH v7 01/22] liveupdate: luo_core: "
` [PATCH v7 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v7 03/22] kexec: call liveupdate_reboot() before kexec
` [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 10/22] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v7 11/22] mm: shmem: allow freezing inode mapping
` [PATCH v7 12/22] mm: shmem: export some functions to internal.h
` [PATCH v7 13/22] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v7 14/22] mm: memfd_luo: allow preserving memfd
` [PATCH v7 15/22] docs: add documentation for memfd preservation via LUO
` [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 v7 20/22] liveupdate: luo_file: Add internal APIs for file preservation
` [PATCH v7 21/22] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v7 22/22] tests/liveupdate: Add in-kernel liveupdate test
[PATCH v4 00/16] Prepare slab for memdescs
2025-11-24 7:09 UTC (29+ 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()
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)
[PATCH 0/3] further damage-control lack of clone scalability
2025-11-24 4:03 UTC (13+ messages)
` [PATCH 1/3] idr: add idr_prealloc_many
` [PATCH 2/3] ns: pad refcount
` [PATCH 3/3] pid: only take pidmap_lock once on alloc
[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 (16+ messages)
` [PATCH v14] "
` [PATCH v16] "
` [PATCH v17] "
` [PATCH v18] "
` [RFC][PATCH] exec: Move cred computation under exec_update_lock
[RFC PATCH 00/12] mm/damos/stat: introduce nr_snapshots, max_nr_snapshots and tracepoint
2025-11-23 19:54 UTC (14+ messages)
` [RFC PATCH 01/12] mm/damon/core: introduce nr_snapshots damos stat
` [RFC PATCH 02/12] mm/damon/sysfs-schemes: introduce nr_snapshots damos stat file
` [RFC PATCH 03/12] Docs/mm/damon/design: update for nr_snapshots damos stat
` [RFC PATCH 04/12] Docs/admin-guide/mm/damon/usage: "
` [RFC PATCH 05/12] Docs/ABI/damon: "
` [RFC PATCH 06/12] mm/damon: update damos kerneldoc for stat field
` [RFC PATCH 07/12] mm/damon/core: implement max_nr_snapshots
` [RFC PATCH 08/12] mm/damon/sysfs-schemes: implement max_nr_snapshots file
` [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 v2] mm/hugetlb: Fix incorrect error return from hugetlb_reserve_pages()
2025-11-23 19:40 UTC (3+ messages)
[akpm-mm:mm-nonmm-unstable 86/104] liveupdate.c:21:10: fatal error: errno.h: No such file or directory
2025-11-23 17:57 UTC (2+ messages)
[PATCH v2] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
2025-11-23 9:27 UTC (2+ messages)
[PATCH v3] powerpc, mm: Fix mprotect on book3s 32-bit
2025-11-23 7:08 UTC (2+ messages)
[PATCH v2] mm/memfd: fix information leak in hugetlb folios
2025-11-23 5:19 UTC (3+ messages)
[PATCH v2] fixup: mm/huge_memory.c: introduce folio_split_unmapped
2025-11-23 3:49 UTC (2+ messages)
[RFC PATCHv5 0/6] zram: introduce writeback bio batching
2025-11-23 3:07 UTC (13+ messages)
[PATCHv6 0/6] zram: introduce writeback bio batching
2025-11-22 23:49 UTC (3+ messages)
[PATCH 1/2] pm-hibernate: flush disk cache when suspending
2025-11-22 22:47 UTC (2+ messages)
[PATCH 2/2] memblock: annotate struct memblock_type with __counted_by_ptr
2025-11-22 22:16 UTC (3+ messages)
[PATCH v9 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
2025-11-22 21:26 UTC (5+ messages)
` [PATCH v9 1/2] lib: Introduce hierarchical per-cpu counters
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox