summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/gup.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-09x86, mm: unify exit paths in gup_pte_range()Dan Williams1-19/+20
2017-03-09x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams1-2/+6
2017-02-24mm: fix get_user_pages() vs device-dax pud mappingsDan Williams1-4/+24
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+28
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-02-18mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins1-1/+1
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen1-0/+5
2016-02-18x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen1-16/+22
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-1/+1
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams1-3/+54
2016-01-15x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-12/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-4/+0
2015-09-22x86/mm: Fix gup_huge_p?d() to handle large PAT bitToshi Kani1-10/+8
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-2/+2
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-4/+3
2015-02-11mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi1-1/+1
2014-12-18x86/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-1/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-4/+4
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationMel Gorman1-0/+13
2011-12-09thp: add compound tail page _mapcount when mappedYouquan Song1-0/+2
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli1-11/+0
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-2/+3
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+3
2011-01-13thp: bail out gup_fast on splitting pmdAndrea Arcangeli1-1/+12
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli1-0/+12
2010-02-02x86, doc: Fix minor spelling error in arch/x86/mm/gup.cAndy Shevchenko1-1/+1
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+57
2009-06-20x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds1-2/+7
2009-06-19perf_counter, x86: Improve interactions with fast-gupIngo Molnar1-1/+1
2009-06-15x86, mm: Add __get_user_pages_fast()Peter Zijlstra1-0/+56
2009-04-10x86: Document get_user_pages_fast()Andy Grover1-0/+16
2008-10-29x86: two trivial sparse annotationsHarvey Harrison1-1/+1
2008-10-13x86: make mm/gup.c more virtualization friendlyJan Beulich1-5/+5
2008-07-28Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds1-3/+6
2008-07-26x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin1-3/+40
2008-07-26x86: lockless get_user_pages_fast()Nick Piggin1-0/+258