summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts2024-03-061-1/+12
| * | | | mm/kasan: use pXd_leaf() in shadow_mapped()Peter Xu2024-03-061-9/+2
| * | | | 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
| * | | | 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: constify more page/folio testsMatthew Wilcox (Oracle)2024-03-061-2/+2
| * | | | mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)2024-03-061-1/+1
| * | | | mm: add __dump_folio()Matthew Wilcox (Oracle)2024-03-061-55/+73
| * | | | hugetlb: parallelize 1G hugetlb initializationGang Li2024-03-061-8/+43
| * | | | hugetlb: parallelize 2M hugetlb allocation and initializationGang Li2024-03-061-17/+56
| * | | | Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on2024-03-061-0/+1
| * | | | 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-043-7/+30
| * | | | mm: use folio more widely in __split_huge_pageMatthew Wilcox (Oracle)2024-03-041-10/+11
| * | | | mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)2024-03-043-8/+8
| * | | | 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 free_unref_page_list()Matthew Wilcox (Oracle)2024-03-042-19/+0
| * | | | memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)2024-03-041-19/+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-041-33/+29
| * | | | mm: use free_unref_folios() in put_pages_list()Matthew Wilcox (Oracle)2024-03-041-7/+10
| * | | | mm: remove use of folio list from folios_put()Matthew Wilcox (Oracle)2024-03-041-7/+12
| * | | | memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)2024-03-041-0/+13
| * | | | mm: use folios_put() in __folio_batch_release()Matthew Wilcox (Oracle)2024-03-041-2/+1
| * | | | mm: add free_unref_folios()Matthew Wilcox (Oracle)2024-03-042-25/+39
| * | | | mm: convert free_unref_page_list() to use foliosMatthew Wilcox (Oracle)2024-03-041-18/+20
| * | | | mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)2024-03-042-43/+60
| * | | | mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP checkLance Yang2024-03-041-3/+3
| * | | | mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()David Hildenbrand2024-03-041-29/+18
| * | | | mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan2024-03-041-12/+22
| * | | | mm: thp: split huge page to any lower order pagesZi Yan2024-03-041-24/+83
| * | | | mm: page_owner: add support for splitting to any order in split page_ownerZi Yan2024-03-043-7/+6
| * | | | mm: memcg: make memcg huge page split support any order splitZi Yan2024-03-043-8/+9
| * | | | mm/page_owner: use order instead of nr in split_page_owner()Zi Yan2024-03-043-4/+5
| * | | | mm/memcg: use order instead of nr in split_page_memcg()Zi Yan2024-03-043-5/+7
| * | | | mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)2024-03-044-11/+16
| * | | | mm/huge_memory: only split PMD mapping when necessary in unmap_folio()Zi Yan2024-03-041-2/+5
| * | | | mm: madvise: pageout: ignore references rather than clearing youngBarry Song2024-03-044-11/+13
| * | | | kasan: fix a2 allocation and remove explicit cast in atomic testsPaul Heidekrüger2024-03-041-3/+3
| * | | | mm: update mark_victim tracepoints fieldsCarlos Galo2024-03-041-1/+5