summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-11mm: swap: drop last SWAP_MAP_SHMEM flag in batch in swap_entries_put_nr()Kemeng Shi
2025-05-11mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()Kemeng Shi
2025-05-11mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()Kemeng Shi
2025-05-11mm: swap: enable swap_entry_range_free() to drop any kind of last refKemeng Shi
2025-05-11mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]...Kemeng Shi
2025-05-11memcg: manually inline replace_stock_objcgShakeel Butt
2025-05-11memcg: combine slab obj stock charging and accountingVlastimil Babka
2025-05-11memcg: use __mod_memcg_state in drain_obj_stockShakeel Butt
2025-05-11memcg: do obj_cgroup_put inside drain_obj_stockShakeel Butt
2025-05-11memcg: no refilling stock from obj_cgroup_releaseShakeel Butt
2025-05-11memcg: manually inline __refill_stockShakeel Butt
2025-05-11memcg: introduce memcg_unchargeShakeel Butt
2025-05-11memcg: decouple drain_obj_stock from local stockShakeel Butt
2025-05-11memcg: remove root memcg check from refill_stockShakeel Butt
2025-05-11memcg: vmalloc: simplify MEMCG_VMALLOC updatesShakeel Butt
2025-05-11mm/compaction: reduce the difference between low and high watermarksMichal Clapinski
2025-05-11mm/compaction: remove low watermark cap for proactive compactionMichal Clapinski
2025-05-11mm/page_alloc: simplify free_page_is_bad by removing free_page_is_bad_reportYe Liu
2025-05-11mm/show_mem: optimize si_meminfo_node by reducing redundant codeYe Liu
2025-05-11mm/compaction: use folio in hugetlb pathwayVishal Moola (Oracle)
2025-05-11mm: page_alloc: remove redundant READ_ONCESongtang Liu
2025-05-11memcg, oom: do not bypass oom killer for dying tasksMichal Hocko
2025-05-11zsmalloc: prefer the the original page's node for compressed dataNhat Pham
2025-05-11mm: add folio_mk_pmd()Matthew Wilcox (Oracle)
2025-05-11mm: remove mk_huge_pte()Matthew Wilcox (Oracle)
2025-05-11hugetlb: simplify make_huge_pte()Matthew Wilcox (Oracle)
2025-05-11mm: add folio_mk_pte()Matthew Wilcox (Oracle)
2025-05-11mm: set the pte dirty if the folio is already dirtyMatthew Wilcox (Oracle)
2025-05-11mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng
2025-05-11mm: userfaultfd: correct dirty flags set for both present and swap pteBarry Song
2025-05-11zsmalloc: don't underflow size calculation in zs_obj_write()Sergey Senozhatsky
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov
2025-05-11mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memoryKirill A. Shutemov
2025-05-11mm/codetag: move tag retrieval back upfront in __free_pages()David Wang
2025-05-11mm/memory: fix mapcount / refcount sanity check for mTHP reuseKairui Song
2025-05-11mm: hugetlb: fix incorrect fallback for subpoolWupeng Ma
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-11Merge tag 'fixes-2025-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-09mm/execmem: Unify early execmem_cache behaviourPeter Zijlstra
2025-05-09mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptesRyan Roberts
2025-05-09mm/vmalloc: Gracefully unmap huge ptesRyan Roberts
2025-05-09mm/vmalloc: Warn on improper use of vunmap_range()Ryan Roberts
2025-05-09mm/page_table_check: Batch-check pmds/puds just like ptesRyan Roberts
2025-05-09memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-07mm: fix folio_pte_batch() on XEN PVPetr Vaněk
2025-05-07mm/hugetlb: copy the CMA flag when demotingFrank van der Linden
2025-05-07mm, swap: fix false warning for large allocation with !THP_SWAPKairui Song
2025-05-07mm: vmalloc: support more granular vrealloc() sizingKees Cook