1. 51bb1a4 mm/page_alloc: add freepage on isolate pageblock to correct buddy list by Joonsoo Kim · 10 years ago
  2. ad53f92 mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype by Joonsoo Kim · 10 years ago
  3. 5695be1 OOM, PM: OOM killed task shouldn't escape PM suspend by Michal Hocko · 10 years ago
  4. df133e8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. 82742a3 mm: move debug code out of page_alloc.c by Sasha Levin · 10 years ago
  6. 3193913 mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bit by Mel Gorman · 10 years ago
  7. 97ee4ba mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON by Mel Gorman · 10 years ago
  8. 5705465 mm: clean up zone flags by Johannes Weiner · 10 years ago
  9. 7ade3c9 mm: page_alloc: avoid wakeup kswapd on the unintended node by Weijie Yang · 10 years ago
  10. 0bf5513 mm: introduce dump_vma by Sasha Levin · 10 years ago
  11. 43e7a34 mm: rename allocflags_to_migratetype for clarity by David Rientjes · 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. 98dd3b4 mm, compaction: do not count compact_stall if all zones skipped compaction by Vlastimil Babka · 10 years ago
  15. 53853e2 mm, compaction: defer each zone individually instead of preferred zone by Vlastimil Babka · 10 years ago
  16. 21bb9bd mm: page_alloc: determine migratetype only once by Vlastimil Babka · 10 years ago
  17. ad2c814 topology: add support for node_to_mem_node() to determine the fallback node by Joonsoo Kim · 10 years ago
  18. abe5f97 mm: page_alloc: fix zone allocation fairness on UP by Johannes Weiner · 10 years ago
  19. 8b375f6 x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() by Luiz Capitulino · 10 years ago
  20. 8fe7804 mm, thp: restructure thp avoidance of light synchronous migration by David Rientjes · 10 years ago
  21. e972a07 mm, oom: rename zonelist locking functions by David Rientjes · 10 years ago
  22. 4ffeaf3 mm: page_alloc: reduce cost of the fair zone allocation policy by Mel Gorman · 10 years ago
  23. f7b5d64 mm: page_alloc: abort fair zone allocation policy when remotes nodes are encountered by Mel Gorman · 10 years ago
  24. 0d5d823 mm: move zone->pages_scanned into a vmstat counter by Mel Gorman · 10 years ago
  25. 3484b2d mm: rearrange zone fields into read-only, page alloc, statistics and page reclaim lines by Mel Gorman · 10 years ago
  26. cc7452b mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces by Rafael Aquini · 10 years ago
  27. 7be12fc mm: page_alloc: simplify drain_zone_pages by using min() by Michal Nazarewicz · 10 years ago
  28. b95b4e1 mm/page_alloc.c: unexport alloc_pages_exact_nid() by Andrew Morton · 10 years ago
  29. e193181 mm/page_alloc.c: add __meminit to alloc_pages_exact_nid() by Fabian Frederick · 10 years ago
  30. b104a35 mm, thp: do not allow thp faults to avoid cpuset restrictions by David Rientjes · 10 years ago
  31. 1aab4d7 mm: fix page_alloc.c kernel-doc warnings by Randy Dunlap · 10 years ago
  32. dc78327 mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDER by Michal Nazarewicz · 10 years ago
  33. 7cd2b0a mm, pcp: allow restoring percpu_pagelist_fraction default by David Rientjes · 10 years ago
  34. cccad5b mm: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  35. 7d01817 mm/page_alloc.c: cleanup add_active_range() related comments by Zhang Zhen · 10 years ago
  36. d884637 mm: page_alloc: calculate classzone_idx once from the zonelist ref by Mel Gorman · 10 years ago
  37. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  38. 7aeb09f mm: page_alloc: use unsigned int for order in more places by Mel Gorman · 10 years ago
  39. cfc47a2 mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free by Mel Gorman · 10 years ago
  40. dc4b0ca mm: page_alloc: reduce number of times page_to_pfn is called by Mel Gorman · 10 years ago
  41. e58469b mm: page_alloc: use word-based accesses for get/set pageblock bitmaps by Mel Gorman · 10 years ago
  42. 5dab291 mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast path by Mel Gorman · 10 years ago
  43. a6e21b14 mm: page_alloc: only check the alloc flags and gfp_mask for dirty once by Mel Gorman · 10 years ago
  44. d34c5fa mm: page_alloc: only check the zone id check if pages are buddies by Mel Gorman · 10 years ago
  45. 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 10 years ago
  46. 800a1e7 mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "full" by Mel Gorman · 10 years ago
  47. 65bb371 mm: page_alloc: do not update zlc unless the zlc is active by Mel Gorman · 10 years ago
  48. 75f3086 mm, thp: avoid excessive compaction latency during fault by David Rientjes · 10 years ago
  49. e0b9dae mm, compaction: embed migration mode in compact_control by David Rientjes · 10 years ago
  50. 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
  51. 613813e mm: debug: make bad_range() output more usable and readable by Dave Hansen · 10 years ago
  52. 5bcc9f8 mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced by Vlastimil Babka · 10 years ago
  53. 5f7a75a mm: page_alloc: do not cache reclaim distances by Mel Gorman · 10 years ago
  54. 4f9b16a mm: disable zone_reclaim_mode by default by Mel Gorman · 10 years ago
  55. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  56. ed12d84 mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOL by John Hubbard · 10 years ago
  57. 136199f memblock: use for_each_memblock() by Emil Medve · 10 years ago
  58. 3a02576 mm: page_alloc: spill to remote nodes before waking kswapd by Johannes Weiner · 10 years ago
  59. d230dec mm: use 'const char *' insted of 'char *' for reason in dump_page() by Kirill A. Shutemov · 10 years ago
  60. 70ef57e mm: exclude memoryless nodes from zone_reclaim by Michal Hocko · 10 years ago
  61. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  62. 2732936 mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness by Johannes Weiner · 10 years ago
  63. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  64. 42aa83c mm: show message when updating min_free_kbytes in thp by Han Pingtian · 10 years ago
  65. da8c757 mm: prevent setting of a value less than 0 to min_free_kbytes by Han Pingtian · 10 years ago
  66. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  67. f0b791a mm: print more details for bad_page() by Dave Hansen · 10 years ago
  68. aed0a0e mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failure by David Rientjes · 10 years ago
  69. de6c60a mm: compaction: encapsulate defer reset logic by Vlastimil Babka · 10 years ago
  70. 6782832 mm/page_alloc.c: use memblock apis for early memory allocations by Santosh Shilimkar · 10 years ago
  71. b2f3eeb x86, numa, acpi, memory-hotplug: make movable_node have higher priority by Tang Chen · 10 years ago
  72. aec6a88 mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT by Mel Gorman · 10 years ago
  73. 943dca1 mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve by Yasuaki Ishimatsu · 10 years ago
  74. fff4068 mm: page_alloc: revert NUMA aspect of fair allocation policy by Johannes Weiner · 10 years ago
  75. 8798cee Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness policy" by Mel Gorman · 10 years ago
  76. 73f038b mm: page_alloc: exclude unreclaimable allocations from zone fairness policy by Johannes Weiner · 10 years ago
  77. a1aeb65 mm/page_alloc.c: fix comment in zlc_setup() by Zhi Yong Wu · 11 years ago
  78. 0cbef29 mm: __rmqueue_fallback() should respect pageblock type by KOSAKI Motohiro · 11 years ago
  79. 52c8f6a mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag() by KOSAKI Motohiro · 11 years ago
  80. 5d0f3f7 mm: fix page_group_by_mobility_disabled breakage by KOSAKI Motohiro · 11 years ago
  81. bfc4f9d mm/page_alloc.c: remove unused marco LONG_ALIGN by Zhang Yanfei · 11 years ago
  82. b9921ec mm: add a helper function to check may oom condition by Qiang Huang · 11 years ago
  83. b38a872 mm: use populated_zone() instead of if(zone->present_pages) by Xishi Qiu · 11 years ago
  84. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  85. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  86. 7393dc4 revert "mm/memory-hotplug: fix lowmem count overflow when offline pages" by Joonyoung Shim · 11 years ago
  87. cf6fe94 mm: correct the comment about the value for buddy _mapcount by Wang Sheng-Hui · 11 years ago
  88. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  89. 3b11f0a mm: page_alloc: fix comment get_page_from_freelist by SeungHun Lee · 11 years ago
  90. e76b63f memblock, numa: binary search node id by Yinghai Lu · 11 years ago
  91. c8721bb mm: memory-hotplug: enable memory hotplug to handle hugepage by Naoya Horiguchi · 11 years ago
  92. 8080fc0 mm: use zone_is_empty() instead of if(zone->spanned_pages) by Xishi Qiu · 11 years ago
  93. 2bb921e vmstat: create separate function to fold per cpu diffs into local counters by Christoph Lameter · 11 years ago
  94. e66f097 mm, page_alloc: add unlikely macro to help compiler optimization by Joonsoo Kim · 11 years ago
  95. 81c0a2b mm: page_alloc: fair zone allocator policy by Johannes Weiner · 11 years ago
  96. e085dbc mm: page_alloc: rearrange watermark checking in get_page_from_freelist by Johannes Weiner · 11 years ago
  97. e2d0bd2 mm: kill one if loop in __free_pages_bootmem() by Yinghai Lu · 11 years ago
  98. f92310c mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag tracepoint() by Srivatsa S. Bhat · 11 years ago
  99. fef903e mm/page_allo.c: restructure free-page stealing code and fix a bug by Srivatsa S. Bhat · 11 years ago
  100. b8af294 mm/page_alloc.c: fix coding style and spelling by Pintu Kumar · 11 years ago