1. 18d4e2d mm: page_alloc: fix watermark check in __zone_watermark_ok() by Tomasz Stanislawski · 11 years ago
  2. 178a68e mm: cma: fix accounting of CMA pages placed in high memory by Marek Szyprowski · 11 years ago
  3. 800f2b2 mm: cma: remove watermark hacks by Marek Szyprowski · 12 years ago
  4. 15e5476 Merge "mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls" by Linux Build Service Account · 11 years ago
  5. 48e1527 mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls by Marek Szyprowski · 12 years ago
  6. 87544c6 Merge "mm: change initial readahead window size calculation" by Linux Build Service Account · 11 years ago
  7. 7893b2e mm: change initial readahead window size calculation by Lee Susman · 11 years ago
  8. e2958b8 mm: Retry original migrate type if CMA failed by Laura Abbott · 11 years ago
  9. 3f1e551 android/lowmemorykiller: Selectively count free CMA pages by Liam Mark · 11 years ago
  10. 603c272 Revert "android/lowmemorykiller: Only consider gfp_mask free pages" by Olav Haugan · 11 years ago
  11. cb4d7a6 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
  12. acf4e61 mm: vmalloc: use const void * for caller argument by Marek Szyprowski · 12 years ago
  13. be911be mm: Don't put CMA pages on per cpu lists by Laura Abbott · 11 years ago
  14. 771aaa6 cma: redirect page allocation to CMA by Heesub Shin · 12 years ago
  15. 434f55a Revert "mm: cma: on movable allocations try MIGRATE_CMA first" by Laura Abbott · 11 years ago
  16. bd0aeab Merge "ion: tracing: add ftrace events for ion allocations" by Linux Build Service Account · 11 years ago
  17. 1964431 cma: fix watermark checking by Bartlomiej Zolnierkiewicz · 12 years ago
  18. cc2d4bd ion: tracing: add ftrace events for ion allocations by Liam Mark · 12 years ago
  19. b5662d6 mm: cma: on movable allocations try MIGRATE_CMA first by Michal Nazarewicz · 12 years ago
  20. 394b808 mm: show migration types in show_mem by Rabin Vincent · 12 years ago
  21. 9b92440 mm: Hold a file reference in madvise_remove by Andy Lutomirski · 12 years ago
  22. 11451f4 Merge "mm: Use correct define for CMA features" by Linux Build Service Account · 12 years ago
  23. 6975529 mm: Use correct define for CMA features by Laura Abbott · 12 years ago
  24. cc4baf7 android/lowmemorykiller: Only consider gfp_mask free pages by Liam Mark · 12 years ago
  25. 6d6e2c9 mm: make counts of CMA free pages correct by Larry Bassel · 12 years ago
  26. 539118f cma : use migrate_prep() instead of migrate_prep_local() by woojoong.lee · 12 years ago
  27. fa8ea82 cma: fix race condition on a page by Heesub Shin · 12 years ago
  28. 6745842 mm: Don't use CMA pages for writes by Laura Abbott · 12 years ago
  29. 40d5552 Merge "mm: Add is_cma_pageblock definition" by Linux Build Service Account · 12 years ago
  30. 11e0927 Merge "cma: fix migration mode" by Linux Build Service Account · 12 years ago
  31. 5bca722 mm: Use aligned zone start for pfn_to_bitidx calculation by Laura Abbott · 12 years ago
  32. fac1e45 Merge "Revert "android/lowmemorykiller: Only consider gfp_mask free pages"" by Linux Build Service Account · 12 years ago
  33. 3eda4a9 Merge "mm: split_free_page ignore memory watermarks for CMA" by Linux Build Service Account · 12 years ago
  34. d47b12e Revert "android/lowmemorykiller: Only consider gfp_mask free pages" by Liam Mark · 12 years ago
  35. 364dcd4 mm: Add is_cma_pageblock definition by Laura Abbott · 12 years ago
  36. 132fb79 cma: fix migration mode by Minchan Kim · 12 years ago
  37. 4ca9a21 mm: split_free_page ignore memory watermarks for CMA by Liam Mark · 12 years ago
  38. 79faa17 kernel: Add hooks for user-accessible timers in the kernel. by Greg Reid · 12 years ago
  39. f714041 android/lowmemorykiller: Only consider gfp_mask free pages by Liam Mark · 12 years ago
  40. 92eab92 msm: 8974: Add driver to enable/disable memblock-remove feature by Neeti Desai · 12 years ago
  41. fbfcd6f mm: cma: don't replace lowmem pages with highmem by Rabin Vincent · 12 years ago
  42. f398f30 bdi: use deferable timer for sync_supers task by Yong Wang · 12 years ago
  43. f1f6388 mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks by Marek Szyprowski · 13 years ago
  44. 1ed3651 mm: extract reclaim code from __alloc_pages_direct_reclaim() by Marek Szyprowski · 13 years ago
  45. e12aade mm: Serialize access to min_free_kbytes by Mel Gorman · 13 years ago
  46. c80cd92 mm: page_isolation: MIGRATE_CMA isolation functions added by Michal Nazarewicz · 12 years ago
  47. d4158d2 mm: mmzone: MIGRATE_CMA migration type added by Michal Nazarewicz · 13 years ago
  48. c6114bf mm: page_alloc: change fallbacks array handling by Michal Nazarewicz · 13 years ago
  49. 4c1ff37 mm: page_alloc: introduce alloc_contig_range() by Michal Nazarewicz · 13 years ago
  50. 02ff1de mm: compaction: export some of the functions by Michal Nazarewicz · 13 years ago
  51. 61ee2fc mm: compaction: introduce isolate_freepages_range() by Michal Nazarewicz · 12 years ago
  52. 2770ccf mm: compaction: introduce map_pages() by Michal Nazarewicz · 12 years ago
  53. a196a6c mm: compaction: introduce isolate_migratepages_range() by Michal Nazarewicz · 12 years ago
  54. adc95fd mm: page_alloc: remove trailing whitespace by Michal Nazarewicz · 13 years ago
  55. 5310349 mm: Fix a compiler warning. by Shashank Mittal · 12 years ago
  56. fa00262 mm: fix faulty initialization in vmalloc_init() by KyongHo · 12 years ago
  57. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 12 years ago
  58. 5500e4f Merge commit 'v3.4' into android-3.4 by Colin Cross · 12 years ago
  59. 1aa4e5a memblock: Add memblock_overlaps_memory() by Stephen Boyd · 12 years ago
  60. 62ade86 memcg,thp: fix res_counter:96 regression by Hugh Dickins · 12 years ago
  61. 02e1a9c slub: missing test for partial pages flush work in flush_all() by majianpeng · 12 years ago
  62. ec0b571 Merge commit 'v3.4-rc7' into android-3.4 by Colin Cross · 12 years ago
  63. 1b76b02 mm: raise MemFree by reverting percpu_pagelist_fraction to 0 by Hugh Dickins · 12 years ago
  64. 7c28332 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  65. 6bc2e85 mm: nobootmem: fix sign extend problem in __free_pages_memory() by Russ Anderson · 12 years ago
  66. 8c75776 memcg: free spare array to avoid memory leak by Sha Zhengju · 12 years ago
  67. 4998a6c hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow() by Chris Metcalf · 12 years ago
  68. 9327881 mm: fix division by 0 in percpu_pagelist_fraction() by Sasha Levin · 12 years ago
  69. 100d13c kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP by Catalin Marinas · 12 years ago
  70. 42b6428 percpu: pcpu_embed_first_chunk() should free unused parts after all allocs are complete by Tejun Heo · 12 years ago
  71. e9b19cd Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  72. aadf030 Merge commit 'v3.4-rc5' into android-3.4 by Colin Cross · 12 years ago
  73. 957265b Merge commit 'v3.4-rc4' into android-3.4 by Colin Cross · 12 years ago
  74. 110a5c8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  75. 6e8b09e mm: fix NULL ptr dereference in move_pages by Sasha Levin · 12 years ago
  76. f2a9ef8 mm: fix NULL ptr dereference in migrate_pages by Sasha Levin · 12 years ago
  77. 904249a mm: fix up the vmscan stat in vmstat by Ying Han · 12 years ago
  78. b1c12cb mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma by Konstantin Khlebnikov · 12 years ago
  79. ce587e6 mm: memcg: move pc lookup point to commit_charge() by Johannes Weiner · 12 years ago
  80. 4e1c2b2 mm: nobootmem: Correct alloc_bootmem semantics. by David Miller · 12 years ago
  81. aca50bd mm: fix s390 BUG by __set_page_dirty_no_writeback on swap by Hugh Dickins · 12 years ago
  82. bfce281 kill mm argument of vm_munmap() by Al Viro · 12 years ago
  83. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  84. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 12 years ago
  85. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 12 years ago
  86. b3dc627 memblock: memblock should be able to handle zero length operations by Tejun Heo · 12 years ago
  87. ab2965e Merge commit 'v3.4-rc3' into android-3.4 by Colin Cross · 12 years ago
  88. 9b7f43a memcg: fix Bad page state after replace_page_cache by Hugh Dickins · 12 years ago
  89. 41c9308 Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()" by Ying Han · 12 years ago
  90. 66aebce hugetlb: fix race condition in hugetlb_fault() by Chris Metcalf · 12 years ago
  91. 569530f memcg: do not open code accesses to res_counter members by Glauber Costa · 12 years ago
  92. d833049 memcg: fix broken boolen expression by Kirill A. Shutemov · 12 years ago
  93. d92aa58 ashmem: Add shmem_set_file to mm/shmem.c by John Stultz · 13 years ago
  94. cde8949 mm: Add min_free_order_shift tunable. by Arve Hjønnevåg · 15 years ago
  95. a76e99a Merge branch 'Linux 3.0.21' into msm-3.0 by Rohit Vaswani · 12 years ago
  96. cb12982 percpu: use KERN_CONT in pcpu_dump_alloc_info() by Tejun Heo · 12 years ago
  97. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  98. 0fc9d10 radix-tree: use iterators in find_get_pages* functions by Konstantin Khlebnikov · 12 years ago
  99. 7404649 mm: only IPI CPUs to drain local pages if they exist by Gilad Ben-Yossef · 12 years ago
  100. a8364d5 slub: only IPI CPUs that have per cpu obj to flush by Gilad Ben-Yossef · 12 years ago