summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...Linus Torvalds
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-25Merge branch 'slab/for-6.19/mempool_alloc_bulk' into slab/for-nextVlastimil Babka
2025-11-25Merge branch 'slab/for-6.19/freelist_aba_t_cleanups' into slab/for-nextVlastimil Babka
2025-11-25Merge branch 'slab/for-6.19/memdesc_prep' into slab/for-nextVlastimil Babka
2025-11-25Merge branch 'slab/for-6.19/sheaves_cleanups' into slab/for-nextVlastimil Babka
2025-11-25slab: Remove unnecessary call to compound_head() in alloc_from_pcs()Matthew Wilcox (Oracle)
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)
2025-11-24mm: swap: remove scan_swap_map_slots() references from commentsYoungjun Park
2025-11-24mm: swap: change swap_alloc_slow() to voidYoungjun Park
2025-11-24mm, swap: remove redundant comment for read_swap_cache_asyncYoungjun Park
2025-11-24mm, swap: use SWP_SOLIDSTATE to determine if swap is rotationalYoungjun Park
2025-11-24mm, swap: fix memory leak in setup_clusters() error pathYoungjun Park
2025-11-24mm/swap: fix wrong plist empty check in swap_alloc_slow()Youngjun Park
2025-11-24mm/damon/tests/sysfs-kunit: fix use after free on error pathDan Carpenter
2025-11-24mm: tweak __vma_enter_locked()Matthew Wilcox (Oracle)
2025-11-24mm/memory-failure: remove the selection of RASXie Yuanbin
2025-11-24mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang
2025-11-24mm/vmalloc: cleanup gfp flag use in new_vmap_block()Vishal Moola (Oracle)
2025-11-24mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()Vishal Moola (Oracle)
2025-11-24mm/vmalloc: add a helper to optimize vmalloc allocation gfpsVishal Moola (Oracle)
2025-11-24mm/vmalloc: warn on invalid vmalloc gfp flagsVishal Moola (Oracle)
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt
2025-11-24memcg: remove __mod_lruvec_stateShakeel Butt
2025-11-24memcg: remove __mod_lruvec_kmem_stateShakeel Butt
2025-11-24memcg: use mod_node_page_state to update statsShakeel Butt
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh
2025-11-24mm: shmem: allow fallback to smaller large orders for tmpfs mmap() accessBaolin Wang
2025-11-24mm/khugepaged: unify SCAN_PMD_NONE and SCAN_PMD_NULL into SCAN_NO_PTE_TABLEWei Yang
2025-11-24mm/khugepaged: continue to collapse on SCAN_PMD_NONEWei Yang
2025-11-24mm/khugepaged: remove redundant clearing of struct collapse_controlWei Yang
2025-11-24mm: thp: reparent the split queue during memcg offlineQi Zheng
2025-11-24mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()Muchun Song
2025-11-24mm: thp: introduce folio_split_queue_lock and its variantsMuchun Song
2025-11-24mm: thp: replace folio_memcg() with folio_memcg_charged()Muchun Song
2025-11-24mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes
2025-11-24mm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes
2025-11-24mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes
2025-11-24mm/huge_memory: refactor change_huge_pmd() non-present logicLorenzo Stoakes
2025-11-24mm/huge_memory: refactor copy_huge_pmd() non-present logicLorenzo Stoakes
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes
2025-11-24mm: use leaf entries in debug pgtable + remove is_swap_pte()Lorenzo Stoakes
2025-11-24mm: eliminate is_swap_pte() when softleaf_from_pte() sufficesLorenzo Stoakes
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes