summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* s390: remove 31 bit supportHeiko Carstens2015-03-251-4/+0Star
* mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-121-4/+2Star
* s390/gup: handle zero nr_pages case correctlyHeiko Carstens2013-10-241-1/+1
* s390/gup: reduce code duplication between [__]get_user_pages_fast functionsHeiko Carstens2013-10-241-58/+23Star
* s390/mm: cleanup page table definitionsMartin Schwidefsky2013-08-221-3/+3
* s390/gup: fix access_ok() usage in __get_user_pages_fast()Heiko Carstens2012-11-131-2/+1Star
* s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens2012-11-131-1/+1
* s390/mm: use pmd_large() instead of pmd_huge()Gerald Schaefer2012-10-261-1/+1
* thp, s390: thp splitting backend for s390Gerald Schaefer2012-10-091-1/+10
* s390/mm: implement __get_user_pages_fast()Gerald Schaefer2012-09-261-0/+37
* thp: share get_huge_page_tail()Andrea Arcangeli2011-11-031-11/+0Star
* s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-031-10/+11
* s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli2011-11-031-1/+23
* [S390] fix get_user_pages_fastMartin Schwidefsky2010-11-101-4/+3Star
* [S390] lockless get_user_pages_fast()Martin Schwidefsky2010-10-251-0/+225