summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm/huge_memory: skip invalid debugfs new_order input for folio splitZi Yan1-0/+6
2024-03-12mm/huge_memory: check new folio order when split a folioZi Yan1-0/+3
2024-03-12mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park1-1/+20
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton2-4/+22
2024-03-12mm: fix list corruption in put_pages_listMatthew Wilcox (Oracle)1-2/+2
2024-03-12mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)2-0/+9
2024-03-07filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng1-0/+46
2024-03-07mm,page_owner: drop unnecessary checkOscar Salvador1-2/+1
2024-03-07mm,page_owner: check for null stack_record before bumping its refcountOscar Salvador1-2/+7
2024-03-07mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts1-1/+12
2024-03-07mm/treewide: align up pXd_leaf() retval across archsPeter Xu6-14/+14
2024-03-07mm/treewide: drop pXd_large()Peter Xu9-31/+18
2024-03-07mm/treewide: replace pud_large() with pud_leaf()Peter Xu20-29/+29
2024-03-07mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu25-49/+49
2024-03-07mm/kasan: use pXd_leaf() in shadow_mapped()Peter Xu1-9/+2
2024-03-07mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu2-2/+0
2024-03-07mm/x86: replace pgd_large() with pgd_leaf()Peter Xu2-3/+3
2024-03-07mm/x86: replace p4d_large() with p4d_leaf()Peter Xu6-8/+8
2024-03-07mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu7-52/+26
2024-03-07mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu2-15/+3
2024-03-07mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou1-39/+38
2024-03-07mm: memory: fix shift-out-of-bounds in fault_around_bytes_setKefeng Wang1-1/+2
2024-03-07s390: supplement for ptdesc conversionQi Zheng3-24/+26
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: page_alloc: use div64_ul() instead of do_div()Thorsten Blum1-1/+1
2024-03-07mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)1-7/+8
2024-03-07mm: make folio_pte_batch available outside of mm/memory.cBarry Song2-76/+93
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)2-28/+28
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)2-2/+2
2024-03-07mm: add __dump_folio()Matthew Wilcox (Oracle)3-55/+83
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 Li3-10/+45
2024-03-07hugetlb: parallelize 2M hugetlb allocation and initializationGang Li1-17/+56
2024-03-07hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATAGang Li1-0/+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 on3-2/+15
2024-03-07hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li1-10/+12
2024-03-07hugetlb: split hugetlb_hstate_alloc_pagesGang Li1-44/+43
2024-03-07hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li1-17/+29
2024-03-05mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou1-4/+1
2024-03-05mm/memory.c: do_numa_page(): remove a redundant page table readJohn Hubbard1-6/+6
2024-03-05mm: add alloc_contig_migrate_range allocation statisticsRichard Chang4-7/+68
2024-03-05mm: use folio more widely in __split_huge_pageMatthew Wilcox (Oracle)1-10/+11
2024-03-05crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabledHuang Shijie1-0/+3
2024-03-05modules: wait do_free_init correctlyChangbin Du3-4/+18