1. ad53f92 mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype by Joonsoo Kim · 10 years ago
  2. 5705465 mm: clean up zone flags by Johannes Weiner · 10 years ago
  3. 4ffeaf3 mm: page_alloc: reduce cost of the fair zone allocation policy by Mel Gorman · 10 years ago
  4. 0d5d823 mm: move zone->pages_scanned into a vmstat counter by Mel Gorman · 10 years ago
  5. 3484b2d mm: rearrange zone fields into read-only, page alloc, statistics and page reclaim lines by Mel Gorman · 10 years ago
  6. 1a4dc5b mem-hotplug: improve zone_movable_is_highmem logic by Wang Nan · 10 years ago
  7. 7aeb09f mm: page_alloc: use unsigned int for order in more places by Mel Gorman · 10 years ago
  8. dc4b0ca mm: page_alloc: reduce number of times page_to_pfn is called by Mel Gorman · 10 years ago
  9. e58469b mm: page_alloc: use word-based accesses for get/set pageblock bitmaps by Mel Gorman · 10 years ago
  10. 35979ef mm, compaction: add per-zone migration pfn cache for async compaction by David Rientjes · 10 years ago
  11. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
  12. 5f7a75a mm: page_alloc: do not cache reclaim distances by Mel Gorman · 10 years ago
  13. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  14. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  15. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 11 years ago
  16. 1c5e9c2 mm: numa: limit scope of lock for NUMA migrate rate limiting by Mel Gorman · 11 years ago
  17. 943dca1 mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve by Yasuaki Ishimatsu · 11 years ago
  18. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  19. 81c0a2b mm: page_alloc: fair zone allocator policy by Johannes Weiner · 11 years ago
  20. b21fbcc mm: remove unused functions is_{normal_idx, normal, dma32, dma} by Zhang Yanfei · 11 years ago
  21. 55878e8 sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2 by Cody P Schafer · 11 years ago
  22. c3d5f5f mm: use a dedicated lock to protect totalram_pages and zone->managed_pages by Jiang Liu · 11 years ago
  23. 114d4b7 mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock() by Cody P Schafer · 11 years ago
  24. 72c3b51 mm: fix comment referring to non-existent size_seqlock, change to span_seqlock by Cody P Schafer · 11 years ago
  25. 283aba9 mm: vmscan: block kswapd if it is encountering pages under writeback by Mel Gorman · 11 years ago
  26. d43006d mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not priority by Mel Gorman · 11 years ago
  27. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  28. 8761e31 mmzone: correct "pags" to "pages" in comment. by Cody P Schafer · 11 years ago
  29. f9228b2 mm: zone_end_pfn is too small by Russ Anderson · 11 years ago
  30. da3649e mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate. by Cody P Schafer · 12 years ago
  31. 2a6e3eb mm: add zone_is_empty() and zone_is_initialized() by Cody P Schafer · 12 years ago
  32. 108bcc9 mm: add & use zone_end_pfn() and zone_spans_pfn() by Cody P Schafer · 12 years ago
  33. bbeae5b mm: move page flags layout to separate header by Peter Zijlstra · 12 years ago
  34. 194159f mm: remove MIGRATE_ISOLATE check in hotpath by Minchan Kim · 12 years ago
  35. a458431 mm: fix zone_watermark_ok_safe() accounting of isolated pages by Bartlomiej Zolnierkiewicz · 12 years ago
  36. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  37. 9feedc9 mm: introduce new field "managed_pages" to struct zone by Jiang Liu · 12 years ago
  38. bc357f4 mm: cma: remove watermark hacks by Marek Szyprowski · 12 years ago
  39. 8177a42 mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting by Andrea Arcangeli · 12 years ago
  40. bea8c15 memcg: fix hotplugged memory zone oops by Hugh Dickins · 12 years ago
  41. e46a287 CMA: migrate mlocked pages by Minchan Kim · 12 years ago
  42. 957f822 mm, numa: reclaim from all nodes within reclaim distance by David Rientjes · 12 years ago
  43. 6299702 mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity by Mel Gorman · 12 years ago
  44. c89511a mm: compaction: Restart compaction from near where it left off by Mel Gorman · 12 years ago
  45. bb13ffe mm: compaction: cache if a pageblock was scanned and no pages were isolated by Mel Gorman · 12 years ago
  46. 753341a revert "mm: have order > 0 compaction start off where it left" by Mel Gorman · 12 years ago
  47. d1ce749 cma: count free CMA pages by Bartlomiej Zolnierkiewicz · 12 years ago
  48. 5515061 mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage by Mel Gorman · 12 years ago
  49. 702d1a6 memory-hotplug: fix kswapd looping forever problem by Minchan Kim · 12 years ago
  50. 9adb62a mm/hotplug: correctly setup fallback zonelists when creating new pgdat by Jiang Liu · 12 years ago
  51. fe03025 mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAP by Rabin Vincent · 12 years ago
  52. 7db8889 mm: have order > 0 compaction start off where it left by Rik van Riel · 12 years ago
  53. ca28ddc mm: remove unused LRU_ALL_EVICTABLE by Wanpeng Li · 12 years ago
  54. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  55. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  56. d8adde1 memory hotplug: fix invalid memory access caused by stale kswapd pointer by Jiang Liu · 12 years ago
  57. 59f91e5 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  58. 46028e6 mm: cleanup on the comments of zone_reclaim_stat by Wanpeng Li · 12 years ago
  59. 7f5e86c mm: add link from struct lruvec to struct zone by Konstantin Khlebnikov · 12 years ago
  60. 89abfab mm/memcg: move reclaim_stat into lruvec by Hugh Dickins · 12 years ago
  61. f3fd4a6 mm: remove lru type checks from __isolate_lru_page() by Konstantin Khlebnikov · 12 years ago
  62. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  63. 49f223a mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks by Marek Szyprowski · 13 years ago
  64. 47118af mm: mmzone: MIGRATE_CMA migration type added by Michal Nazarewicz · 13 years ago
  65. 35fca53 mmzone: fix comment typo coelesce -> coalesce by Wang YanQing · 12 years ago
  66. aff6224 vmscan: only defer compaction for failed order and higher by Rik van Riel · 12 years ago
  67. 4111304 mm: enum lru_list lru by Hugh Dickins · 13 years ago
  68. c824493 mm: compaction: make isolate_lru_page() filter-aware again by Mel Gorman · 13 years ago
  69. 6290df5 mm: collect LRU list heads into struct lruvec by Johannes Weiner · 13 years ago
  70. ab8fabd mm: exclude reserved pages from dirtyable memory by Johannes Weiner · 13 years ago
  71. 0ee332c memblock: Kill early_node_map[] by Tejun Heo · 13 years ago
  72. 49ea7eb mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completes by Mel Gorman · 13 years ago
  73. ee72886 mm: vmscan: do not writeback filesystem pages in direct reclaim by Mel Gorman · 13 years ago
  74. f80c067 mm: zone_reclaim: make isolate_lru_page() filter-aware by Minchan Kim · 13 years ago
  75. 39deaf8 mm: compaction: make isolate_lru_page() filter-aware by Minchan Kim · 13 years ago
  76. 4356f21 mm: change isolate mode from #define to bitwise type by Minchan Kim · 13 years ago
  77. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  78. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 13 years ago
  79. c6830c2 Fix node_start/end_pfn() definition for mm/page_cgroup.c by KAMEZAWA Hiroyuki · 13 years ago
  80. 2a56d22 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  81. 246e87a memcg: fix get_scan_count() for small targets by KAMEZAWA Hiroyuki · 13 years ago
  82. 7b7bf49 ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM by Will Deacon · 13 years ago
  83. a539f35 mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macro by Daniel Kiper · 13 years ago
  84. e3c40f3 mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM context by Daniel Kiper · 13 years ago
  85. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  86. 25a64ec fix comment spelling becausse => because by Pete Zaitcev · 14 years ago
  87. 7913417 thp: transparent hugepage vmstat by Andrea Arcangeli · 14 years ago
  88. 9950474 mm: kswapd: stop high-order balancing when any suitable zone is balanced by Mel Gorman · 14 years ago
  89. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 14 years ago
  90. 0e093d99 writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone by Mel Gorman · 14 years ago
  91. ea941f0 writeback: add nr_dirtied and nr_written to /proc/vmstat by Michael Rubin · 14 years ago
  92. aa45484 mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake by Christoph Lameter · 14 years ago
  93. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  94. b645bd1 mmzone.h: remove dead prototype by Alexander Nevenchannyy · 14 years ago
  95. 7aac789 numa: introduce numa_mem_id()- effective local memory node id by Lee Schermerhorn · 14 years ago
  96. 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 14 years ago
  97. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 14 years ago
  98. 0faa563 mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme. by Marcelo Roberto Jimenez · 14 years ago
  99. 4f92e25 mm: compaction: defer compaction using an exponential backoff when compaction fails by Mel Gorman · 14 years ago
  100. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago