summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-121-303/+0Star
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-5/+6
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+1Star
* mm/gup.c: document return valueMichael S. Tsirkin2018-04-141-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+1
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-2/+1Star
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1Star
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
|/
* mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-12/+1Star
* mm: drop tail page refcountingKirill A. Shutemov2016-01-161-4/+0Star
* mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-121-5/+3Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-211-1/+1
|\
| * mips/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-1/+1
* | MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle2014-11-241-1/+1
|/
* MIPS: Fix get_user_page_fast() for mips with cache aliasKamal Dasu2013-08-261-1/+2
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-1/+1
* MIPS: mm: Add compound tail page _mapcount when mappedJovi Zhang2012-08-271-0/+2
* MIPS: Add fast get_user_pagesHillf Danton2011-12-071-0/+315