[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-09-17 19:11 UTC (15+ messages)
` [PATCH v4 01/14] mm/shmem: update shmem to use mmap_prepare
` [PATCH v4 02/14] device/dax: update devdax "
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v4 04/14] relay: update relay to use mmap_prepare
` [PATCH v4 05/14] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 09/14] mm: add ability to take further action in vm_area_desc
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v4 12/14] mm: add shmem_zero_setup_desc()
` [PATCH v4 13/14] mm: update mem char driver to use mmap_prepare
` [PATCH v4 14/14] mm: update resctl "
[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
2025-09-17 19:05 UTC (12+ messages)
[RFC][PATCH v3 00/16] Introduce kmemdump
2025-09-17 19:03 UTC (15+ messages)
` [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs as non-static
[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-09-17 19:02 UTC (6+ messages)
` [PATCH v8 1/5] arm64: Enable permission change on arm64 kernel block mappings
` [PATCH v8 2/5] arm64: cpufeature: add AmpereOne to BBML2 allow list
` [PATCH v8 3/5] arm64: mm: support large block mapping when rodata=full
` [PATCH v8 4/5] arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs
` [PATCH v8 5/5] arm64: kprobes: call set_memory_rox() for kprobe page
[PATCH] mm/vmalloc: Move resched point into alloc_vmap_area()
2025-09-17 18:59 UTC
[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-09-17 18:58 UTC (19+ messages)
[PATCH slab] slab: Disallow kprobes in ___slab_alloc()
2025-09-17 18:40 UTC (14+ messages)
[linux-next:master] [slab] db93cdd664: BUG:kernel_NULL_pointer_dereference,address
2025-09-17 18:38 UTC (4+ messages)
[PATCH v2 0/7] vma count: fixes, test and improvements
2025-09-17 18:34 UTC (16+ 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 6/7] mm: add assertion for VMA count limit
[PATCH v5] memcg: Don't wait writeback completion when release memcg
2025-09-17 18:31 UTC (2+ messages)
[syzbot] [mm?] INFO: rcu detected stall in hub_event (2)
2025-09-17 17:52 UTC (2+ messages)
` [syzbot] [kernfs?] "
[RFC v1 0/4] Make KHO Stateless
2025-09-17 17:52 UTC (9+ messages)
` [RFC v1 1/4] kho: Introduce KHO page table data structures
` [RFC v1 2/4] kho: Adopt KHO page tables and remove serialization
[PATCH v4 0/4] kho: add support for preserving vmalloc allocations
2025-09-17 17:40 UTC (5+ messages)
` [PATCH v4 1/4] kho: check if kho is finalized in __kho_preserve_order()
` [PATCH v4 2/4] kho: replace kho_preserve_phys() with kho_preserve_pages()
` [PATCH v4 3/4] kho: add support for preserving vmalloc allocations
` [PATCH v4 4/4] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-09-17 17:36 UTC (8+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH] mm: introduce ARCH_PAGE_TABLE_SYNC_MASK_VMALLOC to sync kernel mapping conditionally
2025-09-17 17:35 UTC (3+ messages)
[PATCH v4 00/15] mm, swap: introduce swap table as swap cache (phase I)
2025-09-17 17:12 UTC (10+ messages)
` [PATCH v4 01/15] docs/mm: add document for swap table
[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
2025-09-17 16:53 UTC (14+ messages)
[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
2025-09-17 16:49 UTC (6+ messages)
[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-09-17 16:47 UTC (5+ messages)
` [PATCH v2 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc
[PATCH] mm: forward declare struct rcuwait together with rcuwait_wake_up()
2025-09-17 16:32 UTC (4+ messages)
[PATCH v7 00/16] mm: folio_zero_user: clear contiguous pages
2025-09-17 16:29 UTC (18+ messages)
` [PATCH v7 01/16] perf bench mem: Remove repetition around time measurement
` [PATCH v7 02/16] perf bench mem: Defer type munging of size to float
` [PATCH v7 03/16] perf bench mem: Move mem op parameters into a structure
` [PATCH v7 04/16] perf bench mem: Pull out init/fini logic
` [PATCH v7 05/16] perf bench mem: Switch from zalloc() to mmap()
` [PATCH v7 06/16] perf bench mem: Allow mapping of hugepages
` [PATCH v7 07/16] perf bench mem: Allow chunking on a memory region
` [PATCH v7 08/16] perf bench mem: Refactor mem_options
` [PATCH v7 09/16] perf bench mem: Add mmap() workloads
` [PATCH v7 10/16] mm: define clear_pages(), clear_user_pages()
` [PATCH v7 11/16] mm/highmem: introduce clear_user_highpages()
` [PATCH v7 12/16] arm: mm: define clear_user_highpages()
` [PATCH v7 13/16] mm: memory: support clearing page ranges
` [PATCH v7 14/16] x86/mm: Simplify clear_page_*
` [PATCH v7 15/16] x86/clear_page: Introduce clear_pages()
` [PATCH v7 16/16] x86/clear_pages: Support clearing of page-extents
[PATCH v5 00/14] SLUB percpu sheaves
2025-09-17 16:14 UTC (8+ messages)
` Benchmarking "
PROBLEM: userfaultfd REGISTER minor mode on MAP_PRIVATE range fails
2025-09-17 16:13 UTC (11+ messages)
[PATCH v3 11/11] mm/damon: add damon_ctx->min_sz_region
2025-09-17 16:00 UTC (2+ messages)
[PATCH] kmsan: Fix out-of-bounds access to shadow memory
2025-09-17 15:48 UTC (8+ messages)
[RFC PATCH v2 0/3] Add testable code specifications
2025-09-17 15:38 UTC (7+ messages)
` [RFC v2 PATCH 1/3] Documentation: add guidelines for writing "
` [RFC v2 PATCH 2/3] /dev/mem: Add initial documentation of memory_open() and mem_fops
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-17 15:34 UTC (27+ 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 13/13] iommufd: update to use mmap_prepare
[RFC PATCH 00/12] CMA balancing
2025-09-17 15:22 UTC (13+ messages)
` [RFC PATCH 07/12] mm/compaction: optionally use a different isolate function
` [RFC PATCH 08/12] mm/compaction: simplify isolation order checks a bit
` [RFC PATCH 09/12] mm/cma: introduce CMA balancing
` [RFC PATCH 10/12] mm/hugetlb: do explicit "
` [RFC PATCH 11/12] mm/cma: rebalance CMA when changing cma_first_limit
` [RFC PATCH 12/12] mm/cma: add CMA balance VM event counter
[Invitation] bi-weekly guest_memfd upstream call on 2025-09-18
2025-09-17 15:02 UTC
[PATCH v2] drivers/base/node: Handle error properly in register_one_node()
2025-09-17 14:55 UTC (3+ messages)
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-17 14:52 UTC (4+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
[PATCH v2 0/3] mm/ksm: Fix incorrect accounting of KSM counters during fork
2025-09-17 14:47 UTC (10+ 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 v2 1/2] kho: move sanity checks to kho_restore_page()
2025-09-17 14:38 UTC (4+ messages)
` [PATCH v2 2/2] kho: make sure page being restored is actually from KHO
[PATCH v1] mm/memblock: Correct totalram_pages accounting with KMSAN
2025-09-17 14:27 UTC (4+ messages)
[PATCH v8 00/23] SLUB percpu sheaves
2025-09-17 14:14 UTC (14+ messages)
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v8 18/23] maple_tree: Use kfree_rcu in ma_free_rcu
[PATCHv2] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
2025-09-17 13:56 UTC (6+ messages)
[PATCH v3 1/1] selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
2025-09-17 13:31 UTC
[PATCH v1 04/10] tools: add kfuzztest-bridge utility
2025-09-17 13:26 UTC (2+ messages)
[PATCH v2 1/1] selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
2025-09-17 13:19 UTC (3+ messages)
[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
2025-09-17 12:59 UTC (2+ messages)
Need advice with iput() deadlock during writeback
2025-09-17 12:48 UTC (7+ messages)
[PATCH] kmsan: fix missed kmsan_handle_dma() signature conversion
2025-09-17 12:43 UTC (4+ messages)
[PATCH 1/1] mm/ksm: remove page_stable_node() and use folio_stable_node() directly
2025-09-17 12:21 UTC (4+ messages)
` [PATCH] ksm: Use a folio inside cmp_and_merge_page()
[PATCH RESEND 1/1] selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
2025-09-17 11:05 UTC (3+ messages)
[PATCH mm-new 0/3] mm/khugepaged: optimize collapse candidate detection
2025-09-17 10:32 UTC (3+ messages)
` [PATCH mm-new 2/3] mm: clean up and expose is_guard_pte_marker()
Missing signoffs in the slab tree
2025-09-17 10:26 UTC
[v5 00/15] mm: support device-private THP
2025-09-17 10:22 UTC (7+ messages)
` [v5 02/15] mm/huge_memory: add device-private THP support to PMD operations
[PATCH][RESEND][RFC] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
2025-09-17 10:08 UTC (8+ messages)
[RFC PATCH v0] mm/vmscan: Add readahead LRU to improve readahead file page reclamation efficiency
2025-09-17 9:45 UTC (3+ messages)
[PATCH V13 0/6] riscv: mm: Add soft-dirty and uffd-wp support
2025-09-17 9:20 UTC (4+ messages)
` [PATCH V13 2/6] mm: userfaultfd: Add pgtable_supports_uffd_wp()
[PATCH v2] kmsan: Fix out-of-bounds access to shadow memory
2025-09-17 8:47 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)
[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 v3] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
2025-09-17 7:40 UTC (2+ messages)
[PATCH v2 1/1] alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
2025-09-17 7:38 UTC (8+ 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