summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm: remove mlock_vma_page()Matthew Wilcox (Oracle)3-13/+5
2023-02-03mm: remove page_evictable()Matthew Wilcox (Oracle)1-11/+0
2023-02-03mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)1-7/+5
2023-02-03mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)1-1/+1
2023-02-03mm: use a folio in copy_present_pte()Matthew Wilcox (Oracle)1-6/+9
2023-02-03mm: use a folio in copy_pte_range()Matthew Wilcox (Oracle)1-26/+25
2023-02-03mm: convert wp_page_copy() to use foliosMatthew Wilcox (Oracle)1-33/+32
2023-02-03mm: convert do_anonymous_page() to use a folioMatthew Wilcox (Oracle)1-11/+9
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-6/+10
2023-02-03filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)2-70/+0
2023-02-03page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-21/+23
2023-02-03filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-11/+13
2023-02-03filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+54
2023-02-03mm: fix khugepaged with shmem_enabled=adviseDavid Stevens2-10/+11
2023-02-03mm: discard __GFP_ATOMICNeilBrown2-11/+4
2023-02-03mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2-22/+29
2023-02-03mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2-12/+25
2023-02-03mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2-6/+24
2023-02-03mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman1-1/+1
2023-02-03mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman2-5/+7
2023-02-03mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin3-2/+14
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-17/+0
2023-02-03mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand1-1/+24
2023-02-03mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)1-7/+7
2023-02-03mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)1-5/+10
2023-02-03kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko1-0/+23
2023-02-03mm: mlock: update the interface to use foliosLorenzo Stoakes6-45/+49
2023-02-03mm: mlock: use folios and a folio batch internallyLorenzo Stoakes1-122/+124
2023-02-03mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang1-4/+2
2023-02-03shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)1-20/+10
2023-02-03mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar1-11/+9
2023-02-03mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar1-4/+3
2023-02-03mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar1-4/+3
2023-02-03mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar1-7/+9
2023-02-03mm/memory-failure: convert free_raw_hwp_pages() to foliosSidhartha Kumar1-10/+12
2023-02-03mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar2-6/+6
2023-02-03mm/memory-failure: convert try_memory_failure_hugetlb() to foliosSidhartha Kumar1-13/+13
2023-02-03mm/memory-failure: convert __get_huge_page_for_hwpoison() to foliosSidhartha Kumar1-10/+10
2023-02-03mm/mmap: fix comment of unmapped_area{_topdown}Vernon Yang1-5/+5
2023-02-03mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)2-3/+2
2023-02-03mm/huge_memory: convert get_deferred_split_queue() to take a folioMatthew Wilcox (Oracle)1-8/+10
2023-02-03mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)1-17/+17
2023-02-03mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)1-17/+15
2023-02-03hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)1-5/+7
2023-02-03mm: convert destroy_large_folio() to use folio_dtorMatthew Wilcox (Oracle)1-1/+1
2023-02-03mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)1-3/+5
2023-02-03hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)1-2/+2
2023-02-03mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)1-4/+7
2023-02-03page_alloc: use folio fields directlyMatthew Wilcox (Oracle)1-6/+6