[PATCH] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
2025-09-15 16:51 UTC (5+ messages)
[PATCHv2] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
2025-09-15 16:51 UTC (5+ messages)
[PATCH v2 0/7] vma count: fixes, test and improvements
2025-09-15 16:36 UTC (8+ messages)
` [PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
` [PATCH v2 2/7] mm/selftests: add max_vma_count tests
` [PATCH v2 3/7] mm: introduce vma_count_remaining()
` [PATCH v2 4/7] mm: rename mm_struct::map_count to vma_count
` [PATCH v2 5/7] mm: harden vma_count against direct modification
` [PATCH v2 6/7] mm: add assertion for VMA count limit
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event
[PATCH v3 0/2] kho: add support for preserving vmalloc allocations
2025-09-15 16:36 UTC (12+ messages)
` [PATCH v3 1/2] "
[PATCH v3 00/15] mm, swap: introduce swap table as swap cache (phase I)
2025-09-15 16:34 UTC (10+ messages)
` [PATCH v3 05/15] mm, swap: always lock and check the swap cache folio before use
` [PATCH v3 09/15] mm/shmem, swap: remove redundant error handling for replacing folio
` [PATCH v3 10/15] mm, swap: wrap swap cache replacement with a helper
[PATCH v10 0/2] Improvements to Victim Process Thawing and OOM Reaper Traversal Order
2025-09-15 16:29 UTC (3+ messages)
` [PATCH v10 1/2] mm/oom_kill: Thaw the entire OOM victim process
` [PATCH v10 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order
[PATCH v9 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order
2025-09-15 16:26 UTC (2+ messages)
[PATCH v3 14/15] mm, swap: implement dynamic allocation of swap table
2025-09-15 16:24 UTC (3+ messages)
[RFC PATCH v6 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2025-09-15 16:18 UTC (3+ messages)
` [RFC PATCH v6 1/2] mm: guestmem: "
` [RFC PATCH v6 2/2] userfaulfd: add minor mode for guestmem
[Invitation] Linux MM Alignment Session on kmemdump on Wednesday
2025-09-15 15:58 UTC
[PATCH 0/2] selftests/mm: Add -Wunreachable-code and fix warnings
2025-09-15 15:43 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/mm: protection_keys: Fix dead code
[PATCH] uaccess: Comment that copy to/from inatomic requires page fault disabled
2025-09-15 15:43 UTC (2+ messages)
[PATCH 0/3] mm: remove zpool
2025-09-15 15:36 UTC (8+ messages)
` [PATCH 1/3] mm: zswap: interact directly with zsmalloc
[PATCH 0/6] mm/damon: misc fixups and improvements for 6.18
2025-09-15 15:28 UTC (4+ messages)
[PATCH v3 00/22] Add support for shared PTEs across processes
2025-09-15 15:27 UTC (3+ messages)
` [PATCH v3 13/22] mm/mshare: prepare for page table sharing support
[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
2025-09-15 15:25 UTC (26+ messages)
` [PATCH slab v5 2/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH slab v5 3/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH slab v5 5/6] slab: Reuse first bit for OBJEXTS_ALLOC_FAIL
` [PATCH slab v5 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH v5 00/14] SLUB percpu sheaves
2025-09-15 15:22 UTC (5+ messages)
` Benchmarking "
[PATCH 4/6] Docs/mm/damon/maintainer-profile: update community meetup for reservation requirements
2025-09-15 15:07 UTC (2+ messages)
[PATCH 3/6] mm/damon/lru_sort: use param_ctx correctly
2025-09-15 15:05 UTC (2+ messages)
[PATCH v2 00/16] expand mmap_prepare functionality, port more users
2025-09-15 15:04 UTC (24+ messages)
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare
[PATCH v2 0/3] mm/ksm: Fix incorrect accounting of KSM counters during fork
2025-09-15 15:03 UTC (4+ messages)
` [PATCH v2 1/3] mm/ksm: Fix incorrect KSM counter handling in mm_struct "
` [PATCH v2 2/3] selftests/mm: Added fork inheritance test for ksm_merging_pages counter
` [PATCH v2 3/3] selftests/mm: Added fork test to verify global ksm_zero_pages counter behavior
[PATCH 1/6] mm/damon/core: reset age if nr_accesses changes between non-zero and zero
2025-09-15 14:51 UTC (2+ messages)
[PATCH v2 0/6] slab: struct slab pointer validation improvements
2025-09-15 14:48 UTC (9+ messages)
` [PATCH v2 1/6] slab: Remove dead code in free_consistency_checks()
` [PATCH v2 2/6] slab: wrap debug slab validation in validate_slab_ptr()
` [PATCH v2 3/6] slab: move validate_slab_ptr() from check_slab() to its callers
` [PATCH v2 4/6] slab: move validate_slab_ptr() from alloc_consistency_checks() to its caller
` [PATCH v2 5/6] slab: validate slab before using it in alloc_single_from_partial()
` [PATCH v2 6/6] slab: don't validate slab pointer in free_debug_processing()
[PATCH v11 00/15] khugepaged: mTHP support
2025-09-15 14:45 UTC (52+ messages)
` [PATCH v11 06/15] khugepaged: introduce collapse_max_ptes_none helper function
[PATCH mm-new 0/3] mm/khugepaged: optimize collapse candidate detection
2025-09-15 14:42 UTC (7+ messages)
` [PATCH mm-new 2/3] mm: clean up and expose is_guard_pte_marker()
` [PATCH mm-new 3/3] mm/khugepaged: abort collapse scan on guard PTEs
[PATCH 0/2] kho: add support for preserving vmalloc allocations
2025-09-15 13:57 UTC (8+ messages)
` [PATCH 1/2] "
[PATCH V12 0/5] riscv: mm: Add soft-dirty and uffd-wp support
2025-09-15 13:56 UTC (9+ messages)
` [PATCH V12 1/5] mm: softdirty: Add pgtable_supports_soft_dirty()
` [PATCH V12 2/5] mm: userfaultfd: Add pgtable_supports_uffd_wp()
` [PATCH V12 3/5] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V12 4/5] riscv: mm: Add soft-dirty page tracking support
` [PATCH V12 5/5] riscv: mm: Add userfaultfd write-protect support
[PATCH v2 00/10] __vmalloc() and no-block support(v2)
2025-09-15 13:40 UTC (11+ messages)
` [PATCH v2 01/10] lib/test_vmalloc: add no_block_alloc_test case
` [PATCH v2 02/10] lib/test_vmalloc: Remove xfail condition check
` [PATCH v2 03/10] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [PATCH v2 04/10] mm/vmalloc: Avoid cond_resched() when blocking is not permitted
` [PATCH v2 05/10] mm/vmalloc: Defer freeing partly initialized vm_struct
` [PATCH v2 06/10] mm/vmalloc: Handle non-blocking GFP in __vmalloc_area_node()
` [PATCH v2 07/10] mm/kasan: Support non-blocking GFP in kasan_populate_vmalloc()
` [PATCH v2 08/10] kmsan: Remove hard-coded GFP_KERNEL flags
` [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] mm/mm_slot: make sure slot is the first element of its wrapper structure
2025-09-15 13:37 UTC (23+ messages)
[PATCH] mm:fix duplicate accounting of free pages in should_reclaim_retry()
2025-09-15 13:25 UTC (2+ messages)
[PATCH][RESEND][RFC] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
2025-09-15 13:08 UTC (4+ messages)
Any way to ensure minimal folio size and alignment for iomap based direct IO?
2025-09-15 13:03 UTC
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-09-15 11:50 UTC (6+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
2025-09-15 11:47 UTC (3+ messages)
` [PATCH v3 6/7] mm/memblock: Use KSTATE instead of kho to preserve preserved_mem_table
[RFC PATCH 1/2] mm: always call rmap_walk() on locked folios
2025-09-15 11:27 UTC (5+ messages)
[v5 00/15] mm: support device-private THP
2025-09-15 11:22 UTC (21+ 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 04/15] mm/huge_memory: implement device-private THP splitting
` [v5 07/15] mm/memory/fault: add THP fault handling for zone device private pages
[PATCH v2 0/7] Nesting support for lazy MMU mode
2025-09-15 11:19 UTC (6+ messages)
[PATCH] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
2025-09-15 11:15 UTC (3+ messages)
[RFC PATCH 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-09-15 11:08 UTC (3+ messages)
` [RFC PATCH 1/2] mm: add spurious fault fixing support for huge pmd
[DISCUSSION] anon_vma root lock contention and per anon_vma lock
2025-09-15 10:56 UTC (14+ messages)
[bug report] lib/test_hmm: add zone device private THP test infrastructure
2025-09-15 10:48 UTC (3+ messages)
[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-09-15 9:05 UTC (9+ messages)
[PATCH v1] mm/huge_memory: fix shrinking of all-zero THPs with max_ptes_none default
2025-09-15 8:51 UTC (4+ messages)
[syzbot] [mm?] WARNING in ext4_mb_load_buddy_gfp
2025-09-15 7:39 UTC
[PATCH v5 01/14] slab: add opt-in caching layer of percpu sheaves
2025-09-15 7:21 UTC (2+ messages)
[syzbot] Monthly mm report (Sep 2025)
2025-09-15 6:54 UTC
[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
2025-09-15 6:29 UTC (4+ messages)
` [PATCH v5 17/19] mm: Unpoison pcpu chunks with base address tag
[PATCH v6 2/2] crash: Add KUnit tests for crash_exclude_mem_range
2025-09-15 6:17 UTC (2+ messages)
[bug report] mm/migrate_device: handle partially mapped folios during collection
2025-09-15 5:50 UTC
[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-09-13 10:19 UTC (4+ messages)
` [PATCH v1 10/10] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
2025-09-12 9:03 UTC (3+ 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