- 4f5260e mm/gup: fix gup_fast with dynamic page table folding by Vasily Gorbik · 4 years, 2 months ago
- 1027dc0 gup: document and work around "COW can break either way" issue by Linus Torvalds · 4 years, 6 months ago
- 8cb5db6 mm/gup: allow FOLL_FORCE for get_user_pages_fast() by John Hubbard · 4 years, 10 months ago
- 0cd22af mm/gup: fix a misnamed "write" argument, and a related bug by John Hubbard · 5 years ago
- f965259 mm: untag user pointers in mm/gup.c by Andrey Konovalov · 5 years ago
- bfe7b00 mm, thp: introduce FOLL_SPLIT_PMD by Song Liu · 5 years ago
- 2d15eb3 mm/gup: add make_dirty arg to put_user_pages_dirty_lock() by akpm@linux-foundation.org · 5 years ago
- d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
- 1759673 mm: introduce ARCH_HAS_PTE_DEVMAP by Robin Murphy · 5 years ago
- fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 790c736 mm/gup.c: mark undo_dev_pagemap as __maybe_unused by Guenter Roeck · 5 years ago
- b5d1c39 mm/gup.c: remove some BUG_ONs from get_gate_page() by Andy Lutomirski · 5 years ago
- aa71239 mm/gup: speed up check_and_migrate_cma_pages() on huge page by Pingfan Liu · 5 years ago
- 520b4a4 mm: mark the page referenced in gup_hugepte by Christoph Hellwig · 5 years ago
- 01a3691 mm: switch gup_hugepte to use try_get_compound_head by Christoph Hellwig · 5 years ago
- cbd34da mm: move the powerpc hugepd code to mm/gup.c by Christoph Hellwig · 5 years ago
- 817be12 mm: validate get_user_pages_fast flags by Christoph Hellwig · 5 years ago
- 050a9ad mm: consolidate the get_user_pages* implementations by Christoph Hellwig · 5 years ago
- d3649f6 mm: reorder code blocks in gup.c by Christoph Hellwig · 5 years ago
- 67a929e mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP by Christoph Hellwig · 5 years ago
- 39656e8 mm: lift the x86_32 PAE version of gup_get_pte to common code by Christoph Hellwig · 5 years ago
- 26f4c32 mm: simplify gup_fast_permitted by Christoph Hellwig · 5 years ago
- f455c854 mm: use untagged_addr() for get_user_pages_fast addresses by Christoph Hellwig · 5 years ago
- a7030ae mm/gup.c: make follow_page_mask() static by Bharath Vedartham · 5 years ago
- 25b2995 mm: remove MEMORY_DEVICE_PUBLIC support by Christoph Hellwig · 5 years ago
- df17277 mm/gup: continue VM_FAULT_RETRY processing even for pre-faults by Mike Rapoport · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- fc1d8e7 mm: introduce put_user_page*(), placeholder versions by John Hubbard · 6 years ago
- 7af7556 mm/gup: add FOLL_LONGTERM capability to GUP fast by Ira Weiny · 6 years ago
- 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
- b798bec mm/gup: change write parameter to flags in fast walk by Ira Weiny · 6 years ago
- 932f4a6 mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM by Ira Weiny · 6 years ago
- 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
- 8fde12c mm: prevent get_user_pages() from overflowing page refcount by Linus Torvalds · 6 years ago
- f86727f Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 9a4e9f3 mm: update get_user_pages_longterm to migrate pages allocated from CMA region by Aneesh Kumar K.V · 6 years ago
- 414fd08 mm/gup: fix gup_pmd_range() for dax by Yu Zhao · 6 years ago
- ad8cfb9 mm/gup: Remove the 'write' parameter from gup_fast_permitted() by Ira Weiny · 6 years ago
- a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- fa45f11 mm/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 08be37b mm/gup: finish consolidating error handling by John Hubbard · 6 years ago
- 7817955 mm/gup.c: fix follow_page_mask() kerneldoc comment by Mike Rapoport · 6 years ago
- 2ebe822 mm/gup.c: fix __get_user_pages_fast() comment by Fengguang Wu · 6 years ago
- df06b37 mm/gup: cache dev_pagemap while pinning pages by Keith Busch · 6 years ago
- d4faa40 mm: remove unnecessary local variable addr in __get_user_pages_fast() by Wei Yang · 6 years ago
- 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
- bb177a7 mm: do not bug_on on incorrect length in __mm_populate() by Michal Hocko · 6 years ago
- 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 6 years ago
- 6882728 mm, gup: prevent pmd checking race in follow_pmd_mask() by Huang Ying · 6 years ago
- 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 6 years ago
- a9b6de7 mm: fix __gup_device_huge vs unmap by Dan Williams · 7 years ago
- 7f7ccc2 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 7 years ago
- d081107 mm/gup.c: document return value by Michael S. Tsirkin · 7 years ago
- c61611f get_user_pages_fast(): return -EFAULT on access_ok failure by Michael S. Tsirkin · 7 years ago
- 2923117 mm/gup.c: fix coding style issues. by Mario Leinweber · 7 years ago
- 96312e6 mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT by Andrea Arcangeli · 7 years ago
- 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 5a87e37 Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 832d7aa mm: optimize dev_pagemap reference counting around get_dev_pagemap by Christoph Hellwig · 7 years ago
- f6f3732 Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" by Linus Torvalds · 7 years ago
- e716712 __get_user_pages_locked(): get rid of notify_drop argument by Al Viro · 7 years ago
- 14cb138 get_user_pages_unlocked(): pass true to __get_user_pages_locked() notify_drop by Al Viro · 7 years ago
- c803c9c fold __get_user_pages_unlocked() into its sole remaining caller by Al Viro · 7 years ago
- 2bb6d28 mm: introduce get_user_pages_longterm by Dan Williams · 7 years ago
- 5c9d2d5 mm: replace pte_write with pte_access_permitted in fault + gup paths by Dan Williams · 7 years ago
- 9675352 Merge branch 'x86/urgent' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
- 5b65c467 mm, x86/mm: Fix performance regression in get_user_pages_fast() by Kirill A. Shutemov · 7 years ago
- df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
- 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
- 09180ca mm/gup: make __gup_device_* require THP by Oliver O'Halloran · 7 years ago
- d63206e mm, gup: ensure real head page is ref-counted when using hugepages by Punit Agrawal · 7 years ago
- a3e3285 mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepages by Will Deacon · 7 years ago
- 4dc7145 mm/follow_page_mask: add support for hugepage directory entry by Aneesh Kumar K.V · 7 years ago
- faaa5b6 mm/follow_page_mask: add support for hugetlb pgd entries by Anshuman Khandual · 7 years ago
- 080dbb6 mm/follow_page_mask: split follow_page_mask to smaller functions. by Aneesh Kumar K.V · 7 years ago
- a4eb8b9 Merge branch 'linus' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
- 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
- e585513 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 7 years ago
- 9a291a7 mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified by James Morse · 7 years ago
- aa2369f mm/gup.c: fix access_ok() argument type by Arnd Bergmann · 8 years ago
- 6dd29b3 Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation" by Ingo Molnar · 8 years ago
- 2947ba0 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 8 years ago
- 73e10a6 mm/gup: Provide callback to check if __GUP_fast() is allowed for the range by Kirill A. Shutemov · 8 years ago
- b59f65f mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast() function by Kirill A. Shutemov · 8 years ago
- e934805 mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast() by Kirill A. Shutemov · 8 years ago
- 0005d20 mm/gup: Move page table entry dereference into helper function by Kirill A. Shutemov · 8 years ago
- e7884f8 mm/gup: Move permission checks into helpers by Kirill A. Shutemov · 8 years ago
- 9a804fe mm/gup: Drop the arch_pte_access_permitted() MMU callback by Kirill A. Shutemov · 8 years ago
- ce70df0 mm, gup: fix typo in gup_p4d_range() by Kirill A. Shutemov · 8 years ago
- c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- db08f20 mm/gup: check for protnone only if it is a PTE entry by Aneesh Kumar K.V · 8 years ago
- a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
- 87ffc11 userfaultfd: hugetlbfs: gup: support VM_FAULT_RETRY by Andrea Arcangeli · 8 years ago
- 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
- 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
- 80a7951 mm: fix up get_user_pages* comments by Lorenzo Stoakes · 8 years ago
- 771ab43 mm/gup.c: make unnecessarily global vma_permits_fault() static by Tobias Klauser · 8 years ago