1. af0fb9d mm, hugetlb: unify core page allocation accounting and initialization by Michal Hocko · 7 years ago
  2. d6cb41c mm, hugetlb: remove hugepages_treat_as_movable sysctl by Michal Hocko · 7 years ago
  3. fcb2b0c mm: show total hugetlb memory consumption in /proc/meminfo by Roman Gushchin · 7 years ago
  4. f4f0a3d mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine by Kirill A. Shutemov · 7 years ago
  5. 31383c6 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
  6. 0f10851 mm/mmu_notifier: avoid double notification when it is useless by Jérôme Glisse · 7 years ago
  7. 1e392147 userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size by Andrea Arcangeli · 7 years ago
  8. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  9. 79b63f1 mm, hugetlb: do not allocate non-migrateable gigantic pages from movable zones by Michal Hocko · 7 years ago
  10. 67e5ed9 mm/hugetlb.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  11. 9b19df2 mm/hugetlb.c: make huge_pte_offset() consistent and document behaviour by Punit Agrawal · 7 years ago
  12. e24a130 mm/hugetlb: Allow arch to override and call the weak function by Aneesh Kumar K.V · 7 years ago
  13. 5af10df userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED case by Andrea Arcangeli · 7 years ago
  14. 2be7cfe mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errors by Daniel Jordan · 7 years ago
  15. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  16. 3e59fcb hugetlb: add support for preferred node to alloc_huge_page_nodemask by Michal Hocko · 7 years ago
  17. aaf14e4 mm, hugetlb: unclutter hugetlb allocation layers by Michal Hocko · 7 years ago
  18. c6247f7 mm/hugetlb.c: replace memfmt with string_get_size by Matthew Wilcox · 7 years ago
  19. 69ed779 mm, hugetlb: schedule when potentially allocating many hugepages by David Rientjes · 7 years ago
  20. 4db9b2e hugetlb, memory_hotplug: prefer to use reserved pages for migration by Michal Hocko · 7 years ago
  21. d715cf8 mm/hugetlb.c: warn the user when issues arise on boot due to hugepages by Liam R. Howlett · 7 years ago
  22. ddd40d8 mm: hugetlb: delete dequeue_hwpoisoned_huge_page() by Naoya Horiguchi · 7 years ago
  23. c3114a8 mm: hugetlb: soft-offline: dissolve source hugepage after successful migration by Anshuman Khandual · 7 years ago
  24. 243abd5 mm: hugetlb: prevent reuse of hwpoisoned free hugepages by Naoya Horiguchi · 7 years ago
  25. 04ec626 mm, page_alloc: pass preferred nid instead of zonelist to allocator by Vlastimil Babka · 7 years ago
  26. e5251fd mm/hugetlb: introduce set_huge_swap_pte_at() helper by Punit Agrawal · 7 years ago
  27. 9386fac mm/hugetlb: allow architectures to override huge_pte_clear() by Punit Agrawal · 7 years ago
  28. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 7 years ago
  29. e1073d1 mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGE by Aneesh Kumar K.V · 7 years ago
  30. 4dc7145 mm/follow_page_mask: add support for hugepage directory entry by Aneesh Kumar K.V · 7 years ago
  31. faaa5b6 mm/follow_page_mask: add support for hugetlb pgd entries by Anshuman Khandual · 7 years ago
  32. d5ed744 mm/hugetlb: export hugetlb_entry_migration helper by Aneesh Kumar K.V · 7 years ago
  33. 94310cb mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level by Anshuman Khandual · 7 years ago
  34. 9a291a7 mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified by James Morse · 7 years ago
  35. ff8c0c5 mm/hugetlb.c: don't call region_abort if region_chg fails by Mike Kravetz · 7 years ago
  36. c9d398f mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd() by Naoya Horiguchi · 7 years ago
  37. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  38. 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
  39. ca96b62 mm: alloc_contig_range: allow to specify GFP mask by Lucas Stach · 8 years ago
  40. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  41. 1c9e8de userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappings by Mike Kravetz · 8 years ago
  42. 87ffc11 userfaultfd: hugetlbfs: gup: support VM_FAULT_RETRY by Andrea Arcangeli · 8 years ago
  43. 1a1aad8 userfaultfd: hugetlbfs: add userfaultfd hugetlb hook by Mike Kravetz · 8 years ago
  44. 810a56b userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processing by Mike Kravetz · 8 years ago
  45. 8fb5deb userfaultfd: hugetlbfs: add hugetlb_mcopy_atomic_pte for userfaultfd support by Mike Kravetz · 8 years ago
  46. e5bbc8a mm/hugetlb.c: fix reservation race when freeing surplus pages by Mike Kravetz · 8 years ago
  47. 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
  48. b528e4b mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages by Aneesh Kumar K.V · 8 years ago
  49. 8bea805 mm/hugetlb.c: use huge_pte_lock instead of opencoding the lock by Aneesh Kumar K.V · 8 years ago
  50. 3999f52 mm/hugetlb.c: use the right pte val for compare in hugetlb_cow by Aneesh Kumar K.V · 8 years ago
  51. 96b96a9 mm/hugetlb: fix huge page reservation leak in private mapping error paths by Mike Kravetz · 8 years ago
  52. 72e2936 mm: remove unnecessary condition in remove_inode_hugepages by zhong jiang · 8 years ago
  53. 461a718 mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE by Yisheng Xie · 8 years ago
  54. eb03aa0 mm/hugetlb: improve locking in dissolve_free_huge_pages() by Gerald Schaefer · 8 years ago
  55. 082d5b6 mm/hugetlb: check for reserved hugepages during memory offline by Gerald Schaefer · 8 years ago
  56. 2247bb3 mm/hugetlb: fix memory offline with hugepage size > memory block size by Gerald Schaefer · 8 years ago
  57. c1470b3 mm/hugetlb: fix incorrect hugepages count during mem hotplug by zhong jiang · 8 years ago
  58. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  59. 4e66631 mm, hugetlb: fix huge_pte_alloc BUG_ON by Michal Hocko · 8 years ago
  60. 649920c mm/hugetlb: avoid soft lockup in set_max_huge_pages() by Jia He · 8 years ago
  61. 5491ae7 powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range by Aneesh Kumar K.V · 8 years ago
  62. 1c88e19 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  63. 7c7fd82 mm: hwpoison: remove incorrect comments by Naoya Horiguchi · 8 years ago
  64. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  65. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  66. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  67. 31d49da mm/hugetlb: simplify hugetlb unmap by Aneesh Kumar K.V · 8 years ago
  68. 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  69. 5a49973 mm: thp: refix false positive BUG in page_move_anon_rmap() by Hugh Dickins · 8 years ago
  70. d08de8e s390/mm: add support for 2GB hugepages by Gerald Schaefer · 8 years ago
  71. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago
  72. c8cc708 mm/hugetlb: clear compound_mapcount when freeing gigantic pages by Gerald Schaefer · 8 years ago
  73. c17b1f4 hugetlb: fix nr_pmds accounting with shared page tables by Kirill A. Shutemov · 8 years ago
  74. 67961f9 mm/hugetlb: fix huge page reserve accounting for private mappings by Mike Kravetz · 8 years ago
  75. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 9 years ago
  76. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  77. dee4107 /dev/dax, core: file operations and dax-mmap by Dan Williams · 8 years ago
  78. f44b2dda8 mm/hugetlb: add same zone check in pfn_range_valid_gigantic() by Joonsoo Kim · 8 years ago
  79. 54f18d3 mm/hugetlb.c: use first_memory_node by Andrew Morton · 8 years ago
  80. 9fee021 mm/hugetlb: introduce hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  81. 09a95e2 mm/hugetlb: optimize minimum size (min_size) accounting by Mike Kravetz · 8 years ago
  82. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
  83. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  84. 598d809 mm: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  85. 8661362 mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlers by Jan Stancek · 9 years ago
  86. 910154d mm/hugetlb: hugetlb_no_page: rate-limit warning message by Geoffrey Thomas · 9 years ago
  87. f8b7481 mm/hugetlb.c: fix incorrect proc nr_hugepages value by Vaishali Thakkar · 9 years ago
  88. 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 9 years ago
  89. b4330af mm/hugetlb: fix gigantic page initialization/allocation by Mike Kravetz · 9 years ago
  90. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 9 years ago
  91. ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 9 years ago
  92. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
  93. de09d31 page-flags: define PG_reserved behavior on compound pages by Kirill A. Shutemov · 9 years ago
  94. 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 9 years ago
  95. dbe409e mm/hugetlb.c: fix resv map memory leak for placeholder entries by Mike Kravetz · 9 years ago
  96. 0d777df mm: hugetlb: call huge_pte_alloc() only if ptep is null by Naoya Horiguchi · 9 years ago
  97. a88c769 mm: hugetlb: fix hugepage memory leak caused by wrong reserve count by Naoya Horiguchi · 9 years ago
  98. d15c7c0 hugetlb: trivial comment fix by Naoya Horiguchi · 9 years ago
  99. d00181b mm: use 'unsigned int' for page order by Kirill A. Shutemov · 9 years ago
  100. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago