public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 07:31:09 to 2026-03-18 20:04:15 UTC [more...]

[PATCH v3 0/7] mm: switch THP shrinker to list_lru
 2026-03-18 19:53 UTC  (6+ 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] 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  (31+ messages)
` [PATCH 01/14] mm/memory_hotplug: remove for_each_valid_pfn() usage
` [PATCH 02/14] mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()
` [PATCH 03/14] mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
` [PATCH 04/14] mm/memory_hotplug: simplify check_pfn_span()
` [PATCH 05/14] mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUG
` [PATCH 06/14] mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
` [PATCH 07/14] mm/bootmem_info: avoid using sparse_decode_mem_map()
` [PATCH 08/14] mm/sparse: remove sparse_decode_mem_map()
` [PATCH 09/14] mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
` [PATCH 10/14] mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
` [PATCH 11/14] mm/sparse: drop set_section_nid() from sparse_add_section()
` [PATCH 12/14] mm/sparse: move sparse_init_one_section() to internal.h
` [PATCH 13/14] mm/sparse: move __section_mark_present() "
` [PATCH 14/14] mm/sparse: move memory hotplug bits to sparse-vmemmap.c

[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 v2 0/7] mm: switch THP shrinker to list_lru
 2026-03-18 19:34 UTC  (7+ 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 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] mm/vmalloc: use unbound workqueue for vmap area draining
 2026-03-18 18:10 UTC  (2+ messages)

[PATCH v5 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-18 17:53 UTC  (5+ 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  (18+ messages)
` [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
` [PATCH v7 2/3] kho: fix deferred init of kho scratch

[syzbot] [mm?] general protection fault in zap_huge_pmd
 2026-03-18 17:35 UTC  (4+ messages)

[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  (11+ 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 v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-18 16:02 UTC  (7+ messages)
` [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

[Question] mm/damon: min_nr_regions constraint and inconsistent error handling
 2026-03-18 15:37 UTC 

[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

running mm/ksft_hmm.sh on arm64 results in a kernel panic
 2026-03-18 15:05 UTC  (2+ messages)

[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  (10+ 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  (9+ messages)
` [PATCH v2 1/8] liveupdate: Protect file handler list with rwsem
` [PATCH v2 2/8] liveupdate: Protect FLB lists "
` [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

[PATCH 0/8] memblock: improve late freeing of reserved memory
 2026-03-18 14:16 UTC  (10+ messages)
` [PATCH 1/8] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
` [PATCH 2/8] powerpc: opal-core: "
` [PATCH 3/8] mm: move free_reserved_area() to mm/memblock.c
` [PATCH 4/8] memblock: make free_reserved_area() more robust
` [PATCH 5/8] memblock: extract page freeing from free_reserved_area() into a helper
` [PATCH 6/8] memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=y
` [PATCH 7/8] memblock, treewide: make memblock_free() handle late freeing
` [PATCH 8/8] memblock: warn when freeing reserved memory before memory map is initialized

[PATCH mm-hotfixes] mm/rmap: clear vma->anon_vma on error
 2026-03-18 14:15 UTC  (6+ messages)

[PATCH] mm: skip dirty file folios during isolation
 2026-03-18 13:50 UTC  (2+ messages)

[PATCH v4] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-18 12:59 UTC  (6+ messages)

[BUG] WARNING in unlink_anon_vmas()
 2026-03-18 12:28 UTC  (8+ messages)

[PATCH v6 0/5] pid_namespace: make init creation more flexible
 2026-03-18 12:21 UTC  (6+ messages)
` [PATCH v6 1/5] pid_namespace: avoid optimization of accesses to ->child_reaper
` [PATCH v6 2/5] pid: check init is created first after idr alloc
` [PATCH v6 3/5] pid_namespace: allow opening pid_for_children before init was created
` [PATCH v6 4/5] selftests: Add tests for creating pidns init via setns
` [PATCH v6 5/5] MAINTAINERS: add a new entry for testing pidns init creation "

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-18 12:22 UTC  (4+ messages)
` [RFC PATCH 2/4] mm/memory-tiers: introduce socket-aware topology management for NUMA nodes

[PATCH 0/3] slab: support memoryless nodes with sheaves
 2026-03-18 12:11 UTC  (4+ messages)
` [PATCH 2/3] slab: create barns for online memoryless nodes

[PATCH v3 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-18 12:07 UTC  (5+ messages)

[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
 2026-03-18 10:52 UTC  (2+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2026-03-19
 2026-03-18 10:50 UTC 

[PATCH] zsmalloc: return -EAGAIN for zspage migration lock contention
 2026-03-18 10:31 UTC  (3+ messages)

[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-18  9:57 UTC  (4+ messages)
` [PATCH 1/8] mm/mglru: consolidate common code for retrieving evitable size

[PATCH v2] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
 2026-03-18  9:29 UTC  (3+ messages)

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

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-18  8:44 UTC  (4+ messages)

[PATCHv3] mm: remove '!root_reclaim' checking in should_abort_scan()
 2026-03-18  8:31 UTC  (2+ messages)

[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-18  8:18 UTC  (4+ messages)

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-18  8:17 UTC  (4+ messages)

[PATCH v3 2/2] mm/mglru: maintain workingset refault context across state transitions
 2026-03-18  8:14 UTC  (2+ messages)

[PATCH 0/6] selftests/liveupdate: add memfd tests
 2026-03-18  7:43 UTC  (9+ messages)
` [PATCH 3/6] selftests/liveupdate: add test for memfd content preservation
` [PATCH 4/6] selftests/liveupdate: add test for zero-size memfd preservation
` [PATCH 5/6] selftests/liveupdate: add test for operations on a preserved memfd
` [PATCH 6/6] selftests/liveupdate: add fallocate test for memfd

[linus:master] [slab] e47c897a29: stress-ng.lockofd.ops_per_sec 15.1% improvement
 2026-03-18  7:35 UTC 


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