summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-15364-5968/+12282
|\
| * mm/zswap: remove the memcpy if acomp is not sleepableBarry Song2024-03-131-2/+4
| * crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song2024-03-131-0/+6
| * memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang2024-03-131-2/+2
| * mm: prohibit the last subpage from reusing the entire large folioBarry Song2024-03-131-0/+10
| * mm: recover pud_leaf() definitions in nopmd casePeter Xu2024-03-131-0/+1
| * selftests/mm: skip the hugetlb-madvise tests on unmet hugepage requirementsNico Pache2024-03-121-1/+2
| * selftests/mm: skip uffd hugetlb tests with insufficient hugepagesNico Pache2024-03-121-0/+6
| * selftests/mm: dont fail testsuite due to a lack of hugepagesNico Pache2024-03-121-1/+0
| * mm/huge_memory: skip invalid debugfs new_order input for folio splitZi Yan2024-03-121-0/+6
| * mm/huge_memory: check new folio order when split a folioZi Yan2024-03-121-0/+3
| * mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park2024-03-121-1/+20
| * mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton2024-03-122-4/+22
| * mm: fix list corruption in put_pages_listMatthew Wilcox (Oracle)2024-03-121-2/+2
| * mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)2024-03-122-0/+9
| * filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng2024-03-061-0/+46
| * mm,page_owner: drop unnecessary checkOscar Salvador2024-03-061-2/+1
| * mm,page_owner: check for null stack_record before bumping its refcountOscar Salvador2024-03-061-2/+7
| * mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts2024-03-061-1/+12
| * mm/treewide: align up pXd_leaf() retval across archsPeter Xu2024-03-066-14/+14
| * 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