summaryrefslogtreecommitdiff
path: root/arch/mips/mm/gup.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2016-03-18mm: 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-16mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-12/+1
2016-01-16mm: drop tail page refcountingKirill A. Shutemov1-4/+0
2015-02-12mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-5/+3
2014-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds1-1/+1
2014-12-18mips/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-1/+1
2014-11-25MIPS: 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-08MIPS: Add fast get_user_pagesHillf Danton1-0/+315