1. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  2. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  3. fa5e084 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full by Mel Gorman · 15 years ago
  4. 73d60b7 page-allocator: clear N_HIGH_MEMORY map before we set it again by Yinghai Lu · 15 years ago
  5. 82553a9 oom: invoke oom killer for __GFP_NOFAIL by David Rientjes · 15 years ago
  6. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  7. bce7394 page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens by Minchan Kim · 15 years ago
  8. 96cb4df page-allocator: add inactive ratio calculation function of each zone by Minchan Kim · 15 years ago
  9. bc75d33 page-allocator: clean up functions related to pages_min by Minchan Kim · 15 years ago
  10. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 15 years ago
  11. dab48da page-allocator: warn if __GFP_NOFAIL is used for a large allocation by Andrew Morton · 15 years ago
  12. e9bb35d mm: setup_per_zone_inactive_ratio - fix comment and make it __init by Cyrill Gorcunov · 15 years ago
  13. 5c87ead mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed by Cyrill Gorcunov · 15 years ago
  14. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 15 years ago
  15. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  16. a1dd268 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic by Mel Gorman · 15 years ago
  17. 72807a7 page allocator: sanity check order in the page allocator slow path by Mel Gorman · 15 years ago
  18. 092cead page allocator: move free_page_mlock() to page_alloc.c by KOSAKI Motohiro · 15 years ago
  19. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  20. 974709b page allocator: get the pageblock migratetype without disabling interrupts by Mel Gorman · 15 years ago
  21. f2260e6 page allocator: update NR_FREE_PAGES only as necessary by Mel Gorman · 15 years ago
  22. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  23. a3af9c3 page allocator: do not check for compound pages during the page allocator sanity checks by Nick Piggin · 15 years ago
  24. d395b73 page allocator: do not setup zonelist cache when there is only one node by Mel Gorman · 15 years ago
  25. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 15 years ago
  26. ed0ae21 page allocator: do not call get_pageblock_migratetype() more than necessary by Mel Gorman · 15 years ago
  27. 0ac3a40 page allocator: inline __rmqueue_fallback() by Mel Gorman · 15 years ago
  28. 0a15c3e page allocator: inline buffered_rmqueue() by Mel Gorman · 15 years ago
  29. 728ec98 page allocator: inline __rmqueue_smallest() by Mel Gorman · 15 years ago
  30. a56f57f page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH by Mel Gorman · 15 years ago
  31. 341ce06 page allocator: calculate the alloc_flags for allocation only once by Peter Zijlstra · 15 years ago
  32. 3dd2826 page allocator: calculate the migratetype for allocation only once by Mel Gorman · 15 years ago
  33. 5117f45 page allocator: calculate the preferred zone for allocation only once by Mel Gorman · 15 years ago
  34. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 15 years ago
  35. 11e33f6 page allocator: break up the allocator entry point into fast and slow paths by Mel Gorman · 15 years ago
  36. 7f82af9 page allocator: check only once if the zonelist is suitable for the allocation by Mel Gorman · 15 years ago
  37. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 15 years ago
  38. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 15 years ago
  39. 6c0db46 mm: alloc_large_system_hash check order by Hugh Dickins · 15 years ago
  40. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  41. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  42. dbb1f81 kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash by Catalin Marinas · 15 years ago
  43. 888a589 mm, x86: remove MEMORY_HOTPLUG_RESERVE related code by Yinghai Lu · 15 years ago
  44. 3a6be87 nommu: clamp zone_batchsize() to 0 under NOMMU conditions by David Howells · 15 years ago
  45. 9155203 mm: use roundown_pow_of_two() in zone_batchsize() by David Howells · 15 years ago
  46. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  47. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  48. 327c0e9 vmscan: fix it to take care of nodemask by KAMEZAWA Hiroyuki · 15 years ago
  49. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 15 years ago
  50. 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
  51. 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
  52. e713a21 trivial: Fix dubious bitwise 'or' usage spotted by sparse. by Alexey Zaytsev · 16 years ago
  53. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  54. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 15 years ago
  55. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 15 years ago
  56. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 16 years ago
  57. 6e90157 mm: introduce zone_reclaim struct by KOSAKI Motohiro · 16 years ago
  58. 9f572e3 mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGE by KOSAKI Motohiro · 16 years ago
  59. 1e9e636 badpage: KERN_ALERT BUG instead of KERN_EMERG by Hugh Dickins · 16 years ago
  60. d936cf9 badpage: ratelimit print_bad_pte and bad_page by Hugh Dickins · 16 years ago
  61. 22b31ee badpage: vm_normal_page use print_bad_pte by Hugh Dickins · 16 years ago
  62. 3dc1474 badpage: replace page_remove_rmap Eeek and BUG by Hugh Dickins · 16 years ago
  63. 8cc3b39 badpage: keep any bad page out of circulation by Hugh Dickins · 16 years ago
  64. 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 16 years ago
  65. efab818 mm: make setup_per_zone_inactive_ratio() static by KOSAKI Motohiro · 16 years ago
  66. b962716 mm: optimize get_scan_ratio for no swap by Hugh Dickins · 16 years ago
  67. 58a01a4 mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 16 years ago
  68. 5594c8c mm: print out memmap number only if it is not zero by Yinghai Lu · 16 years ago
  69. e33c3b5 cpusets: update mems allowed in page allocator by David Rientjes · 16 years ago
  70. 18229df hugetlb: pull gigantic page initialisation out of the default path by Andy Whitcroft · 16 years ago
  71. 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 16 years ago
  72. 1125b4e setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock by Gerald Schaefer · 16 years ago
  73. d903ef9 mm: print out meminit for memmap by Yinghai Lu · 16 years ago
  74. 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
  75. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  76. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  77. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
  78. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  79. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  80. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  81. db99100 mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enum by Andrew Morton · 16 years ago
  82. 6babc32 mm: handle initialising compound pages at orders greater than MAX_ORDER by Andy Whitcroft · 16 years ago
  83. 5276558 mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_data by Marcin Slusarz · 16 years ago
  84. 344c790 mm: make setup_zone_migrate_reserve() aware of overlapping nodes by Adam Litke · 16 years ago
  85. 74768ed page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash() by Jan Beulich · 16 years ago
  86. 1d1958f mm: remove find_max_pfn_with_active_regions by Yinghai Lu · 16 years ago
  87. 9b1a4d3 stop_machine: Wean existing callers off stop_machine_run() by Rusty Russell · 16 years ago
  88. af370fb memory hotplug: small fixes to bootmem freeing for memory hotremove by Yasunori Goto · 16 years ago
  89. b69a728 mm/page_alloc.c: cleanups by Adrian Bunk · 16 years ago
  90. 2be0ffe mm: add alloc_pages_exact() and free_pages_exact() by Timur Tabi · 16 years ago
  91. 01ad1c0 mm: export prep_compound_page to mm by Andi Kleen · 16 years ago
  92. 9109fb7 mm: drop unneeded pgdat argument from free_area_init_node() by Johannes Weiner · 16 years ago
  93. 3c82d0c buddy: clarify comments describing buddy merge by Andy Whitcroft · 16 years ago
  94. e4048e5 page allocator: inline some __alloc_pages() wrappers by KOSAKI Motohiro · 16 years ago
  95. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  96. 68ad8df mm: print out the zonelists on request for manual verification by Mel Gorman · 16 years ago
  97. 2dbb51c mm: make defensive checks around PFN values registered for memory usage by Mel Gorman · 16 years ago
  98. 708614e mm: verify the page links and memory model by Mel Gorman · 16 years ago
  99. 6b74ab9 mm: add a basic debugging framework for memory initialisation by Mel Gorman · 16 years ago
  100. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago