1. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  2. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  3. e544a4e thp: do not mark zero-page pmd write-protected explicitly by Kirill A. Shutemov · 10 years ago
  4. 6d50e60 mm, thp: fix collapsing of hugepages on madvise by David Rientjes · 10 years ago
  5. 5ddacbe mm: free compound page with correct order by Yu Zhao · 10 years ago
  6. fcbe08d6 s390/mm: pmdp_get_and_clear_full optimization by Martin Schwidefsky · 10 years ago
  7. 593befa mm: introduce mm_forbids_zeropage function by Dominik Dingel · 10 years ago
  8. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  9. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  10. 8b16456 mm, THP: don't hold mmap_sem in khugepaged when allocating THP by Vlastimil Babka · 10 years ago
  11. abc40bd mm: numa: Do not mark PTEs pte_numa when splitting huge pages by Mel Gorman · 10 years ago
  12. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  13. 14a4e21 mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_mode by David Rientjes · 10 years ago
  14. d51d885bb mm: huge_memory: use GFP_TRANSHUGE when charging huge pages by Johannes Weiner · 10 years ago
  15. 3a79d52 mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomic by Waiman Long · 10 years ago
  16. f8303c2 mm, thp: move invariant bug check out of loop in __split_huge_page_map by Waiman Long · 10 years ago
  17. f72e7dc mm: let mm_find_pmd fix buggy race with THP fault by Hugh Dickins · 10 years ago
  18. 5338a93 mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep() by Hugh Dickins · 10 years ago
  19. ae3a8c1 mm/huge_memory.c: complete conversion to pr_foo() by Andrew Morton · 10 years ago
  20. ff9e43e thp: consolidate assert checks in __split_huge_page() by Kirill A. Shutemov · 10 years ago
  21. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  22. b5a8cad thp: close race between split and zap huge pages by Kirill A. Shutemov · 10 years ago
  23. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  24. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  25. 1e1836e mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags" by Alex Thorlton · 10 years ago
  26. e9b71ca mm, thp: drop do_huge_pmd_wp_zero_page_fallback() by Kirill A. Shutemov · 10 years ago
  27. 9050d7e mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking by Vlastimil Babka · 10 years ago
  28. 9845cbb mm, thp: fix infinite loop on memcg OOM by Kirill A. Shutemov · 10 years ago
  29. 56eecdb mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit by Aneesh Kumar K.V · 10 years ago
  30. d12de1e Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  31. a64fb3c mm: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  32. 42aa83c mm: show message when updating min_free_kbytes in thp by Han Pingtian · 10 years ago
  33. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  34. 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 10 years ago
  35. b3084f4 powerpc/thp: Fix crash on mremap by Aneesh Kumar K.V · 10 years ago
  36. eecc1e4 thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only by Hugh Dickins · 10 years ago
  37. d0319bd mm: remove bogus warning in copy_huge_pmd() by Mel Gorman · 11 years ago
  38. b0943d6 mm: numa: defer TLB flush for THP migration as long as possible by Mel Gorman · 11 years ago
  39. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  40. de466bd mm: numa: avoid unnecessary disruption of NUMA hinting during migration by Mel Gorman · 11 years ago
  41. 1667918 mm: numa: clear numa hinting information on mprotect by Mel Gorman · 11 years ago
  42. c3a489c mm: numa: ensure anon_vma is locked to prevent parallel THP splits by Mel Gorman · 11 years ago
  43. 5a6dac3 mm: numa: do not clear PMD during PTE update scan by Mel Gorman · 11 years ago
  44. 2b4847e mm: numa: serialise parallel get_user_page against THP migration by Mel Gorman · 11 years ago
  45. 3592806 thp: move preallocated PTE page table on move_huge_pmd() by Kirill A. Shutemov · 11 years ago
  46. c4088eb mm: convert the rest to new page table lock api by Kirill A. Shutemov · 11 years ago
  47. 117b079 mm, thp: move ptl taking inside page_check_address_pmd() by Kirill A. Shutemov · 11 years ago
  48. bf92915 mm, thp: change pmd_trans_huge_lock() to return taken lock by Kirill A. Shutemov · 11 years ago
  49. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  50. 9f1b868 mm: thp: khugepaged: add policy for finding target node by Bob Liu · 11 years ago
  51. 10dc415 mm: thp: cleanup: mv alloc_hugepage to better place by Bob Liu · 11 years ago
  52. 8bfa3f9 mm/huge_memory.c: fix stale comments of transparent_hugepage_flags by Jianguo Wu · 11 years ago
  53. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  54. 3f926ab mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago
  55. c61109e mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  56. 587fe58 mm: Prevent parallel splits during THP migration by Mel Gorman · 11 years ago
  57. 42836f5 mm: Wait for THP migrations to complete during NUMA hinting faults by Mel Gorman · 11 years ago
  58. 1dd49bf mm: numa: Do not account for a hinting fault if we raced by Mel Gorman · 11 years ago
  59. 750e816 mm: fix BUG in __split_huge_page_pmd by Hugh Dickins · 11 years ago
  60. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  61. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
  62. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  63. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  64. 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
  65. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
  66. a1a4618 mm: numa: Do not migrate or account for hinting faults on the zero page by Mel Gorman · 11 years ago
  67. f123d74 mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning by Mel Gorman · 11 years ago
  68. a54a407 mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago
  69. 8191acb mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  70. b891663 mm: Prevent parallel splits during THP migration by Mel Gorman · 11 years ago
  71. ff9042b mm: Wait for THP migrations to complete during NUMA hinting faults by Mel Gorman · 11 years ago
  72. 0c3a775 mm: numa: Do not account for a hinting fault if we raced by Mel Gorman · 11 years ago
  73. c69307d sched/numa: Fix comments by Peter Zijlstra · 11 years ago
  74. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  75. 17766dd mm, thp: count thp_fault_fallback anytime thp fault fails by David Rientjes · 11 years ago
  76. c029255 thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() by Kirill A. Shutemov · 11 years ago
  77. 128ec03 thp: do_huge_pmd_anonymous_page() cleanup by Kirill A. Shutemov · 11 years ago
  78. 3122359 thp: move maybe_pmd_mkwrite() out of mk_huge_pmd() by Kirill A. Shutemov · 11 years ago
  79. 3cd14fc thp: account anon transparent huge pages into NR_ANON_PAGES by Kirill A. Shutemov · 11 years ago
  80. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  81. a8f531eb mm/huge_memory.c: fix potential NULL pointer dereference by Libin · 11 years ago
  82. 3dbb95f mm: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  83. 4889646 hugepage: convert huge zero page shrinker to new shrinker API by Glauber Costa · 11 years ago
  84. e180cf8 thp, mm: avoid PageUnevictable on active/inactive lru lists by Kirill A. Shutemov · 11 years ago
  85. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  86. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  87. fce144b mm/THP: deposit the transpare huge pgtable before set_pmd by Aneesh Kumar K.V · 11 years ago
  88. a6bf2bb mm/THP: withdraw the pgtable after pmdp related operations by Aneesh Kumar K.V · 11 years ago
  89. 6b0b50b mm/THP: add pmd args to pgtable deposit and withdraw APIs by Aneesh Kumar K.V · 11 years ago
  90. 8663890a mm/thp: use the correct function when updating access flags by Aneesh Kumar K.V · 11 years ago
  91. 7c34251 mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer by Aneesh Kumar K.V · 11 years ago
  92. 5918d10 thp: fix huge zero page logic for page with pfn == 0 by Kirill A. Shutemov · 11 years ago
  93. 5bc7b8a mm: thp: add split tail pages to shrink page list in page reclaim by Shaohua Li · 11 years ago
  94. 52f3762 THP: fix comment about memory barrier by Minchan Kim · 11 years ago
  95. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  96. 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 11 years ago
  97. 22b751c mm: rename page struct field helpers by Mel Gorman · 11 years ago
  98. 75f7ad8 page-writeback.c: subtract min_free_kbytes from dirtyable memory by Paul Szabo · 11 years ago
  99. 08b5270 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() by Konstantin Khlebnikov · 11 years ago
  100. 340ef39 mm: numa: cleanup flow of transhuge page migration by Hugh Dickins · 11 years ago