public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-21 02:21:59 to 2026-03-22 18:47:12 UTC [more...]

[PATCH 0/2] mm/damon/core: performance optimizations for kdamond hot path
 2026-03-22 18:46 UTC 

[RFC PATCH v4 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-22 17:47 UTC  (17+ messages)
` [RFC PATCH v4 01/10] mm/damon/core: introduce damon_ctx->paused
  ` (sashiko review) "
` [RFC PATCH v4 02/10] mm/damon/sysfs: add pause file under context dir
` [RFC PATCH v4 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [RFC PATCH v4 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [RFC PATCH v4 05/10] Docs/ABI/damon: update for pause sysfs file
` [RFC PATCH v4 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH v4 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH v4 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH v4 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH v4 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
  ` (sashiko review) "
` (sashiko status) [RFC PATCH v4 00/10] mm/damon: let DAMON be paused and resumed

[PATCH] mm/memcontrol: fix obj_cgroup leak in mem_cgroup_css_online() error path
 2026-03-22 16:49 UTC  (4+ messages)

[PATCH] memblock: move reserve_bootmem_range() to memblock.c and make it static
 2026-03-22 16:38 UTC  (2+ messages)

[PATCH v7 0/2] mm/swap, PM: hibernate: fix swapoff race and optimize swap
 2026-03-22 16:30 UTC  (6+ 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 0/8] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-22 16:22 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 7/8] mm/mglru: simplify and improve dirty writeback handling

[PATCH v4 0/7] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-03-22 16:18 UTC  (9+ messages)
` [PATCH v4 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v4 2/7] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v4 3/7] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v4 4/7] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v4 5/7] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v4 6/7] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v4 7/7] selftest/cgroup: fix zswap attempt_writeback() on 64K "

[PATCH v4 0/4] Use killable vma write locking in most places
 2026-03-22 16:17 UTC  (7+ messages)
` [PATCH v4 1/4] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v4 2/4] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v4 3/4] KVM: s390: avoid kvm_s390_handle_pv() error overwrite
` [PATCH v4 4/4] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH 5/5] mm: Change gfp_t to unsigned long
 2026-03-22 15:39 UTC  (3+ messages)

[RFC v2] mm/damon: add synchronous validation for commit_inputs
 2026-03-22 15:37 UTC  (6+ messages)
` (Sashiko) "

[PATCH v6 0/6] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-22 14:49 UTC  (9+ messages)
` [PATCH v6 1/6] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v6 2/6] mm/vmalloc: fix vrealloc() grow-in-place check
` [PATCH v6 3/6] mm/vmalloc: zero newly exposed memory on vrealloc() grow
` [PATCH v6 4/6] mm/vmalloc: protect /proc/vmallocinfo readers with READ_ONCE()
` [PATCH v6 5/6] mm/vmalloc: free unused pages on vrealloc() shrink
` [PATCH v6 6/6] lib/test_vmalloc: add vrealloc test case

[PATCH v7 2/3] kho: fix deferred init of kho scratch
 2026-03-22 14:45 UTC  (11+ messages)

[PATCH] asm-generic: replace ________addr with __UNIQUE_ID(addr)
 2026-03-22 14:40 UTC  (3+ messages)

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

[PATCH v2 0/8] liveupdate: Fix module unloading and unregister API
 2026-03-22 14:23 UTC  (4+ messages)
` [PATCH v2 1/8] liveupdate: Protect file handler list with rwsem

[PATCH v3 0/4] locking: contended_release tracepoint instrumentation
 2026-03-22 12:10 UTC  (3+ messages)

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

[PATCH] mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()
 2026-03-22 11:29 UTC  (3+ messages)

[PATCH v4] mm/execmem: Make the populate and alloc atomic
 2026-03-22 11:01 UTC  (2+ messages)

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-22 10:22 UTC  (7+ messages)
` [PATCH v2 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper

[PATCH 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-22  7:40 UTC  (4+ messages)

[PATCH 1/1] mm/vmscan: prevent MGLRU reclaim from pinning address space
 2026-03-22  7:08 UTC 

[PATCH] mm/hugetlb: restore reservation on error in hugetlb_mfill_atomic_pte() resubmission path
 2026-03-22  5:21 UTC 

[PATCH v3 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
 2026-03-22  3:08 UTC  (7+ messages)

[RFC] mm, page_alloc: reintroduce page allocation stall warning
 2026-03-22  3:03 UTC 

[PATCH v5 00/21] Virtual Swap Space
 2026-03-22  2:18 UTC  (3+ messages)

[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-22  2:12 UTC  (10+ messages)
` [PATCH v2 8/9] mm/huge_memory: deduplicate zap_huge_pmd() further by tracking state

[PATCH 0/2] liveupdate: prevent double management of files
 2026-03-22  1:04 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: liveupdate: add test for double preservation

[PATCH 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-22  0:34 UTC  (17+ messages)
` [PATCH 01/10] mm/damon/core: introduce damon_ctx->paused
  ` (sashiko) "
` [PATCH 02/10] mm/damon/sysfs: add pause file under context dir
` [PATCH 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [PATCH 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [PATCH 05/10] Docs/ABI/damon: update for pause sysfs file
` [PATCH 06/10] mm/damon/tests/core-kunit: test pause commitment
` [PATCH 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [PATCH 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [PATCH 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [PATCH 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
  ` (sashiko) "

[PATCH v2] x86/kexec: Disable KCOV instrumentation after load_segments()
 2026-03-22  0:08 UTC  (2+ messages)

[PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-21 23:05 UTC  (8+ 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

Sashiko.dev for Rust for Linux
 2026-03-21 20:28 UTC  (4+ messages)

[PATCH 0/8] dax/kmem: atomic whole-device hotplug via sysfs
 2026-03-21 20:26 UTC  (11+ 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

[PATCH v3 0/3] mm/damon/sysfs: fix memory leak and NULL dereference issues
 2026-03-21 20:10 UTC  (7+ messages)
` [PATCH v3 1/3] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
` [PATCH v3 2/3] mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
` [PATCH v3 3/3] mm/damon/sysfs: check contexts->nr in repeat_call_fn
` (sashiko review status) [PATCH v3 0/3] mm/damon/sysfs: fix memory leak and NULL dereference issues

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

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

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

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

[PATCH] mm/swap: fix swap cache memcg accounting
 2026-03-21  8:08 UTC  (2+ 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()

[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  (2+ messages)

[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  (2+ messages)

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


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