summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-13crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song1-0/+6
2024-03-13mm: recover pud_leaf() definitions in nopmd casePeter Xu1-0/+1
2024-03-07mm/treewide: align up pXd_leaf() retval across archsPeter Xu1-4/+4
2024-03-07mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu1-1/+0
2024-03-07mm: pgtable: add missing pt_index to struct ptdescQi Zheng1-0/+3
2024-03-07mm: pgtable: correct the wrong comment about ptdesc->__page_flagsQi Zheng1-1/+1
2024-03-07mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)1-4/+2
2024-03-07mm: constify more page/folio testsMatthew Wilcox (Oracle)1-26/+26
2024-03-07mm: constify testing page/folio flagsMatthew Wilcox (Oracle)1-7/+17
2024-03-07mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)1-1/+1
2024-03-07mm: add __dump_folio()Matthew Wilcox (Oracle)2-0/+10
2024-03-07mm: remove PageYoung and PageIdle definitionsMatthew Wilcox (Oracle)1-4/+4
2024-03-07mm: remove PageWaiters, PageSetWaiters and PageClearWaitersMatthew Wilcox (Oracle)1-9/+1
2024-03-07mm: separate out FOLIO_FLAGS from PAGEFLAGSMatthew Wilcox (Oracle)1-20/+43
2024-03-07hugetlb: parallelize 1G hugetlb initializationGang Li1-1/+1
2024-03-07padata: downgrade padata_do_multithreaded to serial execution for non-SMPGang Li1-4/+8
2024-03-07Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on1-0/+2
2024-03-05mm: add alloc_contig_migrate_range allocation statisticsRichard Chang1-0/+38
2024-03-05modules: wait do_free_init correctlyChangbin Du1-0/+8
2024-03-05mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-03-05mm: remove lru_to_page()Matthew Wilcox (Oracle)1-1/+0
2024-03-05memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)1-12/+0
2024-03-05mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)1-8/+8
2024-03-05memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)1-2/+12
2024-03-05mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)1-6/+10
2024-03-05mm: remove total_mapcount()David Hildenbrand1-8/+1
2024-03-05mm: thp: split huge page to any lower order pagesZi Yan1-8/+13
2024-03-05mm: page_owner: add support for splitting to any order in split page_ownerZi Yan1-5/+8
2024-03-05mm: memcg: make memcg huge page split support any order splitZi Yan1-2/+2
2024-03-05mm/page_owner: use order instead of nr in split_page_owner()Zi Yan1-5/+4
2024-03-05mm/memcg: use order instead of nr in split_page_memcg()Zi Yan1-2/+2
2024-03-05mm: enumerate all gfp flagsSuren Baghdasaryan1-28/+62
2024-03-05mm: update mark_victim tracepoints fieldsCarlos Galo1-4/+32
2024-02-24writeback: add a writeback iteratorChristoph Hellwig1-0/+4
2024-02-24pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)1-0/+18
2024-02-24writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)1-0/+6
2024-02-24writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)1-2/+0
2024-02-24mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+7
2024-02-24mm/damon/core: support multiple metrics for quota goalSeongJae Park1-3/+23
2024-02-24mm/damon/core: let goal specified with only target and current valuesSeongJae Park1-10/+9
2024-02-24mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-8/+4
2024-02-24mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-0/+17
2024-02-24mm/damon/core: split out quota goal related fields to a structSeongJae Park1-14/+22
2024-02-24mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park1-16/+14
2024-02-24mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-2/+4
2024-02-24crash: split crash dumping code out from kexec_core.cBaoquan He2-44/+62
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He4-74/+83
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He3-40/+49
2024-02-24mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0
2024-02-24mm,page_owner: maintain own list of stack_records structsOscar Salvador1-0/+11