linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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 0/6] slab: struct slab pointer validation improvements
 2025-09-15 13:55 UTC  (7+ 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 mm-new 0/3] mm/khugepaged: optimize collapse candidate detection
 2025-09-15 13:54 UTC  (11+ messages)
` [PATCH mm-new 1/3] mm/khugepaged: skip unsuitable VMAs earlier in khugepaged_scan_mm_slot()
` [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

[PATCHv2] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
 2025-09-15 13:52 UTC 

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-15 13:51 UTC  (22+ 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 v11 00/15] khugepaged: mTHP support
 2025-09-15 13:43 UTC  (51+ messages)
` [PATCH v11 06/15] khugepaged: introduce collapse_max_ptes_none helper function

[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  (26+ 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  (5+ messages)

Any way to ensure minimal folio size and alignment for iomap based direct IO?
 2025-09-15 13:03 UTC 

[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
 2025-09-15 12:52 UTC  (22+ 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 12:13 UTC  (8+ messages)
` Benchmarking "
` [PATCH v5 01/14] slab: add opt-in caching layer of "

[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  (24+ 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 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  (4+ messages)

[RFC PATCH 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-09-15 11:08 UTC  (4+ messages)
` [RFC PATCH 1/2] mm: add spurious fault fixing support for huge pmd
` [RFC PATCH 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault

[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 

[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 v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-09-15  4:30 UTC  (4+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH v4 00/21] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-15  2:03 UTC  (11+ messages)
` [PATCH v4 01/21] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 02/21] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 03/21] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 15/21] mm/ksw: add test module

[PATCH 0/6] mm/damon: misc fixups and improvements for 6.18
 2025-09-15  1:58 UTC  (6+ messages)
` [PATCH 1/6] mm/damon/core: reset age if nr_accesses changes between non-zero and zero
` [PATCH 2/6] mm/damon/core: set effective quota on first charge window
` [PATCH 3/6] mm/damon/lru_sort: use param_ctx correctly
` [PATCH 4/6] Docs/mm/damon/maintainer-profile: update community meetup for reservation requirements
` [PATCH 5/6] Docs/admin-guide/mm/damon/start: add --target_pid to DAMOS example command

[Linux Memory Hotness and Promotion] Notes from September 11, 2025
 2025-09-15  1:37 UTC 

[PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks
 2025-09-15  0:43 UTC  (2+ messages)

[rppt-memblock:for-next] BUILD SUCCESS e68f150bc11d0a05cbe984a4e5c0f72a95cae07d
 2025-09-14 18:55 UTC 

[PATCH v2 0/5] memcg: Support per-memcg KSM metrics
 2025-09-14 13:54 UTC  (8+ messages)
` [PATCH v2 1/5] memcg: add per-memcg ksm_rmap_items stat
` [PATCH v2 2/5] memcg: show ksm_zero_pages count in memory.stat
` [PATCH v2 3/5] memcg: show ksm_merging_pages "
` [PATCH v2 4/5] memcg: add per-memcg ksm_profit
` [PATCH v2 5/5] Documentation: add KSM statistic counters description in cgroup-v2.rst

[RFC][PATCH v3 00/16] Introduce kmemdump
 2025-09-14 11:56 UTC  (3+ messages)
` [RFC][PATCH v3 16/16] dt-bindings: Add Google Kinfo

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-14  7:44 UTC  (5+ messages)
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-14  2:48 UTC  (9+ messages)
` [PATCH v7 mm-new 01/10] mm: thp: remove disabled task from khugepaged_mm_slot

[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:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox