aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/gup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+1
2016-01-15mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-12/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-4/+0
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-5/+3
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-1/+1
2014-12-18mips/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-1/+1
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle1-1/+1
2013-08-26MIPS: Fix get_user_page_fast() for mips with cache aliasKamal Dasu1-1/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2012-08-27MIPS: mm: Add compound tail page _mapcount when mappedJovi Zhang1-0/+2
2011-12-07MIPS: Add fast get_user_pagesHillf Danton1-0/+315