1. 8ba7f62 mm: vmscan: lock page on swap error in pageout by Vinayak Menon · 10 years ago
  2. a9e6b18 mm: add a field to store names for private anonymous memory by Colin Cross · 11 years ago
  3. 898d548 mm: prevent MIGRATE_ISOLATE pages entering other free lists by Vinayak Menon · 10 years ago
  4. 47346984 mm: Mark free pages as read only by Laura Abbott · 10 years ago
  5. 88551ea ksm: Provide support to use deferred timers for scanner thread by Chintan Pandya · 10 years ago
  6. 7a93e74 mm/compaction: Break out of loop on !PageBuddy in isolate_freepages_block by Laura Abbott · 10 years ago
  7. 64a552f mm: fix calculation of dirtyable memory by Sonny Rao · 11 years ago
  8. f2da5eb mm: make is_vmalloc_addr lockless by Laura Abbott · 10 years ago
  9. bbdeecf Revert "mm: make is_vmalloc_addr work properly." by Shruthi Krishna · 10 years ago
  10. 4fd4ca3 Merge "mm: make is_vmalloc_addr work properly." by Linux Build Service Account · 10 years ago
  11. d560dd9 mm: make is_vmalloc_addr work properly. by Laura Abbott · 11 years ago
  12. f6eeaa0 Merge "mm: change freepage state correctly in __isolate_free_page" by Linux Build Service Account · 10 years ago
  13. 102d27f mm: change freepage state correctly in __isolate_free_page by Laura Abbott · 11 years ago
  14. 3b321eb add extra free kbytes tunable by Rik van Riel · 13 years ago
  15. 7611158 mm: swap: Rate limit swap write errors by Olav Haugan · 11 years ago
  16. d0a5856 mm: vmscan: Move pages that fail swapout to LRU active list by Olav Haugan · 11 years ago
  17. 70a1e74 Merge "mm: vmscan: fix do_try_to_free_pages() livelock" by Linux Build Service Account · 11 years ago
  18. 229ecd3 Merge "swap: add per-partition lock for swapfile" by Linux Build Service Account · 11 years ago
  19. e093521 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  20. 1abbca7 swap: add per-partition lock for swapfile by Shaohua Li · 11 years ago
  21. 9cbf01d mm: remove compressed copy from zram in-memory by Minchan Kim · 11 years ago
  22. fdd4d47 mm: methods for teaching filesystems about PG_swapcache pages by Mel Gorman · 12 years ago
  23. 0726cbe Merge "mm: Update is_vmalloc_addr to account for vmalloc savings" by Linux Build Service Account · 11 years ago
  24. 7c613ee slub: tid must be retrieved from the percpu area of the current processor by Christoph Lameter · 11 years ago
  25. 4291ee7 Merge "debug-pagealloc: Panic on pagealloc corruption" by Linux Build Service Account · 11 years ago
  26. d326348 mm: Update is_vmalloc_addr to account for vmalloc savings by Laura Abbott · 11 years ago
  27. 6639973 debug-pagealloc: Panic on pagealloc corruption by Subbaraman Narayanamurthy · 11 years ago
  28. d7f7aa9 Merge "mm: panic on the first bad page table entry access" by Linux Build Service Account · 11 years ago
  29. 38c0eab Merge "msm: Increase the kernel virtual area to include lowmem" by Linux Build Service Account · 11 years ago
  30. bf42e2b Merge "msm: Allow lowmem to be non contiguous and mixed." by Linux Build Service Account · 11 years ago
  31. f1db931 mm: panic on the first bad page table entry access by Pushkar Joshi · 11 years ago
  32. f8382d8 mm: Remove __init annotations from free_bootmem_late by Laura Abbott · 11 years ago
  33. e6ccd03 msm: Increase the kernel virtual area to include lowmem by Neeti Desai · 11 years ago
  34. c278c94 msm: Allow lowmem to be non contiguous and mixed. by Neeti Desai · 11 years ago
  35. f55a623 mm: vmscan: do not keep kswapd looping forever due to individual uncompactable zones by Johannes Weiner · 11 years ago
  36. 791355e mm: vmscan: fix endless loop in kswapd balancing by Johannes Weiner · 12 years ago
  37. 0cc1a0c mm: pass readahead info down to the i/o scheduler by Lee Susman · 11 years ago
  38. ab21102 compaction: fix build error in CMA && !COMPACTION by Minchan Kim · 11 years ago
  39. 9814940 mm: compaction: partially revert capture of suitable high-order page by Mel Gorman · 11 years ago
  40. 993e951 mm: cma: skip watermarks check for already isolated blocks in split_free_page() by Marek Szyprowski · 11 years ago
  41. 7cca82b mm: compaction: fix echo 1 > compact_memory return error issue by Jason Liu · 11 years ago
  42. 3f2afc2 mm: compaction: Add scanned and isolated counters for compaction by Mel Gorman · 12 years ago
  43. cd9bb9b mm: compaction: Move migration fail/success stats to migrate.c by Mel Gorman · 12 years ago
  44. 812f7a3 mm: compaction: validate pfn range passed to isolate_freepages_block by Mel Gorman · 11 years ago
  45. 2a3232d mm: compaction: correct the nr_strict va isolated check for CMA by Mel Gorman · 12 years ago
  46. d05b452 CMA: migrate mlocked pages by Minchan Kim · 12 years ago
  47. 9317a2b mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity by Mel Gorman · 12 years ago
  48. 8af6845 mm: fix lost kswapd wakeup in kswapd_stop() by Aaditya Kumar · 12 years ago
  49. d58f1f2 mm: compaction: Restart compaction from near where it left off by Mel Gorman · 12 years ago
  50. 13f662c mm: clean up __count_immobile_pages() by Minchan Kim · 12 years ago
  51. 259ca6a mm: do not use page_count() without a page pin by Minchan Kim · 12 years ago
  52. dad0d8b mm: cma: WARN if freed memory is still in use by Marek Szyprowski · 11 years ago
  53. 6b50664 mm: compaction: cache if a pageblock was scanned and no pages were isolated by Mel Gorman · 12 years ago
  54. b35e2d7 mm: compaction: acquire the zone->lock as late as possible by Mel Gorman · 12 years ago
  55. 79f6ed5 mm: compaction: acquire the zone->lru_lock as late as possible by Mel Gorman · 12 years ago
  56. 5e663dc mm: compaction: Update try_to_compact_pages()kerneldoc comment by Mel Gorman · 12 years ago
  57. dcdfce4 mm: compaction: move fatal signal check out of compact_checklock_irqsave by Mel Gorman · 12 years ago
  58. 3cbf351 mm: compaction: abort compaction loop if lock is contended or run too long by Shaohua Li · 12 years ago
  59. 0a1104a mm: compaction: capture a suitable high-order page immediately when it is made available by Mel Gorman · 12 years ago
  60. 05fd3fd mm: compaction: update comment in try_to_compact_pages by Mel Gorman · 12 years ago
  61. 27d1af8 mm: compaction: Abort async compaction if locks are contended or taking too long by Mel Gorman · 12 years ago
  62. fc83d28 mm/compaction.c: fix deferring compaction mistake by Minchan Kim · 12 years ago
  63. a56063e mm, thp: abort compaction if migration page cannot be charged to memcg by David Rientjes · 12 years ago
  64. 726cfb4 cma: decrease cc.nr_migratepages after reclaiming pagelist by Minchan Kim · 12 years ago
  65. aab50f1 mm: cma: discard clean pages during contiguous allocation instead of migration by Minchan Kim · 12 years ago
  66. 650e095 mm/vmscan: remove update_isolated_counts() by Konstantin Khlebnikov · 12 years ago
  67. 3a15fe8 mm/vmscan: push lruvec pointer into isolate_lru_pages() by Konstantin Khlebnikov · 12 years ago
  68. 65f4b2c mm/vmscan: push zone pointer into shrink_page_list() by Konstantin Khlebnikov · 12 years ago
  69. 2e3d11f mm: memcg: count pte references from every member of the reclaimed hierarchy by Johannes Weiner · 12 years ago
  70. 9003b35 kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite by Johannes Weiner · 12 years ago
  71. 038ada9 mm/vmscan: store "priority" in struct scan_control by Konstantin Khlebnikov · 12 years ago
  72. 8cfb3a6 mm: remove swap token code by Rik van Riel · 12 years ago
  73. 1e09e00 mm/memcg: use vm_swappiness from target memory cgroup by Konstantin Khlebnikov · 12 years ago
  74. 1cc0039 mm: avoid swapping out with swappiness==0 by Satoru Moriya · 12 years ago
  75. c12af16 mm/memcg: scanning_global_lru means mem_cgroup_disabled by Hugh Dickins · 12 years ago
  76. 35b8473 mm/memcg: kill mem_cgroup_lru_del() by Konstantin Khlebnikov · 12 years ago
  77. 6d8a50e mm: remove lru type checks from __isolate_lru_page() by Konstantin Khlebnikov · 12 years ago
  78. 626ebe7 mm: vmscan: remove reclaim_mode_t by Mel Gorman · 12 years ago
  79. f65a6ed mm: vmscan: do not stall on writeback during memory compaction by Mel Gorman · 12 years ago
  80. e338e5e mm: vmscan: remove lumpy reclaim by Mel Gorman · 12 years ago
  81. 7f8a920 mm: push lru index into shrink_[in]active_list() by Konstantin Khlebnikov · 12 years ago
  82. 18d4e2d mm: page_alloc: fix watermark check in __zone_watermark_ok() by Tomasz Stanislawski · 11 years ago
  83. 178a68e mm: cma: fix accounting of CMA pages placed in high memory by Marek Szyprowski · 11 years ago
  84. 800f2b2 mm: cma: remove watermark hacks by Marek Szyprowski · 11 years ago
  85. 15e5476 Merge "mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls" by Linux Build Service Account · 11 years ago
  86. 48e1527 mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls by Marek Szyprowski · 12 years ago
  87. 87544c6 Merge "mm: change initial readahead window size calculation" by Linux Build Service Account · 11 years ago
  88. 7893b2e mm: change initial readahead window size calculation by Lee Susman · 11 years ago
  89. e2958b8 mm: Retry original migrate type if CMA failed by Laura Abbott · 11 years ago
  90. 3f1e551 android/lowmemorykiller: Selectively count free CMA pages by Liam Mark · 11 years ago
  91. 603c272 Revert "android/lowmemorykiller: Only consider gfp_mask free pages" by Olav Haugan · 11 years ago
  92. cb4d7a6 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
  93. acf4e61 mm: vmalloc: use const void * for caller argument by Marek Szyprowski · 12 years ago
  94. be911be mm: Don't put CMA pages on per cpu lists by Laura Abbott · 11 years ago
  95. 771aaa6 cma: redirect page allocation to CMA by Heesub Shin · 11 years ago
  96. 434f55a Revert "mm: cma: on movable allocations try MIGRATE_CMA first" by Laura Abbott · 11 years ago
  97. bd0aeab Merge "ion: tracing: add ftrace events for ion allocations" by Linux Build Service Account · 11 years ago
  98. 1964431 cma: fix watermark checking by Bartlomiej Zolnierkiewicz · 12 years ago
  99. cc2d4bd ion: tracing: add ftrace events for ion allocations by Liam Mark · 11 years ago
  100. b5662d6 mm: cma: on movable allocations try MIGRATE_CMA first by Michal Nazarewicz · 12 years ago