1. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  2. 974709b page allocator: get the pageblock migratetype without disabling interrupts by Mel Gorman · 15 years ago
  3. f2260e6 page allocator: update NR_FREE_PAGES only as necessary by Mel Gorman · 15 years ago
  4. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  5. a3af9c3 page allocator: do not check for compound pages during the page allocator sanity checks by Nick Piggin · 15 years ago
  6. d395b73 page allocator: do not setup zonelist cache when there is only one node by Mel Gorman · 15 years ago
  7. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 15 years ago
  8. ed0ae21 page allocator: do not call get_pageblock_migratetype() more than necessary by Mel Gorman · 15 years ago
  9. 0ac3a40 page allocator: inline __rmqueue_fallback() by Mel Gorman · 15 years ago
  10. 0a15c3e page allocator: inline buffered_rmqueue() by Mel Gorman · 15 years ago
  11. 728ec98 page allocator: inline __rmqueue_smallest() by Mel Gorman · 15 years ago
  12. a56f57f page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH by Mel Gorman · 15 years ago
  13. 341ce06 page allocator: calculate the alloc_flags for allocation only once by Peter Zijlstra · 15 years ago
  14. 3dd2826 page allocator: calculate the migratetype for allocation only once by Mel Gorman · 15 years ago
  15. 5117f45 page allocator: calculate the preferred zone for allocation only once by Mel Gorman · 15 years ago
  16. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 15 years ago
  17. 11e33f6 page allocator: break up the allocator entry point into fast and slow paths by Mel Gorman · 15 years ago
  18. 7f82af9 page allocator: check only once if the zonelist is suitable for the allocation by Mel Gorman · 15 years ago
  19. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 15 years ago
  20. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 15 years ago
  21. 6c0db46 mm: alloc_large_system_hash check order by Hugh Dickins · 15 years ago
  22. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  23. dbb1f81 kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash by Catalin Marinas · 15 years ago
  24. 888a589 mm, x86: remove MEMORY_HOTPLUG_RESERVE related code by Yinghai Lu · 15 years ago
  25. 3a6be87 nommu: clamp zone_batchsize() to 0 under NOMMU conditions by David Howells · 15 years ago
  26. 9155203 mm: use roundown_pow_of_two() in zone_batchsize() by David Howells · 15 years ago
  27. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  28. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  29. 327c0e9 vmscan: fix it to take care of nodemask by KAMEZAWA Hiroyuki · 15 years ago
  30. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 15 years ago
  31. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 15 years ago
  32. c4e1aa6 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. e713a21 trivial: Fix dubious bitwise 'or' usage spotted by sparse. by Alexey Zaytsev · 15 years ago
  34. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  35. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 15 years ago
  36. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 15 years ago
  37. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 15 years ago
  38. 6e90157 mm: introduce zone_reclaim struct by KOSAKI Motohiro · 15 years ago
  39. 9f572e3 mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGE by KOSAKI Motohiro · 15 years ago
  40. 1e9e636 badpage: KERN_ALERT BUG instead of KERN_EMERG by Hugh Dickins · 15 years ago
  41. d936cf9 badpage: ratelimit print_bad_pte and bad_page by Hugh Dickins · 15 years ago
  42. 22b31ee badpage: vm_normal_page use print_bad_pte by Hugh Dickins · 15 years ago
  43. 3dc1474 badpage: replace page_remove_rmap Eeek and BUG by Hugh Dickins · 15 years ago
  44. 8cc3b39 badpage: keep any bad page out of circulation by Hugh Dickins · 15 years ago
  45. 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 15 years ago
  46. efab818 mm: make setup_per_zone_inactive_ratio() static by KOSAKI Motohiro · 15 years ago
  47. b962716 mm: optimize get_scan_ratio for no swap by Hugh Dickins · 15 years ago
  48. 58a01a4 mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 15 years ago
  49. 5594c8c mm: print out memmap number only if it is not zero by Yinghai Lu · 15 years ago
  50. e33c3b5 cpusets: update mems allowed in page allocator by David Rientjes · 16 years ago
  51. 18229df hugetlb: pull gigantic page initialisation out of the default path by Andy Whitcroft · 16 years ago
  52. 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 16 years ago
  53. 1125b4e setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock by Gerald Schaefer · 16 years ago
  54. d903ef9 mm: print out meminit for memmap by Yinghai Lu · 16 years ago
  55. 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
  56. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  57. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  58. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
  59. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  60. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  61. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  62. db99100 mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enum by Andrew Morton · 16 years ago
  63. 6babc32 mm: handle initialising compound pages at orders greater than MAX_ORDER by Andy Whitcroft · 16 years ago
  64. 5276558 mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_data by Marcin Slusarz · 16 years ago
  65. 344c790 mm: make setup_zone_migrate_reserve() aware of overlapping nodes by Adam Litke · 16 years ago
  66. 74768ed page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash() by Jan Beulich · 16 years ago
  67. 1d1958f mm: remove find_max_pfn_with_active_regions by Yinghai Lu · 16 years ago
  68. 9b1a4d3 stop_machine: Wean existing callers off stop_machine_run() by Rusty Russell · 16 years ago
  69. af370fb memory hotplug: small fixes to bootmem freeing for memory hotremove by Yasunori Goto · 16 years ago
  70. b69a728 mm/page_alloc.c: cleanups by Adrian Bunk · 16 years ago
  71. 2be0ffe mm: add alloc_pages_exact() and free_pages_exact() by Timur Tabi · 16 years ago
  72. 01ad1c0 mm: export prep_compound_page to mm by Andi Kleen · 16 years ago
  73. 9109fb7 mm: drop unneeded pgdat argument from free_area_init_node() by Johannes Weiner · 16 years ago
  74. 3c82d0c buddy: clarify comments describing buddy merge by Andy Whitcroft · 16 years ago
  75. e4048e5 page allocator: inline some __alloc_pages() wrappers by KOSAKI Motohiro · 16 years ago
  76. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  77. 68ad8df mm: print out the zonelists on request for manual verification by Mel Gorman · 16 years ago
  78. 2dbb51c mm: make defensive checks around PFN values registered for memory usage by Mel Gorman · 16 years ago
  79. 708614e mm: verify the page links and memory model by Mel Gorman · 16 years ago
  80. 6b74ab9 mm: add a basic debugging framework for memory initialisation by Mel Gorman · 16 years ago
  81. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  82. 5dab8ec mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses by Paul Jackson · 16 years ago
  83. 2bc0d26 x86 boot: more consistently use type int for node ids by Paul Jackson · 16 years ago
  84. e2fc252 x86 boot: show pfn addresses in hex not decimal in some kernel info printks by Paul Jackson · 16 years ago
  85. d52d53b RFC x86: try to remove arch_get_ram_range by Yinghai Lu · 16 years ago
  86. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 16 years ago
  87. cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 16 years ago
  88. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
  89. 494de90 Do not overwrite nr_zones on !NUMA when initialising zlcache_ptr by Mel Gorman · 16 years ago
  90. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  91. cc1a9d8 mm, x86: shrink_active_range() should check all by Yinghai Lu · 16 years ago
  92. dfa7e20 mm: Minor clean-up of page flags in mm/page_alloc.c by Russ Anderson · 16 years ago
  93. e8c27ac x86, numa, 32-bit: print out debug info on all kvas by Yinghai Lu · 16 years ago
  94. cd94b9d memory hotplug: fix early allocation handling by Heiko Carstens · 16 years ago
  95. 7eb5482 zonelists: handle a node zonelist with no applicable entries by Andy Whitcroft · 16 years ago
  96. f723215 mm: don't drop a partial page in a zone's memory map size by Johannes Weiner · 16 years ago
  97. 76cdd58 memory_hotplug: always initialize pageblock bitmap by Heiko Carstens · 16 years ago
  98. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  99. a41f24e page allocator: smarter retry of costly-order allocations by Nishanth Aravamudan · 16 years ago
  100. ab857d0 mm: fix misleading __GFP_REPEAT related comments by Nishanth Aravamudan · 16 years ago