summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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/kasan: use pXd_leaf() in shadow_mapped()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-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: constify more page/folio testsMatthew 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-06hugetlb: parallelize 1G hugetlb initializationGang Li
2024-03-06hugetlb: parallelize 2M hugetlb allocation and initializationGang 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-04mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)
2024-03-04mm: use a folio in __collapse_huge_page_copy_succeeded()Matthew Wilcox (Oracle)
2024-03-04mm: convert free_pages_and_swap_cache() to use folios_put()Matthew Wilcox (Oracle)
2024-03-04mm: remove free_unref_page_list()Matthew Wilcox (Oracle)
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)
2024-03-04mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)
2024-03-04mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)
2024-03-04mm: allow non-hugetlb large folios to be batch processedMatthew Wilcox (Oracle)
2024-03-04mm: handle large folios in free_unref_folios()Matthew Wilcox (Oracle)
2024-03-04mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)
2024-03-04mm: use free_unref_folios() in put_pages_list()Matthew Wilcox (Oracle)
2024-03-04mm: remove use of folio list from folios_put()Matthew Wilcox (Oracle)
2024-03-04memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)
2024-03-04mm: use folios_put() in __folio_batch_release()Matthew Wilcox (Oracle)
2024-03-04mm: add free_unref_folios()Matthew Wilcox (Oracle)
2024-03-04mm: convert free_unref_page_list() to use foliosMatthew Wilcox (Oracle)
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)
2024-03-04mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP checkLance Yang
2024-03-04mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()David Hildenbrand
2024-03-04mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan
2024-03-04mm: page_owner: add support for splitting to any order in split page_ownerZi Yan
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan
2024-03-04mm/page_owner: use order instead of nr in split_page_owner()Zi Yan