1. 14fd3da mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY by Mina Almasry · 3 years, 5 months ago
  2. 2629432 mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts() by Miaohe Lin · 3 years, 7 months ago
  3. d0f5726 hugetlbfs: hugetlb_fault_mutex_hash() cleanup by Mike Kravetz · 5 years ago
  4. 2e235c3 mm/hugetlb.c: fix unnecessary address expansion of pmd sharing by Li Xinhai · 3 years, 9 months ago
  5. 5dd34ee hugetlb: fix update_and_free_page contig page struct assumption by Mike Kravetz · 3 years, 9 months ago
  6. c200f49 mm/hugetlb: fix potential double free in hugetlb_register_node() error path by Miaohe Lin · 3 years, 9 months ago
  7. 90ef21e mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active by Muchun Song · 3 years, 9 months ago
  8. af5508b mm: hugetlb: fix a race between isolating and freeing page by Muchun Song · 3 years, 9 months ago
  9. 3264a76 mm: hugetlb: fix a race between freeing and dissolving the page by Muchun Song · 3 years, 9 months ago
  10. 108f56e mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page by Muchun Song · 3 years, 9 months ago
  11. 4335af6 mm/hugetlb: fix potential missing huge page size info by Miaohe Lin · 3 years, 10 months ago
  12. af7786b mm/hugetlb: fix a race between hugetlb sysctl handlers by Muchun Song · 4 years, 2 months ago
  13. d6bca2a8 mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible by Peter Xu · 4 years, 3 months ago
  14. 3c88e95 mm/hugetlb: fix a addressing exception caused by huge_pte_offset by Longpeng · 4 years, 7 months ago
  15. 3a43ea2 mm/hugetlb: defer freeing of huge pages if in non-task context by Waiman Long · 4 years, 11 months ago
  16. f231fe4 hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic() by David Hildenbrand · 5 years ago
  17. f60858f hugetlbfs: don't retry when pool page allocations start to fail by Mike Kravetz · 5 years ago
  18. 4643d67 hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS by Mike Kravetz · 5 years ago
  19. faf53de mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge by Naoya Horiguchi · 5 years ago
  20. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 5 years ago
  21. f27a513 hugetlbfs: always use address space in inode for resv_map pointer by Mike Kravetz · 6 years ago
  22. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  23. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  24. 1b426ba hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 6 years ago
  25. 0919e1b hugetlbfs: on restore reserve error path retain subpool reservation by Mike Kravetz · 6 years ago
  26. 2d0adf7 mm/hugetlb: get rid of NODEMASK_ALLOC by Oscar Salvador · 6 years ago
  27. fd875dc hugetlbfs: fix potential over/underflow setting node specific nr_hugepages by Mike Kravetz · 6 years ago
  28. 4eb0716 hugetlb: allow to free gigantic pages regardless of the configuration by Alexandre Ghiti · 6 years ago
  29. 2bf753e mm/hugetlb.c: don't put_page in lock of hugetlb_lock by Kai Shen · 6 years ago
  30. 171c2bc Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  31. 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
  32. 8fde12c mm: prevent get_user_pages() from overflowing page refcount by Linus Torvalds · 6 years ago
  33. ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
  34. 9a4e9f3 mm: update get_user_pages_longterm to migrate pages allocated from CMA region by Aneesh Kumar K.V · 6 years ago
  35. 023bdd0 mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update by Aneesh Kumar K.V · 6 years ago
  36. 7ed2c31 mm/hugetlb: distinguish between migratability and movability by Anshuman Khandual · 6 years ago
  37. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  38. cb6acd0 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
  39. 1ac2501 mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT by Andrea Arcangeli · 6 years ago
  40. ddeaab3 hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization" by Mike Kravetz · 6 years ago
  41. e7c5809 hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race" by Mike Kravetz · 6 years ago
  42. fa45f11 mm/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  43. c86aa7b hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race by Mike Kravetz · 6 years ago
  44. b43a999 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 6 years ago
  45. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  46. 8ace22b hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page() by Yongkai Wu · 6 years ago
  47. 9e36825 userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails by Andrea Arcangeli · 6 years ago
  48. 5e41540 hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! by Mike Kravetz · 6 years ago
  49. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  50. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  51. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  52. 22146c3 hugetlbfs: dirty pages as they are added to pagecache by Mike Kravetz · 6 years ago
  53. dff11ab hugetlb: take PMD sharing into account when flushing tlb/caches by Mike Kravetz · 6 years ago
  54. 017b166 mm: migration: fix migration of huge PMD shared pages by Mike Kravetz · 6 years ago
  55. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  56. 6bc9b56 mm: fix race on soft-offlining free huge pages by Naoya Horiguchi · 6 years ago
  57. 330d6e4 mm/hugetlb.c: don't zero 1GiB bootmem pages by Cannon Matthews · 6 years ago
  58. 40d18eb mm/hugetlb: remove gigantic page support for HIGHMEM by Mike Kravetz · 6 years ago
  59. 974e6d6 mm, hugetlbfs: pass fault address to cow handler by Huang Ying · 6 years ago
  60. 5b7a1d4 mm, hugetlbfs: rename address to haddr in hugetlb_cow() by Huang Ying · 6 years ago
  61. eec3636 ipc/shm.c add ->pagesize function to shm_vm_ops by Jane Chu · 6 years ago
  62. 520495f mm: hugetlb: yield when prepping struct pages by Cannon Matthews · 6 years ago
  63. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  64. 285b8dc mm, hugetlbfs: pass fault address to no page handler by Huang Ying · 6 years ago
  65. b3ec9f3 mm: change return type to vm_fault_t by Souptick Joarder · 6 years ago
  66. 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
  67. ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
  68. 05ea886 mm, hugetlbfs: introduce ->pagesize() to vm_operations_struct by Dan Williams · 7 years ago
  69. 09135cc mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize() by Dan Williams · 7 years ago
  70. 63489f8 hugetlbfs: check for pgoff value overflow by Mike Kravetz · 7 years ago
  71. 4704dea hugetlb: fix surplus pages accounting by Michal Hocko · 7 years ago
  72. 389c817 hugetlb, mbind: fall back to default policy if vma is NULL by Michal Hocko · 7 years ago
  73. ebd6372 hugetlb, mempolicy: fix the mbind hugetlb migration by Michal Hocko · 7 years ago
  74. 0c397da mm, hugetlb: further simplify hugetlb allocation API by Michal Hocko · 7 years ago
  75. 9980d74 mm, hugetlb: get rid of surplus page accounting tricks by Michal Hocko · 7 years ago
  76. ab5ac90 mm, hugetlb: do not rely on overcommit limit during migration by Michal Hocko · 7 years ago
  77. d9cc948f mm, hugetlb: integrate giga hugetlb more naturally to the allocation path by Michal Hocko · 7 years ago
  78. af0fb9d mm, hugetlb: unify core page allocation accounting and initialization by Michal Hocko · 7 years ago
  79. d6cb41c mm, hugetlb: remove hugepages_treat_as_movable sysctl by Michal Hocko · 7 years ago
  80. fcb2b0c mm: show total hugetlb memory consumption in /proc/meminfo by Roman Gushchin · 7 years ago
  81. f4f0a3d mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine by Kirill A. Shutemov · 7 years ago
  82. 31383c6 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
  83. 0f10851 mm/mmu_notifier: avoid double notification when it is useless by Jérôme Glisse · 7 years ago
  84. 1e392147 userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size by Andrea Arcangeli · 7 years ago
  85. 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
  86. 79b63f1 mm, hugetlb: do not allocate non-migrateable gigantic pages from movable zones by Michal Hocko · 7 years ago
  87. 67e5ed9 mm/hugetlb.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  88. 9b19df2 mm/hugetlb.c: make huge_pte_offset() consistent and document behaviour by Punit Agrawal · 7 years ago
  89. e24a130 mm/hugetlb: Allow arch to override and call the weak function by Aneesh Kumar K.V · 7 years ago
  90. 5af10df userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED case by Andrea Arcangeli · 7 years ago
  91. 2be7cfe mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errors by Daniel Jordan · 7 years ago
  92. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  93. 3e59fcb hugetlb: add support for preferred node to alloc_huge_page_nodemask by Michal Hocko · 7 years ago
  94. aaf14e4 mm, hugetlb: unclutter hugetlb allocation layers by Michal Hocko · 7 years ago
  95. c6247f7 mm/hugetlb.c: replace memfmt with string_get_size by Matthew Wilcox · 7 years ago
  96. 69ed779 mm, hugetlb: schedule when potentially allocating many hugepages by David Rientjes · 7 years ago
  97. 4db9b2e hugetlb, memory_hotplug: prefer to use reserved pages for migration by Michal Hocko · 7 years ago
  98. d715cf8 mm/hugetlb.c: warn the user when issues arise on boot due to hugepages by Liam R. Howlett · 7 years ago
  99. ddd40d8 mm: hugetlb: delete dequeue_hwpoisoned_huge_page() by Naoya Horiguchi · 7 years ago
  100. c3114a8 mm: hugetlb: soft-offline: dissolve source hugepage after successful migration by Anshuman Khandual · 7 years ago