summaryrefslogtreecommitdiff
path: root/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: migrate device coherent pages when pinning instead of failingAlistair Popple2022-06-271-5/+42
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-06-271-1/+5
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-06-271-1/+1
* mm/gup: use maple tree navigation instead of linked listLiam R. Howlett2022-06-271-3/+4
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-1/+33
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-8/+119
|\
| * mm/gup: fix comments to pin_user_pages_*()Yury Norov2022-05-091-4/+17
| * mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...David Hildenbrand2022-05-091-1/+60
| * mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand2022-05-091-3/+39
| * mm/gup: disallow follow_page(FOLL_PIN)David Hildenbrand2022-05-091-0/+3
* | mm: Add fault_in_subpage_writeable() to probe at sub-page granularityCatalin Marinas2022-04-251-0/+29
|/
* mm/munlock: add lru_add_drain() to fix memcg_stat_testHugh Dickins2022-04-011-2/+8
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-281/+205
|\
| * mm/gup: Convert check_and_migrate_movable_pages() to use a folioMatthew Wilcox (Oracle)2022-03-211-13/+14
| * mm/gup: Turn compound_range_next() into gup_folio_range_next()Matthew Wilcox (Oracle)2022-03-211-21/+17
| * mm/gup: Turn compound_next() into gup_folio_next()Matthew Wilcox (Oracle)2022-03-211-19/+21
| * mm/gup: Convert gup_huge_pgd() to use a folioMatthew Wilcox (Oracle)2022-03-211-11/+6
| * mm/gup: Convert gup_huge_pud() to use a folioMatthew Wilcox (Oracle)2022-03-211-5/+6
| * 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-211-1/+1
| * mm/gup: Add gup_put_folio()Matthew Wilcox (Oracle)2022-03-211-26/+12
| * 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-211-50/+49
| * mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2022-03-211-11/+9
| * 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-211-2/+2
| * 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: refactor check_and_migrate_movable_pagesChristoph Hellwig2022-03-031-37/+44
| * mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2022-02-171-35/+8
* | mm/gup: remove unused get_user_pages_locked()John Hubbard2022-03-221-59/+0
* | mm/gup: remove unused pin_user_pages_locked()John Hubbard2022-03-221-29/+0
* | mm/gup: follow_pfn_pte(): -EEXIST cleanupJohn Hubbard2022-03-221-5/+8
* | mm: fix invalid page pointer returned with FOLL_PIN gupsPeter Xu2022-03-221-1/+1
* | mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds2022-03-101-38/+19
|/
* Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard2022-02-031-5/+30
* mm/gup.c: stricter check on THP migration entry during follow_pmd_maskLi Xinhai2022-01-151-4/+9
* gup: avoid multiple user access locking/unlocking in fault_in_{read/write}ableChristophe Leroy2022-01-151-8/+10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-4/+1
|\
| * mm/gup: further simplify __gup_device_huge()John Hubbard2021-11-061-4/+1
* | gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher2021-10-241-1/+3