summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-06-21mm/gup_test: reject wrapped user rangesSamuel Moelius
2026-06-21mm/damon/core: always put unsuccessfully committed target pidsSeongJae Park
2026-06-21mm: page_isolation: avoid unsafe folio reads while scanning compound pagesKaitao Cheng
2026-06-21mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()Shakeel Butt
2026-06-21mm: merge writeout into pageoutChristoph Hellwig
2026-06-21mm/khugepaged: avoid underflow in madvise_collapse for sub-PMD MADV_COLLAPSEChen Wandun
2026-06-21mm/khugepaged: enable clean pagecache folio collapse for writable filesZi Yan
2026-06-21mm/truncate: use folio_split() in truncate_inode_partial_folio()Zi Yan
2026-06-21mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FSZi Yan
2026-06-21mm: fs: remove filemap_nr_thps*() functions and their usersZi Yan
2026-06-21mm: remove READ_ONLY_THP_FOR_FS Kconfig optionZi Yan
2026-06-21mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()Zi Yan
2026-06-21mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()Zi Yan
2026-06-21mm/khugepaged: add folio dirty check after try_to_unmap()Zi Yan
2026-06-21mm/khugepaged: remove READ_ONLY_THP_FOR_FS checkZi Yan
2026-06-21mm/khugepaged: fix PMD collapse swap PTE accountingLance Yang
2026-06-21mm/khugepaged: run khugepaged for all ordersBaolin Wang
2026-06-21mm/khugepaged: avoid unnecessary mTHP collapse attemptsNico Pache
2026-06-21mm/khugepaged: introduce mTHP collapse supportNico Pache
2026-06-21mm/khugepaged: introduce collapse_possible_orders helper functionsNico Pache
2026-06-21mm/khugepaged: improve tracepoints for mTHP ordersNico Pache
2026-06-21mm/khugepaged: add per-order mTHP collapse failure statisticsNico Pache
2026-06-21mm/khugepaged: skip collapsing mTHP to smaller ordersNico Pache
2026-06-21mm/khugepaged: generalize collapse_huge_page for mTHP collapseNico Pache
2026-06-21mm/khugepaged: require collapse_huge_page to enter/exit with the lock droppedNico Pache
2026-06-21mm/khugepaged: generalize __collapse_huge_page_* for mTHP supportNico Pache
2026-06-21mm/khugepaged: rework max_ptes_* handling with helper functionsNico Pache
2026-06-21mm/khugepaged: generalize alloc_charge_folio()Dev Jain
2026-06-21mm/khugepaged: generalize hugepage_vma_revalidate for mTHP supportNico Pache
2026-06-21mm/page_alloc: only update NUMA min ratios on sysctl writeJianlin Shi
2026-06-21zsmalloc: simplify data output in zs_stats_size_show()Markus Elfring
2026-06-21mm/alloc_tag: replace fixed-size early PFN array with dynamic linked listHao Ge
2026-06-21Merge tag 'liveupdate-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-18mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheavesVlastimil Babka (SUSE)
2026-06-18mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()Vlastimil Babka (SUSE)
2026-06-17Merge tag 'memblock-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds
2026-06-15mm/slab: introduce kmalloc_flags()Vlastimil Babka (SUSE)
2026-06-15mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()Vlastimil Babka (SUSE)
2026-06-15mm/slab: pass slab_alloc_context to __do_kmalloc_node()Vlastimil Babka (SUSE)
2026-06-15mm/slab: allow kmem_cache_alloc_bulk() with any gfp flagsVlastimil Babka (SUSE)
2026-06-15mm/slab: replace slab_alloc_node() parameters with slab_alloc_contextVlastimil Babka (SUSE)
2026-06-15mm/slab: pass alloc_flags through slab_post_alloc_hook() chainVlastimil Babka (SUSE)
2026-06-15mm/slab: pass alloc_flags to new slab allocationVlastimil Babka (SUSE)
2026-06-15mm/slab: add alloc_flags to slab_alloc_contextVlastimil Babka (SUSE)
2026-06-15mm/slab: replace struct partial_context with slab_alloc_contextVlastimil Babka (SUSE)
2026-06-15mm/slab: introduce alloc_flags and SLAB_ALLOC_NOLOCKVlastimil Babka (SUSE)