linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] [v2] mm/vmscan: avoid false-positive -Wuninitialized warning
 2026-04-14  6:51 UTC 

[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
 2026-04-14  6:02 UTC  (3+ messages)
` [PATCH 11/53] selftests/mm: hugetlb-read-hwpoison: use kselftest framework

[RFC PATCH] zram: support asynchronous GC for lazy slot freeing
 2026-04-14  5:49 UTC  (2+ messages)

[PATCH v2 0/9] Optimize anonymous large folio unmapping
 2026-04-14  5:46 UTC  (3+ messages)
` [PATCH v2 4/9] mm/memory: Batch set uffd-wp markers during zapping

[RFC PATCH 0/2] mm/damon/stat: add kdamond_pid parameter
 2026-04-14  5:37 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/damon/stat: add a parameter for reading kdamond pid
  ` (sashiko review) "
` [RFC PATCH 2/2] Docs/admin-guide/mm/damon/stat: document kdamond_pid parameter

[RFC PATCH 0/2] mm/damon/reclaim: support monitoring intervals auto-tuning
 2026-04-14  5:28 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/damon/reclaim: add autotune_monitoring_intervals parameter
  ` (sashiko review) "
` [RFC PATCH 2/2] Docs/admin-guide/mm/damon/reclaim: update for autotune_monitoring_intervals

[PATCH] mm/pagewalk: honor action in pgd_entry and p4d_entry
 2026-04-14  5:18 UTC 

[PATCH mm-hotfixes] mm/vma: remove __vma_check_mmap_hook()
 2026-04-14  5:17 UTC  (2+ messages)

[PATCH] selftests/mm: Simplify byte pattern checking in mremap_test
 2026-04-14  5:09 UTC  (3+ messages)

[GIT PULL] MM updates for 7.1-rc1
 2026-04-14  4:49 UTC 

[PATCH v8 0/5] Migrate on fault for device pages
 2026-04-14  4:12 UTC  (6+ messages)
` [PATCH v8 1/5] mm/Kconfig: changes for migrate "
` [PATCH v8 2/5] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v8 3/5] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v8 4/5] mm: setup device page migration in HMM pagewalk
` [PATCH v8 5/5] lib/test_hmm:: add a new testcase for the migrate on fault

[PATCH v6] mm/slub: defer freelist construction until after bulk allocation from a new slab
 2026-04-14  3:55 UTC  (2+ messages)

[syzbot] [mm?] [cgroups?] WARNING: bad unlock balance in lruvec_stat_mod_folio
 2026-04-14  3:52 UTC  (3+ messages)

[PATCH v5 00/21] Virtual Swap Space
 2026-04-14  3:28 UTC  (9+ messages)

[PATCH RFC 0/2] mm, swap: fix swapin race that causes inaccurate memcg accounting
 2026-04-14  3:26 UTC  (3+ messages)

[PATCH 06/49] mm/mm_init: fix uninitialized pageblock migratetype for ZONE_DEVICE compound pages
 2026-04-14  3:04 UTC  (4+ messages)

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-14  3:03 UTC  (12+ messages)
` [PATCH 01/49] mm/sparse: fix vmemmap accounting imbalance on memory hotplug error
` [PATCH 03/49] mm/sparse: fix vmemmap page accounting for HVOed DAX
` [PATCH 07/49] mm/mm_init: use pageblock_migratetype_init_range() in deferred_free_pages()

bio completion in task enhancements / experiments
 2026-04-14  2:23 UTC  (6+ messages)
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support

[PATCH v3] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-14  2:12 UTC  (4+ messages)

[RFC PATCH v1 1/1] mm/damon: generalize ctx_target creation for damon_ops_id and add vaddr support
 2026-04-14  0:47 UTC  (2+ messages)

[PATCH 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-14  0:43 UTC  (6+ messages)
` [PATCH 1/2] mm: fix mmap errno value when MAP_DROPPABLE is not supported

(sashiko review) [PATCH v4 1/2] mm/damon/lru_sort: validate min_region_size to be power of 2
 2026-04-14  0:39 UTC  (3+ messages)

[PATCH v2 0/2] mm/damon: reset thread status parameters upon kdamond termination
 2026-04-14  0:34 UTC  (9+ messages)
` [PATCH v2 1/2] mm/damon/lru_sort: "
  ` (sashiko review) "
` [PATCH v2 2/2] mm/damon/reclaim: "
  ` (sashiko review) "

[PATCH RFC 0/9] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-13 23:43 UTC  (13+ messages)
` [PATCH RFC 1/9] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH RFC 2/9] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH RFC 3/9] mm: add __GFP_PREZEROED flag and folio_test_clear_prezeroed()

[PATCH] mm/migrate_device: fix double unlock and remove dead code
 2026-04-13 23:30 UTC  (5+ messages)

[RFC 0/3] mm: process_mrelease: expedited reclaim and auto-kill support
 2026-04-13 22:39 UTC  (4+ messages)
` [RFC 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
` [RFC 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios
` [RFC 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-13 22:28 UTC  (26+ messages)
` [PATCH 7.2 v2 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v2 02/12] mm/khugepaged: add folio dirty check after try_to_unmap_flush()
` [PATCH 7.2 v2 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v2 04/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v2 05/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()
` [PATCH 7.2 v2 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v2 07/12] fs: remove nr_thps from struct address_space
` [PATCH 7.2 v2 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v2 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v2 10/12] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v2 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH 7.2 v2 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS from comments in guard-regions

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-13 22:20 UTC  (12+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH RFC bpf-next 4/8] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH RFC bpf-next 5/8] bpf, x86: emit KASAN checks into "
` [PATCH RFC bpf-next 6/8] selftests/bpf: do not run verifier JIT tests when BPF_JIT_KASAN is enabled
` [PATCH RFC bpf-next 7/8] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH RFC bpf-next 8/8] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH v3 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-13 21:54 UTC  (6+ messages)
` [PATCH v3 2/2] selftests/mm: verify droppable mappings cannot be locked

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

[LSF/MM/BPF TOPIC] Filesystem inode reclaim
 2026-04-13 21:23 UTC  (2+ messages)

[PATCH] mm/migrate_device: fix double unlock
 2026-04-13 21:15 UTC 

[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-04-13 21:08 UTC  (4+ messages)
` [PATCH RFC v3 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test

[BUG] mm: lru_add_drain_all() hangs indefinitely [6.17.0-1007-aws aarch64]
 2026-04-13 20:42 UTC 

[PATCH v3 0/2] zswap pool per-CPU acomp_ctx simplifications
 2026-04-13 20:37 UTC  (4+ messages)
` [PATCH v3 2/2] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool

[PATCH] mm/vmalloc: map contiguous pages in batches for vmap() whenever possible
 2026-04-13 20:34 UTC  (2+ messages)

[RFC PATCH 0/8] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-04-13 20:16 UTC  (14+ messages)
` [RFC PATCH 3/8] mm/vmalloc: Extend vmap_small_pages_range_noflush() to support larger page_shift sizes
` [RFC PATCH 4/8] mm/vmalloc: Eliminate page table zigzag for huge vmalloc mappings
` [RFC PATCH 5/8] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[PATCH RFC v3 0/4] mm: add huge pfnmap support for remap_pfn_range()
 2026-04-13 20:02 UTC  (3+ messages)
` [PATCH RFC v3 4/4] mm: add PMD-level huge page "

[PATCH 0/8] dax/kmem: atomic whole-device hotplug via sysfs
 2026-04-13 19:59 UTC  (20+ 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 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] mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()
 2026-04-13 19:41 UTC  (4+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-13 19:30 UTC  (12+ messages)
` [patch 10/38] arcnet: Remove function timing code
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 17/38] ext4: Replace get_cycles() usage with ktime_get()
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[PATCH] mm/vmalloc: Take vmap_purge_lock in shrinker
 2026-04-13 19:26 UTC 

[PATCH v2 00/12] Dynamic Housekeeping Management (DHM) via CPUSets
 2026-04-13 19:25 UTC  (2+ messages)
  ` [PATCH v2 01/12] sched/isolation: Separate housekeeping types in enum hk_type

[PATCH] f2fs: do not support mmap write for large folio
 2026-04-13 19:22 UTC  (6+ messages)

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-04-13 19:18 UTC  (7+ messages)
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED

[PATCH v2] mm/sparse: Remove sparse buffer pre-allocation mechanism
 2026-04-13 19:02 UTC  (2+ messages)

[PATCH v4 00/11] liveupdate: Fix module unloading and unregister API
 2026-04-13 18:51 UTC  (12+ messages)
` [PATCH v4 01/11] liveupdate: Safely print untrusted strings
` [PATCH v4 02/11] liveupdate: Synchronize lazy initialization of FLB private state
` [PATCH v4 03/11] liveupdate: Protect file handler list with rwsem
` [PATCH v4 04/11] liveupdate: Protect FLB lists with luo_register_rwlock
` [PATCH v4 05/11] liveupdate: Defer FLB module refcounting to active sessions
` [PATCH v4 06/11] liveupdate: Remove luo_session_quiesce()
` [PATCH v4 07/11] liveupdate: Auto unregister FLBs on file handler unregistration
` [PATCH v4 08/11] liveupdate: Remove liveupdate_test_unregister()
` [PATCH v4 09/11] liveupdate: Make unregister functions return void
` [PATCH v4 10/11] liveupdate: Defer file handler module refcounting to active sessions
` [PATCH v4 11/11] liveupdate: fix return value on session allocation failure

[PATCH] mm: Call ->free_folio() directly in folio_unmap_invalidate()
 2026-04-13 18:43 UTC 

[RFC PATCH 0/2] s390/mm: Batch PTE updates in lazy MMU mode
 2026-04-13 18:32 UTC  (7+ messages)
` [RFC PATCH 1/2] mm: make lazy MMU mode context-aware

[PATCH v3 00/10] liveupdate: Fix module unloading and unregister API
 2026-04-13 18:06 UTC  (8+ messages)
` [PATCH v3 01/10] liveupdate: Safely print untrusted strings
` [PATCH v3 07/10] liveupdate: Auto unregister FLBs on file handler unregistration

[PATCH 01/49] mm/sparse: fix vmemmap accounting imbalance on memory hotplug error
 2026-04-13 17:20 UTC  (3+ messages)

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-04-13 17:05 UTC  (5+ messages)

[PATCH] mm: memfd_luo: account restored large folios correctly
 2026-04-13 16:50 UTC 

[PATCH] mm/memcontrol: restore irq wrapper for lruvec_stat_mod_folio()
 2026-04-13 16:44 UTC  (2+ messages)

[PATCH] mm: memfd_luo: fix PFN conversion in retrieve cleanup
 2026-04-13 16:29 UTC 

[PATCH v3 02/10] mm: introduce pgtable_has_pmd_leaves()
 2026-04-13 15:45 UTC  (4+ messages)

[RFC PATCH 0/2] mm/fake-numa: fix under-allocation detection logic in uniform split
 2026-04-13 15:44 UTC  (3+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] mm/fake-numa: fix outdated return value comment

[PATCH v3 00/10] mm: thp: always enable mTHP support
 2026-04-13 15:39 UTC  (9+ messages)
` [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] mm: Require LRU reclaim progress before retrying direct reclaim
 2026-04-13 15:38 UTC  (2+ messages)

[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
 2026-04-13 15:33 UTC  (2+ messages)

[PATCH 0/8 RFC] mm/memcontrol, page_counter: move stock from mem_cgroup to page_counter
 2026-04-13 15:28 UTC  (3+ messages)

[PATCH] kasan: Add abbreviation KASAN to init log
 2026-04-13 15:05 UTC  (4+ messages)

[RFC PATCH 5/7] mm: Make /proc/pid/smaps use the new generic pagewalk API
 2026-04-13 14:31 UTC  (3+ messages)

UBSAN: invalid-load in mm/vmscan.c:4286:37: load of value 88 is not a valid value for type 'bool' (aka '_Bool')
 2026-04-13 14:27 UTC 

[PATCH v2] mm: thp: Fix refcount leak in thpsize_create() error path
 2026-04-13 14:13 UTC  (3+ 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