summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2025-05-07mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo
2025-05-06mm,mm_init: Mark set_high_memory as __initOscar Salvador
2025-05-06swapfile: disable swapon for bs > ps devicesLuis Chamberlain
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig
2025-05-03mm: Add vmalloc_huge_node()Peter Zijlstra
2025-05-02Merge tag 'slab-for-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann
2025-04-29Merge tag 'fixes-2025-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds