1. c89511a mm: compaction: Restart compaction from near where it left off by Mel Gorman · 12 years ago
  2. bb13ffe mm: compaction: cache if a pageblock was scanned and no pages were isolated by Mel Gorman · 12 years ago
  3. 753341a revert "mm: have order > 0 compaction start off where it left" by Mel Gorman · 12 years ago
  4. f40d1e4 mm: compaction: acquire the zone->lock as late as possible by Mel Gorman · 12 years ago
  5. 2a1402a mm: compaction: acquire the zone->lru_lock as late as possible by Mel Gorman · 12 years ago
  6. 661c4cb mm: compaction: Update try_to_compact_pages()kerneldoc comment by Mel Gorman · 12 years ago
  7. 3cc668f mm: compaction: move fatal signal check out of compact_checklock_irqsave by Mel Gorman · 12 years ago
  8. e64c523 mm: compaction: abort compaction loop if lock is contended or run too long by Shaohua Li · 12 years ago
  9. f2d52fe mm/memblock: cleanup early_node_map[] related comments by Wanpeng Li · 12 years ago
  10. e9d24ad mm/memblock: use existing interface to set nid by Wanpeng Li · 12 years ago
  11. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  12. e79bee2 atomic: implement generic atomic_dec_if_positive() by Shaohua Li · 12 years ago
  13. 435b405 memory-hotplug: fix pages missed by race rather than failing by Minchan Kim · 12 years ago
  14. 41d575a memory-hotplug: bug fix race between isolation and allocation by Minchan Kim · 12 years ago
  15. 95e3441 mm: remain migratetype in freed page by Minchan Kim · 12 years ago
  16. b12c4ad mm: page_alloc: use get_freepage_migratetype() instead of page_private() by Minchan Kim · 12 years ago
  17. d95ea5d cma: fix watermark checking by Bartlomiej Zolnierkiewicz · 12 years ago
  18. d1ce749 cma: count free CMA pages by Bartlomiej Zolnierkiewicz · 12 years ago
  19. 2139cbe cma: fix counting of isolated pages by Bartlomiej Zolnierkiewicz · 12 years ago
  20. 770c8aa mm: fix tracing in free_pcppages_bulk() by Bartlomiej Zolnierkiewicz · 12 years ago
  21. 02c6de8 mm: cma: discard clean pages during contiguous allocation instead of migration by Minchan Kim · 12 years ago
  22. 7040030 mm: mmu_notifier: make the mmu_notifier srcu static by Andrea Arcangeli · 12 years ago
  23. 1e8537b memory-hotplug: build zonelists when offlining pages by Xishi Qiu · 12 years ago
  24. 38a7601 mm: avoid taking rmap locks in move_ptes() by Michel Lespinasse · 12 years ago
  25. 523d4e2 mm anon rmap: in mremap, set the new vma's position before anon_vma_clone() by Michel Lespinasse · 12 years ago
  26. ed8ea81 mm: add CONFIG_DEBUG_VM_RB build option by Michel Lespinasse · 12 years ago
  27. 86c2ad1 mm rmap: remove vma_address check for address inside vma by Michel Lespinasse · 12 years ago
  28. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  29. 108d664 mm anon rmap: remove anon_vma_moveto_tail by Michel Lespinasse · 12 years ago
  30. 9826a51 mm: interval tree updates by Michel Lespinasse · 12 years ago
  31. 9c079ad rbtree: move augmented rbtree functionality to rbtree_augmented.h by Michel Lespinasse · 12 years ago
  32. 147e615 prio_tree: remove by Michel Lespinasse · 12 years ago
  33. 85d3a31 kmemleak: use rbtree instead of prio tree by Michel Lespinasse · 12 years ago
  34. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  35. fff3fd8 rbtree: add prio tree and interval tree tests by Michel Lespinasse · 12 years ago
  36. 3908836 rbtree: add RB_DECLARE_CALLBACKS() macro by Michel Lespinasse · 12 years ago
  37. 9d9e6f9 rbtree: remove prior augmented rbtree implementation by Michel Lespinasse · 12 years ago
  38. 14b94af rbtree: faster augmented rbtree manipulation by Michel Lespinasse · 12 years ago
  39. dadf935 rbtree: augmented rbtree test by Michel Lespinasse · 12 years ago
  40. 4f035ad rbtree: low level optimizations in rb_erase() by Michel Lespinasse · 12 years ago
  41. 46b6135 rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color() by Michel Lespinasse · 12 years ago
  42. 60670b8 rbtree: place easiest case first in rb_erase() by Michel Lespinasse · 12 years ago
  43. 7abc704 rbtree: add __rb_change_child() helper function by Michel Lespinasse · 12 years ago
  44. 28d7530 rbtree test: fix sparse warning about 64-bit constant by Michel Lespinasse · 12 years ago
  45. 59633ab rbtree: optimize fetching of sibling node by Michel Lespinasse · 12 years ago
  46. 7ce6ff9 rbtree: coding style adjustments by Michel Lespinasse · 12 years ago
  47. 6280d23 rbtree: low level optimizations in __rb_erase_color() by Michel Lespinasse · 12 years ago
  48. e125d14 rbtree: optimize case selection logic in __rb_erase_color() by Michel Lespinasse · 12 years ago
  49. d6ff127 rbtree: adjust node color in __rb_erase_color() only when necessary by Michel Lespinasse · 12 years ago
  50. 5bc9188 rbtree: low level optimizations in rb_insert_color() by Michel Lespinasse · 12 years ago
  51. 6d58452 rbtree: adjust root color in rb_insert_color() only when necessary by Michel Lespinasse · 12 years ago
  52. 1f05286 rbtree: break out of rb_insert_color loop after tree rotation by Michel Lespinasse · 12 years ago
  53. 910a742 rbtree: performance and correctness test by Michel Lespinasse · 12 years ago
  54. bf7ad8e rbtree: move some implementation details from rbtree.h to rbtree.c by Michel Lespinasse · 12 years ago
  55. ea5272f rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c by Michel Lespinasse · 12 years ago
  56. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  57. 1457d28 rbtree: reference Documentation/rbtree.txt for usage instructions by Michel Lespinasse · 12 years ago
  58. 1638113 ipc/mqueue: remove unnecessary rb_init_node() calls by Michel Lespinasse · 12 years ago
  59. 1ae1c1d thp, s390: architecture backend for thp on s390 by Gerald Schaefer · 12 years ago
  60. 274023d thp, s390: disable thp for kvm host on s390 by Gerald Schaefer · 12 years ago
  61. 9501d09 thp, s390: thp pagetable pre-allocation for s390 by Gerald Schaefer · 12 years ago
  62. 75077af thp, s390: thp splitting backend for s390 by Gerald Schaefer · 12 years ago
  63. 8e72033 thp: make MADV_HUGEPAGE check for mm->def_flags by Gerald Schaefer · 12 years ago
  64. 46dcde7 thp: introduce pmdp_invalidate() by Gerald Schaefer · 12 years ago
  65. e3ebcf6 thp: remove assumptions on pgtable_t type by Gerald Schaefer · 12 years ago
  66. 1562606 thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE by Gerald Schaefer · 12 years ago
  67. ca42b26 mm: fix potential anon_vma locking issue in mprotect() by Michel Lespinasse · 12 years ago
  68. 227e404 thp: remove unnecessary set_recommended_min_free_kbytes by Xiao Guangrong · 12 years ago
  69. 17c230a thp: use khugepaged_enabled to remove duplicate code by Xiao Guangrong · 12 years ago
  70. b723178 thp: remove khugepaged_loop by Xiao Guangrong · 12 years ago
  71. 26234f3 thp: introduce khugepaged_prealloc_page and khugepaged_alloc_page by Xiao Guangrong · 12 years ago
  72. 420256ef thp: release page in page pre-alloc path by Xiao Guangrong · 12 years ago
  73. d516904 thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scan by Xiao Guangrong · 12 years ago
  74. 9817626 thp: remove some code depend on CONFIG_NUMA by Xiao Guangrong · 12 years ago
  75. 2017c0b thp: remove wake_up_interruptible in the exit path by Xiao Guangrong · 12 years ago
  76. e060f0e thp: remove unnecessary khugepaged_thread check by Xiao Guangrong · 12 years ago
  77. 911891a thp: move khugepaged_mutex out of khugepaged by Xiao Guangrong · 12 years ago
  78. 637e3a2 thp: remove unnecessary check in start_khugepaged by Xiao Guangrong · 12 years ago
  79. 65b3c07 thp: fix the count of THP_COLLAPSE_ALLOC by Xiao Guangrong · 12 years ago
  80. db97141 mm: adjust final #endif position in mm/internal.h by Michel Lespinasse · 12 years ago
  81. 5d3a551 mm: hugetlb: add arch hook for clearing page flags before entering pool by Will Deacon · 12 years ago
  82. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  83. d5dc0ad mm/vmscan: fix error number for failed kthread by Gavin Shan · 12 years ago
  84. e0f3c3f mm/mmu_notifier: init notifier if necessary by Gavin Shan · 12 years ago
  85. 21a9273 mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely schedule by Sagi Grimberg · 12 years ago
  86. 48af0d7 mm: mmu_notifier: fix inconsistent memory between secondary MMU and host by Xiao Guangrong · 12 years ago
  87. 00442ad mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma() by Mel Gorman · 12 years ago
  88. 63f74ca mempolicy: fix refcount leak in mpol_set_shared_policy() by KOSAKI Motohiro · 12 years ago
  89. b22d127 mempolicy: fix a race in shared_policy_replace() by Mel Gorman · 12 years ago
  90. 869833f2 mempolicy: remove mempolicy sharing by KOSAKI Motohiro · 12 years ago
  91. 8d34694c1 revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages" by KOSAKI Motohiro · 12 years ago
  92. 1fb3f8c mm: compaction: capture a suitable high-order page immediately when it is made available by Mel Gorman · 12 years ago
  93. 83fde0f mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failures by Mel Gorman · 12 years ago
  94. 4ffb633 mm: compaction: update comment in try_to_compact_pages by Mel Gorman · 12 years ago
  95. 6597d78 mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links() by Hugh Dickins · 12 years ago
  96. d741c9c mm: fix nonuniform page status when writing new file with small buffer by Robin Dong · 12 years ago
  97. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  98. 0103bd1 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
  99. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
  100. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago