summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/treewide: drop pXd_large()Peter Xu2024-03-069-31/+18
* mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-0620-29/+29
* mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-0625-49/+49
* mm/kasan: use pXd_leaf() in shadow_mapped()Peter Xu2024-03-061-9/+2
* mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu2024-03-062-2/+0
* mm/x86: replace pgd_large() with pgd_leaf()Peter Xu2024-03-062-3/+3
* mm/x86: replace p4d_large() with p4d_leaf()Peter Xu2024-03-066-8/+8
* mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu2024-03-067-52/+26
* mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu2024-03-062-15/+3
* mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou2024-03-061-39/+38
* mm: memory: fix shift-out-of-bounds in fault_around_bytes_setKefeng Wang2024-03-061-1/+2
* s390: supplement for ptdesc conversionQi Zheng2024-03-063-24/+26
* mm: pgtable: add missing pt_index to struct ptdescQi Zheng2024-03-061-0/+3
* mm: pgtable: correct the wrong comment about ptdesc->__page_flagsQi Zheng2024-03-061-1/+1
* mm: page_alloc: use div64_ul() instead of do_div()Thorsten Blum2024-03-061-1/+1
* mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)2024-03-061-7/+8
* mm: make folio_pte_batch available outside of mm/memory.cBarry Song2024-03-062-76/+93
* mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)2024-03-061-4/+2
* mm: constify more page/folio testsMatthew Wilcox (Oracle)2024-03-062-28/+28
* mm: constify testing page/folio flagsMatthew Wilcox (Oracle)2024-03-061-7/+17
* mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)2024-03-062-2/+2
* mm: add __dump_folio()Matthew Wilcox (Oracle)2024-03-063-55/+83
* mm: remove PageYoung and PageIdle definitionsMatthew Wilcox (Oracle)2024-03-061-4/+4
* mm: remove PageWaiters, PageSetWaiters and PageClearWaitersMatthew Wilcox (Oracle)2024-03-061-9/+1
* mm: separate out FOLIO_FLAGS from PAGEFLAGSMatthew Wilcox (Oracle)2024-03-061-20/+43
* hugetlb: parallelize 1G hugetlb initializationGang Li2024-03-063-10/+45
* hugetlb: parallelize 2M hugetlb allocation and initializationGang Li2024-03-061-17/+56
* hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATAGang Li2024-03-061-0/+1
* padata: downgrade padata_do_multithreaded to serial execution for non-SMPGang Li2024-03-061-4/+8
* Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on2024-03-063-2/+15
* hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li2024-03-061-10/+12
* hugetlb: split hugetlb_hstate_alloc_pagesGang Li2024-03-061-44/+43
* hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li2024-03-061-17/+29
* mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou2024-03-041-4/+1
* mm/memory.c: do_numa_page(): remove a redundant page table readJohn Hubbard2024-03-041-6/+6
* mm: add alloc_contig_migrate_range allocation statisticsRichard Chang2024-03-044-7/+68
* mm: use folio more widely in __split_huge_pageMatthew Wilcox (Oracle)2024-03-041-10/+11
* crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabledHuang Shijie2024-03-041-0/+3
* modules: wait do_free_init correctlyChangbin Du2024-03-043-4/+18
* mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)2024-03-044-12/+12
* mm: use a folio in __collapse_huge_page_copy_succeeded()Matthew Wilcox (Oracle)2024-03-041-16/+14
* mm: convert free_pages_and_swap_cache() to use folios_put()Matthew Wilcox (Oracle)2024-03-041-8/+13
* mm: remove lru_to_page()Matthew Wilcox (Oracle)2024-03-041-1/+0
* mm: remove free_unref_page_list()Matthew Wilcox (Oracle)2024-03-042-19/+0
* memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)2024-03-042-31/+0
* mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)2024-03-041-20/+12
* mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)2024-03-041-11/+9
* mm: allow non-hugetlb large folios to be batch processedMatthew Wilcox (Oracle)2024-03-041-2/+3
* mm: handle large folios in free_unref_folios()Matthew Wilcox (Oracle)2024-03-041-8/+17
* mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)2024-03-042-41/+37