public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 12:19:48 to 2026-04-10 18:37:08 UTC [more...]

[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  (4+ 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  (30+ messages)
` [patch 09/38] iommu/vt-d: Use sched_clock() instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

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

[LSF/MM/BPF TOPIC] Filesystem inode reclaim
 2026-04-10 13:58 UTC  (5+ messages)
` [Lsf-pc] "

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

[PATCH v4 1/2] mm/damon/lru_sort: validate min_region_size to be power of 2
 2026-04-10 13:56 UTC  (2+ messages)

[PATCH v2 0/9] Optimize anonymous large folio unmapping
 2026-04-10 13:53 UTC  (2+ messages)

(sashiko review) [PATCH v4 2/2] mm/damon/reclaim: validate min_region_size to be power of 2
 2026-04-10 13:44 UTC  (2+ messages)

[PATCH v2] mm/madvise: prefer VMA lock for MADV_REMOVE
 2026-04-10 13:40 UTC  (2+ messages)

bio completion in task enhancements / experiments
 2026-04-10 13:26 UTC  (5+ messages)
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural

[PATCH v2] mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_update
 2026-04-10 13:06 UTC  (5+ messages)

[PATCH v3 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-04-10 12:44 UTC  (6+ messages)
` [PATCH v3 1/5] mm/vmscan: track reclaimed pages in reclaim_stat
` [PATCH v3 2/5] mm/vmscan: extract folio activation into folio_active_bounce()
` [PATCH v3 3/5] mm/vmscan: extract folio_free() and pageout_one()
` [PATCH v3 4/5] mm/vmscan: extract folio unmap logic into folio_try_unmap()
` [PATCH v3 5/5] mm/vmscan: flush TLB for every 31 folios evictions

[PATCH] mm/vmstat: reject invalid stat_interval values
 2026-04-10 12:32 UTC  (2+ messages)


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