1. fff4068 mm: page_alloc: revert NUMA aspect of fair allocation policy by Johannes Weiner · 11 years ago
  2. 8798cee Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness policy" by Mel Gorman · 11 years ago
  3. 73f038b mm: page_alloc: exclude unreclaimable allocations from zone fairness policy by Johannes Weiner · 11 years ago
  4. a1aeb65 mm/page_alloc.c: fix comment in zlc_setup() by Zhi Yong Wu · 11 years ago
  5. 0cbef29 mm: __rmqueue_fallback() should respect pageblock type by KOSAKI Motohiro · 11 years ago
  6. 52c8f6a mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag() by KOSAKI Motohiro · 11 years ago
  7. 5d0f3f7 mm: fix page_group_by_mobility_disabled breakage by KOSAKI Motohiro · 11 years ago
  8. bfc4f9d mm/page_alloc.c: remove unused marco LONG_ALIGN by Zhang Yanfei · 11 years ago
  9. b9921ec mm: add a helper function to check may oom condition by Qiang Huang · 11 years ago
  10. b38a872 mm: use populated_zone() instead of if(zone->present_pages) by Xishi Qiu · 11 years ago
  11. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  12. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  13. 7393dc4 revert "mm/memory-hotplug: fix lowmem count overflow when offline pages" by Joonyoung Shim · 11 years ago
  14. cf6fe94 mm: correct the comment about the value for buddy _mapcount by Wang Sheng-Hui · 11 years ago
  15. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  16. 3b11f0a mm: page_alloc: fix comment get_page_from_freelist by SeungHun Lee · 11 years ago
  17. e76b63f memblock, numa: binary search node id by Yinghai Lu · 11 years ago
  18. c8721bb mm: memory-hotplug: enable memory hotplug to handle hugepage by Naoya Horiguchi · 11 years ago
  19. 8080fc0 mm: use zone_is_empty() instead of if(zone->spanned_pages) by Xishi Qiu · 11 years ago
  20. 2bb921e vmstat: create separate function to fold per cpu diffs into local counters by Christoph Lameter · 11 years ago
  21. e66f097 mm, page_alloc: add unlikely macro to help compiler optimization by Joonsoo Kim · 11 years ago
  22. 81c0a2b mm: page_alloc: fair zone allocator policy by Johannes Weiner · 11 years ago
  23. e085dbc mm: page_alloc: rearrange watermark checking in get_page_from_freelist by Johannes Weiner · 11 years ago
  24. e2d0bd2 mm: kill one if loop in __free_pages_bootmem() by Yinghai Lu · 11 years ago
  25. f92310c mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag tracepoint() by Srivatsa S. Bhat · 11 years ago
  26. fef903e mm/page_allo.c: restructure free-page stealing code and fix a bug by Srivatsa S. Bhat · 11 years ago
  27. b8af294 mm/page_alloc.c: fix coding style and spelling by Pintu Kumar · 11 years ago
  28. 15ca220 mm/page_alloc.c: use '__paginginit' instead of '__init' by Chen Gang · 11 years ago
  29. a7e8331 mm: fix negative left shift count when PAGE_SHIFT > 20 by Jerry Zhou · 11 years ago
  30. 9cf510a Fix comment typo for init_cma_reserved_pageblock by Li Zhong · 11 years ago
  31. 5f12733 mm: honor min_free_kbytes set by user by Michal Hocko · 11 years ago
  32. 345606d mm/page_alloc.c: remove unlikely() from the current_order test by Zhang Yanfei · 11 years ago
  33. bc732f1 mm/page_alloc.c: remove zone_type argument of build_zonelists_node by Zhang Yanfei · 11 years ago
  34. 7960aed mm: remove duplicated call of get_pfn_range_for_nid by Zhang Yanfei · 11 years ago
  35. 7ee3d4e mm: introduce helper function mem_init_print_info() to simplify mem_init() by Jiang Liu · 11 years ago
  36. cdd91a7 mm: report available pages as "MemTotal" for each NUMA node by Jiang Liu · 11 years ago
  37. 3dcc057 mm: correctly update zone->managed_pages by Jiang Liu · 11 years ago
  38. 170a5a7 mm: make __free_pages_bootmem() only available at boot time by Jiang Liu · 11 years ago
  39. c3d5f5f mm: use a dedicated lock to protect totalram_pages and zone->managed_pages by Jiang Liu · 11 years ago
  40. 7b4b2a0 mm: accurately calculate zone->managed_pages for highmem zones by Jiang Liu · 11 years ago
  41. 4f9f477 mm: use managed_pages to calculate default zonelist order by Jiang Liu · 11 years ago
  42. 834405c mm: fix some trivial typos in comments by Jiang Liu · 11 years ago
  43. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  44. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  45. cea27eb mm/memory-hotplug: fix lowmem count overflow when offline pages by Wanpeng Li · 11 years ago
  46. dacbde0 mm/page_alloc.c: add additional checking and return value for the 'table->data' by Chen Gang · 11 years ago
  47. 169f6c1 mm/page_alloc: don't re-init pageset in zone_pcp_update() by Cody P Schafer · 11 years ago
  48. 3664033 mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_set_batch() by Cody P Schafer · 11 years ago
  49. 737af4c mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init() by Cody P Schafer · 11 years ago
  50. 56cef2b mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset() by Cody P Schafer · 11 years ago
  51. dd1895e mm/page_alloc: relocate comment to be directly above code it refers to. by Cody P Schafer · 11 years ago
  52. 88c90db mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_batch() by Cody P Schafer · 11 years ago
  53. 22a7f12 mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalulate high by Cody P Schafer · 11 years ago
  54. 0a647f3 mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead of stop_machine() by Cody P Schafer · 11 years ago
  55. 998d39c mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCE by Cody P Schafer · 11 years ago
  56. 8d7a8fa mm/page_alloc: insert memory barriers to allow async update of pcp batch and high by Cody P Schafer · 11 years ago
  57. c8e251f mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->high by Cody P Schafer · 11 years ago
  58. 4008bab mm/page_alloc: factor out setting of pcp->high and pcp->batch by Cody P Schafer · 11 years ago
  59. 026b081 mm/page_alloc.c: fix watermark check in __zone_watermark_ok() by Tomasz Stanislawski · 11 years ago
  60. bb3ec6b mm: Fix virt_to_page() warning by Ralf Baechle · 11 years ago
  61. f9872ca page_alloc: make setup_nr_node_ids() usable for arch init code by Cody P Schafer · 11 years ago
  62. 7c243c7 mm: speedup in __early_pfn_to_nid by Russ Anderson · 11 years ago
  63. fed2719 mm: page_alloc: avoid marking zones full prematurely after zone_reclaim() by Mel Gorman · 11 years ago
  64. 949f7ec mm, hugetlb: include hugepages in meminfo by David Rientjes · 11 years ago
  65. cfa11e0 mm: introduce free_highmem_page() helper to free highmem pages into buddy system by Jiang Liu · 11 years ago
  66. 69afade mm: introduce common help functions to deal with reserved/managed pages by Jiang Liu · 11 years ago
  67. 4b59e6c mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 11 years ago
  68. 5853ff2 mm: export split_page() by K. Y. Srinivasan · 11 years ago
  69. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 11 years ago
  70. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  71. e0fb581 mm: accurately document nr_free_*_pages functions with code comments by Zhang Yanfei · 11 years ago
  72. ebec386 mm: fix return type for functions nr_free_*_pages by Zhang Yanfei · 11 years ago
  73. 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 11 years ago
  74. b5e6a5a mm/page_alloc: add informative debugging message in page_outside_zone_boundaries() by Cody P Schafer · 11 years ago
  75. d29bb97 mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized. by Cody P Schafer · 11 years ago
  76. 108bcc9 mm: add & use zone_end_pfn() and zone_spans_pfn() by Cody P Schafer · 11 years ago
  77. 9c620e2 mm: remove offlining arg to migrate_pages by Hugh Dickins · 11 years ago
  78. 22b751c mm: rename page struct field helpers by Mel Gorman · 11 years ago
  79. 21caf2f mm: teach mm by current context info to not do I/O during memory allocation by Ming Lei · 11 years ago
  80. 194159f mm: remove MIGRATE_ISOLATE check in hotpath by Minchan Kim · 11 years ago
  81. 306f2e9 mm: set zone->present_pages to number of existing pages in the zone by Jiang Liu · 11 years ago
  82. b40da04 mm: use zone->present_pages instead of zone->managed_pages where appropriate by Jiang Liu · 11 years ago
  83. 01a178a acpi, memory-hotplug: support getting hotplug info from SRAT by Tang Chen · 11 years ago
  84. 27168d3 acpi, memory-hotplug: extend movablemem_map ranges to the end of node by Tang Chen · 11 years ago
  85. 42f47e2 page_alloc: make movablemem_map have higher priority by Tang Chen · 11 years ago
  86. 6981ec3 page_alloc: introduce zone_movable_limit[] to keep movable limit for nodes by Tang Chen · 11 years ago
  87. 34b71f1 page_alloc: add movable_memmap kernel parameter by Tang Chen · 11 years ago
  88. 90ae8d6 mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned long by Andrew Morton · 11 years ago
  89. 2a6f512 CMA: make putback_lru_pages() call conditional by Srinivas Pandruvada · 11 years ago
  90. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  91. 7c45512 mm: fix pageblock bitmap allocation by Linus Torvalds · 11 years ago
  92. 41a7973 mm: cma: fix accounting of CMA pages placed in high memory by Marek Szyprowski · 11 years ago
  93. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 11 years ago
  94. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  95. 8fb74b9 mm: compaction: partially revert capture of suitable high-order page by Mel Gorman · 11 years ago
  96. c060f94 mm: use aligned zone start for pfn_to_bitidx calculation by Laura Abbott · 11 years ago
  97. a458431 mm: fix zone_watermark_ok_safe() accounting of isolated pages by Bartlomiej Zolnierkiewicz · 11 years ago
  98. bcc2b02 mm: cma: WARN if freed memory is still in use by Marek Szyprowski · 12 years ago
  99. 6a1a0d3 mm: allocate kernel pages to the right memcg by Glauber Costa · 12 years ago
  100. 0bb2c76 mm/page_alloc.c: remove duplicate check by Gavin Shan · 12 years ago