1. d59b4a6 UPSTREAM: mm: untag user pointers in mm/gup.c by Andrey Konovalov · 4 years, 10 months ago
  2. 041b127 mm/gup.c: remove some BUG_ONs from get_gate_page() by Andy Lutomirski · 5 years ago
  3. fa099d6 mm/gup.c: mark undo_dev_pagemap as __maybe_unused by Guenter Roeck · 5 years ago
  4. d972ebb mm: prevent get_user_pages() from overflowing page refcount by Linus Torvalds · 5 years ago
  5. 8b1a776 mm/gup: fix gup_pmd_range() for dax by Yu Zhao · 5 years ago
  6. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  7. bb177a7 mm: do not bug_on on incorrect length in __mm_populate() by Michal Hocko · 6 years ago
  8. 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
  9. b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 6 years ago
  10. 6882728 mm, gup: prevent pmd checking race in follow_pmd_mask() by Huang Ying · 6 years ago
  11. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 6 years ago
  12. a9b6de7 mm: fix __gup_device_huge vs unmap by Dan Williams · 6 years ago
  13. 7f7ccc2 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 6 years ago
  14. d081107 mm/gup.c: document return value by Michael S. Tsirkin · 6 years ago
  15. c61611f get_user_pages_fast(): return -EFAULT on access_ok failure by Michael S. Tsirkin · 6 years ago
  16. 2923117 mm/gup.c: fix coding style issues. by Mario Leinweber · 6 years ago
  17. 96312e6 mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT by Andrea Arcangeli · 6 years ago
  18. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  19. 5a87e37 Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  20. 832d7aa mm: optimize dev_pagemap reference counting around get_dev_pagemap by Christoph Hellwig · 7 years ago
  21. f6f3732 Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" by Linus Torvalds · 7 years ago
  22. e716712 __get_user_pages_locked(): get rid of notify_drop argument by Al Viro · 7 years ago
  23. 14cb138 get_user_pages_unlocked(): pass true to __get_user_pages_locked() notify_drop by Al Viro · 7 years ago
  24. c803c9c fold __get_user_pages_unlocked() into its sole remaining caller by Al Viro · 7 years ago
  25. 2bb6d28 mm: introduce get_user_pages_longterm by Dan Williams · 7 years ago
  26. 5c9d2d5 mm: replace pte_write with pte_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  27. 9675352 Merge branch 'x86/urgent' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
  28. 5b65c46 mm, x86/mm: Fix performance regression in get_user_pages_fast() by Kirill A. Shutemov · 7 years ago
  29. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
  30. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  31. 09180ca mm/gup: make __gup_device_* require THP by Oliver O'Halloran · 7 years ago
  32. d63206e mm, gup: ensure real head page is ref-counted when using hugepages by Punit Agrawal · 7 years ago
  33. a3e3285 mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepages by Will Deacon · 7 years ago
  34. 4dc7145 mm/follow_page_mask: add support for hugepage directory entry by Aneesh Kumar K.V · 7 years ago
  35. faaa5b6 mm/follow_page_mask: add support for hugetlb pgd entries by Anshuman Khandual · 7 years ago
  36. 080dbb6 mm/follow_page_mask: split follow_page_mask to smaller functions. by Aneesh Kumar K.V · 7 years ago
  37. a4eb8b9 Merge branch 'linus' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
  38. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  39. e585513 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 7 years ago
  40. 9a291a7 mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified by James Morse · 7 years ago
  41. aa2369f mm/gup.c: fix access_ok() argument type by Arnd Bergmann · 7 years ago
  42. 6dd29b3 Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation" by Ingo Molnar · 7 years ago
  43. 2947ba0 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 7 years ago
  44. 73e10a6 mm/gup: Provide callback to check if __GUP_fast() is allowed for the range by Kirill A. Shutemov · 7 years ago
  45. b59f65f mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast() function by Kirill A. Shutemov · 7 years ago
  46. e934805 mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast() by Kirill A. Shutemov · 7 years ago
  47. 0005d20 mm/gup: Move page table entry dereference into helper function by Kirill A. Shutemov · 7 years ago
  48. e7884f8 mm/gup: Move permission checks into helpers by Kirill A. Shutemov · 7 years ago
  49. 9a804fe mm/gup: Drop the arch_pte_access_permitted() MMU callback by Kirill A. Shutemov · 7 years ago
  50. ce70df0 mm, gup: fix typo in gup_p4d_range() by Kirill A. Shutemov · 7 years ago
  51. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 7 years ago
  52. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  53. db08f20 mm/gup: check for protnone only if it is a PTE entry by Aneesh Kumar K.V · 7 years ago
  54. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 7 years ago
  55. 87ffc11 userfaultfd: hugetlbfs: gup: support VM_FAULT_RETRY by Andrea Arcangeli · 7 years ago
  56. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  57. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  58. 80a7951 mm: fix up get_user_pages* comments by Lorenzo Stoakes · 8 years ago
  59. 771ab43 mm/gup.c: make unnecessarily global vma_permits_fault() static by Tobias Klauser · 8 years ago
  60. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  61. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  62. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  63. 3b91317 mm: replace get_user_pages_locked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  64. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  65. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  66. 859110d mm: remove write/force parameters from __get_user_pages_locked() by Lorenzo Stoakes · 8 years ago
  67. 19be0ea mm: remove gup_flags FOLL_WRITE games from __get_user_pages() by Linus Torvalds · 8 years ago
  68. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  69. baa355f thp: file pages support for split_huge_page() by Kirill A. Shutemov · 8 years ago
  70. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  71. 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
  72. add6a0c KVM: MMU: try to fix up page faults before giving up by Paolo Bonzini · 8 years ago
  73. a1f9831 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. c12d2da mm/gup: Remove the macro overload API migration helpers from the get_user*() APIs by Ingo Molnar · 8 years ago
  75. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  76. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 8 years ago
  77. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  78. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 8 years ago
  79. d4925e0 mm/gup: Factor out VMA fault permission checking by Dave Hansen · 8 years ago
  80. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  81. cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 8 years ago
  82. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 8 years ago
  83. 4643536 mm: retire GUP WARN_ON_ONCE that outlived its usefulness by Hugh Dickins · 8 years ago
  84. 4a9e1cd mm: bring in additional flag for fixup_user_fault to signal unlock by Dominik Dingel · 8 years ago
  85. 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 8 years ago
  86. e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 8 years ago
  87. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  88. ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 8 years ago
  89. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  90. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 8 years ago
  91. 7aef417 mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton by Kirill A. Shutemov · 8 years ago
  92. 6742d29 mm: adjust FOLL_SPLIT for new refcounting by Kirill A. Shutemov · 8 years ago
  93. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  94. 1027e44 mm: make GUP handle pfn mapping unless FOLL_GET is requested by Kirill A. Shutemov · 9 years ago
  95. 9d8c47e mm: use READ_ONCE() for non-scalar types by Jason Low · 9 years ago
  96. acc3c8d mm: move mm_populate()-related code to mm/gup.c by Kirill A. Shutemov · 9 years ago
  97. 84d33df mm: rename FOLL_MLOCK to FOLL_POPULATE by Kirill A. Shutemov · 9 years ago
  98. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 9 years ago
  99. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  100. a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 9 years ago