Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | mm, gup: add missing refcount overflow checks on x86 and s390 | Vlastimil Babka | 1 | -1/+8 |
2019-08-06 | x86, mm, gup: prevent get_page() race with munmap in paravirt guest | Vlastimil Babka | 1 | -2/+30 |
2017-03-15 | x86, mm: fix gup_pte_range() vs DAX mappings | Dan Williams | 1 | -2/+6 |
2016-10-19 | mm: replace get_user_pages_unlocked() write/force parameters with gup_flags | Lorenzo Stoakes | 1 | -1/+1 |
2016-03-21 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -17/+28 |
2016-03-18 | mm: introduce page reference manipulation functions | Joonsoo Kim | 1 | -1/+1 |
2016-02-19 | mm, x86: fix pte_page() crash in gup_pte_range() | Hugh Dickins | 1 | -1/+1 |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 1 | -0/+5 |
2016-02-18 | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 1 | -16/+22 |
2016-02-16 | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 1 | -1/+1 |
2016-01-16 | mm, x86: get_user_pages() for dax mappings | Dan Williams | 1 | -3/+54 |
2016-01-16 | x86, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 1 | -12/+1 |
2016-01-16 | mm: drop tail page refcounting | Kirill A. Shutemov | 1 | -4/+0 |
2015-09-22 | x86/mm: Fix gup_huge_p?d() to handle large PAT bit | Toshi Kani | 1 | -10/+8 |
2015-02-13 | mm: convert p[te|md]_numa users to p[te|md]_protnone_numa | Mel Gorman | 1 | -2/+2 |
2015-02-12 | mm: gup: use get_user_pages_unlocked within get_user_pages_fast | Andrea Arcangeli | 1 | -4/+3 |
2015-02-12 | mm/hugetlb: pmd_huge() returns true for non-present hugepage | Naoya Horiguchi | 1 | -1/+1 |
2014-12-18 | x86/gup: Replace ACCESS_ONCE with READ_ONCE | Christian Borntraeger | 1 | -1/+1 |
2014-01-24 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -4/+4 |
2013-12-19 | mm: numa: serialise parallel get_user_page against THP migration | Mel Gorman | 1 | -0/+13 |
2011-12-09 | thp: add compound tail page _mapcount when mapped | Youquan Song | 1 | -0/+2 |
2011-11-03 | thp: share get_huge_page_tail() | Andrea Arcangeli | 1 | -11/+0 |
2011-11-03 | mm: thp: tail page refcounting fix | Andrea Arcangeli | 1 | -2/+3 |
2011-01-14 | thp: mmu_notifier_test_young | Andrea Arcangeli | 1 | -0/+3 |
2011-01-14 | thp: bail out gup_fast on splitting pmd | Andrea Arcangeli | 1 | -1/+12 |
2011-01-14 | thp: alter compound get_page/put_page | Andrea Arcangeli | 1 | -0/+12 |
2010-02-03 | x86, doc: Fix minor spelling error in arch/x86/mm/gup.c | Andy Shevchenko | 1 | -1/+1 |
2009-06-20 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -1/+57 |
2009-06-20 | x86: don't use 'access_ok()' as a range check in get_user_pages_fast() | Linus Torvalds | 1 | -2/+7 |
2009-06-19 | perf_counter, x86: Improve interactions with fast-gup | Ingo Molnar | 1 | -1/+1 |
2009-06-15 | x86, mm: Add __get_user_pages_fast() | Peter Zijlstra | 1 | -0/+56 |
2009-04-10 | x86: Document get_user_pages_fast() | Andy Grover | 1 | -0/+16 |
2008-10-29 | x86: two trivial sparse annotations | Harvey Harrison | 1 | -1/+1 |
2008-10-13 | x86: make mm/gup.c more virtualization friendly | Jan Beulich | 1 | -5/+5 |
2008-07-29 | Fix 'get_user_pages_fast()' with non-page-aligned start address | Linus Torvalds | 1 | -3/+6 |
2008-07-26 | x86: support 1GB hugepages with get_user_pages_lockless() | Nick Piggin | 1 | -3/+40 |
2008-07-26 | x86: lockless get_user_pages_fast() | Nick Piggin | 1 | -0/+258 |