1. 8382d91 mm, hugetlb: improve page-fault scalability by Davidlohr Bueso · 10 years ago
  2. 4e35f48 mm, hugetlb: use vma_resv_map() map types by Joonsoo Kim · 10 years ago
  3. f031dd2 mm, hugetlb: remove resv_map_put by Joonsoo Kim · 10 years ago
  4. 7b24d86 mm, hugetlb: fix race in region tracking by Davidlohr Bueso · 10 years ago
  5. 1406ec9 mm, hugetlb: improve, cleanup resv_map parameters by Joonsoo Kim · 10 years ago
  6. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  7. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  8. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  9. 8b89a11 mm/hugetlb.c: use memblock apis for early memory allocations by Grygorii Strashko · 10 years ago
  10. e8569dd mm/hugetlb.c: call MMU notifiers when copying a hugetlb page range by Andreas Sandberg · 10 years ago
  11. 9b7ac26 mm/hugetlb.c: defer PageHeadHuge() symbol export by Andrea Arcangeli · 10 years ago
  12. 758f66a mm/hugetlb.c: simplify PageHeadHuge() and PageHuge() by Andrew Morton · 10 years ago
  13. a0368d4 mm: hugetlb: use get_page_foll() in follow_hugetlb_page() by Andrea Arcangeli · 10 years ago
  14. 27c73ae mm: hugetlbfs: fix hugetlbfs optimization by Andrea Arcangeli · 11 years ago
  15. 30b0a10 mm: thp: give transparent hugepage code a separate copy_page by Dave Hansen · 11 years ago
  16. cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
  17. ef5a22b mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pages by Andrea Arcangeli · 11 years ago
  18. 16c794b mm/hugetlb.c: correct missing private flag clearing by Joonsoo Kim · 11 years ago
  19. 86cdb46 mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movable by Naoya Horiguchi · 11 years ago
  20. c8721bb mm: memory-hotplug: enable memory hotplug to handle hugepage by Naoya Horiguchi · 11 years ago
  21. 74060e4 mm: mbind: add hugepage migration code to mbind() by Naoya Horiguchi · 11 years ago
  22. 31caf66 mm: migrate: make core migration code aware of hugepage by Naoya Horiguchi · 11 years ago
  23. 07443a8 mm, hugetlb: return a reserved page to a reserved pool if failed by Joonsoo Kim · 11 years ago
  24. 8312034 mm, hugetlb: grab a page_table_lock after page_cache_release by Joonsoo Kim · 11 years ago
  25. 5944d01 mm, hugetlb: remove useless check about mapping type by Joonsoo Kim · 11 years ago
  26. 8bb3f12 mm, hugetlb: fix subpool accounting handling by Joonsoo Kim · 11 years ago
  27. f522c3a mm, hugetlb: change variable name reservations to resv by Joonsoo Kim · 11 years ago
  28. 4ef9184 mm, hugetlb: protect reserved pages when soft offlining a hugepage by Joonsoo Kim · 11 years ago
  29. af0ed73 mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache by Joonsoo Kim · 11 years ago
  30. a63884e mm, hugetlb: remove decrement_hugepage_resv_vma() by Joonsoo Kim · 11 years ago
  31. 72231b0 mm, hugetlb: add VM_NORESERVE check in vma_has_reserves() by Joonsoo Kim · 11 years ago
  32. 37a2140 mm, hugetlb: do not use a page in page cache for cow optimization by Joonsoo Kim · 11 years ago
  33. c0d934b mm, hugetlb: remove redundant list_empty check in gather_surplus_pages() by Joonsoo Kim · 11 years ago
  34. b226102 mm, hugetlb: fix and clean-up node iteration code to alloc or free by Joonsoo Kim · 11 years ago
  35. 81a6fca mm, hugetlb: clean-up alloc_huge_page() by Joonsoo Kim · 11 years ago
  36. c748c26 mm, hugetlb: trivial commenting fix by Joonsoo Kim · 11 years ago
  37. 9966c4b mm, hugetlb: move up the code which check availability of free huge page by Joonsoo Kim · 11 years ago
  38. 3dbb95f mm: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  39. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  40. 3dcc057 mm: correctly update zone->managed_pages by Jiang Liu · 11 years ago
  41. 2415cf1 mm/hugetlb: use already existing interface huge_page_shift by Wanpeng Li · 11 years ago
  42. 1873e5002 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  43. 3e42dee Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  44. 13d60f4 futex: Take hugepages into account when generating futex_key by Zhang Yi · 11 years ago
  45. 9e5fc74 mm: hugetlb: Copy general hugetlb code from x86 to mm. by Steve Capper · 11 years ago
  46. 3212b53 mm: hugetlb: Copy huge_pmd_share from x86 to mm. by Steve Capper · 11 years ago
  47. 30dad30 mm: migration: add migrate_entry_wait_huge() by Naoya Horiguchi · 11 years ago
  48. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  49. 949f7ec mm, hugetlb: include hugepages in meminfo by David Rientjes · 11 years ago
  50. 106c992 mm/hugetlb: add more arch-defined huge_pte functions by Gerald Schaefer · 11 years ago
  51. 9cc3a5b hugetlbfs: add swap entry check in follow_hugetlb_page() by Naoya Horiguchi · 11 years ago
  52. d002858 mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting by Wanpeng Li · 11 years ago
  53. aa1262b Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  54. 3cd8b44 hugetlb: fix sparse warning for hugetlb_register_node by Claudiu Ghioc · 11 years ago
  55. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  56. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 11 years ago
  57. ffb22af mm/hugetlb.c: convert to pr_foo() by Andrew Morton · 11 years ago
  58. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  59. be7517d mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte by Tony Lu · 11 years ago
  60. 7179e7b mm/hugetlb: create hugetlb cgroup file in hugetlb_init by Jianguo Wu · 12 years ago
  61. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  62. f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  63. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  64. 56f2fb1 mm/hugetlb.c: fix warning on freeing hwpoisoned hugepage by Naoya Horiguchi · 12 years ago
  65. 8c4894c hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepage by Naoya Horiguchi · 12 years ago
  66. 8cebfcd hugetlb: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  67. 8732794 numa: convert static memory to dynamically allocated memory for per node device by Wen Congyang · 12 years ago
  68. 7da4d64 mm: Count the number of pages affected in change_protection() by Peter Zijlstra · 12 years ago
  69. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  70. 7795912 mm: document PageHuge somewhat by Andrew Morton · 12 years ago
  71. 2ec74c3 mm: move all mmu notifier invocations to be done outside the PT lock by Sagi Grimberg · 12 years ago
  72. 36e4f20 hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach by Michal Hocko · 12 years ago
  73. 3f6d4ca mm/hugetlb.c: remove duplicate inclusion of header file by Sachin Kamat · 12 years ago
  74. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  75. 5d3a551 mm: hugetlb: add arch hook for clearing page flags before entering pool by Will Deacon · 12 years ago
  76. d833352 mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables by Mel Gorman · 12 years ago
  77. 94ae8ba hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to active list. by Aneesh Kumar K.V · 12 years ago
  78. 79dbb23 hugetlb: move all the in use pages to active list by Aneesh Kumar K.V · 12 years ago
  79. abb8206 hugetlb/cgroup: add hugetlb cgroup control files by Aneesh Kumar K.V · 12 years ago
  80. 6d76dcf hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroup by Aneesh Kumar K.V · 12 years ago
  81. 9dd540e hugetlb/cgroup: add the cgroup pointer to page lru by Aneesh Kumar K.V · 12 years ago
  82. c3f38a3 hugetlb: make some static variables global by Aneesh Kumar K.V · 12 years ago
  83. 0edaecf hugetlb: add a list for tracking in-use HugeTLB pages by Aneesh Kumar K.V · 12 years ago
  84. 24669e5 hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages by Aneesh Kumar K.V · 12 years ago
  85. 972dc4d hugetlb: add an inline helper for finding hstate index by Aneesh Kumar K.V · 12 years ago
  86. 76dcee7 hugetlb: don't use ERR_PTR with VM_FAULT* values by Aneesh Kumar K.V · 12 years ago
  87. 47d3834 hugetlb: rename max_hstate to hugetlb_max_hstate by Aneesh Kumar K.V · 12 years ago
  88. 4523e14 mm: fix vma_resv_map() NULL pointer by Dave Hansen · 12 years ago
  89. c50ac05 hugetlb: fix resv_map leak in error path by Dave Hansen · 12 years ago
  90. f2135a4 mm/hugetlb.c: use long vars instead of int in region_count() by Wang Sheng-Hui · 12 years ago
  91. d9ed9fa mm: add new arch_make_huge_pte() method for tile support by Chris Metcalf · 12 years ago
  92. 4998a6c hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow() by Chris Metcalf · 12 years ago
  93. b1c12cb mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma by Konstantin Khlebnikov · 12 years ago
  94. 66aebce hugetlb: fix race condition in hugetlb_fault() by Chris Metcalf · 12 years ago
  95. 6629326 mm: hugetlb: cleanup duplicated code in unmapping vm range by Hillf Danton · 12 years ago
  96. 9048162 hugepages: fix use after free bug in "quota" handling by David Gibson · 12 years ago
  97. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  98. 9e81130 mm: hugetlb: bail out unmapping after serving reference page by Hillf Danton · 12 years ago
  99. 28073b0 mm: hugetlb: defer freeing pages when gathering surplus pages by Hillf Danton · 12 years ago
  100. cd2934a flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not held by Al Viro · 12 years ago