summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu
2024-03-06mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu
2024-03-06mm: pgtable: add missing pt_index to struct ptdescQi Zheng
2024-03-06mm: pgtable: correct the wrong comment about ptdesc->__page_flagsQi Zheng
2024-03-06mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)
2024-03-06mm: constify more page/folio testsMatthew Wilcox (Oracle)
2024-03-06mm: constify testing page/folio flagsMatthew Wilcox (Oracle)
2024-03-06mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)
2024-03-06mm: add __dump_folio()Matthew Wilcox (Oracle)
2024-03-06mm: remove PageYoung and PageIdle definitionsMatthew Wilcox (Oracle)
2024-03-06mm: remove PageWaiters, PageSetWaiters and PageClearWaitersMatthew Wilcox (Oracle)
2024-03-06mm: separate out FOLIO_FLAGS from PAGEFLAGSMatthew Wilcox (Oracle)
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li
2024-03-06padata: downgrade padata_do_multithreaded to serial execution for non-SMPGang Li
2024-03-06Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on
2024-03-04mm: add alloc_contig_migrate_range allocation statisticsRichard Chang
2024-03-04modules: wait do_free_init correctlyChangbin Du
2024-03-04mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)
2024-03-04mm: remove lru_to_page()Matthew Wilcox (Oracle)
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)
2024-03-04mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)
2024-03-04memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)
2024-03-04mm: remove total_mapcount()David Hildenbrand
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan
2024-03-04mm: page_owner: add support for splitting to any order in split page_ownerZi Yan
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan
2024-03-04mm/page_owner: use order instead of nr in split_page_owner()Zi Yan
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan
2024-03-04mm: enumerate all gfp flagsSuren Baghdasaryan
2024-03-04mm: update mark_victim tracepoints fieldsCarlos Galo
2024-02-23writeback: add a writeback iteratorChristoph Hellwig
2024-02-23pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)
2024-02-23writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)
2024-02-23mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park
2024-02-23mm/damon/core: support multiple metrics for quota goalSeongJae Park
2024-02-23mm/damon/core: let goal specified with only target and current valuesSeongJae Park
2024-02-23mm/damon/core: remove ->goal field of damos_quotaSeongJae Park
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park
2024-02-23mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park
2024-02-23mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2024-02-23mm,page_owner: maintain own list of stack_records structsOscar Salvador
2024-02-23lib/stackdepot: move stack_record struct definition into the headerOscar Salvador
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton