1. d70ddd7 mm: page_alloc: pass PFN to __free_pages_bootmem by Mel Gorman · 9 years ago
  2. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  3. 2149cda mm/compaction: enhance compaction finish condition by Joonsoo Kim · 9 years ago
  4. fc05f56 mm: rename __mlock_vma_pages_range() to populate_vma_page_range() by Kirill A. Shutemov · 9 years ago
  5. fc5199d mm/internal.h: don't split printk call in two by Rasmus Villemoes · 9 years ago
  6. 1a6d53a mm: reduce try_to_compact_pages parameters by Vlastimil Babka · 9 years ago
  7. 6bace09 mm, compaction: always update cached scanner positions by Vlastimil Babka · 10 years ago
  8. ebff398 mm, compaction: pass classzone_idx and alloc_flags to watermark checking by Vlastimil Babka · 10 years ago
  9. 3c60509 mm/page_alloc: restrict max order of merging on isolated pageblock by Joonsoo Kim · 10 years ago
  10. 6d7ce55 mm, compaction: pass gfp mask to compact_control by David Rientjes · 10 years ago
  11. 99c0fd5 mm, compaction: skip buddy pages by their order in the migrate scanner by Vlastimil Babka · 10 years ago
  12. 1f9efde mm, compaction: khugepaged should not give up due to need_resched() by Vlastimil Babka · 10 years ago
  13. edc2ca6 mm, compaction: move pageblock checks up from isolate_migratepages_range() by Vlastimil Babka · 10 years ago
  14. bc7f84c mm/internal.h: use nth_page by Fabian Frederick · 10 years ago
  15. be97657 mm, compaction: properly signal and act upon lock and need_sched() contention by Vlastimil Babka · 10 years ago
  16. 7ee07a4 mm: fold mlocked_vma_newpage() into its only call site by Jianyu Zhan · 10 years ago
  17. bea04b0 mm: use the light version __mod_zone_page_state in mlocked_vma_newpage() by Jianyu Zhan · 10 years ago
  18. e0b9dae mm, compaction: embed migration mode in compact_control by David Rientjes · 10 years ago
  19. 4bbd4c7 mm: move get_user_pages()-related code to separate file by Kirill A. Shutemov · 10 years ago
  20. 29f175d mm/readahead.c: inline ra_submit by Fabian Frederick · 10 years ago
  21. 3a02576 mm: page_alloc: spill to remote nodes before waking kswapd by Johannes Weiner · 10 years ago
  22. a1c3bfb mm/page-writeback.c: do not count anon pages as dirtyable memory by Johannes Weiner · 10 years ago
  23. 6c14466 mm: improve documentation of page_order by Mel Gorman · 10 years ago
  24. 42aa83c mm: show message when updating min_free_kbytes in thp by Han Pingtian · 10 years ago
  25. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  26. c728852 mm: thp: __get_page_tail_foll() can use get_huge_page_tail() by Oleg Nesterov · 10 years ago
  27. 44518d2 mm: tail page refcounting optimization for slab and hugetlbfs by Andrea Arcangeli · 10 years ago
  28. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  29. 929aaf5 mm: remove unused __put_page() by Zhang Yanfei · 11 years ago
  30. ff6a6da mm: accelerate munlock() treatment of THP pages by Michel Lespinasse · 11 years ago
  31. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 11 years ago
  32. 47ecfcb mm: compaction: Partially revert capture of suitable high-order page by Mel Gorman · 11 years ago
  33. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  34. 6219049 mm: introduce mm_find_pmd() by Bob Liu · 12 years ago
  35. b32967f mm: numa: Add THP migration for the NUMA working set scanning fault case. by Mel Gorman · 12 years ago
  36. 8449d21 mm, thp: fix mlock statistics by David Rientjes · 12 years ago
  37. e46a287 CMA: migrate mlocked pages by Minchan Kim · 12 years ago
  38. e6c509f mm: use clear_page_mlock() in page_remove_rmap() by Hugh Dickins · 12 years ago
  39. 39b5f29 mm: remove vma arg from page_evictable by Hugh Dickins · 12 years ago
  40. c89511a mm: compaction: Restart compaction from near where it left off by Mel Gorman · 12 years ago
  41. bb13ffe mm: compaction: cache if a pageblock was scanned and no pages were isolated by Mel Gorman · 12 years ago
  42. 753341a revert "mm: have order > 0 compaction start off where it left" by Mel Gorman · 12 years ago
  43. e64c523 mm: compaction: abort compaction loop if lock is contended or run too long by Shaohua Li · 12 years ago
  44. d95ea5d cma: fix watermark checking by Bartlomiej Zolnierkiewicz · 12 years ago
  45. 02c6de8 mm: cma: discard clean pages during contiguous allocation instead of migration by Minchan Kim · 12 years ago
  46. db97141 mm: adjust final #endif position in mm/internal.h by Michel Lespinasse · 12 years ago
  47. 1fb3f8c mm: compaction: capture a suitable high-order page immediately when it is made available by Mel Gorman · 12 years ago
  48. c67fe37 mm: compaction: Abort async compaction if locks are contended or taking too long by Mel Gorman · 12 years ago
  49. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  50. 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
  51. ca57df7 mm: setup pageblock_order before it's used by sparsemem by Xishi Qiu · 12 years ago
  52. 7db8889 mm: have order > 0 compaction start off where it left by Rik van Riel · 12 years ago
  53. 68e3e92 Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" by Linus Torvalds · 12 years ago
  54. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  55. eb36c58 new helper: vm_mmap_pgoff() by Al Viro · 12 years ago
  56. 5ceb9ce mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks by Bartlomiej Zolnierkiewicz · 12 years ago
  57. 096a7cf mm: rename is_mlocked_vma() to mlocked_vma_newpage() by Ying Han · 12 years ago
  58. ff9543f mm: compaction: export some of the functions by Michal Nazarewicz · 12 years ago
  59. 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
  60. 6038def mm: nommu: sort mm->mmap list properly by Namhyung Kim · 13 years ago
  61. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  62. 0014bd9 mm: export __get_user_pages by Huang Ying · 13 years ago
  63. 7a60857 Revert "mm: batch activate_page() to reduce lock contention" by Linus Torvalds · 13 years ago
  64. 744ed144 mm: batch activate_page() to reduce lock contention by Shaohua Li · 13 years ago
  65. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 13 years ago
  66. 53a7706 mlock: do not hold mmap_sem for extended periods of time by Michel Lespinasse · 13 years ago
  67. 572438f mm: fix is_mem_section_removable() page_order BUG_ON check by KAMEZAWA Hiroyuki · 14 years ago
  68. 1bfe5fe HWPOISON: add an interface to switch off/on all the page filters by Haicheng Li · 14 years ago
  69. 4fd466e HWPOISON: add memory cgroup filter by Andi Kleen · 14 years ago
  70. 478c5ff HWPOISON: add page flags filter by Wu Fengguang · 14 years ago
  71. 31d3d34 HWPOISON: limit hwpoison injector to known page types by Wu Fengguang · 14 years ago
  72. 7c116f2 HWPOISON: add fs/device filters by Wu Fengguang · 14 years ago
  73. 8d22ba1 HWPOISON: detect free buddy pages explicitly by Wu Fengguang · 14 years ago
  74. 418b27e mm: remove unevictable_migrate_page function by Lee Schermerhorn · 14 years ago
  75. 73848b4 ksm: fix mlockfreed to munlocked by Hugh Dickins · 14 years ago
  76. af8e335 mm: CONFIG_MMU for PG_mlocked by Hugh Dickins · 14 years ago
  77. 03f6462 mm: move highest_memmap_pfn by Hugh Dickins · 15 years ago
  78. 58fa879 mm: FOLL flags for GUP flags by Hugh Dickins · 15 years ago
  79. 8e4b9a60 mm: FOLL_DUMP replace FOLL_ANON by Hugh Dickins · 15 years ago
  80. 1c3aff1 mm: remove unused GUP flags by Hugh Dickins · 15 years ago
  81. fa5e084 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full by Mel Gorman · 15 years ago
  82. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  83. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  84. 092cead page allocator: move free_page_mlock() to page_alloc.c by KOSAKI Motohiro · 15 years ago
  85. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 15 years ago
  86. 33925b2 nommu: there is no mlock() for NOMMU, so don't provide the bits by David Howells · 15 years ago
  87. 4779280 mm: make get_user_pages() interruptible by Ying Han · 15 years ago
  88. 22b31ee badpage: vm_normal_page use print_bad_pte by Hugh Dickins · 15 years ago
  89. 18229df hugetlb: pull gigantic page initialisation out of the default path by Andy Whitcroft · 16 years ago
  90. 69d177c hugetlbfs: handle pages higher order than MAX_ORDER by Andy Whitcroft · 16 years ago
  91. 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
  92. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  93. ba470de mmap: handle mlocked pages during map, remap, unmap by Rik van Riel · 16 years ago
  94. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  95. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  96. 62695a8 vmscan: move isolate_lru_page() to vmscan.c by Nick Piggin · 16 years ago
  97. 01ad1c0 mm: export prep_compound_page to mm by Andi Kleen · 16 years ago
  98. 42b7772 mm: remove double indirection on tlb parameter to free_pgd_range() & Co by Jan Beulich · 16 years ago
  99. 68ad8df mm: print out the zonelists on request for manual verification by Mel Gorman · 16 years ago
  100. 2dbb51c mm: make defensive checks around PFN values registered for memory usage by Mel Gorman · 16 years ago