1. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  2. ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 8 years ago
  3. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  4. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 8 years ago
  5. 7aef417 mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton by Kirill A. Shutemov · 8 years ago
  6. 6742d29 mm: adjust FOLL_SPLIT for new refcounting by Kirill A. Shutemov · 8 years ago
  7. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  8. 1027e44 mm: make GUP handle pfn mapping unless FOLL_GET is requested by Kirill A. Shutemov · 9 years ago
  9. 9d8c47e mm: use READ_ONCE() for non-scalar types by Jason Low · 9 years ago
  10. acc3c8d mm: move mm_populate()-related code to mm/gup.c by Kirill A. Shutemov · 9 years ago
  11. 84d33df mm: rename FOLL_MLOCK to FOLL_POPULATE by Kirill A. Shutemov · 9 years ago
  12. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 9 years ago
  13. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  14. a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 9 years ago
  15. 0fd71a5 mm: gup: add __get_user_pages_unlocked to customize gup_flags by Andrea Arcangeli · 9 years ago
  16. f0818f4 mm: gup: add get_user_pages_locked and get_user_pages_unlocked by Andrea Arcangeli · 9 years ago
  17. e66f17f mm/hugetlb: take page table lock in follow_huge_pmd() by Naoya Horiguchi · 9 years ago
  18. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 9 years ago
  19. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  20. 38c5ce9 mm/gup: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 9 years ago
  21. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  22. e37c698 mm: replace ACCESS_ONCE with READ_ONCE or barriers by Christian Borntraeger · 10 years ago
  23. f30c59e mm: Update generic gup implementation to handle hugepage directory by Aneesh Kumar K.V · 10 years ago
  24. 2667f50 mm: introduce a general RCU get_user_pages_fast() by Steve Capper · 10 years ago
  25. 234b239 kvm: Faults which trigger IO release the mmap_sem by Andres Lagar-Cavilla · 10 years ago
  26. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  27. fa5bb20 mm: cleanup __get_user_pages() by Kirill A. Shutemov · 10 years ago
  28. 1674448 mm: extract code to fault in a page from __get_user_pages() by Kirill A. Shutemov · 10 years ago
  29. 69e68b4 mm: cleanup follow_page_mask() by Kirill A. Shutemov · 10 years ago
  30. f2b495c mm: extract in_gate_area() case from __get_user_pages() by Kirill A. Shutemov · 10 years ago
  31. 4bbd4c7 mm: move get_user_pages()-related code to separate file by Kirill A. Shutemov · 10 years ago