summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-03-21mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)
2022-03-21mm/mlock: Add mlock_vma_folio()Matthew Wilcox (Oracle)
2022-03-21mm/rmap: Use a folio in page_mkclean_one()Matthew Wilcox (Oracle)
2022-03-21mm/page_idle: Convert page_idle_clear_pte_refs() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2022-03-21mm: Add split_folio_to_list()Matthew Wilcox (Oracle)
2022-03-21mm: Add folio_mapcount()Matthew Wilcox (Oracle)
2022-03-21mm: Turn head_compound_mapcount() into folio_entire_mapcount()Matthew Wilcox (Oracle)
2022-03-21mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()Matthew Wilcox (Oracle)
2022-03-21mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...Matthew Wilcox (Oracle)
2022-03-21mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)
2022-03-21mm/truncate: Convert __invalidate_mapping_pages() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/truncate: Replace page_mapped() call in invalidate_inode_page()Matthew Wilcox (Oracle)
2022-03-21mm/truncate: Convert invalidate_inode_page() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/truncate: Inline invalidate_complete_page() into its one callerMatthew Wilcox (Oracle)
2022-03-21mm/vmscan: Convert __remove_mapping() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Convert check_and_migrate_movable_pages() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Turn compound_range_next() into gup_folio_range_next()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Turn compound_next() into gup_folio_next()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Convert gup_huge_pgd() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Convert gup_huge_pud() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Convert gup_huge_pmd() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Convert gup_hugepte() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Convert gup_pte_range() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Add gup_put_folio()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Convert try_grab_page() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Add try_get_folio() and try_grab_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)
2022-03-21mm/gup: Remove hpage_pincount_sub()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Remove hpage_pincount_add()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Handle page split race more efficientlyMatthew Wilcox (Oracle)
2022-03-21mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)
2022-03-21mm/gup: Fix some contiguous memmap assumptionsMatthew Wilcox (Oracle)
2022-03-21mm/gup: Change the calling convention for compound_next()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Optimise compound_range_next()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Change the calling convention for compound_range_next()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Remove for_each_compound_head()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Remove for_each_compound_range()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Increment the page refcount before the pincountMatthew Wilcox (Oracle)
2022-03-03mm: build migrate_vma_* for all configs with ZONE_DEVICE supportChristoph Hellwig
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig