aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/gup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin1-0/+4
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz1-0/+37
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds1-2/+2
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams1-1/+1
2017-11-29mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15sparc64: Support huge PUD case in get_user_pagesNitin Gupta1-1/+44
2017-08-10sparc64: Revert 16GB huge page support.David S. Miller1-44/+1
2017-08-09sparc64: Support huge PUD case in get_user_pagesNitin Gupta1-1/+44
2017-06-25sparc64: Fix gup_huge_pmdNitin Gupta1-2/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-1/+1
2016-01-15sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-1/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-13/+1
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-4/+2
2014-10-24sparc64: Implement __get_user_pages_fast().David S. Miller1-0/+30
2014-05-03sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller1-1/+1
2013-11-13sparc64: Encode huge PMDs using PTE encoding.David S. Miller1-5/+4
2013-02-13sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller1-2/+57
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli1-11/+0
2011-11-02sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli1-0/+13
2011-07-25sparc64: implement get_user_pages_fast()David S. Miller1-0/+181