[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
2026-01-13 6:39 UTC (6+ messages)
[vbabka:b4/sheaves-for-all-rebased] [slab] 9b0317d1c2: xfstests.generic.629.fail
2026-01-13 6:34 UTC (3+ messages)
[PATCH V6 0/9] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
2026-01-13 6:18 UTC (10+ messages)
` [PATCH V6 1/9] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V6 2/9] mm/slab: allow specifying free pointer offset when using constructor
` [PATCH V6 3/9] ext4: specify the free pointer offset for ext4_inode_cache
` [PATCH V6 4/9] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [PATCH V6 5/9] mm/slab: use stride to access slabobj_ext
` [PATCH V6 6/9] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [PATCH V6 7/9] mm/slab: save memory by allocating slabobj_ext array from leftover
` [PATCH V6 8/9] mm/slab: move [__]ksize and slab_ksize() to mm/slub.c
` [PATCH V6 9/9] mm/slab: place slabobj_ext metadata in unused space within s->size
[PATCH v2 0/2] SEV-SNP Unaccepted Memory Hotplug
2026-01-13 5:52 UTC (8+ messages)
` [PATCH v2 1/2] mm/memory_hotplug: Add support to accept memory during hot-add
` [PATCH v2 2/2] mm/memory_hotplug: Add support to unaccept memory after hot-remove
[PATCH v4 0/7] Enable THP support in drm_pagemap
2026-01-13 5:41 UTC (36+ messages)
` [PATCH v4 1/7] mm/zone_device: Add order argument to folio_free callback
` [PATCH v4 2/7] mm/zone_device: Add free_zone_device_folio_prepare() helper
` [PATCH v4 7/7] drm/pagemap: Enable THP support for GPU memory migration
[PATCH v3 0/3] Only free healthy pages in high-order has_hwpoisoned folio
2026-01-13 5:39 UTC (3+ messages)
` [PATCH v3 2/3] mm/page_alloc: only "
[PATCH v5 0/2] Make KHO Stateless
2026-01-13 5:35 UTC (3+ messages)
` [PATCH v5 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v5 2/2] kho: Remove finalize state and clients
[PATCH v4 0/2] Make KHO Stateless
2026-01-13 5:33 UTC (4+ messages)
` [PATCH v4 1/2] kho: Adopt radix tree for preserved memory tracking
[PATCH mm-new resend 0/5] mm: accelerate gigantic folio allocation
2026-01-13 5:27 UTC (11+ messages)
` [PATCH 1/5] mm: page_isolation: introduce page_is_unmovable()
` [PATCH 2/5] mm: page_alloc: optimize pfn_range_valid_contig()
` [PATCH 3/5] mm: hugetlb: optimize replace_free_hugepage_folios()
[PATCHv2 0/7] zram: introduce compressed data writeback
2026-01-13 4:54 UTC (10+ messages)
` [PATCHv2 1/7] "
[PATCH] zsmalloc: introduce SG-list based object read API
2026-01-13 4:30 UTC (2+ messages)
[PATCH] mm: remove redundant page parameter from do_set_pmd()
2026-01-13 4:09 UTC (2+ messages)
[PATCH] alloc_tag: remove sysctl prefix from mem_profiling boot parameter
2026-01-13 3:50 UTC (6+ messages)
[PATCH v2] kho: init alloc tags when restoring pages from reserved memory
2026-01-13 3:34 UTC
[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
2026-01-13 3:24 UTC (26+ messages)
` [RFC PATCH v3 4/8] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v3 5/8] Documentation/admin-guide/cgroups: update docs for mems_allowed
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration
[PATCH RESEND v2] checkpatch: Suppress warnings when Reported-by: is followed by Link:
2026-01-13 3:22 UTC
[RFC PATCH 2/2] zsmalloc: chain-length configuration should consider other metrics
2026-01-13 2:36 UTC (12+ messages)
[PATCH v2 00/28] Eliminate Dying Memory Cgroup
2026-01-13 2:34 UTC (3+ messages)
[PATCH v4 0/6] KFuzzTest: a new kernel fuzzing framework
2026-01-13 2:17 UTC (9+ messages)
` [PATCH v4 1/6] kfuzztest: add user-facing API and data structures
` [PATCH v4 2/6] kfuzztest: implement core module and input processing
` [PATCH v4 3/6] kfuzztest: add ReST documentation
` [PATCH v4 4/6] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v4 5/6] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
` [PATCH v4 6/6] MAINTAINERS: add maintainer information for KFuzzTest
[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
2026-01-13 2:08 UTC (21+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 04/20] slab: add sheaves to most caches
` [PATCH RFC v2 05/20] slab: introduce percpu sheaves bootstrap
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC v2 07/20] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC v2 08/20] slab: add optimized sheaf refill from partial list
` [PATCH RFC v2 09/20] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC v2 10/20] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC v2 11/20] slab: remove the do_slab_free() fastpath
` [PATCH RFC v2 12/20] slab: remove defer_deactivate_slab()
` [PATCH RFC v2 13/20] slab: simplify kmalloc_nolock()
` [PATCH RFC v2 14/20] slab: remove struct kmem_cache_cpu
` [PATCH RFC v2 15/20] slab: remove unused PREEMPT_RT specific macros
` [PATCH RFC v2 16/20] slab: refill sheaves from all nodes
` [PATCH RFC v2 17/20] slab: update overview comments
` [PATCH RFC v2 18/20] slab: remove frozen slab checks from __slab_free()
` [PATCH RFC v2 19/20] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH RFC v2 20/20] mm/slub: cleanup and repurpose some "
` [PATCH v2 00/20] slab: replace cpu (partial) slabs with sheaves
来自alai的邮件
2026-01-13 2:00 UTC
[PATCH v3] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
2026-01-13 1:52 UTC (2+ messages)
[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
2026-01-13 1:49 UTC (13+ messages)
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2026-01-13 1:47 UTC (15+ messages)
` [PATCH v8 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v8 02/14] kasan: arm64: x86: Make special tags arch specific
` [PATCH v8 04/14] x86/kasan: Add arch specific kasan functions
` [PATCH v8 06/14] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v8 13/14] x86/kasan: Logical bit shift for kasan_mem_to_shadow
[PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
2026-01-13 0:55 UTC (2+ messages)
[PATCH v13 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
2026-01-13 0:47 UTC (8+ messages)
` [PATCH v13 2/3] "
[PATCH] mm: optimize stat output for 11% sys time reduce
2026-01-13 0:29 UTC (6+ messages)
` [PATCH v2] "
[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
2026-01-12 22:23 UTC (2+ messages)
[PATCH 0/3 v2] exec: inherit HWCAPs from the parent process
2026-01-12 22:18 UTC (5+ messages)
` [PATCH 2/3] "
[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
2026-01-12 22:04 UTC (3+ messages)
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c
[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
2026-01-12 22:01 UTC (2+ messages)
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2026-01-12 21:51 UTC (3+ messages)
` [PATCH 30/44] fs: use min() or umin() instead of min_t()
[PATCH 8/8] memcg: rename mem_cgroup_ino() to mem_cgroup_id()
2026-01-12 21:36 UTC (3+ messages)
[PATCH v2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
2026-01-12 21:29 UTC (3+ messages)
[PATCH v14 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
2026-01-12 21:22 UTC (5+ messages)
` [PATCH v14 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v14 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
` [PATCH v14 3/3] mm: Implement precise OOM killer task selection
[PATCH v2 0/4] drm/amdkfd: Add batch userptr allocation support
2026-01-12 20:51 UTC (8+ messages)
__folio_end_writeback() lockdep issue
2026-01-12 20:43 UTC (6+ messages)
[PATCH 0/3] selftests/mm: add memory failure selftests
2026-01-12 19:38 UTC (7+ messages)
[PATCH 0/3] dma-mapping: Improve atomic pool behaviour
2026-01-12 19:32 UTC (5+ messages)
` [PATCH 1/3] dma/pool: Improve pool lookup
` [PATCH 2/3] mm_zone: Generalise has_managed_dma()
` [PATCH 3/3] dma/pool: Avoid allocating redundant pools
[PATCH 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
2026-01-12 19:25 UTC (3+ messages)
[PATCH v1 1/2] mm/vmscan: balance demotion allocation in alloc_demote_folio()
2026-01-12 19:23 UTC (3+ messages)
[PATCH v12 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
2026-01-12 19:18 UTC (7+ messages)
[PATCH v6 0/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
2026-01-12 19:17 UTC (11+ messages)
` [PATCH v6 3/4] iommu: debug-pagealloc: Track IOMMU pages
[PATCH v1 0/2] Free contiguous order-0 pages efficiently
2026-01-12 18:58 UTC (9+ messages)
` [PATCH v1 1/2] mm/page_alloc: Optimize free_contig_range()
[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2026-01-12 18:33 UTC (3+ messages)
` [PATCH v5 12/19] mm, swap: use swap cache as the swap in synchronize layer
[PATCH v2 00/23] mm: BPF OOM
2026-01-12 18:20 UTC (5+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
[PATCH] PCI/P2PDMA: Reset page reference count when page mapping fails
2026-01-12 17:13 UTC (2+ messages)
[PATCH] mm/khugepaged: make khugepaged_collapse_control static
2026-01-12 16:33 UTC (3+ messages)
[PATCH] mm/khugepaged: make khugepaged_collapse_control static
2026-01-12 16:18 UTC
[RFC PATCH 0/2] mm: improve folio refcount scalability
2026-01-12 16:17 UTC (5+ messages)
[PATCH] mm/swap_cgroup: fix kernel BUG in swap_cgroup_record
2026-01-12 16:16 UTC (3+ messages)
[PATCH] percpu: add basic double free check
2026-01-12 16:03 UTC (2+ messages)
[PATCH mm-new] mm/early_ioremap: Clean up the use of WARN() for debugging
2026-01-12 16:00 UTC (2+ messages)
[PATCH mm-hotfixes] mm/vma: do not leak memory when .mmap_prepare swaps the file
2026-01-12 15:51 UTC
[RFC PATCH v1] mm: improve call_controls_lock
2026-01-12 15:36 UTC (2+ messages)
[PATCH v1] mm: kmsan: add tests for high-order page freeing
2026-01-12 15:18 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