aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-05-11mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()Kemeng Shi1-19/+11
2025-05-11mm: swap: factor out helper to drop cache of entries within a single clusterKemeng Shi1-10/+17
2025-05-11mm: swap: free each cluster individually in swap_entries_put_map_nr()Kemeng Shi1-38/+32
2025-05-11mm: swap: drop last SWAP_MAP_SHMEM flag in batch in swap_entries_put_nr()Kemeng Shi1-2/+5
2025-05-11mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()Kemeng Shi1-2/+3
2025-05-11mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()Kemeng Shi1-11/+9
2025-05-11mm: swap: enable swap_entry_range_free() to drop any kind of last refKemeng Shi1-14/+24
2025-05-11mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]Kemeng Shi1-14/+14
2025-05-11memcg: manually inline replace_stock_objcgShakeel Butt1-12/+6
2025-05-11memcg: combine slab obj stock charging and accountingVlastimil Babka1-31/+46
2025-05-11memcg: use __mod_memcg_state in drain_obj_stockShakeel Butt1-1/+3
2025-05-11memcg: do obj_cgroup_put inside drain_obj_stockShakeel Butt1-26/+11
2025-05-11memcg: no refilling stock from obj_cgroup_releaseShakeel Butt1-4/+11
2025-05-11memcg: manually inline __refill_stockShakeel Butt1-21/+13
2025-05-11memcg: introduce memcg_unchargeShakeel Butt1-16/+12
2025-05-11memcg: decouple drain_obj_stock from local stockShakeel Butt1-1/+6
2025-05-11memcg: remove root memcg check from refill_stockShakeel Butt1-2/+2
2025-05-11memcg: vmalloc: simplify MEMCG_VMALLOC updatesShakeel Butt1-8/+7
2025-05-11mm/compaction: reduce the difference between low and high watermarksMichal Clapinski1-2/+3
2025-05-11mm/compaction: remove low watermark cap for proactive compactionMichal Clapinski1-6/+1
2025-05-11mm/page_alloc: simplify free_page_is_bad by removing free_page_is_bad_reportYe Liu1-7/+1
2025-05-11mm/show_mem: optimize si_meminfo_node by reducing redundant codeYe Liu1-11/+5
2025-05-11mm/compaction: use folio in hugetlb pathwayVishal Moola (Oracle)2-6/+5
2025-05-11mm: page_alloc: remove redundant READ_ONCESongtang Liu1-1/+1
2025-05-11memcg, oom: do not bypass oom killer for dying tasksMichal Hocko1-1/+1
2025-05-11zsmalloc: prefer the the original page's node for compressed dataNhat Pham3-13/+17
2025-05-11mm: add folio_mk_pmd()Matthew Wilcox (Oracle)3-8/+7
2025-05-11mm: remove mk_huge_pte()Matthew Wilcox (Oracle)1-13/+5
2025-05-11hugetlb: simplify make_huge_pte()Matthew Wilcox (Oracle)1-10/+8
2025-05-11mm: add folio_mk_pte()Matthew Wilcox (Oracle)2-4/+4
2025-05-11mm: set the pte dirty if the folio is already dirtyMatthew Wilcox (Oracle)1-0/+2
2025-05-11mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng1-1/+1
2025-05-11mm: userfaultfd: correct dirty flags set for both present and swap pteBarry Song1-2/+10
2025-05-11zsmalloc: don't underflow size calculation in zs_obj_write()Sergey Senozhatsky1-4/+4
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov3-49/+0
2025-05-11mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memoryKirill A. Shutemov1-13/+15
2025-05-11mm/codetag: move tag retrieval back upfront in __free_pages()David Wang1-9/+6
2025-05-11mm/memory: fix mapcount / refcount sanity check for mTHP reuseKairui Song1-1/+1
2025-05-11mm: hugetlb: fix incorrect fallback for subpoolWupeng Ma1-6/+22
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+37
2025-05-11Merge tag 'fixes-2025-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds2-2/+9
2025-05-09mm/execmem: Unify early execmem_cache behaviourPeter Zijlstra1-3/+37
2025-05-09mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptesRyan Roberts1-0/+14
2025-05-09mm/vmalloc: Gracefully unmap huge ptesRyan Roberts1-2/+16
2025-05-09mm/vmalloc: Warn on improper use of vunmap_range()Ryan Roberts1-2/+6
2025-05-09mm/page_table_check: Batch-check pmds/puds just like ptesRyan Roberts1-14/+20
2025-05-09memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky1-1/+8
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook1-1/+2
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+8
2025-05-07mm: fix folio_pte_batch() on XEN PVPetr Vaněk1-16/+11