summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* mm/gup.c: document return valueMichael S. Tsirkin2018-04-141-0/+4
* sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz2018-03-181-0/+37
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-161-2/+2
* mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-301-1/+1
* mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-301-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sparc64: Support huge PUD case in get_user_pagesNitin Gupta2017-08-161-1/+44
* sparc64: Revert 16GB huge page support.David S. Miller2017-08-101-44/+1Star
* sparc64: Support huge PUD case in get_user_pagesNitin Gupta2017-08-101-1/+44
* sparc64: Fix gup_huge_pmdNitin Gupta2017-06-251-2/+2
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+2
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-1/+1
* mm: drop tail page refcountingKirill A. Shutemov2016-01-161-13/+1Star
* mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-121-4/+2Star
* sparc64: Implement __get_user_pages_fast().David S. Miller2014-10-241-0/+30
* sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller2014-05-041-1/+1
* sparc64: Encode huge PMDs using PTE encoding.David S. Miller2013-11-131-5/+4Star
* sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller2013-02-131-2/+57
* thp: share get_huge_page_tail()Andrea Arcangeli2011-11-031-11/+0Star
* sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli2011-11-031-0/+13
* sparc64: implement get_user_pages_fast()David S. Miller2011-07-261-0/+181