1. 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
  2. 31d49da mm/hugetlb: simplify hugetlb unmap by Aneesh Kumar K.V · 8 years ago
  3. 5a49973 mm: thp: refix false positive BUG in page_move_anon_rmap() by Hugh Dickins · 8 years ago
  4. c8cc708 mm/hugetlb: clear compound_mapcount when freeing gigantic pages by Gerald Schaefer · 8 years ago
  5. c17b1f4 hugetlb: fix nr_pmds accounting with shared page tables by Kirill A. Shutemov · 8 years ago
  6. 67961f9 mm/hugetlb: fix huge page reserve accounting for private mappings by Mike Kravetz · 8 years ago
  7. 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
  8. dee4107 /dev/dax, core: file operations and dax-mmap by Dan Williams · 8 years ago
  9. f44b2dda8 mm/hugetlb: add same zone check in pfn_range_valid_gigantic() by Joonsoo Kim · 8 years ago
  10. 54f18d3 mm/hugetlb.c: use first_memory_node by Andrew Morton · 8 years ago
  11. 9fee021 mm/hugetlb: introduce hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  12. 09a95e2 mm/hugetlb: optimize minimum size (min_size) accounting by Mike Kravetz · 8 years ago
  13. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
  14. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  15. 598d809 mm: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  16. 8661362 mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlers by Jan Stancek · 8 years ago
  17. 910154d mm/hugetlb: hugetlb_no_page: rate-limit warning message by Geoffrey Thomas · 8 years ago
  18. f8b7481 mm/hugetlb.c: fix incorrect proc nr_hugepages value by Vaishali Thakkar · 8 years ago
  19. 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 8 years ago
  20. b4330af mm/hugetlb: fix gigantic page initialization/allocation by Mike Kravetz · 8 years ago
  21. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 8 years ago
  22. ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 8 years ago
  23. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  24. de09d31 page-flags: define PG_reserved behavior on compound pages by Kirill A. Shutemov · 8 years ago
  25. 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 8 years ago
  26. dbe409e mm/hugetlb.c: fix resv map memory leak for placeholder entries by Mike Kravetz · 8 years ago
  27. 0d777df mm: hugetlb: call huge_pte_alloc() only if ptep is null by Naoya Horiguchi · 8 years ago
  28. a88c769 mm: hugetlb: fix hugepage memory leak caused by wrong reserve count by Naoya Horiguchi · 8 years ago
  29. d15c7c0 hugetlb: trivial comment fix by Naoya Horiguchi · 9 years ago
  30. d00181b mm: use 'unsigned int' for page order by Kirill A. Shutemov · 9 years ago
  31. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  32. f1e6155 mm: pack compound_dtor and compound_order into one word in struct page by Kirill A. Shutemov · 9 years ago
  33. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  34. e0ec90e mm, hugetlbfs: optimize when NUMA=n by Dave Hansen · 9 years ago
  35. 099730d mm, hugetlb: use memory policy when available by Dave Hansen · 9 years ago
  36. b4e289a mm/hugetlb: make node_hstates array static by Alexander Kuleshov · 9 years ago
  37. 5d317b2 mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status by Naoya Horiguchi · 9 years ago
  38. 2f84a89 mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault by Mel Gorman · 9 years ago
  39. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  40. 70c3547 hugetlbfs: add hugetlbfs_fallocate() by Mike Kravetz · 9 years ago
  41. ab76ad5 hugetlbfs: New huge_add_to_page_cache helper routine by Mike Kravetz · 9 years ago
  42. d85f69b mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate by Mike Kravetz · 9 years ago
  43. 1fb1b0e mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch by Mike Kravetz · 9 years ago
  44. b5cec28 hugetlbfs: truncate_hugepages() takes a range of pages by Mike Kravetz · 9 years ago
  45. c672c7f mm/hugetlb: expose hugetlb fault mutex for use by fallocate by Mike Kravetz · 9 years ago
  46. feba16e mm/hugetlb: add region_del() to delete a specific range of entries by Mike Kravetz · 9 years ago
  47. 5e91137 mm/hugetlb: add cache of descriptors to resv_map for region_add by Mike Kravetz · 9 years ago
  48. 559ec2f mm/hugetlb.c: make vma_has_reserves() return bool by Nicholas Krause · 9 years ago
  49. 31aafb4 mm/hugetlb.c: make vma_shareable() return bool by Nicholas Krause · 9 years ago
  50. 8408427 mm/hugetlb: remove unused arch hook prepare/release_hugepage by Dominik Dingel · 9 years ago
  51. 3303967 mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pages by Mike Kravetz · 9 years ago
  52. cf3ad20 mm/hugetlb: compute/return the number of regions added by region_add() by Mike Kravetz · 9 years ago
  53. 1dd308a mm/hugetlb: document the reserve map/region tracking routines by Mike Kravetz · 9 years ago
  54. 641844f mm/hugetlb: introduce minimum hugepage order by Naoya Horiguchi · 9 years ago
  55. e81f2d2 mm/hugetlb: reduce arch dependent code about huge_pmd_unshare by Zhang Zhen · 9 years ago
  56. 7e1f049 mm: hugetlb: cleanup using paeg_huge_active() by Naoya Horiguchi · 9 years ago
  57. bcc5422 mm: hugetlb: introduce page_huge_active by Naoya Horiguchi · 9 years ago
  58. 7ca02d0 hugetlbfs: accept subpool min_size mount option and setup accordingly by Mike Kravetz · 9 years ago
  59. 1c5ecae hugetlbfs: add minimum size accounting to subpools by Mike Kravetz · 9 years ago
  60. c6a9182 hugetlbfs: add minimum size tracking fields to subpool structure by Mike Kravetz · 9 years ago
  61. 0205796 mm, hugetlb: abort __get_user_pages if current has been oom killed by David Rientjes · 9 years ago
  62. 9753412 mm/hugetlb: use pmd_page() in follow_huge_pmd() by Gerald Schaefer · 9 years ago
  63. 44fc805 mm, hugetlb: close race when setting PageTail for gigantic pages by David Rientjes · 9 years ago
  64. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  65. 9fbc1f6 mm/hugetlb: add migration entry check in __unmap_hugepage_range by Naoya Horiguchi · 9 years ago
  66. a8bda28 mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection by Naoya Horiguchi · 9 years ago
  67. 0f792cf mm/hugetlb: fix getting refcount 0 page in hugetlb_fault() by Naoya Horiguchi · 9 years ago
  68. e66f17f mm/hugetlb: take page table lock in follow_huge_pmd() by Naoya Horiguchi · 9 years ago
  69. cbef847 mm/hugetlb: pmd_huge() returns true for non-present hugepage by Naoya Horiguchi · 9 years ago
  70. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 9 years ago
  71. 753162c mm: hugetlb: fix type of hugetlb_treat_as_movable variable by Andrey Ryabinin · 9 years ago
  72. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  73. 7d9ca00 hugetlb: hugetlb_register_all_nodes(): add __init marker by Luiz Capitulino · 9 years ago
  74. df994ea hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED() by Luiz Capitulino · 9 years ago
  75. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 9 years ago
  76. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  77. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  78. 569f48b mm: hugetlb: fix __unmap_hugepage_range() by Hillf Danton · 9 years ago
  79. 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
  80. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  81. d017763 mm: fix potential infinite loop in dissolve_free_huge_pages() by Li Zhong · 10 years ago
  82. ed4d490 mm, hugetlb: remove hugetlb_zero and hugetlb_infinity by David Rientjes · 10 years ago
  83. 238d3c1 mm, hugetlb: generalize writes to nr_hugepages by David Rientjes · 10 years ago
  84. ad4404a mm,hugetlb: simplify error handling in hugetlb_cow() by Davidlohr Bueso · 10 years ago
  85. 2f4612a mm,hugetlb: make unmap_ref_private() return void by Davidlohr Bueso · 10 years ago
  86. 8f1d26d kexec: export free_huge_page to VMCOREINFO by Atsushi Kumagai · 10 years ago
  87. 0253d63 mm: hugetlb: fix copy_hugetlb_page_range() by Naoya Horiguchi · 10 years ago
  88. 4a705fe hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry by Naoya Horiguchi · 10 years ago
  89. 100873d hugetlb: rename hugepage_migration_support() to ..._supported() by Naoya Horiguchi · 10 years ago
  90. 8f34af6 mm, hugetlb: move the error handle logic out of normal code path by Jianyu Zhan · 10 years ago
  91. 944d9fe hugetlb: add support for gigantic page allocation at runtime by Luiz Capitulino · 10 years ago
  92. 1cac6f2 hugetlb: move helpers up in the file by Luiz Capitulino · 10 years ago
  93. a7407a2 hugetlb: update_and_free_page(): don't clear PG_reserved bit by Luiz Capitulino · 10 years ago
  94. bae7f4a hugetlb: add hstate_is_gigantic() by Luiz Capitulino · 10 years ago
  95. 2906dd5 hugetlb: prep_compound_gigantic_page(): drop __init marker by Luiz Capitulino · 10 years ago
  96. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 10 years ago
  97. 7848a4b mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() by Mizuma, Masayoshi · 10 years ago
  98. 55f6714 mm: hugetlb: fix softlockup when a large number of hugepages are freed. by Mizuma, Masayoshi · 10 years ago
  99. ac71490 mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding style by Choi Gi-yong · 10 years ago
  100. 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago