1. a8e025e mm, compaction: add the ultimate direct compaction priority by Vlastimil Babka · 8 years ago
  2. 7ceb009 mm, compaction: don't recheck watermarks after COMPACT_SUCCESS by Vlastimil Babka · 8 years ago
  3. cf37831 mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS by Vlastimil Babka · 8 years ago
  4. 791cae9 mm, compaction: cleanup unused functions by Vlastimil Babka · 8 years ago
  5. 06ed299 mm, compaction: make whole_zone flag ignore cached scanner positions by Vlastimil Babka · 8 years ago
  6. c3486f5 mm, compaction: simplify contended compaction handling by Vlastimil Babka · 8 years ago
  7. a5508cd mm, compaction: introduce direct compaction priority by Vlastimil Babka · 8 years ago
  8. 1d2047f mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT mode by Hugh Dickins · 8 years ago
  9. 5a1c84b mm: remove reclaim and compaction retry approximations by Mel Gorman · 8 years ago
  10. bca6759 mm, vmstat: remove zone and node double accounting by approximating retries by Mel Gorman · 8 years ago
  11. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  12. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 8 years ago
  13. b2b331f mm/compaction: remove unnecessary order check in try_to_compact_pages() by Ganesh Mahendran · 8 years ago
  14. 46f24fd mm/page_alloc: introduce post allocation processing on page allocator by Joonsoo Kim · 8 years ago
  15. 83358ec mm/page_owner: initialize page owner without holding the zone lock by Joonsoo Kim · 8 years ago
  16. 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 8 years ago
  17. 3783689 zsmalloc: introduce zspage structure by Minchan Kim · 8 years ago
  18. b1123ea6 mm: balloon: use general non-lru movable page feature by Minchan Kim · 8 years ago
  19. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  20. a46cbf3 mm, compaction: prevent VM_BUG_ON when terminating freeing scanner by David Rientjes · 8 years ago
  21. a4f04f2 mm, compaction: abort free scanner if split fails by David Rientjes · 8 years ago
  22. 6cd9dc3 mm/compaction.c: fix zoneindex in kcompactd() by Chen Feng · 8 years ago
  23. 86a294a mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders by Michal Hocko · 8 years ago
  24. c8f7de0 mm, compaction: distinguish between full and partial COMPACT_COMPLETE by Michal Hocko · 8 years ago
  25. 1d4746d mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED by Michal Hocko · 8 years ago
  26. c46649d mm, compaction: cover all compaction mode in compact_zone by Michal Hocko · 8 years ago
  27. ea7ab98 mm, compaction: change COMPACT_ constants into enum by Michal Hocko · 8 years ago
  28. 93ea996 mm, page_alloc: remove field from alloc_context by Mel Gorman · 8 years ago
  29. c603844 mm, page_alloc: convert alloc_flags to unsigned by Mel Gorman · 8 years ago
  30. fdd048e mm, compaction: skip blocks where isolation fails in async direct compaction by Vlastimil Babka · 8 years ago
  31. a34753d mm, compaction: reduce spurious pcplist drains by Vlastimil Babka · 8 years ago
  32. 06b6640 mm, compaction: wrap calculating first and last pfn of pageblock by Vlastimil Babka · 8 years ago
  33. 172400c mm: fix kcompactd hang during memory offlining by Vlastimil Babka · 8 years ago
  34. 14af4a5 mm, cma: prevent nr_isolated_* counters from going negative by Hugh Dickins · 8 years ago
  35. accf624 mm, kswapd: replace kswapd compaction with waking up kcompactd by Vlastimil Babka · 8 years ago
  36. 698b1b3 mm, compaction: introduce kcompactd by Vlastimil Babka · 8 years ago
  37. 7cf91a9 mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous by Joonsoo Kim · 8 years ago
  38. e1409c3 mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page by Joonsoo Kim · 8 years ago
  39. 623446e mm/compaction: fix invalid free_pfn and compact_cached_free_pfn by Joonsoo Kim · 8 years ago
  40. 7546934 mm/compaction.c: __compact_pgdat() code cleanuup by Joonsoo Kim · 8 years ago
  41. fec4eb2 mm/compaction: improve comment for compact_memory tunable knob handler by Yaowei Bai · 8 years ago
  42. 2d1e104 mm, compaction: distinguish contended status in tracepoints by Vlastimil Babka · 9 years ago
  43. fa6c7b4 mm, compaction: export tracepoints status strings to userspace by Vlastimil Babka · 9 years ago
  44. 21c527a mm/compaction.c: add an is_via_compact_memory() helper by Yaowei Bai · 9 years ago
  45. 1a16718 mm/compaction: correct to flush migrated pages if pageblock skip happens by Joonsoo Kim · 9 years ago
  46. 9fcd6d2 mm, compaction: skip compound pages by order in free scanner by Vlastimil Babka · 9 years ago
  47. 29c0dde mm, compaction: always skip all compound pages by order in migrate scanner by Vlastimil Babka · 9 years ago
  48. 0233364 mm, compaction: encapsulate resetting cached scanner positions by Vlastimil Babka · 9 years ago
  49. f5f61a3 mm, compaction: simplify handling restart position in free pages scanner by Vlastimil Babka · 9 years ago
  50. f2849aa mm, compaction: more robust check for scanners meeting by Vlastimil Babka · 9 years ago
  51. 018e9a4 mm/compaction.c: fix "suitable_migration_target() unused" warning by Andrew Morton · 9 years ago
  52. 195b0c6 mm/compaction: reset compaction scanner positions by Gioh Kim · 9 years ago
  53. 5bbe354 mm: allow compaction of unevictable pages by Eric B Munson · 9 years ago
  54. 2149cda mm/compaction: enhance compaction finish condition by Joonsoo Kim · 9 years ago
  55. b8c73fc mm: page_alloc: add kasan hooks on alloc and free paths by Andrey Ryabinin · 9 years ago
  56. ff59909 mm: fix negative nr_isolated counts by Hugh Dickins · 9 years ago
  57. 932ff6b mm/compaction: stop the isolation when we isolate enough freepage by Joonsoo Kim · 9 years ago
  58. 372549c mm/compaction: fix wrong order check in compact_finished() by Joonsoo Kim · 9 years ago
  59. 24e2716 mm/compaction: add tracepoint to observe behaviour of compaction defer by Joonsoo Kim · 9 years ago
  60. 837d026 mm/compaction: more trace to understand when/why compaction start/finish by Joonsoo Kim · 9 years ago
  61. e34d85f mm/compaction: print current range where compaction work by Joonsoo Kim · 9 years ago
  62. 16c4a09 mm/compaction: enhance tracepoint output for compaction begin/end by Joonsoo Kim · 9 years ago
  63. 1a6d53a mm: reduce try_to_compact_pages parameters by Vlastimil Babka · 9 years ago
  64. fdaf7f5 mm, compaction: more focused lru and pcplists draining by Vlastimil Babka · 9 years ago
  65. 6bace09 mm, compaction: always update cached scanner positions by Vlastimil Babka · 9 years ago
  66. f866979 mm, compaction: defer only on COMPACT_COMPLETE by Vlastimil Babka · 9 years ago
  67. 97d47a6 mm, compaction: simplify deferred compaction by Vlastimil Babka · 9 years ago
  68. ebff398 mm, compaction: pass classzone_idx and alloc_flags to watermark checking by Vlastimil Babka · 9 years ago
  69. 1d5bfe1 mm, compaction: prevent infinite loop in compact_zone by Vlastimil Babka · 10 years ago
  70. 5842001 mm/compaction: skip the range until proper target pageblock is met by Joonsoo Kim · 10 years ago
  71. 6ea41c0 mm/compaction.c: avoid premature range skip in isolate_migratepages_range by Joonsoo Kim · 10 years ago
  72. d6d86c0 mm/balloon_compaction: redesign ballooned pages management by Konstantin Khlebnikov · 10 years ago
  73. b8b2d82 mm/compaction.c: fix warning of 'flags' may be used uninitialized by Xiubo Li · 10 years ago
  74. 6d7ce55 mm, compaction: pass gfp mask to compact_control by David Rientjes · 10 years ago
  75. 43e7a34 mm: rename allocflags_to_migratetype for clarity by David Rientjes · 10 years ago
  76. 99c0fd5 mm, compaction: skip buddy pages by their order in the migrate scanner by Vlastimil Babka · 10 years ago
  77. e14c720 mm, compaction: remember position within pageblock in free pages scanner by Vlastimil Babka · 10 years ago
  78. 69b7189 mm, compaction: skip rechecks when lock was already held by Vlastimil Babka · 10 years ago
  79. 8b44d27 mm, compaction: periodically drop lock and restore IRQs in scanners by Vlastimil Babka · 10 years ago
  80. 1f9efde mm, compaction: khugepaged should not give up due to need_resched() by Vlastimil Babka · 10 years ago
  81. 7d49d88 mm, compaction: reduce zone checking frequency in the migration scanner by Vlastimil Babka · 10 years ago
  82. edc2ca6 mm, compaction: move pageblock checks up from isolate_migratepages_range() by Vlastimil Babka · 10 years ago
  83. f8224aa mm, compaction: do not recheck suitable_migration_target under lock by Vlastimil Babka · 10 years ago
  84. 53853e2 mm, compaction: defer each zone individually instead of preferred zone by Vlastimil Babka · 10 years ago
  85. be97657 mm, compaction: properly signal and act upon lock and need_sched() contention by Vlastimil Babka · 10 years ago
  86. e9ade56 mm/compaction: avoid rescanning pageblocks in isolate_freepages by Vlastimil Babka · 10 years ago
  87. f8c9301 mm/compaction: do not count migratepages when unnecessary by Vlastimil Babka · 10 years ago
  88. aeef4b8 mm, compaction: terminate async compaction when rescheduling by David Rientjes · 10 years ago
  89. e0b9dae mm, compaction: embed migration mode in compact_control by David Rientjes · 10 years ago
  90. 35979ef mm, compaction: add per-zone migration pfn cache for async compaction by David Rientjes · 10 years ago
  91. d53aea3 mm, compaction: return failed migration target pages back to freelist by David Rientjes · 10 years ago
  92. 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
  93. c96b9e5 mm/compaction: cleanup isolate_freepages() by Vlastimil Babka · 10 years ago
  94. 13fb44e mm/compaction: clean up unused code lines by Heesub Shin · 10 years ago
  95. 49e068f mm/compaction: make isolate_freepages start at pageblock boundary by Vlastimil Babka · 10 years ago
  96. da1c67a mm, compaction: determine isolation mode only once by David Rientjes · 10 years ago
  97. b6c7501 mm/compaction: clean-up code on success of ballon isolation by Joonsoo Kim · 10 years ago
  98. c122b20 mm/compaction: check pageblock suitability once per pageblock by Joonsoo Kim · 10 years ago
  99. be1aa03 mm/compaction: change the timing to check to drop the spinlock by Joonsoo Kim · 10 years ago
  100. 01ead53 mm/compaction: do not call suitable_migration_target() on every page by Joonsoo Kim · 10 years ago