linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/9] Optimize anonymous large folio unmapping
 2026-04-10 13:53 UTC  (11+ messages)
` [PATCH v2 1/9] mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_one
` [PATCH v2 2/9] mm/rmap: refactor hugetlb pte clearing "
` [PATCH v2 3/9] mm/rmap: refactor some code around lazyfree folio unmapping
` [PATCH v2 4/9] mm/memory: Batch set uffd-wp markers during zapping
` [PATCH v2 5/9] mm/rmap: batch unmap folios belonging to uffd-wp VMAs
` [PATCH v2 6/9] mm/swapfile: Add batched version of folio_dup_swap
` [PATCH v2 7/9] mm/swapfile: Add batched version of folio_put_swap
` [PATCH v2 8/9] mm/rmap: Add batched version of folio_try_share_anon_rmap_pte
` [PATCH v2 9/9] mm/rmap: enable batch unmapping of anonymous folios

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

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 13:45 UTC  (41+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom 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 v4 0/2] mm/damon: validate min_region_size to be power of 2
 2026-04-10 13:44 UTC  (6+ messages)
` [PATCH v4 1/2] mm/damon/lru_sort: "
  ` (sashiko review) "
` [PATCH v4 2/2] mm/damon/reclaim: "
  ` (sashiko review) "

[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  (8+ messages)
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support

[PATCH v2] mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_update
 2026-04-10 13:06 UTC  (7+ 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)

[PATCH v5] mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_retry()
 2026-04-10 11:48 UTC  (4+ messages)

[PATCH 0/6] hugetlb: normalize exported interfaces to use base-page indices
 2026-04-10 11:24 UTC  (9+ 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 "

[RFC PATCH] slub: spill refill leftover objects into percpu sheaves
 2026-04-10 11:16 UTC 

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

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

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

[PATCH] mm: Require LRU reclaim progress before retrying direct reclaim
 2026-04-10 10:15 UTC 

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

[PATCH 0/3] slab: support memoryless nodes with sheaves
 2026-04-10 10:12 UTC  (10+ messages)
` [PATCH 1/3] slab: decouple pointer to barn from kmem_cache_node

[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 "

[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  (3+ 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  (3+ 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] 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  (3+ 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  (6+ messages)

[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 03/11] mm/damon/core: introduce failed region quota charge ratio
 2026-04-10  0:11 UTC  (2+ messages)
` (sashiko review) "

[RFC PATCH v4 02/11] mm/damon/core: merge quota-sliced regions back
 2026-04-10  0:01 UTC  (2+ messages)
` (sashiko review) "

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

[PATCH v3 00/10] mm: thp: always enable mTHP support
 2026-04-09 21:24 UTC  (19+ messages)
` [PATCH v3 04/10] drivers: nvdimm: use pgtable_has_pmd_leaves()
` [PATCH v3 07/10] treewide: rename has_transparent_hugepage() to arch_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  (6+ 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] 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)

page:  |  | latest

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