aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-04mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou1-4/+1
2024-03-04mm/memory.c: do_numa_page(): remove a redundant page table readJohn Hubbard1-6/+6
2024-03-04mm: add alloc_contig_migrate_range allocation statisticsRichard Chang3-7/+30
2024-03-04mm: use folio more widely in __split_huge_pageMatthew Wilcox (Oracle)1-10/+11
2024-03-04mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)3-8/+8
2024-03-04mm: use a folio in __collapse_huge_page_copy_succeeded()Matthew Wilcox (Oracle)1-16/+14
2024-03-04mm: convert free_pages_and_swap_cache() to use folios_put()Matthew Wilcox (Oracle)1-8/+13
2024-03-04mm: remove free_unref_page_list()Matthew Wilcox (Oracle)2-19/+0
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)1-19/+0
2024-03-04mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)1-20/+12
2024-03-04mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)1-11/+9
2024-03-04mm: allow non-hugetlb large folios to be batch processedMatthew Wilcox (Oracle)1-2/+3
2024-03-04mm: handle large folios in free_unref_folios()Matthew Wilcox (Oracle)1-8/+17
2024-03-04mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)1-33/+29
2024-03-04mm: use free_unref_folios() in put_pages_list()Matthew Wilcox (Oracle)1-7/+10
2024-03-04mm: remove use of folio list from folios_put()Matthew Wilcox (Oracle)1-7/+12
2024-03-04memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)1-0/+13
2024-03-04mm: use folios_put() in __folio_batch_release()Matthew Wilcox (Oracle)1-2/+1
2024-03-04mm: add free_unref_folios()Matthew Wilcox (Oracle)2-25/+39
2024-03-04mm: convert free_unref_page_list() to use foliosMatthew Wilcox (Oracle)1-18/+20
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)2-43/+60
2024-03-04mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP checkLance Yang1-3/+3
2024-03-04mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()David Hildenbrand1-29/+18
2024-03-04mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan1-12/+22
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan1-24/+83
2024-03-04mm: page_owner: add support for splitting to any order in split page_ownerZi Yan3-7/+6
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan3-8/+9
2024-03-04mm/page_owner: use order instead of nr in split_page_owner()Zi Yan3-4/+5
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan3-5/+7
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)4-11/+16
2024-03-04mm/huge_memory: only split PMD mapping when necessary in unmap_folio()Zi Yan1-2/+5
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song4-11/+13
2024-03-04kasan: fix a2 allocation and remove explicit cast in atomic testsPaul Heidekrüger1-3/+3
2024-03-04mm: update mark_victim tracepoints fieldsCarlos Galo1-1/+5
2024-03-04hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)1-6/+0
2024-03-04hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)1-9/+9
2024-03-04hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)1-29/+9
2024-03-04hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)1-13/+19
2024-03-04mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)2-1/+2
2024-03-04mm/page_alloc: make check_new_page() return boolHao Ge1-3/+3
2024-03-04mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell1-2/+4
2024-03-04mm/zswap: change zswap_pool kref to percpu_refChengming Zhou1-15/+33
2024-03-04mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou1-105/+66
2024-03-04mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka1-1/+9
2024-03-04mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE failsQi Zheng1-3/+3
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocationsVlastimil Babka3-11/+11
2024-03-04mm, slab: remove memcg_from_slab_obj()Vlastimil Babka1-5/+0
2024-03-01mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou1-11/+2