summaryrefslogtreecommitdiff
path: root/arch/x86/mm/gup.c
AgeCommit message (Expand)Author
2020-03-11mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2015-09-22x86/mm: Fix gup_huge_p?d() to handle large PAT bitToshi Kani
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli
2015-02-11mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi
2014-12-18x86/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationMel Gorman
2011-12-09thp: add compound tail page _mapcount when mappedYouquan Song
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli
2011-01-13thp: bail out gup_fast on splitting pmdAndrea Arcangeli
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli
2010-02-02x86, doc: Fix minor spelling error in arch/x86/mm/gup.cAndy Shevchenko
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-06-20x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds
2009-06-19perf_counter, x86: Improve interactions with fast-gupIngo Molnar
2009-06-15x86, mm: Add __get_user_pages_fast()Peter Zijlstra
2009-04-10x86: Document get_user_pages_fast()Andy Grover
2008-10-29x86: two trivial sparse annotationsHarvey Harrison
2008-10-13x86: make mm/gup.c more virtualization friendlyJan Beulich
2008-07-28Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds
2008-07-26x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin
2008-07-26x86: lockless get_user_pages_fast()Nick Piggin