public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 14:02:39 to 2026-04-10 19:12:30 UTC [more...]

[RFC 0/2] mm: page_alloc: pcp buddy allocator
 2026-04-10 19:12 UTC  (4+ messages)
` [RFC 2/2] mm: page_alloc: per-cpu pageblock "

[PATCH v3 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-10 19:06 UTC  (4+ messages)
` [PATCH v3 2/2] selftests/mm: verify droppable mappings cannot be locked

[PATCH v2 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
 2026-04-10 18:36 UTC  (8+ messages)
` [PATCH v2 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH v2 2/3] kasan: skip HW tagging for all kernel thread stacks
` [PATCH v2 3/3] mm: skip KASAN tagging for page-allocated page tables

[PATCH 3/6] hugetlb: make hugetlb_fault_mutex_hash() take PAGE_SIZE index
 2026-04-10 17:51 UTC  (2+ messages)

[PATCH v2] percpu: Fix hint invariant breakage
 2026-04-10 17:49 UTC  (2+ messages)

[PATCH v3 1/3] percpu: Fix wrong chunk hints update
 2026-04-10 17:44 UTC  (3+ messages)
` [PATCH v3 2/3] percpu: Do not trust hint starts when they are not set
` [PATCH v3 3/3] percpu: Fix hint invariant breakage

(sashiko review) [PATCH v4 1/2] mm/damon/lru_sort: validate min_region_size to be power of 2
 2026-04-10 17:00 UTC  (3+ messages)

[PATCH v3 05/10] mm: debug_vm_pgtable: use pgtable_has_pmd_leaves()
 2026-04-10 16:09 UTC  (2+ messages)

[PATCH v3 01/10] docs: tmpfs: remove implementation detail reference
 2026-04-10 16:00 UTC  (2+ messages)

[PATCH v3 06/10] mm: shmem: drop has_transparent_hugepage() usage
 2026-04-10 15:59 UTC  (2+ messages)

[PATCH v4 0/4] Two-pass MMU interval notifiers
 2026-04-10 15:40 UTC  (3+ messages)
` [PATCH v4 1/4] mm/mmu_notifier: Allow two-pass struct mmu_interval_notifiers

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-04-10 15:38 UTC  (5+ messages)
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 15:31 UTC  (6+ messages)
` [patch 09/38] iommu/vt-d: Use sched_clock() instead of get_cycles()
` [patch 27/38] m68k: Select ARCH_HAS_RANDOM_ENTROPY

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-04-10 15:30 UTC  (30+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v11 02/16] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
    ` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap, restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v4] mm/userfaultfd: detect VMA replacement after copy retry in mfill_copy_folio_retry()
 2026-04-10 15:26 UTC  (15+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-10 15:20 UTC  (17+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v12 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v12 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v12 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v12 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v12 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 09/16] KVM: arm64: "
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v12 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v12 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v12 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v12 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v12 16/16] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH] selftests/mm: Simplify byte pattern checking in mremap_test
 2026-04-10 14:30 UTC 

[RFC PATCH v5 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-04-10 14:20 UTC  (12+ messages)
` [RFC PATCH v5 01/11] mm/damon/core: handle <min_region_sz remaining quota as empty
` [RFC PATCH v5 02/11] mm/damon/core: merge quota-sliced regions back
` [RFC PATCH v5 03/11] mm/damon/core: introduce failed region quota charge ratio
` [RFC PATCH v5 04/11] mm/damon/sysfs-schemes: implement fail_charge_{num,denom} files
` [RFC PATCH v5 05/11] Docs/mm/damon/design: document fail_charge_{num,denom}
` [RFC PATCH v5 06/11] Docs/admin-guide/mm/damon/usage: document fail_charge_{num,denom} files
` [RFC PATCH v5 07/11] Docs/ABI/damon: document fail_charge_{num,denom}
` [RFC PATCH v5 08/11] mm/damon/tests/core-kunit: test fail_charge_{num,denom} committing
` [RFC PATCH v5 09/11] selftests/damon/_damon_sysfs: support failed region quota charge ratio
` [RFC PATCH v5 10/11] selftests/damon/drgn_dump_damon_status: "
` [RFC PATCH v5 11/11] selftests/damon/sysfs.py: test "

[PATCH v2 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-10 14:17 UTC  (7+ messages)
` [PATCH v2 1/3] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v2 2/3] mm/memory-failure: add panic_on_unrecoverable_memory_failure sysctl

[PATCH v4 0/2] mm/damon: validate min_region_size to be power of 2
 2026-04-10 14:05 UTC  (2+ messages)

[PATCH v3 0/4] mm: improve large folio readahead and alignment for exec memory
 2026-04-10 14:02 UTC  (7+ messages)


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