aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/gup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+1
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-1/+1
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-4/+2
2015-01-19next: sh: Fix compile errorGuenter Roeck1-1/+1
2014-09-10sh: get_user_pages_fast() must flush cacheStas Sergeev1-0/+2
2010-10-27sh: lockless get_user_pages_fast()Paul Mundt1-0/+273