linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[LSF/MM/BPF TOPIC] Filesystem inode reclaim
 2026-04-10  9:54 UTC  (9+ messages)
` [Lsf-pc] "

[PATCH v1] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-10  9:50 UTC  (10+ messages)

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

[RFC PATCH 0/1] mm: Reduce direct reclaim stalls with RAM-backed swap
 2026-04-10  9:41 UTC  (2+ messages)
` [PATCH] mm: Require LRU reclaim progress before retrying direct reclaim

[PATCH v4 0/2] mm/damon: validate min_region_size to be power of 2
 2026-04-10  9:40 UTC  (4+ messages)
` [PATCH v4 1/2] mm/damon/lru_sort: "
  ` (sashiko review) "
` [PATCH v4 2/2] mm/damon/reclaim: "

[PATCH v2] mm/sparse: Remove sparse buffer pre-allocation mechanism
 2026-04-10  9:24 UTC 

答复: [PATCH v3 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-04-10  9:06 UTC  (5+ messages)
    `  "

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

[PATCH v2] kho: fix error handling in kho_add_subtree()
 2026-04-10  9:03 UTC 

[PATCH] kho: fix error handling in kho_add_subtree()
 2026-04-10  8:52 UTC  (4+ messages)

[PATCH v3 02/10] mm: introduce pgtable_has_pmd_leaves()
 2026-04-10  8:19 UTC  (4+ messages)

[PATCH] fs/coredump: reduce redundant log noise in validate_coredump_safety
 2026-04-10  8:09 UTC 

[PATCH v2] mm/madvise: prefer VMA lock for MADV_REMOVE
 2026-04-10  8:02 UTC 

[PATCH v2] kho: skip KHO for crash kernel
 2026-04-10  7:59 UTC  (2+ messages)

[PATCH v3 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-10  7:57 UTC  (4+ messages)
` [PATCH v3 1/2] mm: fix mmap errno value when MAP_DROPPABLE is not supported
` [PATCH v3 2/2] selftests/mm: verify droppable mappings cannot be locked

[PATCH] userfaultfd: preserve write protection across UFFDIO_MOVE
 2026-04-10  7:55 UTC  (3+ messages)

[RFC PATCH] mm/sparse: remove sparse_buffer
 2026-04-10  7:48 UTC  (9+ messages)

[PATCH v2] mm/memory-failure: use bool for forcekill state
 2026-04-10  7:47 UTC 

[PATCH v2] mm/khugepaged: use ALIGN helpers for PMD alignment
 2026-04-10  7:36 UTC  (4+ messages)

[PATCH 1/2] mm/memory_failure: use bool for hugetlb indicator in try_memory_failure_hugetlb
 2026-04-10  7:17 UTC  (5+ messages)
` [PATCH 2/2] mm/memory-failure: use bool for forcekill state

[LSF/MM/BPF TOPIC] Direct Reclaim and Filesystems
 2026-04-10  7:08 UTC  (2+ messages)

[PATCH v2] userfaultfd: allow registration of ranges below mmap_min_addr
 2026-04-10  6:51 UTC  (7+ messages)

[PATCH 0/6] hugetlb: normalize exported interfaces to use base-page indices
 2026-04-10  6:45 UTC  (8+ messages)
` [PATCH 1/6] hugetlb: open-code hugetlb folio lookup index conversion
` [PATCH 2/6] hugetlb: remove the hugetlb_linear_page_index() helper
` [PATCH 3/6] hugetlb: make hugetlb_fault_mutex_hash() take PAGE_SIZE index
` [PATCH 4/6] hugetlb: drop vma_hugecache_offset() in favor of linear_page_index()
` [PATCH 5/6] hugetlb: make hugetlb_add_to_page_cache() use PAGE_SIZE-based index
` [PATCH 6/6] hugetlb: pass hugetlb reservation ranges in base-page indices
` [syzbot ci] Re: hugetlb: normalize exported interfaces to use "

bio completion in task enhancements / experiments
 2026-04-10  6:19 UTC  (13+ messages)
` [PATCH 1/8] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH 2/8] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH 3/8] block: enable RWF_DONTCACHE for block devices
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural
` [PATCH 5/8] FOLD: don't use in_task() to decide for offloading
` [PATCH 6/8] iomap: use bio_complete_in_task for buffered read errors
` [PATCH 7/8] iomap: use bio_complete_in_task for buffered write completions
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support

[RFC V1 00/16] arm64/mm: Enable 128 bit page table entries
 2026-04-10  5:30 UTC  (28+ messages)
` [RFC V1 01/16] mm: Abstract printing of pxd_val()
` [RFC V1 02/16] mm: Add read-write accessors for vm_page_prot
` [RFC V1 05/16] arm64/mm: Convert READ_ONCE() as pmdp_get() while accessing PMD
` [RFC V1 06/16] arm64/mm: Convert READ_ONCE() as pudp_get() while accessing PUD
` [RFC V1 07/16] arm64/mm: Convert READ_ONCE() as p4dp_get() while accessing P4D
` [RFC V1 08/16] arm64/mm: Convert READ_ONCE() as pgdp_get() while accessing PGD
` [RFC V1 11/16] arm64/mm: Route all pgtable atomics to central helpers
` [RFC V1 12/16] arm64/mm: Abstract printing of pxd_val()
` [RFC V1 14/16] arm64/mm: Enable fixmap with 5 level page table

[PATCH v2] selftests: mm: skip charge_reserved_hugetlb without killall
 2026-04-10  5:30 UTC  (2+ messages)

[RFC PATCH 0/2] mm/migrate: wait for folio refcount during longterm pin migration
 2026-04-10  3:23 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: wake up folio refcount waiters on folio_put()
` [RFC PATCH 2/2] mm/migrate: wait for folio refcount during longterm pin migration

[PATCH v3 0/7] Modify memfd_luo code
 2026-04-10  1:45 UTC  (4+ messages)
` [PATCH v3 2/7] mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve path

[PATCH v3] f2fs: do not support mmap write for large folio
 2026-04-10  1:15 UTC  (2+ messages)

[PATCH v2] memory tiering: Do not allow promotion if NUMA_BALANCING_MEMORY_TIERING is disabled
 2026-04-10  1:07 UTC  (9+ messages)

[RFC PATCH 0/8] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-04-10  1:02 UTC  (6+ messages)
` [RFC PATCH 5/8] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
 2026-04-10  0:46 UTC  (4+ messages)

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

[PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-04-09 23:57 UTC  (2+ messages)

[RFC] mm: stress-ng --mremap triggers severe lruvec lock contention in populate/unmap paths
 2026-04-09 21:59 UTC  (16+ messages)
    ` [External] : "

[PATCH v3 00/10] mm: thp: always enable mTHP support
 2026-04-09 21:24 UTC  (28+ messages)
` [PATCH v3 01/10] docs: tmpfs: remove implementation detail reference
` [PATCH v3 04/10] drivers: nvdimm: use pgtable_has_pmd_leaves()
` [PATCH v3 05/10] mm: debug_vm_pgtable: "
` [PATCH v3 06/10] mm: shmem: drop has_transparent_hugepage() usage
` [PATCH v3 07/10] treewide: rename has_transparent_hugepage() to arch_has_pmd_leaves()
` [PATCH v3 08/10] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH v3 09/10] mm: thp: always enable mTHP support
` [PATCH v3 10/10] mm: thp: x86: cleanup PSE feature bit usage

[PATCH RFC] fs: drop_caches: introduce per-node drop_caches interface
 2026-04-09 20:39 UTC  (13+ messages)

[PATCH 0/3] slab: support memoryless nodes with sheaves
 2026-04-09 20:11 UTC  (8+ messages)

[PATCH RFC v5 0/3] block: enable RWF_DONTCACHE for block devices
 2026-04-09 18:59 UTC  (6+ messages)
` [PATCH RFC v5 3/3] "

[RFC PATCH 0/5] Separate compound page from folio
 2026-04-09 18:47 UTC  (4+ messages)

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-04-09 18:35 UTC  (9+ messages)
` [PATCH mm-unstable v15 03/13] mm/khugepaged: generalize __collapse_huge_page_* for "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (2+ messages)

[PATCH v5] mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_retry()
 2026-04-09 18:12 UTC  (6+ messages)

[PATCH] percpu: Fix hint invariant breakage
 2026-04-09 18:09 UTC  (3+ messages)

[PATCH v7 2/3] kho: fix deferred init of kho scratch
 2026-04-09 18:06 UTC  (11+ messages)

[PATCH] mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
 2026-04-09 17:33 UTC  (7+ messages)

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-09 17:18 UTC  (4+ messages)
` [PATCH v4 07/15] userfaultfd: introduce vm_uffd_ops

[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
 2026-04-09 17:14 UTC  (7+ messages)
` [PATCH 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH 09/53] selftests/mm: hugetlb-madvise: use kselftest framework
` [PATCH 10/53] selftests/mm: hugetlb_madv_vs_map: "

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

[PATCH v4 00/15] selftests/mm: fix failures and robustness improvements
 2026-04-09 16:48 UTC  (6+ messages)
` [PATCH v4 13/15] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category

[linux-next:master 8662/12838] htmldocs: MAINTAINERS:40: WARNING: Inline strong start-string without end-string. [docutils]
 2026-04-09 16:23 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Discussion: Targeted memory allocation via debugfs
 2026-04-09 15:57 UTC  (9+ messages)

[PATCH] kho: call kho_kexec_metadata_init() for both boot paths
 2026-04-09 15:11 UTC  (2+ messages)

[PATCH v3] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-09 15:08 UTC  (4+ messages)

[PATCH v2 1/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-04-09 14:22 UTC  (2+ messages)

[PATCH v2 0/3] mm: improve write performance with RWF_DONTCACHE
 2026-04-09 14:21 UTC  (5+ messages)
` [PATCH v2 1/3] mm: kick writeback flusher instead of inline flush for IOCB_DONTCACHE

[PATCH] mm/damon: support freeze kdamond
 2026-04-09 14:06 UTC  (2+ messages)

[PATCH v1] treewide: Fix indentation and whitespace in Kconfig files
 2026-04-09 13:23 UTC  (2+ messages)

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-04-09 12:48 UTC  (5+ messages)

[PATCH v5] mm/slub: defer freelist construction until after bulk allocation from a new slab
 2026-04-09 12:43 UTC 

[PATCH v2 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-04-09 12:38 UTC  (2+ messages)

[PATCH] mm/vmstat: spread vmstat_update requeue across the stat interval
 2026-04-09 12:27 UTC  (9+ 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