[PATCH v8 00/23] SLUB percpu sheaves
2025-09-17 8:30 UTC (3+ messages)
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
Need advice with iput() deadlock during writeback
2025-09-17 8:23 UTC (2+ messages)
[PATCH v3 RESEND] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
2025-09-17 8:18 UTC (2+ messages)
[linux-next:master] [slab] db93cdd664: BUG:kernel_NULL_pointer_dereference,address
2025-09-17 8:03 UTC (2+ messages)
[PATCH 0/2] some cleanups for pageout()
2025-09-17 7:49 UTC (8+ messages)
` [PATCH 1/2] mm: vmscan: remove folio_test_private() check in pageout()
[PATCH v2 0/7] vma count: fixes, test and improvements
2025-09-17 7:44 UTC (22+ messages)
` [PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event
[PATCH v3] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
2025-09-17 7:40 UTC (4+ messages)
[PATCH 1/1] mm/ksm: remove page_stable_node() and use folio_stable_node() directly
2025-09-17 7:38 UTC (4+ messages)
` [PATCH] ksm: Use a folio inside cmp_and_merge_page()
[PATCH v2 1/1] alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
2025-09-17 7:38 UTC (16+ messages)
[PATCH V13 0/6] riscv: mm: Add soft-dirty and uffd-wp support
2025-09-17 7:25 UTC (8+ messages)
` [PATCH V13 1/6] mm: softdirty: Add pgtable_supports_soft_dirty()
` [PATCH V13 2/6] mm: userfaultfd: Add pgtable_supports_uffd_wp()
` [PATCH V13 3/6] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V13 4/6] riscv: mm: Add soft-dirty page tracking support
` [PATCH V13 5/6] riscv: mm: Add userfaultfd write-protect support
` [PATCH V13 6/6] dt-bindings: riscv: Add Svrsw60t59b extension description
[RFC][PATCH v3 00/16] Introduce kmemdump
2025-09-17 7:16 UTC (9+ messages)
` [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs as non-static
[PATCH slab] slab: Disallow kprobes in ___slab_alloc()
2025-09-17 7:06 UTC (11+ messages)
[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
2025-09-17 7:02 UTC (9+ messages)
[PATCH] kmsan: fix missed kmsan_handle_dma() signature conversion
2025-09-17 6:37 UTC
[PATCH][RESEND][RFC] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
2025-09-17 6:27 UTC (7+ messages)
[PATCH] mm: forward declare struct rcuwait together with rcuwait_wake_up()
2025-09-17 6:12 UTC (3+ messages)
[PATCH RESEND 1/1] selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
2025-09-17 5:59 UTC
[PATCH 1/1] selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
2025-09-17 5:56 UTC
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-09-17 5:22 UTC (7+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
[PATCH v2 00/10] __vmalloc() and no-block support(v2)
2025-09-17 5:22 UTC (12+ messages)
` [PATCH v2 04/10] mm/vmalloc: Avoid cond_resched() when blocking is not permitted
` [PATCH v2 09/10] mm: Skip might_alloc() warnings when PF_MEMALLOC is set
` [PATCH v2 10/10] mm/vmalloc: Update __vmalloc_node_range() documentation
[PATCH v5 00/14] SLUB percpu sheaves
2025-09-17 5:19 UTC (7+ messages)
` Benchmarking "
[PATCH v1 09/10] fs/binfmt_script: add KFuzzTest target for load_script
2025-09-17 5:04 UTC (2+ messages)
[PATCH v4 00/15] mm, swap: introduce swap table as swap cache (phase I)
2025-09-17 4:50 UTC (28+ messages)
` [PATCH v4 01/15] docs/mm: add document for swap table
` [PATCH v4 02/15] mm, swap: use unified helper for swap cache look up
` [PATCH v4 03/15] mm, swap: fix swap cache index error when retrying reclaim
` [PATCH v4 04/15] mm, swap: check page poison flag after locking it
` [PATCH v4 05/15] mm, swap: always lock and check the swap cache folio before use
` [PATCH v4 06/15] mm, swap: rename and move some swap cluster definition and helpers
` [PATCH v4 07/15] mm, swap: tidy up swap device and cluster info helpers
` [PATCH v4 08/15] mm, swap: cleanup swap cache API and add kerneldoc
` [PATCH v4 09/15] mm/shmem, swap: remove redundant error handling for replacing folio
` [PATCH v4 10/15] mm, swap: wrap swap cache replacement with a helper
` [PATCH v4 11/15] mm, swap: use the swap table for the swap cache and switch API
` [PATCH v4 12/15] mm, swap: mark swap address space ro and add context debug check
` [PATCH v4 13/15] mm, swap: remove contention workaround for swap cache
` [PATCH v4 14/15] mm, swap: implement dynamic allocation of swap table
` [PATCH v4 15/15] mm, swap: use a single page for swap table when the size fits
[PATCH] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
2025-09-17 4:26 UTC (3+ messages)
[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
2025-09-17 4:15 UTC (8+ messages)
[PATCH v1 03/10] kfuzztest: implement core module and input processing
2025-09-17 3:59 UTC (2+ messages)
[RFC PATCH 00/12] CMA balancing
2025-09-17 3:30 UTC (14+ messages)
` [RFC PATCH 01/12] mm/cma: add tunable for CMA fallback limit
` [RFC PATCH 02/12] mm/cma: clean up flag handling a bit
` [RFC PATCH 03/12] mm/cma: add flags argument to init functions
` [RFC PATCH 04/12] mm/cma: keep a global sorted list of CMA ranges
` [RFC PATCH 05/12] mm/cma: add helper functions for CMA balancing
` [RFC PATCH 06/12] mm/cma: define and act on CMA_BALANCE flag
[RFC v1 0/4] Make KHO Stateless
2025-09-17 2:50 UTC (5+ messages)
` [RFC v1 1/4] kho: Introduce KHO page table data structures
` [RFC v1 2/4] kho: Adopt KHO page tables and remove serialization
` [RFC v1 3/4] memblock: Remove KHO notifier usage
` [RFC v1 4/4] kho: Remove notifier system infrastructure
[vbabka:slub-percpu-sheaves-v6r3] [maple_tree] 71a82407f1: will-it-scale.per_process_ops 18.7% regression
2025-09-17 2:40 UTC
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-17 1:32 UTC (34+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "
[PATCH 1/1] fixup: alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
2025-09-17 1:23 UTC (5+ messages)
[PATCH] memfd,selinux: call security_inode_init_security_anon
2025-09-17 1:08 UTC (6+ messages)
The Invoice confirmed on 629PM_2025_FLUZ (batch9-713)
2025-09-17 0:35 UTC
[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-09-16 23:44 UTC (13+ messages)
` [PATCH v7 1/6] arm64: Enable permission change on arm64 kernel block mappings
[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
2025-09-16 23:33 UTC (4+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-09-16 22:55 UTC (5+ messages)
` [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator "
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages
[RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
2025-09-16 22:41 UTC (3+ messages)
[PATCH v8 0/2] introduce kasan.write_only option in hw-tags
2025-09-16 22:27 UTC (3+ messages)
` [PATCH v8 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v8 2/2] kasan: apply write-only mode in kasan kunit testcases
PROBLEM: userfaultfd REGISTER minor mode on MAP_PRIVATE range fails
2025-09-16 22:04 UTC (15+ messages)
[PATCH V12 0/5] riscv: mm: Add soft-dirty and uffd-wp support
2025-09-16 21:57 UTC (5+ messages)
` [PATCH V12 3/5] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V12 4/5] riscv: mm: Add soft-dirty page tracking support
[PATCH v7 0/2] introduce kasan.write_only option in hw-tags
2025-09-16 21:47 UTC (6+ messages)
` [PATCH v7 1/2] kasan/hw-tags: introduce kasan.write_only option
[PATCH v2 0/3] Minor fixes for memory allocation profiling
2025-09-16 20:47 UTC (3+ messages)
` [PATCH v2 3/3] alloc_tag: avoid warnings when freeing non-compound "tail" pages
[Invitation] Linux MM Alignment Session on kmemdump on Wednesday
2025-09-16 20:20 UTC (9+ messages)
[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
2025-09-16 20:05 UTC (14+ messages)
[PATCH 0/2] mm/damon/stat: expose auto-tuned intervals and non-idle ages
2025-09-16 18:31 UTC (3+ messages)
` [PATCH 1/2] mm/damon/stat: expose the current tuned aggregation interval
` [PATCH 2/2] mm/damon/stat: expose negative idle time
[PATCHv2] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
2025-09-16 18:06 UTC (3+ messages)
[PATCH] mm: memcontrol: fix memcg accounting during cpu hotplug
2025-09-16 17:10 UTC (2+ messages)
[RFC PATCH v0] mm/vmscan: Add readahead LRU to improve readahead file page reclamation efficiency
2025-09-16 16:33 UTC (2+ messages)
[PATCH] kho: make sure folio being restored is actually from KHO
2025-09-16 14:55 UTC (9+ 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