[PATCH v3 00/13] Nesting support for lazy MMU mode
2025-10-15 16:52 UTC (15+ messages)
` [PATCH v3 01/13] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v3 02/13] x86/xen: simplify flush_lazy_mmu()
` [PATCH v3 03/13] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v3 04/13] sparc/mm: "
` [PATCH v3 05/13] mm: introduce CONFIG_ARCH_LAZY_MMU
` [PATCH v3 06/13] mm: introduce generic lazy_mmu helpers
` [PATCH v3 07/13] mm: enable lazy_mmu sections to nest
` [PATCH v3 08/13] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v3 09/13] powerpc/mm: replace batch->active "
` [PATCH v3 10/13] sparc/mm: "
` [PATCH v3 11/13] x86/xen: use lazy_mmu_state when context-switching
` [PATCH v3 12/13] mm: bail out of lazy_mmu_mode_* in interrupt context
` [PATCH v3 13/13] mm: introduce arch_wants_lazy_mmu_mode()
[PATCH v5] slab: reset obj_ext when it is not actually valid during freeing
2025-10-15 16:51 UTC (5+ messages)
[PATCH 0/4] mm, swap: misc cleanup and bugfix
2025-10-15 16:45 UTC (8+ messages)
` [PATCH 1/4] mm, swap: do not perform synchronous discard during allocation
[RFC PATCH] mm: net: disable kswapd for high-order network buffer allocation
2025-10-15 16:39 UTC (18+ messages)
[RFC PATCH v10 mm-new 0/9] mm, bpf: BPF-MM, BPF-THP
2025-10-15 16:35 UTC (11+ messages)
` [RFC PATCH v10 mm-new 1/9] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [RFC PATCH v10 mm-new 2/9] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [RFC PATCH v10 mm-new 3/9] mm: thp: add support for BPF based THP order selection
` [RFC PATCH v10 mm-new 4/9] mm: thp: decouple THP allocation between swap and page fault paths
` [RFC PATCH v10 mm-new 5/9] mm: thp: enable THP allocation exclusively through khugepaged
` [RFC PATCH v10 mm-new 6/9] bpf: mark mm->owner as __safe_rcu_or_null
` [RFC PATCH v10 mm-new 7/9] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [RFC PATCH v10 mm-new 8/9] selftests/bpf: add a simple BPF based THP policy
` [RFC PATCH v10 mm-new 9/9] Documentation: add BPF-based THP policy management
[syzbot ci] Re: Fix stale IOTLB entries for kernel address space
2025-10-15 16:25 UTC (2+ messages)
[PATCH] mm/page_alloc: simplify and cleanup pcp locking
2025-10-15 16:08 UTC (3+ messages)
allow file systems to increase the minimum writeback chunk size
2025-10-15 16:01 UTC (13+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems
Regression in generic/749 with 8k fsblock size on 6.18-rc1
2025-10-15 15:59 UTC (3+ messages)
[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
2025-10-15 15:55 UTC (7+ messages)
` [PATCH v6 3/7] x86/mm: Use 'ptdesc' when freeing PMD pages
[PATCH v3 0/3] mm: some optimizations for prot numa
2025-10-15 15:43 UTC (6+ messages)
` [PATCH v3 1/3] mm: mprotect: always skip dma pinned folio in prot_numa_skip()
` [PATCH v3 2/3] mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()
` [PATCH v3 3/3] mm: huge_memory: use folio_needs_prot_numa() for pmd folio
[PATCH v4 00/13] drm: Reduce page tables overhead with THP
2025-10-15 15:30 UTC (14+ messages)
` [PATCH v4 01/13] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v4 02/13] drm/shmem-helper: Implement map_pages fault-around handler
` [PATCH v4 03/13] drm/shmem-helper: Map huge pages in fault handlers
` [PATCH v4 04/13] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v4 05/13] drm/gem: Add huge tmpfs mount point helper
` [PATCH v4 06/13] drm/i915: Use "
` [PATCH v4 07/13] drm/v3d: "
` [PATCH v4 08/13] drm/v3d: Fix builds with CONFIG_TRANSPARENT_HUGEPAGE=n
` [PATCH v4 09/13] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v4 10/13] drm/panthor: Introduce huge tmpfs mount point option
` [PATCH v4 11/13] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v4 12/13] drm/panfrost: Introduce huge tmpfs mount point option
` [PATCH v4 13/13] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
[PATCH -v2 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-10-15 15:28 UTC (8+ messages)
` [PATCH -v2 1/2] mm: add spurious fault fixing support for huge pmd
` [PATCH -v2 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault
[PATCH] mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_destroy_scheme
2025-10-15 15:07 UTC (3+ messages)
[PATCH v5 0/7] liveupdate: Rework KHO for in-kernel users
2025-10-15 14:36 UTC (6+ messages)
` [PATCH v5 1/7] kho: allow to drive kho from within kernel
` [PATCH v5 6/7] liveupdate: kho: move to kernel/liveupdate
[PATCH 0/2] KHO: Fix metadata allocation in scratch area
2025-10-15 14:36 UTC (14+ messages)
` [PATCH 1/2] liveupdate: kho: warn and fail on metadata or preserved memory "
` [PATCH 2/2] liveupdate: kho: allocate metadata directly from the buddy allocator
[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-10-15 14:28 UTC (5+ messages)
[PATCH 0/2] Do not change split folio target order
2025-10-15 14:25 UTC (3+ messages)
` [PATCH 1/2] mm/huge_memory: do not change split_huge_page*() target order silently
[PATCH v5] memcg: expose socket memory pressure in a cgroup
2025-10-15 13:57 UTC (11+ messages)
[RFC PATCH] mm/vmalloc: request large order pages from buddy allocator
2025-10-15 13:42 UTC (7+ messages)
[PATCH v4] slab: clear OBJEXTS_ALLOC_FAIL when freeing a slab
2025-10-15 13:37 UTC (3+ messages)
[PATCH 0/5] mm/huge_memory: cleanup __split_unmapped_folio()
2025-10-15 13:34 UTC (4+ messages)
[PATCH v4 mm-new 0/2] mm/swapfile.c: select the swap device with default priority round robin
2025-10-15 13:27 UTC (15+ messages)
` [PATCH v4 mm-new 1/2] mm/swap: do not choose swap device according to numa node
` [PATCH v4 mm-new 2/2] mm/swap: select swap device with default priority round robin
[PATCH v3 00/10] drm: Reduce page tables overhead with THP
2025-10-15 13:12 UTC (5+ messages)
` [PATCH v3 07/10] drm/panthor: Introduce huge tmpfs mount point option
[Bug 220605] New: Very slow access on HDD when a swap partition is used on this HDD on kernel 6.16
2025-10-15 13:00 UTC (2+ messages)
[PATCH v2] tools/mm: use <stdbool.h> in page_owner_sort.c
2025-10-15 12:49 UTC (2+ messages)
[PATCH v2 0/3] mm: some optimizations for prot numa
2025-10-15 12:37 UTC (11+ messages)
` [PATCH v2 2/3] mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()
` [PATCH v2 3/3] mm: huge_memory: use folio_skip_prot_numa() for pmd folio
[PATCH v2 0/2] drivers/base/node: fold node register and unregister functions
2025-10-15 12:36 UTC (5+ messages)
` [PATCH v2 1/2] drivers/base/node: Fold register_node() into register_one_node()
[PATCH 0/2] optimization of dma-buf system_heap allocation
2025-10-15 12:35 UTC (15+ messages)
` [PATCH 1/2] mm: call back alloc_pages_bulk_list since it is useful
` [PATCH 2/2] driver: dma-buf: use alloc_pages_bulk_list for order-0 allocation
[PATCH v2] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
2025-10-15 12:22 UTC (4+ messages)
[PATCH] csky/mm: fix build errors cause by folio flags changes
2025-10-15 12:09 UTC (3+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2025-10-15
2025-10-15 11:51 UTC
[PATCH v3] slab: Add check for memcg_data != OBJEXTS_ALLOC_FAIL in folio_memcg_kmem
2025-10-15 11:40 UTC (8+ messages)
[PATCH v2 bpf] bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures
2025-10-15 10:31 UTC (5+ messages)
[PATCH V2] mm/khugepaged: fix comment for default scan sleep duration
2025-10-15 9:44 UTC (3+ messages)
[PATCH] tools/mm: use <stdbool.h> in page_owner_sort.c
2025-10-15 9:37 UTC (3+ messages)
[PATCH mm-new v3 0/3] refactor and merge PTE scanning logic
2025-10-15 9:31 UTC (7+ messages)
` [PATCH mm-new v3 1/3] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain
[PATCH] mm/khugepaged: fix comment for default scan sleep duration
2025-10-15 9:13 UTC (6+ messages)
[PATCH v3 0/5] mm: VMA count limit fixes and improvements
2025-10-15 9:10 UTC (5+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks
[RFC PATCH] mm: vmscan: wakeup kswapd during node_reclaim
2025-10-15 9:08 UTC (2+ messages)
selftests/mm/rmap: verify correct RMAP handling of COW pages after fork()
2025-10-15 9:02 UTC (3+ messages)
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-10-15 8:54 UTC (8+ messages)
` [PATCH v2 09/16] f2fs: add support in f2fs to handle multiple writeback contexts
` [PATCH v2 16/16] writeback: added XFS support for matching writeback count to allocation group count
selftests/mm/rmap: verify correct RMAP handling of COW pages after fork()
2025-10-15 8:47 UTC (2+ messages)
[PATCH v8 00/23] SLUB percpu sheaves
2025-10-15 8:32 UTC (5+ messages)
[PATCH] mempool: clarify behavior of mempool_alloc_preallocated()
2025-10-15 8:28 UTC (2+ messages)
[PATCH 1/1] mm: prevent poison consumption when splitting THP
2025-10-15 6:49 UTC (2+ messages)
` [PATCH v4 "
[PATCH v5 0/4] reparent the THP split queue
2025-10-15 6:35 UTC (5+ messages)
` [PATCH v5 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH v5 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH v5 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH v5 4/4] mm: thp: reparent the split queue during memcg offline
[PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
2025-10-15 3:54 UTC (2+ messages)
[PATCH] mm: Remove the BOUNCE config option
2025-10-15 3:42 UTC (2+ messages)
[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
2025-10-15 3:42 UTC (7+ messages)
` [PATCH v12 22/23] mm: zswap: zswap_store() will process a large folio in batches
[linux-next:master 13427/13588] kernel/liveupdate/kexec_handover.c:978 kho_preserve_vmalloc() warn: missing error code 'err'
2025-10-15 2:50 UTC (2+ messages)
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