public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 14:17:04 to 2026-03-19 04:12:47 UTC [more...]

[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-19  4:12 UTC  (6+ messages)
` [PATCH 1/8] mm/mglru: consolidate common code for retrieving evitable size
` [PATCH 2/8] mm/mglru: relocate the LRU scan batch limit to callers

[PATCH] zram: do not slot_free() written-back slots
 2026-03-19  4:05 UTC  (2+ messages)

[PATCH v5] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-18 16:30 UTC 

[PATCH 0/8] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-19  3:29 UTC  (13+ messages)
` [PATCH 1/8] mm/huge_memory: simplify vma_is_specal_huge()
` [PATCH 2/8] mm/huge: avoid big else branch in zap_huge_pmd()
` [PATCH 3/8] mm/huge_memory: have zap_huge_pmd return a boolean, add kdoc
` [PATCH 4/8] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH 5/8] mm/huge_memory: add a common exit path to zap_huge_pmd()
` [PATCH 6/8] mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
` [PATCH 7/8] mm/huge_memory: deduplicate zap deposited table call
` [PATCH 8/8] mm/huge_memory: deduplicate zap_huge_pmd() further by tracking state

[PATCH v2] zsmalloc: return -EBUSY for zspage migration lock contention
 2026-03-19  3:24 UTC  (2+ messages)

[PATCH 0/6] change young flag check functions to return bool
 2026-03-19  3:24 UTC  (7+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH v4] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-19  3:14 UTC  (7+ messages)

[syzbot] [mm?] general protection fault in zap_huge_pmd
 2026-03-19  3:09 UTC  (7+ messages)

[PATCH v2 00/25] Introduce meminspect
 2026-03-19  2:55 UTC  (4+ messages)

[PATCH v2] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-19  2:21 UTC 

[PATCH] mm/vmalloc: use unbound workqueue for vmap area draining
 2026-03-19  2:13 UTC  (3+ messages)
  ` 答复: [????] "

running mm/ksft_hmm.sh on arm64 results in a kernel panic
 2026-03-19  2:00 UTC  (4+ messages)

[Question] mm/damon: min_nr_regions constraint and inconsistent error handling
 2026-03-19  1:46 UTC  (3+ messages)

[PATCH v3] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
 2026-03-19  1:25 UTC 

[PATCH v1 0/3] Modify memfd_luo code
 2026-03-19  1:28 UTC  (4+ messages)
` [PATCH v1 1/3] mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve path
` [PATCH v1 2/3] mm/memfd_luo: remove unnecessary memset in zero-size memfd path
` [PATCH v1 3/3] mm/memfd_luo: use i_size_write() to set inode size during retrieve

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2026-03-19  1:22 UTC  (9+ messages)

[BUG] WARNING in unlink_anon_vmas()
 2026-03-19  1:16 UTC  (2+ messages)

[PATCH mm-hotfixes] mm/rmap: clear vma->anon_vma on error
 2026-03-19  1:12 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Discussion: Targeted memory allocation via debugfs
 2026-03-19  0:56 UTC  (3+ messages)

[PATCH] mm: skip dirty file folios during isolation
 2026-03-19  0:46 UTC  (3+ messages)

Linux 7.0-rc4: v4l2src0:src: page allocation failure - increased memory usage in 7.0?
 2026-03-19  0:18 UTC 

[LSF/MM/BPF TOPIC][RFC PATCH 0/2] Hugetlb Fungibility for page metadata savings and network performance
 2026-03-18 23:41 UTC  (3+ messages)
` [LSF/MM/BPF TOPIC][RFC PATCH 1/2] mm: add hugepage shrinker for frozen memory
` [LSF/MM/BPF TOPIC][RFC PATCH 2/2] mm/hugetlb: skip hugetlb shrinking for proactive reclaim

[PATCH 0/3] mm/memcontrol: control demotion in memcg reclaim
 2026-03-18 23:28 UTC  (9+ messages)
` [PATCH 2/3] mm/memcontrol: disable demotion in memcg direct reclaim
      ` [PATCH v2] mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
        ` [PATCH v3] "

Invitación: 🚀 You’re Cleared for Takeoff! jue 19 de mar de 2026 12:30am - 1:30am (CET) (linux-mm@kvack.org)
 2026-03-18 23:22 UTC 

[PATCH v3 0/7] mm: switch THP shrinker to list_lru
 2026-03-18 23:18 UTC  (18+ messages)
` [PATCH v3 1/7] mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_empty
` [PATCH v3 2/7] mm: list_lru: deduplicate unlock_list_lru()
` [PATCH v3 3/7] mm: list_lru: move list dead check to lock_list_lru_of_memcg()
` [PATCH v3 4/7] mm: list_lru: deduplicate lock_list_lru()
` [PATCH v3 5/7] mm: list_lru: introduce caller locking for additions and deletions
` [PATCH v3 6/7] mm: list_lru: introduce folio_memcg_list_lru_alloc()
` [PATCH v3 7/7] mm: switch deferred split shrinker to list_lru

[PATCH mm-hotfixes] mm/zswap: add missing kunmap_local()
 2026-03-18 23:15 UTC  (2+ messages)

[PATCH v4 00/21] Virtual Swap Space
 2026-03-18 23:12 UTC  (23+ messages)
` [PATCH v4 01/21] mm/swap: decouple swap cache from physical swap infrastructure
` [PATCH v4 02/21] swap: rearrange the swap header file
` [PATCH v4 03/21] mm: swap: add an abstract API for locking out swapoff
` [PATCH v4 04/21] zswap: add new helpers for zswap entry operations
` [PATCH v4 05/21] mm/swap: add a new function to check if a swap entry is in swap cached
` [PATCH v4 06/21] mm: swap: add a separate type for physical swap slots
` [PATCH v4 07/21] mm: create scaffolds for the new virtual swap implementation
` [PATCH v4 08/21] zswap: prepare zswap for swap virtualization
` [PATCH v4 09/21] mm: swap: allocate a virtual swap slot for each swapped out page
` [PATCH v4 10/21] swap: move swap cache to virtual swap descriptor
` [PATCH v4 11/21] zswap: move zswap entry management to the "
` [PATCH v4 12/21] swap: implement the swap_cgroup API using virtual swap
` [PATCH v4 13/21] swap: manage swap entry lifecycle at the virtual swap layer
` [PATCH v4 14/21] mm: swap: decouple virtual swap slot from backing store
` [PATCH v4 15/21] zswap: do not start zswap shrinker if there is no physical swap slots
` [PATCH v4 16/21] swap: do not unnecesarily pin readahead swap entries
` [PATCH v4 17/21] swapfile: remove zeromap bitmap
` [PATCH v4 18/21] memcg: swap: only charge physical swap slots
` [PATCH v4 19/21] swap: simplify swapoff using virtual swap
` [PATCH v4 20/21] swapfile: replace the swap map with bitmaps
` [PATCH v4 21/21] vswap: batch contiguous vswap free calls

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (4+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[PATCH v2 0/7] mm: switch THP shrinker to list_lru
 2026-03-18 22:48 UTC  (10+ messages)
` [PATCH v2 1/7] mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_empty
` [PATCH v2 2/7] mm: list_lru: deduplicate unlock_list_lru()
` [PATCH v2 7/7] mm: switch deferred split shrinker to list_lru

[PATCH] mm/damon/core: reset nr_dests on allocation failure in damos_commit_dests()
 2026-03-18 21:49 UTC 

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-18 21:08 UTC  (11+ messages)
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA

[PATCH 0/8] memblock: improve late freeing of reserved memory
 2026-03-18 20:52 UTC  (4+ messages)
` [PATCH 3/8] mm: move free_reserved_area() to mm/memblock.c
` [PATCH 9/8] memblock tests: add stubs required for free_reserved_area()

[PATCH] mm: add memory.compact_unevictable_allowed cgroup attribute
 2026-03-18 19:55 UTC  (6+ messages)

[PATCH 00/14] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-18 19:54 UTC  (3+ messages)

[PATCH 1/2] exec: Add KUnit test for bprm_stack_limits()
 2026-03-18 19:50 UTC  (4+ messages)

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-03-18 19:49 UTC  (14+ messages)
` [PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v15 12/13] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v15 13/13] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt
 2026-03-18 18:56 UTC  (3+ messages)
` [PATCH v3 1/2] mm/memblock: Print out errors on reserve_mem parser
` [PATCH v3 2/2] mm/memblock: Add reserve_mem debugfs info

[PATCH v3 0/4] locking: contended_release tracepoint instrumentation
 2026-03-18 18:45 UTC  (5+ messages)
` [PATCH v3 1/4] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v3 2/4] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v3 3/4] locking: Add contended_release tracepoint to sleepable locks
` [RFC PATCH v3 4/4] locking: Add contended_release tracepoint to spinning locks

[PATCH] fs/tests: exec: Remove bad test vector
 2026-03-18 18:40 UTC 

[PATCH v5 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-18 17:53 UTC  (3+ messages)
` [PATCH v5 1/3] mm/vmalloc: extract vm_area_free_pages() helper from vfree()

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-18 17:47 UTC  (25+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "

[PATCH v7 0/3] kho: add support for deferred struct page init
 2026-03-18 17:36 UTC  (9+ messages)
` [PATCH v7 2/3] kho: fix deferred init of kho scratch

[PATCH mm-unstable v3 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-03-18 17:22 UTC  (12+ messages)
` [PATCH mm-unstable v3 1/5] mm: consolidate anonymous folio PTE mapping into helpers
` [PATCH mm-unstable v3 3/5] mm/khugepaged: define KHUGEPAGED_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
` [PATCH mm-unstable v3 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()

[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
 2026-03-18 16:43 UTC  (3+ messages)
` [PATCH 2/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-18 16:22 UTC  (2+ messages)

[PATCH v6 0/2] Generalize vmemmap_populate_hugepages to sparc
 2026-03-18 15:07 UTC  (3+ messages)
` [PATCH v6 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate

[PATCH v5 0/2] Generalize vmemmap_populate_hugepages to sparc
 2026-03-18 15:03 UTC  (5+ messages)
` [PATCH v5 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-18 14:42 UTC  (5+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions

[PATCH v2 0/1] Encapsulate the populate and alloc as one atomic
 2026-03-18 14:41 UTC  (4+ messages)
` [PATCH v2 1/1] mm/execmem: Make the populate and alloc atomic

[RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-03-18 14:41 UTC  (2+ messages)

[PATCH] mm/pagewalk: fix race between concurrent split and refault
 2026-03-18 14:30 UTC  (5+ messages)

[RFC PATCH v4 0/6] Accelerate page migration with batch copying and hardware offload
 2026-03-18 14:29 UTC  (2+ messages)

[PATCH v2 0/8] liveupdate: Fix module unloading and unregister API
 2026-03-18 14:16 UTC  (8+ messages)
` [PATCH v2 2/8] liveupdate: Protect FLB lists with rwsem
` [PATCH v2 3/8] liveupdate: Remove file handler module refcounting
` [PATCH v2 4/8] liveupdate: Defer FLB module refcounting to active sessions
` [PATCH v2 5/8] liveupdate: Remove luo_session_quiesce()
` [PATCH v2 6/8] liveupdate: Auto unregister FLBs on file handler unregistration
` [PATCH v2 7/8] liveupdate: Remove liveupdate_test_unregister()
` [PATCH v2 8/8] liveupdate: Make unregister functions return void


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