summaryrefslogtreecommitdiffstats
path: root/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher2021-10-201-0/+63
* | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-0/+72
|/
* Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-17/+4
* mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-031-1/+1
* mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-4/+17
* mm/gup: small refactoring: simplify try_grab_page()John Hubbard2021-09-031-30/+5
* mm/gup: documentation corrections for gup/pupJohn Hubbard2021-09-031-7/+20
* mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()Miaohe Lin2021-09-031-2/+2
* mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()Miaohe Lin2021-09-031-5/+7
* mm: gup: remove useless BUG_ON in __get_user_pages()Miaohe Lin2021-09-031-1/+0
* mm: gup: remove unneed local variable orig_refsMiaohe Lin2021-09-031-3/+1
* mm: gup: remove set but unused local variable majorMiaohe Lin2021-09-031-2/+1
* mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand2021-08-131-2/+5
* mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2021-07-081-0/+12
* mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-301-0/+58
* mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-4/+15
* mm: gup: allow FOLL_PIN to scale in SMPAndrea Arcangeli2021-06-291-2/+2
* mm/gup: fix try_grab_compound_head() race with split_huge_page()Jann Horn2021-06-291-15/+43