summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-8/+15
2024-03-08Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds5-15/+23
2024-03-07mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov1-2/+57
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/kasan: use pXd_leaf() in shadow_mapped()Peter Xu1-9/+2
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-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: constify more page/folio testsMatthew Wilcox (Oracle)1-2/+2
2024-03-07mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)1-1/+1
2024-03-07mm: add __dump_folio()Matthew Wilcox (Oracle)1-55/+73
2024-03-07hugetlb: parallelize 1G hugetlb initializationGang Li1-8/+43
2024-03-07hugetlb: parallelize 2M hugetlb allocation and initializationGang Li1-17/+56
2024-03-07Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on1-0/+1
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-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov1-0/+13
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-0/+10
2024-03-05page_frag: unify gfp bits for order 3 page allocationYunsheng Lin1-2/+2
2024-03-05mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin1-4/+4
2024-03-05slab: remove PARTIAL_NODE slab_stateChengming Zhou1-1/+0
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 Chang3-7/+30
2024-03-05mm: use folio more widely in __split_huge_pageMatthew Wilcox (Oracle)1-10/+11
2024-03-05mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)3-8/+8
2024-03-05mm: use a folio in __collapse_huge_page_copy_succeeded()Matthew Wilcox (Oracle)1-16/+14
2024-03-05mm: convert free_pages_and_swap_cache() to use folios_put()Matthew Wilcox (Oracle)1-8/+13
2024-03-05mm: remove free_unref_page_list()Matthew Wilcox (Oracle)2-19/+0
2024-03-05memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)1-19/+0
2024-03-05mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)1-20/+12
2024-03-05mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)1-11/+9
2024-03-05mm: allow non-hugetlb large folios to be batch processedMatthew Wilcox (Oracle)1-2/+3
2024-03-05mm: handle large folios in free_unref_folios()Matthew Wilcox (Oracle)1-8/+17
2024-03-05mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)1-33/+29
2024-03-05mm: use free_unref_folios() in put_pages_list()Matthew Wilcox (Oracle)1-7/+10
2024-03-05mm: remove use of folio list from folios_put()Matthew Wilcox (Oracle)1-7/+12
2024-03-05memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)1-0/+13
2024-03-05mm: use folios_put() in __folio_batch_release()Matthew Wilcox (Oracle)1-2/+1
2024-03-05mm: add free_unref_folios()Matthew Wilcox (Oracle)2-25/+39
2024-03-05mm: convert free_unref_page_list() to use foliosMatthew Wilcox (Oracle)1-18/+20
2024-03-05mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)2-43/+60
2024-03-05mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP checkLance Yang1-3/+3
2024-03-05mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()David Hildenbrand1-29/+18