messages from 2026-05-14 05:08:26 to 2026-05-14 20:44:15 UTC [more...]
[PATCH RFC 4/5] selinux: Restrict cross-cgroup dma-heap charging
2026-05-14 20:44 UTC (2+ messages)
[PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-14 19:08 UTC (31+ messages)
` [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v7 04/31] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v7 11/31] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v7 13/31] mm: alloc_swap_folio: pass raw fault address to vma_alloc_folio
` [PATCH v7 15/31] mm: vma_alloc_anon_folio_pmd: "
` [PATCH v7 18/31] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v7 19/31] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v7 22/31] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v7 25/31] mm: page_alloc: propagate PG_zeroed in split_large_buddy
[PATCH v7 00/15] mm/mglru: improve reclaim loop and dirty folio handling
2026-05-14 18:50 UTC (2+ messages)
bio completion in task enhancements / experiments
2026-05-14 18:30 UTC (3+ messages)
` [PATCH 6/8] iomap: use bio_complete_in_task for buffered read errors
[PATCH 0/1] mm/userfaultfd: fix UFFDIO_COPY retry private/shared VMA panic
2026-05-14 18:00 UTC (2+ messages)
[RFC] __GFP_UNMAPPED and __GFP_PRIVATE follow up
2026-05-14 17:42 UTC
[PATCH v3] cgroup/dmem: introduce a peak file
2026-05-14 17:36 UTC
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-05-14 16:45 UTC (3+ messages)
[PATCH] mm/damon/core: recalculate intervals tuning deadline on attrs update
2026-05-14 16:37 UTC (5+ messages)
` [PATCH] mm/damon/core: clarify next_intervals_tune_sis update path
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-05-14 16:03 UTC (7+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
[linux-next:master] [mm, slab] 298cdbf5f7: will-it-scale.per_process_ops 6.3% regression
2026-05-14 16:02 UTC (4+ messages)
[PATCH v7 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
2026-05-14 14:37 UTC (3+ messages)
improve the swap_activate interface
2026-05-14 14:37 UTC (8+ messages)
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
[PATCH v3 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
2026-05-14 14:34 UTC (5+ messages)
` [PATCH v3 1/2] "
kmalloc_nolock() follow-ups, including kfree_rcu_nolock()
2026-05-14 14:26 UTC (8+ messages)
[PATCH v2] maple_tree: document that "last" in mtree_insert_range() is inclusive
2026-05-14 14:23 UTC (4+ messages)
[RFC PATCH v2.1 00/28] mm/damon: introduce data attributes monitoring
2026-05-14 14:09 UTC (29+ messages)
` [RFC PATCH v2.1 01/28] mm/damon/core: introduce struct damon_probe
` [RFC PATCH v2.1 02/28] mm/damon/core: embed damon_probe objects in damon_ctx
` [RFC PATCH v2.1 03/28] mm/damon/core: introduce damon_filter
` [RFC PATCH v2.1 04/28] mm/damon/core: commit probes
` [RFC PATCH v2.1 05/28] mm/damon/core: introduce damon_region->probe_hits
` [RFC PATCH v2.1 06/28] mm/damon/core: introduce damon_ops->apply_probes
` [RFC PATCH v2.1 07/28] mm/damon/core: do data attributes monitoring
` [RFC PATCH v2.1 08/28] mm/damon/paddr: support "
` [RFC PATCH v2.1 09/28] mm/damon/sysfs: implement probes dir
` [RFC PATCH v2.1 10/28] mm/damon/sysfs: implement probe dir
` [RFC PATCH v2.1 11/28] mm/damon/sysfs: implement filters directory
` [RFC PATCH v2.1 12/28] mm/damon/sysfs: implement filter dir
` [RFC PATCH v2.1 13/28] mm/damon/sysfs: implement filter dir files
` [RFC PATCH v2.1 14/28] mm/damon/sysfs: setup probes on DAMON core API parameters
` [RFC PATCH v2.1 15/28] mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/
` [RFC PATCH v2.1 16/28] mm/damon/sysfs-schemes: implement probe dir
` [RFC PATCH v2.1 17/28] mm/damon/sysfs-schemes: implement probe/hits file
` [RFC PATCH v2.1 18/28] mm/damon: trace probe_hits
` [RFC PATCH v2.1 19/28] selftests/damon/sysfs.sh: test probes dir
` [RFC PATCH v2.1 20/28] Docs/mm/damon/design: document data attributes monitoring
` [RFC PATCH v2.1 21/28] Docs/admin-guide/mm/damon/usage: "
` [RFC PATCH v2.1 22/28] mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCG
` [RFC PATCH v2.1 23/28] mm/damon/paddr: support DAMON_FILTER_TYPE_MEMCG
` [RFC PATCH v2.1 24/28] mm/damon/sysfs: add filters/<F>/path file
` [RFC PATCH v2.1 25/28] mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-common
` [RFC PATCH v2.1 26/28] mm/damon/sysfs: setup damon_filter->memcg_id from path
` [RFC PATCH v2.1 27/28] Docs/mm/damon/design: update for memcg damon filter
` [RFC PATCH v2.1 28/28] Docs/admin-guide/mm/damon/usage: "
[linus:master] [mm] 01b9da291c: stress-ng.switch.ops_per_sec 67.7% regression
2026-05-14 13:40 UTC (7+ messages)
[PATCH] mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache()
2026-05-14 13:00 UTC (3+ messages)
` [PATCH v3] "
[PATCH RFC v2] mm, slab: add an optimistic __slab_try_return_freelist()
2026-05-14 12:54 UTC (3+ messages)
[PATCH v2 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
2026-05-14 12:48 UTC (10+ messages)
` [PATCH v2 2/2] mm: huge_memory: refactor thpsize_shmem_enabled_show() with helper arrays
[PATCH v4 0/9] mm: thp: always enable mTHP support
2026-05-14 12:14 UTC (3+ messages)
[PATCH 0/3] kasan: hw_tags: some micro-optimizations
2026-05-14 12:11 UTC (5+ messages)
` [PATCH 1/3] mm/slub: hw_tags: skip page-allocator unpoisoning on slab allocation
[PATCH v2] mm/damon/vaddr: attempt per-vma lock during page table walk
2026-05-14 11:13 UTC (2+ messages)
[PATCH v7 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-05-14 11:06 UTC (8+ messages)
` [PATCH v7 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v7 4/6] mm/memory-failure: short-circuit PG_reserved before get_hwpoison_page()
[PATCH] rust_binder: use lock_vma_under_rcu() in shrinker
2026-05-14 10:51 UTC (4+ messages)
[PATCH v4] mm/page_alloc: replace kernel_init_pages() with batch page clearing
2026-05-14 10:50 UTC (2+ messages)
[PATCH 0/2] Insert instead of copy pages into shmem when shrinking
2026-05-14 10:40 UTC (14+ messages)
` [PATCH 1/2] mm/shmem: add shmem_insert_folio()
[PATCH] mm/mmu_notifier: Fix a begin vs. start typo in the invalidate range comment
2026-05-14 10:35 UTC (3+ messages)
[akpm-mm:mm-unstable 25/274] mm/hugetlb.c:7281:17: error: implicit declaration of function '__huge_pmd_unshare'; did you mean 'huge_pmd_unshare'?
2026-05-14 10:26 UTC
[PATCH v4 00/55] make MM selftests more CI friendly
2026-05-14 10:26 UTC (4+ messages)
` [PATCH v4 28/55] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
[PATCH v4 1/3] slab: support for compiler-assisted type-based slab cache partitioning
2026-05-14 10:13 UTC (8+ messages)
` [PATCH v4 2/3] slab: improve KMALLOC_PARTITION_RANDOM randomness
[PATCH] tools/testing/memblock: fix stale NUMA reservation tests
2026-05-14 10:12 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2] drivers/base/memory: set mem->altmap after successful device registration
2026-05-14 10:08 UTC (2+ messages)
[PATCH mm-hotfixes] mm/hugetlb: avoid false positive lockdep assertion
2026-05-14 9:48 UTC (2+ messages)
[PATCH] mm/memory: Fix spurious warning when unmapping device-private/exclusive pages
2026-05-14 9:45 UTC (2+ messages)
[PATCH v2 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-05-14 9:41 UTC (8+ messages)
` [PATCH v2 1/7] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v2 2/7] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
` [PATCH v2 3/7] mm/vmalloc: Extract vmap_set_ptes() to consolidate PTE mapping logic
` [PATCH v2 4/7] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk
` [PATCH v2 5/7] mm/vmalloc: map contiguous pages in batches for vmap() if possible
` [PATCH v2 6/7] mm/vmalloc: align vm_area so vmap() can batch mappings
` [PATCH v2 7/7] mm/vmalloc: Stop scanning for compound pages after encountering small pages in vmap
[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
2026-05-14 9:34 UTC (7+ messages)
` [PATCH v3 04/12] mm, swap: add support for stable large allocation in swap cache directly
` [PATCH v3 12/12] mm, swap: merge zeromap into swap table
[akpm-mm:mm-unstable 25/274] mm/hugetlb.c:7281:3: error: call to undeclared function '__huge_pmd_unshare'; ISO C99 and later do not support implicit function declarations
2026-05-14 9:34 UTC (2+ messages)
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-05-14 9:24 UTC (8+ messages)
[PATCH] mm/memory-failure: Use zone_pcp_disable() for poison handling
2026-05-14 9:10 UTC (2+ messages)
[PATCH v6 0/3] mm/swap: use swap_ops to register swap device's methods
2026-05-14 8:40 UTC (6+ messages)
` [PATCH v6 2/3] "
[PATCH 0/3] mm/zswap: Implement per-cgroup proactive writeback
2026-05-14 8:21 UTC (15+ messages)
` [PATCH 2/3] mm/zswap: Implement "
` [PATCH 3/3] mm/zswap: Add per-memcg stat for "
[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
2026-05-14 8:19 UTC (18+ messages)
` [PATCH v2 01/69] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages
` [PATCH v2 02/69] mm/hugetlb_vmemmap: Fix __hugetlb_vmemmap_optimize_folios()
` [PATCH v2 03/69] powerpc/mm: Fix wrong addr_pfn tracking in compound vmemmap population
` [PATCH v2 04/69] mm/hugetlb: Initialize gigantic bootmem hugepage struct pages earlier
` [PATCH v2 05/69] mm/mm_init: Simplify deferred_free_pages() migratetype init
` [PATCH v2 06/69] mm/sparse: Panic on memmap and usemap allocation failure
` [PATCH v2 07/69] mm/sparse: Move subsection_map_init() into sparse_init()
[RFC] mm: restrict zero-page remapping to underused THP splits
2026-05-14 8:11 UTC (2+ messages)
[PATCH v2] mm/shrinker: simplify shrinker_memcg_alloc() using guard()
2026-05-14 8:01 UTC (2+ messages)
[PATCH 0/7] Silence spurious warnings and crashes from kunit test suites
2026-05-14 8:01 UTC (13+ messages)
` [PATCH 1/7] init/initramfs_test: wait_for_initramfs() before running
` [PATCH 2/7] kfence: kunit: skip when no pool is available
` [PATCH 5/7] misc: reject duplicate names in misc_register()
` [PATCH 6/7] hw_breakpoint_test: fix test_many_cpus failure on large systems
` [PATCH 7/7] lib/tests: test_ratelimit: fix stress test thread lifecycle and leak
[rppt-memblock:fixes] BUILD SUCCESS 34d885baf7cc7b47dc6ce35fc3540d93c54a1c55
2026-05-14 7:38 UTC
[akpm-mm:mm-unstable 25/274] mm/hugetlb.c:7281:17: error: implicit declaration of function '__huge_pmd_unshare'; did you mean 'huge_pmd_unshare'?
2026-05-14 7:31 UTC (2+ messages)
[linus:master] [maple_tree] 280b792cac: will-it-scale.per_process_ops 6.0% regression
2026-05-14 7:18 UTC (3+ messages)
[PATCH 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-05-14 6:53 UTC (5+ messages)
` [PATCH 2/6] alloc_tag: add ioctl filters to /proc/allocinfo
` [PATCH 3/6] alloc_tag: add size-based filtering to ioctl
[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
2026-05-14 6:42 UTC (5+ messages)
[PATCH] mm/hugetlb: fix deadlock in __hugetlb_zap_begin() by using trylock
2026-05-14 6:06 UTC (2+ messages)
[RFC PATCH 0/1] batch page copies in folio_copy() and folio_mc_copy()
2026-05-14 5:17 UTC (4+ messages)
` [RFC PATCH 1/1] mm: "
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox