aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: Convert gup_huge_pmd() to use a folioMatthew Wilcox (Oracle)2022-03-211-5/+6
* mm/gup: Convert gup_hugepte() to use a folioMatthew Wilcox (Oracle)2022-03-211-7/+7
* mm/gup: Convert gup_pte_range() to use a folioMatthew Wilcox (Oracle)2022-03-211-10/+8
* mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)2022-03-213-8/+4
* mm/gup: Add gup_put_folio()Matthew Wilcox (Oracle)2022-03-211-26/+12
* mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)2022-03-212-14/+3
* mm/gup: Convert try_grab_page() to use a folioMatthew Wilcox (Oracle)2022-03-211-15/+13
* mm/gup: Add try_get_folio() and try_grab_folio()Matthew Wilcox (Oracle)2022-03-212-50/+54
* mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()Matthew Wilcox (Oracle)2022-03-211-66/+63
* mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)2022-03-211-0/+5
* mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2022-03-218-51/+42
* mm/gup: Remove hpage_pincount_sub()Matthew Wilcox (Oracle)2022-03-211-10/+3
* mm/gup: Remove hpage_pincount_add()Matthew Wilcox (Oracle)2022-03-211-20/+11
* mm/gup: Handle page split race more efficientlyMatthew Wilcox (Oracle)2022-03-211-2/+5
* mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)2022-03-212-2/+4
* mm/gup: Fix some contiguous memmap assumptionsMatthew Wilcox (Oracle)2022-03-211-7/+7
* mm/gup: Change the calling convention for compound_next()Matthew Wilcox (Oracle)2022-03-211-6/+5
* mm/gup: Optimise compound_range_next()Matthew Wilcox (Oracle)2022-03-211-1/+1
* mm/gup: Change the calling convention for compound_range_next()Matthew Wilcox (Oracle)2022-03-211-6/+5
* mm/gup: Remove for_each_compound_head()Matthew Wilcox (Oracle)2022-03-211-11/+5
* mm/gup: Remove for_each_compound_range()Matthew Wilcox (Oracle)2022-03-211-10/+2
* mm/gup: Increment the page refcount before the pincountMatthew Wilcox (Oracle)2022-03-211-8/+6
* mm: build migrate_vma_* for all configs with ZONE_DEVICE supportChristoph Hellwig2022-03-031-1/+1
* mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig2022-03-034-753/+770
* mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig2022-03-031-15/+12
* mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig2022-03-031-16/+15
* mm: refactor check_and_migrate_movable_pagesChristoph Hellwig2022-03-031-37/+44
* mm: generalize the pgmap based page_free infrastructureChristoph Hellwig2022-03-031-2/+2
* fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITEDChristoph Hellwig2022-03-031-0/+1
* mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-0313-83/+36
* mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-0318-22/+38
* mm: simplify freeing of devmap managed pagesChristoph Hellwig2022-03-033-44/+20
* mm: move free_devmap_managed_page to memremap.cChristoph Hellwig2022-03-033-24/+21
* mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-034-7/+6
* mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig2022-03-031-4/+0
* mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pagesChristoph Hellwig2022-03-031-2/+1
* mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins2022-03-031-2/+9
* mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins2022-02-172-5/+8
* mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins2022-02-171-2/+8
* mm/munlock: page migration needs mlock pagevec drainedHugh Dickins2022-02-172-0/+6
* mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins2022-02-173-47/+208
* mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()Hugh Dickins2022-02-171-28/+9
* mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins2022-02-171-12/+19
* mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2022-02-172-23/+91
* mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-177-22/+92
* mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins2022-02-174-59/+24
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-1712-129/+113
* mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins2022-02-175-47/+12
* mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2022-02-173-70/+8
* mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-174-438/+25