public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 19:28:13 to 2026-03-21 17:54:40 UTC [more...]

[PATCH v3 0/3] mm/damon/sysfs: fix memory leak and NULL dereference issues
 2026-03-21 17:54 UTC  (2+ messages)
` [PATCH v3 1/3] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure

[PATCH] mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()
 2026-03-21 17:48 UTC  (2+ messages)

[PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-21 17:45 UTC  (6+ messages)
` [PATCH v3 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
  ` [PATCH v3 3/5] liveupdate: fail session restore on file deserialization errors
    ` [PATCH v3 4/5] liveupdate: validate handover metadata before using it
      ` [PATCH v3 5/5] liveupdate: harden FLB lifetime and teardown paths

[PATCH 0/8] dax/kmem: atomic whole-device hotplug via sysfs
 2026-03-21 17:40 UTC  (10+ messages)
` [PATCH 1/8] mm/memory-tiers: consolidate memory type dedup into mt_get_memory_type()
` [PATCH 2/8] mm/memory: add memory_block_align_range() helper
` [PATCH 3/8] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 4/8] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH 5/8] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH 6/8] dax: plumb hotplug online_type through dax
` [PATCH 7/8] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH 8/8] dax/kmem: add sysfs interface for atomic whole-device hotplug

[RFC v2] mm/damon: add synchronous validation for commit_inputs
 2026-03-21 17:40 UTC  (4+ messages)
` (Sashiko) "

[PATCH 3/3] bitmap: add test_zero_nbits()
 2026-03-21 17:09 UTC 

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

[RFC PATCH] mm/damon/lru_sort: add synchronous validation for commit_inputs
 2026-03-21 17:00 UTC  (2+ messages)

[RFC PATCH v4 0/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-03-21 16:57 UTC  (2+ messages)

[RFC PATCH v4 1/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-03-21 16:54 UTC  (2+ messages)

[PATCH v5] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-21 14:21 UTC  (2+ messages)

Sashiko.dev for Rust for Linux
 2026-03-21 13:33 UTC  (5+ messages)

[PATCH 0/6] change young flag check functions to return bool
 2026-03-21 13:02 UTC  (12+ 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 5/6] mm: change to return bool for pudp_test_and_clear_young()

[PATCH] memory tiering: Do not allow promotion if NUMA_BALANCING_MEMORY_TIERING is disabled
 2026-03-21 12:16 UTC  (3+ messages)

[PATCH] mm: Mark early-init static variables with __meminitdata
 2026-03-21 12:08 UTC 

[PATCH v6 0/3] mm/swap, PM: hibernate: fix swapoff race and optimize swap
 2026-03-21 11:45 UTC  (7+ messages)
` [PATCH v6 3/3] PM: hibernate: fix spurious GFP mask WARNING in uswsusp path

[PATCH] mm: vmalloc: update outdated comment for renamed vread()
 2026-03-21 10:58 UTC 

[PATCH] mm: update outdated comments for removed scan_swap_map_slots()
 2026-03-21 10:58 UTC 

[PATCH] drivers/base/memory: fix stale reference to memory_block_add_nid()
 2026-03-21 10:57 UTC 

[PATCH v7 0/2] mm/swap, PM: hibernate: fix swapoff race and optimize swap
 2026-03-21 10:33 UTC  (3+ messages)
` [PATCH v7 1/2] mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap device
` [PATCH v7 2/2] mm/swap: remove redundant swap device reference in alloc/free

[PATCH 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-21 10:25 UTC  (3+ messages)

div64.c:(.text.mul_u64_add_u64_div_u64+0x40): undefined reference to `__multi3'
 2026-03-21  9:24 UTC  (2+ messages)

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

[PATCH v4] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
 2026-03-21  7:52 UTC 

[PATCH] mm/swap: fix swap cache memcg accounting
 2026-03-21  8:08 UTC  (3+ messages)

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

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-21  6:30 UTC  (3+ messages)
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test

[syzbot] [mm?] WARNING in create_strip_zones
 2026-03-21  6:29 UTC  (3+ messages)
` [PATCH] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations

[PATCH v3 00/13] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-21  5:59 UTC  (7+ messages)
` [PATCH v3 07/13] mm/huge_memory: deduplicate zap deposited table call
` [PATCH v3 09/13] mm/huge_memory: use mm instead of tlb->mm
` [PATCH v3 10/13] mm/huge_memory: separate out the folio part of zap_huge_pmd()

[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-21  5:15 UTC  (8+ messages)
` [PATCH v2 8/9] mm/huge_memory: deduplicate zap_huge_pmd() further by tracking state

[linux-next:master] BUILD REGRESSION 785f0eb2f85decbe7c1ef9ae922931f0194ffc2e
 2026-03-21  4:29 UTC 

[PATCH 0/3] mm/memcontrol: control demotion in memcg reclaim
 2026-03-21  4:04 UTC  (4+ messages)
` [PATCH 2/3] mm/memcontrol: disable demotion in memcg direct reclaim

[PATCH v3] mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
 2026-03-21  3:34 UTC  (2+ messages)
` [PATCH v4] "

[akpm-mm:mm-unstable 433/449] vm_util.c:133:14: error: too many arguments to function 'pagemap_scan_supported'
 2026-03-21  2:57 UTC  (2+ messages)

[PATCH v2] mm/hugetlb: fix memory offline failure due to hwpoisoned file hugetlb
 2026-03-21  2:50 UTC  (2+ messages)

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-21  2:42 UTC  (23+ messages)
` [PATCH v4 01/21] mm: various small mmap_prepare cleanups
` [PATCH v4 02/21] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v4 03/21] mm: document vm_operations_struct->open the same as close()
` [PATCH v4 04/21] mm: avoid deadlock when holding rmap on mmap_prepare error
` [PATCH v4 05/21] mm: switch the rmap lock held option off in compat layer
` [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
` [PATCH v4 07/21] mm: have mmap_action_complete() handle the rmap lock and unmap
` [PATCH v4 08/21] mm: add vm_ops->mapped hook
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
` [PATCH v4 10/21] fs: afs: restore mmap_prepare implementation
` [PATCH v4 11/21] mm: add mmap_action_simple_ioremap()
` [PATCH v4 12/21] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 13/21] hpet: "
` [PATCH v4 14/21] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v4 15/21] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 16/21] staging: vme_user: "
` [PATCH v4 17/21] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v4 20/21] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v4 21/21] mm: on remap assert that input range within the proposed VMA

[PATCH v3] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
 2026-03-21  2:40 UTC  (3+ messages)

[linux-next:master 7331/7971] error[E0277]: `*const kernel::bindings::vm_uffd_ops` cannot be shared between threads safely
 2026-03-21  2:35 UTC 

[PATCH] mm/damon/core: avoid use of half-online-committed context
 2026-03-21  2:25 UTC  (3+ messages)

NULL pointer dereference when booting ppc64_guest_defconfig in QEMU on -next
 2026-03-21  2:21 UTC  (8+ messages)

[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-03-21  1:16 UTC  (9+ messages)
` [PATCH v2 1/7] memcg: Scale up vmstats flush threshold with int_sqrt(nr_cpus+2)
` [PATCH v2 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH v2 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH v2 4/7] selftests: memcg: Increase error tolerance in accordance with "
` [PATCH v2 5/7] selftests: memcg: Reduce the expected swap.peak with larger "
` [PATCH v2 6/7] selftests: memcg: Don't call reclaim_until() if already in target
` [PATCH v2 7/7] selftests: memcg: Treat failure for zeroing sock in test_memcg_sock as XFAIL

[RFC PATCH v2 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
 2026-03-21  1:02 UTC  (2+ messages)

[PATCH v2 2/3] mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
 2026-03-21  0:56 UTC  (2+ messages)

[PATCH v2 1/3] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
 2026-03-21  0:56 UTC  (2+ messages)

[PATCH v2 3/3] mm/damon/sysfs: check contexts->nr in repeat_call_fn
 2026-03-21  0:54 UTC  (2+ messages)

[PATCH v3] mm/damon/ops-common: optimize damon_hot_score() using ilog2()
 2026-03-21  0:52 UTC 

[PATCH v2] mm/damon/ops-common: optimize damon_hot_score() using ilog2()
 2026-03-21  0:23 UTC  (2+ messages)

[PATCH v2] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
 2026-03-21  0:08 UTC  (3+ messages)

[PATCH v2 00/15] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-20 22:13 UTC  (16+ messages)
` [PATCH v2 01/15] mm/memory_hotplug: fix possible race in scan_movable_pages()
` [PATCH v2 02/15] mm/memory_hotplug: remove for_each_valid_pfn() usage
` [PATCH v2 03/15] mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()
` [PATCH v2 04/15] mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v2 05/15] mm/memory_hotplug: simplify check_pfn_span()
` [PATCH v2 06/15] mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUG
` [PATCH v2 07/15] mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v2 08/15] mm/bootmem_info: avoid using sparse_decode_mem_map()
` [PATCH v2 09/15] mm/sparse: remove sparse_decode_mem_map()
` [PATCH v2 10/15] mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
` [PATCH v2 11/15] mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
` [PATCH v2 12/15] mm/sparse: drop set_section_nid() from sparse_add_section()
` [PATCH v2 13/15] mm/sparse: move sparse_init_one_section() to internal.h
` [PATCH v2 14/15] mm/sparse: move __section_mark_present() "
` [PATCH v2 15/15] mm/sparse: move memory hotplug bits to sparse-vmemmap.c

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-20 22:14 UTC  (8+ messages)
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-20 21:19 UTC  (16+ 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 3/8] mm/mglru: restructure the reclaim loop
` [PATCH 4/8] mm/mglru: scan and count the exact number of folios
` [PATCH 5/8] mm/mglru: use a smaller batch for reclaim
` [PATCH 7/8] mm/mglru: simplify and improve dirty writeback handling
` [PATCH 8/8] mm/vmscan: remove sc->file_taken

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-20 20:53 UTC  (4+ messages)
` [PATCH V2] "

[PATCH 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-03-20 20:26 UTC  (4+ messages)

[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
 2026-03-20 20:10 UTC  (5+ messages)
` [PATCH 2/4] "

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

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-03-20 19:47 UTC  (5+ messages)
` [PATCH v2 01/22] x86/mm: split out preallocate_sub_pgd()
` [PATCH v2 02/22] x86/mm: Generalize LDT remap into "mm-local region"

[PATCH v3 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
 2026-03-20 19:35 UTC  (6+ messages)

[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
 2026-03-20 19:34 UTC  (5+ messages)
` [PATCH 1/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE

[PATCH v5 00/21] Virtual Swap Space
 2026-03-20 19:27 UTC  (8+ messages)
` [PATCH v5 15/21] zswap: do not start zswap shrinker if there is no physical swap slots
` [PATCH v5 16/21] swap: do not unnecesarily pin readahead swap entries
` [PATCH v5 17/21] swapfile: remove zeromap bitmap
` [PATCH v5 18/21] memcg: swap: only charge physical swap slots
` [PATCH v5 19/21] swap: simplify swapoff using virtual swap
` [PATCH v5 20/21] swapfile: replace the swap map with bitmaps
` [PATCH v5 21/21] vswap: batch contiguous vswap free calls


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