[PATCH v1 0/9] Remove XA_ZERO from error recovery of dup_mmap()
2025-09-12 5:08 UTC (28+ messages)
` [PATCH v1 1/9] mm/mmap: Move exit_mmap() trace point
` [PATCH v1 2/9] mm/mmap: Abstract vma clean up from exit_mmap()
` [PATCH v1 3/9] mm/vma: Add limits to unmap_region() for vmas
` [PATCH v1 4/9] mm/memory: Add tree limit to free_pgtables()
` [PATCH v1 6/9] mm: Change dup_mmap() recovery
` [PATCH v1 7/9] mm: Introduce unmap_desc struct to reduce function arguments
` [PATCH v1 8/9] mm/vma: Use unmap_desc in vms_clear_ptes() and exit_mmap()
` [PATCH v1 9/9] mm: Use unmap_desc struct for freeing page tables
[v5 00/15] mm: support device-private THP
2025-09-12 5:04 UTC (19+ messages)
` [v5 01/15] mm/zone_device: support large zone device private folios
` [v5 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v5 03/15] mm/rmap: extend rmap and migration support device-private entries
` [v5 04/15] mm/huge_memory: implement device-private THP splitting
` [v5 06/15] mm/migrate_device: implement THP migration of zone device pages
` [v5 07/15] mm/memory/fault: add THP fault handling for zone device private pages
[DISCUSSION] anon_vma root lock contention and per anon_vma lock
2025-09-12 4:49 UTC (7+ messages)
[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
2025-09-12 3:56 UTC (30+ messages)
` [PATCH v7 mm-new 01/10] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v7 mm-new 02/10] mm: thp: add support for BPF based THP order selection
` [PATCH v7 mm-new 03/10] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v7 mm-new 04/10] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v7 mm-new 05/10] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH v7 mm-new 06/10] bpf: mark vma->vm_mm as __safe_trusted_or_null
[PATCH 0/2] some cleanups for pageout()
2025-09-12 3:45 UTC (3+ messages)
` [PATCH 1/2] mm: vmscan: remove folio_test_private() check in pageout()
` [PATCH 2/2] mm: vmscan: simplify the folio refcount "
[RFC PATCH 1/2] mm: always call rmap_walk() on locked folios
2025-09-12 3:29 UTC (16+ messages)
` [RFC PATCH 2/2] userfaultfd: remove anon-vma lock for moving folios in MOVE ioctl
[PATCH v11 00/15] khugepaged: mTHP support
2025-09-12 3:28 UTC (16+ messages)
` [PATCH v11 01/15] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v11 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v11 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v11 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v11 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v11 06/15] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v11 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v11 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v11 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v11 10/15] khugepaged: improve tracepoints for mTHP orders
` [PATCH v11 11/15] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v11 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v11 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v11 14/15] khugepaged: run khugepaged for all orders
` [PATCH v11 15/15] Documentation: mm: update the admin guide for mTHP collapse
[RFC PATCH 0/7] mm/damon: define and use DAMON initialization check function
2025-09-12 2:39 UTC (8+ messages)
` [RFC PATCH 1/7] mm/damon/core: implement damon_initialized() function
` [RFC PATCH 2/7] mm/damon/stat: use damon_initialized()
` [RFC PATCH 3/7] mm/damon/reclaim: "
` [RFC PATCH 4/7] mm/damon/lru_sort: "
` [RFC PATCH 5/7] samples/damon/wsse: "
` [RFC PATCH 6/7] samples/damon/prcl: "
` [RFC PATCH 7/7] samples/damon/mtier: "
[PATCH v8 00/23] SLUB percpu sheaves
2025-09-12 2:20 UTC (5+ messages)
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v8 15/23] maple_tree: use percpu sheaves for maple_node_cache
[RFC PATCH 0/2] mm/damon/stat: expose auto-tuned intervals and non-idle ages
2025-09-12 2:06 UTC (2+ messages)
[PATCH 1/1] alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
2025-09-12 2:02 UTC (14+ messages)
` "
[PATCH v3 0/3] Fix va_high_addr_switch.sh test failure
2025-09-12 1:37 UTC (4+ messages)
` [PATCH v3 1/3] selftests/mm: fix hugepages cleanup too early
` [PATCH v3 2/3] selftests/mm: alloc hugepages in va_high_addr_switch test
` [PATCH v3 3/3] selftests/mm: fix va_high_addr_switch.sh failure on x86_64
[PATCH] mm/compaction: fix low_pfn advance on isolating hugetlb
2025-09-12 1:29 UTC (15+ messages)
[PATCH] uaccess: Comment that copy to/from inatomic requires page fault disabled
2025-09-12 1:07 UTC (2+ messages)
[PATCH] mm/hugetlb: fix folio is still mapped when deleted
2025-09-12 0:30 UTC (3+ messages)
[PATCH v9 0/2] Improvements to Victim Process Thawing and OOM Reaper Traversal Order
2025-09-11 23:55 UTC (3+ messages)
` [PATCH v9 1/2] mm/oom_kill: Thaw the entire OOM victim process
[PATCH 0/3] Minor fixes for memory allocation profiling
2025-09-11 22:58 UTC (10+ messages)
` [PATCH 2/3] alloc_tag: prevent enabling memory profiling if it was shut down
` [PATCH 3/3] alloc_tag: avoid warnings when freeing non-compound "tail" pages
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
2025-09-11 22:25 UTC (6+ messages)
` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping
6.16-pre-rc1: BUG: Bad page state in process swapper on parisc
2025-09-11 22:12 UTC (3+ messages)
` boot failure because of inaccurate page_pool_page_is_pp() on 32-bit kernels
[PATCH v2 00/16] expand mmap_prepare functionality, port more users
2025-09-11 22:07 UTC (13+ messages)
` [PATCH v2 02/16] device/dax: update devdax to use mmap_prepare
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 12/16] mm: update resctl to use mmap_prepare
[akpm-mm:mm-new 422/440] arch/sparc/include/asm/pgtable_32.h:423:9: error: implicit declaration of function 'remap_pfn_range_prepare'; did you mean 'io_remap_pfn_range_prepare'?
2025-09-11 22:04 UTC
[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-09-11 22:03 UTC (16+ messages)
[linux-next:master] BUILD REGRESSION 8f21d9da46702c4d6951ba60ca8a05f42870fe8f
2025-09-11 21:44 UTC
[akpm-mm:mm-new 423/440] util.c:undefined reference to `vmf_insert_mixed'
2025-09-11 21:31 UTC
[PATCH] mm/memory-failure: Disable soft offline for HugeTLB pages by default
2025-09-11 21:26 UTC (7+ messages)
[PATCH v2] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
2025-09-11 19:58 UTC (3+ messages)
[PATCH v2] kmsan: Fix out-of-bounds access to shadow memory
2025-09-11 19:58 UTC
[PATCH] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
2025-09-11 19:54 UTC (3+ messages)
[PATCH] kmsan: Fix out-of-bounds access to shadow memory
2025-09-11 19:29 UTC (6+ messages)
[PATCH 0/4] mm: hugetlb: allocate frozen gigantic folio
2025-09-11 18:56 UTC (5+ messages)
` [PATCH 4/4] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()
[PATCH] resource: Improve child resource handling in release_mem_region_adjustable()
2025-09-11 18:50 UTC (2+ messages)
[PATCH v2 0/7] Nesting support for lazy MMU mode
2025-09-11 18:14 UTC (17+ messages)
` [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections
[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
2025-09-11 17:07 UTC (10+ messages)
` [PATCH v3 4/7] kho: replace KHO FDT with kstate metadata
` [PATCH v3 5/7] kstate, test: add test module for testing kstate subsystem
` [PATCH v3 7/7] Documentation, kstate: Add KSTATE documentation
[PATCH 0/6] slab: struct slab pointer validation improvements
2025-09-11 17:02 UTC (7+ messages)
` [PATCH 1/6] slab: Remove dead code in free_consistency_checks()
` [PATCH 2/6] slab: wrap debug slab validation in validate_slab_ptr()
` [PATCH 3/6] slab: move validate_slab_ptr() from check_slab() to its callers
` [PATCH 4/6] slab: move validate_slab_ptr() from alloc_consistency_checks() to its caller
` [PATCH 5/6] slab: validate slab before using it in alloc_single_from_partial()
` [PATCH 6/6] slab: don't validate slab pointer in free_debug_processing()
[PATCH v2 00/22] Prepare slab for memdescs
2025-09-11 16:38 UTC (11+ messages)
` [PATCH v2 02/22] slab: Remove unnecessary test from alloc_single_from_partial()
` [PATCH v2 04/22] slab: Remove dead code in free_consistency_checks()
` [PATCH v2 06/22] slab: Reimplement page_slab()
[GIT PULL] hotfixes for 6.17-rc6
2025-09-11 14:59 UTC (2+ messages)
[PATCH 0/3] mm: remove zpool
2025-09-11 14:30 UTC (7+ messages)
` [PATCH 1/3] mm: zswap: interact directly with zsmalloc
[PATCH v2 RFC 0/7] KFuzzTest: a new kernel fuzzing framework
2025-09-11 13:59 UTC (5+ messages)
[PATCH] kexec_core: Remove superfluous page offset handling in segment loading
2025-09-11 13:24 UTC
[PATCH v11 0/5] riscv: mm: Add soft-dirty and uffd-wp support
2025-09-11 13:09 UTC (7+ messages)
` [PATCH v11 1/5] mm: softdirty: Add pgtable_soft_dirty_supported()
` [PATCH v11 2/5] mm: userfaultfd: Add pgtable_uffd_wp_supported()
` [PATCH v11 3/5] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH v11 4/5] riscv: mm: Add soft-dirty page tracking support
` [PATCH v11 5/5] riscv: mm: Add userfaultfd write-protect support
[PATCH net-next] page_pool: always add GFP_NOWARN for ATOMIC allocations
2025-09-11 13:05 UTC
[akpm-mm:mm-new 400/411] include/linux/compiler_types.h:572:38: error: call to '__compiletime_assert_486' declared with attribute error: BUILD_BUG failed
2025-09-11 12:56 UTC (2+ messages)
[PATCH] mm: vm_event_item: Explicit #include for THREAD_SIZE
2025-09-11 12:43 UTC (2+ messages)
[PATCH v10 00/13] khugepaged: mTHP support
2025-09-11 12:21 UTC (13+ messages)
` [PATCH v10 01/13] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v10 06/13] khugepaged: add mTHP support
` [PATCH v10 12/13] khugepaged: add per-order mTHP khugepaged stats
[v4 00/15] mm: support device-private THP
2025-09-11 11:43 UTC (5+ messages)
` [v4 01/15] mm/zone_device: support large zone device private folios
` [v4 06/15] mm/migrate_device: implement THP migration of zone device pages
[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-09-11 11:33 UTC (11+ messages)
` [PATCH v2 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v2 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v2 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v2 05/10] types: move phys_vec definition to common header
` [PATCH v2 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v2 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v2 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v2 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v2 10/10] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH v2 00/13] Internalize www.kernel.org/doc cross-references
2025-09-11 9:26 UTC (5+ messages)
` [PATCH v2 07/13] Documentation: kasan: Use internal link to kunit
` [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link
` [EXTERNAL] "
[PATCH 00/22] Prepare slab for memdescs
2025-09-11 9:05 UTC (6+ messages)
` [PATCH 03/22] slab: Remove dead code in check_slab()
next-20250911: mm/slub.c:3960:27: error: a function declaration without a prototype is deprecated in all versions of C void flush_all_rcu_sheaves()
2025-09-11 8:45 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