summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix get_user_pages() vs device-dax pud mappingsDan Williams2017-02-241-4/+24
* 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-17/+28
|\
| * mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-181-0/+5
| * x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen2016-02-181-16/+22
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* | mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins2016-02-181-1/+1
|/
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-3/+54
* x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-12/+1
* mm: drop tail page refcountingKirill A. Shutemov2016-01-151-4/+0
* x86/mm: Fix gup_huge_p?d() to handle large PAT bitToshi Kani2015-09-221-10/+8
* mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-121-2/+2
* mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-111-4/+3
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-02-111-1/+1
* x86/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-1/+1
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-4/+4
* mm: numa: serialise parallel get_user_page against THP migrationMel Gorman2013-12-181-0/+13
* thp: add compound tail page _mapcount when mappedYouquan Song2011-12-091-0/+2
* thp: share get_huge_page_tail()Andrea Arcangeli2011-11-021-11/+0
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-021-2/+3
* thp: mmu_notifier_test_youngAndrea Arcangeli2011-01-131-0/+3
* thp: bail out gup_fast on splitting pmdAndrea Arcangeli2011-01-131-1/+12
* thp: alter compound get_page/put_pageAndrea Arcangeli2011-01-131-0/+12
* x86, doc: Fix minor spelling error in arch/x86/mm/gup.cAndy Shevchenko2010-02-021-1/+1
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-201-1/+57
|\
| * perf_counter, x86: Improve interactions with fast-gupIngo Molnar2009-06-191-1/+1
| * x86, mm: Add __get_user_pages_fast()Peter Zijlstra2009-06-151-0/+56
* | x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds2009-06-201-2/+7
|/
* x86: Document get_user_pages_fast()Andy Grover2009-04-101-0/+16
* x86: two trivial sparse annotationsHarvey Harrison2008-10-291-1/+1
* x86: make mm/gup.c more virtualization friendlyJan Beulich2008-10-131-5/+5
* Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds2008-07-281-3/+6
* x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin2008-07-261-3/+40
* x86: lockless get_user_pages_fast()Nick Piggin2008-07-261-0/+258