1. 55a4462 page_alloc: fix kernel-doc warning by Randy Dunlap · 15 years ago
  2. 8e7e40d memory hotplug: make pages from movable zone always isolatable by Shaohua Li · 15 years ago
  3. 6fb332f memory hotplug: exclude isolated page from pco page alloc by Shaohua Li · 15 years ago
  4. 112067f memory hotplug: update zone pcp at memory online by Shaohua Li · 15 years ago
  5. 478b81f mm: remove obsoleted alloc_pages cpuset comment by David Rientjes · 15 years ago
  6. dd5d241 page-allocator: always change pageblock ownership when anti-fragmentation is disabled by Mel Gorman · 15 years ago
  7. 7f9cfb3 mm: build_zonelists(): move clear node_load[] to __build_all_zonelists() by Bo Liu · 15 years ago
  8. 1fc28b7 page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARN by Mel Gorman · 15 years ago
  9. 6583bb6 mm: avoid endless looping for oom killed tasks by David Rientjes · 15 years ago
  10. e084b2d page-allocator: preserve PFN ordering when __GFP_COLD is set by Mel Gorman · 15 years ago
  11. 7638d53 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  12. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  13. 264ef8a kmemleak: Remove alloc_bootmem annotations introduced in the past by Catalin Marinas · 15 years ago
  14. 5bfd756 Fix virt_to_phys() warnings by Kevin Cernekee · 15 years ago
  15. 66918dc x86: only clear node_states for 64bit by Yinghai Lu · 15 years ago
  16. 4923abf Don't warn about order-1 allocations with __GFP_NOFAIL by Linus Torvalds · 15 years ago
  17. 364df0e mm: fix handling of pagesets for downed cpus by Dimitri Sivanich · 15 years ago
  18. c277331 mm: page_alloc: clear PG_locked before checking flags on free by Johannes Weiner · 15 years ago
  19. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  20. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  21. fa5e084 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full by Mel Gorman · 15 years ago
  22. 73d60b7 page-allocator: clear N_HIGH_MEMORY map before we set it again by Yinghai Lu · 15 years ago
  23. 82553a9 oom: invoke oom killer for __GFP_NOFAIL by David Rientjes · 15 years ago
  24. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  25. bce7394 page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens by Minchan Kim · 15 years ago
  26. 96cb4df page-allocator: add inactive ratio calculation function of each zone by Minchan Kim · 15 years ago
  27. bc75d33 page-allocator: clean up functions related to pages_min by Minchan Kim · 15 years ago
  28. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 15 years ago
  29. dab48da page-allocator: warn if __GFP_NOFAIL is used for a large allocation by Andrew Morton · 15 years ago
  30. e9bb35d mm: setup_per_zone_inactive_ratio - fix comment and make it __init by Cyrill Gorcunov · 15 years ago
  31. 5c87ead mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed by Cyrill Gorcunov · 15 years ago
  32. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 15 years ago
  33. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  34. a1dd268 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic by Mel Gorman · 15 years ago
  35. 72807a7 page allocator: sanity check order in the page allocator slow path by Mel Gorman · 15 years ago
  36. 092cead page allocator: move free_page_mlock() to page_alloc.c by KOSAKI Motohiro · 15 years ago
  37. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  38. 974709b page allocator: get the pageblock migratetype without disabling interrupts by Mel Gorman · 15 years ago
  39. f2260e6 page allocator: update NR_FREE_PAGES only as necessary by Mel Gorman · 15 years ago
  40. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  41. a3af9c3 page allocator: do not check for compound pages during the page allocator sanity checks by Nick Piggin · 15 years ago
  42. d395b73 page allocator: do not setup zonelist cache when there is only one node by Mel Gorman · 15 years ago
  43. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 15 years ago
  44. ed0ae21 page allocator: do not call get_pageblock_migratetype() more than necessary by Mel Gorman · 15 years ago
  45. 0ac3a40 page allocator: inline __rmqueue_fallback() by Mel Gorman · 15 years ago
  46. 0a15c3e page allocator: inline buffered_rmqueue() by Mel Gorman · 15 years ago
  47. 728ec98 page allocator: inline __rmqueue_smallest() by Mel Gorman · 15 years ago
  48. a56f57f page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH by Mel Gorman · 15 years ago
  49. 341ce06 page allocator: calculate the alloc_flags for allocation only once by Peter Zijlstra · 15 years ago
  50. 3dd2826 page allocator: calculate the migratetype for allocation only once by Mel Gorman · 15 years ago
  51. 5117f45 page allocator: calculate the preferred zone for allocation only once by Mel Gorman · 15 years ago
  52. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 15 years ago
  53. 11e33f6 page allocator: break up the allocator entry point into fast and slow paths by Mel Gorman · 15 years ago
  54. 7f82af9 page allocator: check only once if the zonelist is suitable for the allocation by Mel Gorman · 15 years ago
  55. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 15 years ago
  56. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 15 years ago
  57. 6c0db46 mm: alloc_large_system_hash check order by Hugh Dickins · 15 years ago
  58. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  59. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  60. dbb1f81 kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash by Catalin Marinas · 15 years ago
  61. 888a589 mm, x86: remove MEMORY_HOTPLUG_RESERVE related code by Yinghai Lu · 15 years ago
  62. 3a6be87 nommu: clamp zone_batchsize() to 0 under NOMMU conditions by David Howells · 15 years ago
  63. 9155203 mm: use roundown_pow_of_two() in zone_batchsize() by David Howells · 15 years ago
  64. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  65. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  66. 327c0e9 vmscan: fix it to take care of nodemask by KAMEZAWA Hiroyuki · 15 years ago
  67. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 15 years ago
  68. 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
  69. 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
  70. e713a21 trivial: Fix dubious bitwise 'or' usage spotted by sparse. by Alexey Zaytsev · 15 years ago
  71. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  72. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 15 years ago
  73. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 15 years ago
  74. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 15 years ago
  75. 6e90157 mm: introduce zone_reclaim struct by KOSAKI Motohiro · 15 years ago
  76. 9f572e3 mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGE by KOSAKI Motohiro · 15 years ago
  77. 1e9e636 badpage: KERN_ALERT BUG instead of KERN_EMERG by Hugh Dickins · 15 years ago
  78. d936cf9 badpage: ratelimit print_bad_pte and bad_page by Hugh Dickins · 15 years ago
  79. 22b31ee badpage: vm_normal_page use print_bad_pte by Hugh Dickins · 15 years ago
  80. 3dc1474 badpage: replace page_remove_rmap Eeek and BUG by Hugh Dickins · 15 years ago
  81. 8cc3b39 badpage: keep any bad page out of circulation by Hugh Dickins · 15 years ago
  82. 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 15 years ago
  83. efab818 mm: make setup_per_zone_inactive_ratio() static by KOSAKI Motohiro · 15 years ago
  84. b962716 mm: optimize get_scan_ratio for no swap by Hugh Dickins · 15 years ago
  85. 58a01a4 mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 15 years ago
  86. 5594c8c mm: print out memmap number only if it is not zero by Yinghai Lu · 15 years ago
  87. e33c3b5 cpusets: update mems allowed in page allocator by David Rientjes · 16 years ago
  88. 18229df hugetlb: pull gigantic page initialisation out of the default path by Andy Whitcroft · 16 years ago
  89. 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 16 years ago
  90. 1125b4e setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock by Gerald Schaefer · 16 years ago
  91. d903ef9 mm: print out meminit for memmap by Yinghai Lu · 16 years ago
  92. 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
  93. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  94. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  95. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
  96. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  97. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  98. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  99. db99100 mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enum by Andrew Morton · 16 years ago
  100. 6babc32 mm: handle initialising compound pages at orders greater than MAX_ORDER by Andy Whitcroft · 16 years ago