summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+1
* mm/gup.c: document return valueMichael S. Tsirkin2018-04-131-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-201-2/+1
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
|/
* mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-12/+1
* mm: drop tail page refcountingKirill A. Shutemov2016-01-151-4/+0
* mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-111-5/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-201-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