summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-12mm/huge_memory: skip invalid debugfs new_order input for folio splitZi Yan
2024-03-12mm/huge_memory: check new folio order when split a folioZi Yan
2024-03-12mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton
2024-03-12mm: fix list corruption in put_pages_listMatthew Wilcox (Oracle)
2024-03-12mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)
2024-03-06filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng
2024-03-06mm,page_owner: drop unnecessary checkOscar Salvador
2024-03-06mm,page_owner: check for null stack_record before bumping its refcountOscar Salvador
2024-03-06mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu
2024-03-06mm/treewide: drop pXd_large()Peter Xu
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-03-06mm/kasan: use pXd_leaf() in shadow_mapped()Peter Xu
2024-03-06mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Peter Xu
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Peter Xu
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu
2024-03-06mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu
2024-03-06mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou
2024-03-06mm: memory: fix shift-out-of-bounds in fault_around_bytes_setKefeng Wang
2024-03-06s390: supplement for ptdesc conversionQi Zheng
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: page_alloc: use div64_ul() instead of do_div()Thorsten Blum
2024-03-06mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)
2024-03-06mm: make folio_pte_batch available outside of mm/memory.cBarry Song
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-06hugetlb: parallelize 2M hugetlb allocation and initializationGang Li
2024-03-06hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATAGang 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-06hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li
2024-03-06hugetlb: split hugetlb_hstate_alloc_pagesGang Li
2024-03-06hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li
2024-03-04mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou
2024-03-04mm/memory.c: do_numa_page(): remove a redundant page table readJohn Hubbard
2024-03-04mm: add alloc_contig_migrate_range allocation statisticsRichard Chang
2024-03-04mm: use folio more widely in __split_huge_pageMatthew Wilcox (Oracle)
2024-03-04crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabledHuang Shijie
2024-03-04modules: wait do_free_init correctlyChangbin Du