summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-03-21mm/gup: Add gup_put_folio()Matthew Wilcox (Oracle)1-26/+12
2022-03-21mm/gup: Convert try_grab_page() to use a folioMatthew Wilcox (Oracle)1-15/+13
2022-03-21mm/gup: Add try_get_folio() and try_grab_folio()Matthew Wilcox (Oracle)2-50/+54
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)5-27/+20
2022-03-21mm/gup: Remove hpage_pincount_sub()Matthew Wilcox (Oracle)1-10/+3
2022-03-21mm/gup: Remove hpage_pincount_add()Matthew Wilcox (Oracle)1-20/+11
2022-03-21mm/gup: Handle page split race more efficientlyMatthew Wilcox (Oracle)1-2/+5
2022-03-21mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/gup: Fix some contiguous memmap assumptionsMatthew Wilcox (Oracle)1-7/+7
2022-03-21mm/gup: Change the calling convention for compound_next()Matthew Wilcox (Oracle)1-6/+5
2022-03-21mm/gup: Optimise compound_range_next()Matthew Wilcox (Oracle)1-1/+1
2022-03-21mm/gup: Change the calling convention for compound_range_next()Matthew Wilcox (Oracle)1-6/+5
2022-03-21mm/gup: Remove for_each_compound_head()Matthew Wilcox (Oracle)1-11/+5
2022-03-21mm/gup: Remove for_each_compound_range()Matthew Wilcox (Oracle)1-10/+2
2022-03-21mm/gup: Increment the page refcount before the pincountMatthew Wilcox (Oracle)1-8/+6
2022-03-03mm: build migrate_vma_* for all configs with ZONE_DEVICE supportChristoph Hellwig1-1/+1
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig4-753/+770
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig1-15/+12
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig1-16/+15
2022-03-03mm: refactor check_and_migrate_movable_pagesChristoph Hellwig1-37/+44
2022-03-03mm: generalize the pgmap based page_free infrastructureChristoph Hellwig1-2/+2
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig6-68/+28
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2-1/+6
2022-03-03mm: simplify freeing of devmap managed pagesChristoph Hellwig2-20/+10
2022-03-03mm: move free_devmap_managed_page to memremap.cChristoph Hellwig2-23/+21
2022-03-03mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pagesChristoph Hellwig1-2/+1
2022-03-03mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins1-2/+9
2022-02-17mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins2-5/+8
2022-02-17mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins1-2/+8
2022-02-17mm/munlock: page migration needs mlock pagevec drainedHugh Dickins2-0/+6
2022-02-17mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins3-47/+208
2022-02-17mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()Hugh Dickins1-28/+9
2022-02-17mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins1-12/+19
2022-02-17mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2-23/+91
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins5-17/+67
2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins4-59/+24
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins10-116/+102
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins5-47/+12
2022-02-17mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2-68/+8
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins3-432/+25
2022-02-12kfence: make test case compatible with run time set sample intervalPeng Liu2-5/+6
2022-02-12mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin1-5/+5
2022-02-12mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman1-1/+3
2022-02-04mm/kmemleak: avoid scanning potential huge holesLang Yu1-6/+7
2022-02-04mm/page_table_check: check entries at pmd levelsPasha Tatashin2-0/+23
2022-02-04mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin1-16/+18
2022-02-04mm/page_table_check: use unsigned long for page counters and cleanupPasha Tatashin1-28/+7
2022-02-04mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin1-0/+2
2022-02-04Revert "mm/page_isolation: unset migratetype directly for non Buddy page"Chen Wandun1-1/+1
2022-02-03Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard1-5/+30