1. 9f572e3 mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGE by KOSAKI Motohiro · 16 years ago
  2. 1e9e636 badpage: KERN_ALERT BUG instead of KERN_EMERG by Hugh Dickins · 16 years ago
  3. d936cf9 badpage: ratelimit print_bad_pte and bad_page by Hugh Dickins · 16 years ago
  4. 22b31ee badpage: vm_normal_page use print_bad_pte by Hugh Dickins · 16 years ago
  5. 3dc1474 badpage: replace page_remove_rmap Eeek and BUG by Hugh Dickins · 16 years ago
  6. 8cc3b39 badpage: keep any bad page out of circulation by Hugh Dickins · 16 years ago
  7. 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 16 years ago
  8. efab818 mm: make setup_per_zone_inactive_ratio() static by KOSAKI Motohiro · 16 years ago
  9. b962716 mm: optimize get_scan_ratio for no swap by Hugh Dickins · 16 years ago
  10. 58a01a4 mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 16 years ago
  11. 5594c8c mm: print out memmap number only if it is not zero by Yinghai Lu · 16 years ago
  12. e33c3b5 cpusets: update mems allowed in page allocator by David Rientjes · 16 years ago
  13. 18229df hugetlb: pull gigantic page initialisation out of the default path by Andy Whitcroft · 16 years ago
  14. 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 16 years ago
  15. 1125b4e setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock by Gerald Schaefer · 16 years ago
  16. d903ef9 mm: print out meminit for memmap by Yinghai Lu · 16 years ago
  17. 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
  18. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  19. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  20. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
  21. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  22. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  23. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  24. db99100 mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enum by Andrew Morton · 16 years ago
  25. 6babc32 mm: handle initialising compound pages at orders greater than MAX_ORDER by Andy Whitcroft · 16 years ago
  26. 5276558 mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_data by Marcin Slusarz · 16 years ago
  27. 344c790 mm: make setup_zone_migrate_reserve() aware of overlapping nodes by Adam Litke · 16 years ago
  28. 74768ed page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash() by Jan Beulich · 16 years ago
  29. 1d1958f mm: remove find_max_pfn_with_active_regions by Yinghai Lu · 16 years ago
  30. 9b1a4d3 stop_machine: Wean existing callers off stop_machine_run() by Rusty Russell · 16 years ago
  31. af370fb memory hotplug: small fixes to bootmem freeing for memory hotremove by Yasunori Goto · 16 years ago
  32. b69a728 mm/page_alloc.c: cleanups by Adrian Bunk · 16 years ago
  33. 2be0ffe mm: add alloc_pages_exact() and free_pages_exact() by Timur Tabi · 16 years ago
  34. 01ad1c0 mm: export prep_compound_page to mm by Andi Kleen · 16 years ago
  35. 9109fb7 mm: drop unneeded pgdat argument from free_area_init_node() by Johannes Weiner · 16 years ago
  36. 3c82d0c buddy: clarify comments describing buddy merge by Andy Whitcroft · 16 years ago
  37. e4048e5 page allocator: inline some __alloc_pages() wrappers by KOSAKI Motohiro · 16 years ago
  38. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  39. 68ad8df mm: print out the zonelists on request for manual verification by Mel Gorman · 16 years ago
  40. 2dbb51c mm: make defensive checks around PFN values registered for memory usage by Mel Gorman · 16 years ago
  41. 708614e mm: verify the page links and memory model by Mel Gorman · 16 years ago
  42. 6b74ab9 mm: add a basic debugging framework for memory initialisation by Mel Gorman · 16 years ago
  43. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  44. 5dab8ec mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses by Paul Jackson · 16 years ago
  45. 2bc0d26 x86 boot: more consistently use type int for node ids by Paul Jackson · 16 years ago
  46. e2fc252 x86 boot: show pfn addresses in hex not decimal in some kernel info printks by Paul Jackson · 16 years ago
  47. d52d53b RFC x86: try to remove arch_get_ram_range by Yinghai Lu · 16 years ago
  48. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 16 years ago
  49. cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 16 years ago
  50. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
  51. 494de90 Do not overwrite nr_zones on !NUMA when initialising zlcache_ptr by Mel Gorman · 16 years ago
  52. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  53. cc1a9d8 mm, x86: shrink_active_range() should check all by Yinghai Lu · 16 years ago
  54. dfa7e20 mm: Minor clean-up of page flags in mm/page_alloc.c by Russ Anderson · 16 years ago
  55. e8c27ac x86, numa, 32-bit: print out debug info on all kvas by Yinghai Lu · 16 years ago
  56. cd94b9d memory hotplug: fix early allocation handling by Heiko Carstens · 16 years ago
  57. 7eb5482 zonelists: handle a node zonelist with no applicable entries by Andy Whitcroft · 16 years ago
  58. f723215 mm: don't drop a partial page in a zone's memory map size by Johannes Weiner · 16 years ago
  59. 76cdd58 memory_hotplug: always initialize pageblock bitmap by Heiko Carstens · 16 years ago
  60. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  61. a41f24e page allocator: smarter retry of costly-order allocations by Nishanth Aravamudan · 16 years ago
  62. ab857d0 mm: fix misleading __GFP_REPEAT related comments by Nishanth Aravamudan · 16 years ago
  63. 86051ca mm: fix usemap initialization by KAMEZAWA Hiroyuki · 16 years ago
  64. 2309f9e mm/page_alloc.c: remove hand-coded get_order() by Pavel Machek · 16 years ago
  65. 0c0a4a5 memory hotplug: free memmaps allocated by bootmem by Yasunori Goto · 16 years ago
  66. 0a128b2 pageflags: eliminate PG_xxx aliases by Christoph Lameter · 16 years ago
  67. f05111f mm/page_alloc.c: fix indentation by S.Caglar Onur · 16 years ago
  68. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  69. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  70. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  71. 18ea7e7 mm: remember what the preferred zone is for zone_statistics by Mel Gorman · 16 years ago
  72. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  73. dac1d27 mm: use zonelists instead of zones when direct reclaiming pages by Mel Gorman · 16 years ago
  74. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  75. 9442ec9 memcg: bad page if page_cgroup when free by Hugh Dickins · 16 years ago
  76. 10ed273 zlc_setup(): handle jiffies wraparound by KOSAKI Motohiro · 16 years ago
  77. b5a0e01 Solve section mismatch for free_area_init_core. by Alexander van Heukelum · 16 years ago
  78. edde08f misc: removal of final callers using fastcall by Harvey Harrison · 16 years ago
  79. 8a9f3cc Memory controller: memory accounting by Balbir Singh · 16 years ago
  80. e6f3602 Include count of pagecache pages in show_mem() output by Larry Woodman · 16 years ago
  81. 920c7a5 mm: remove fastcall from mm/ by Harvey Harrison · 16 years ago
  82. 1e548de page allocator: remove unused arguments in zone_init_free_lists() by Andi Kleen · 16 years ago
  83. 3dfa572 Page allocator: get rid of the list of cold pages by Christoph Lameter · 16 years ago
  84. 9f8f217 Page allocator: clean up pcp draining functions by Christoph Lameter · 16 years ago
  85. 1d6f4e6 mm: fix section mismatch warning in page_alloc.c by Sam Ravnborg · 16 years ago
  86. 467bc46 Fix crash with FLAT_MEMORY and ARCH_PFN_OFFSET != 0 by Thomas Bogendoerfer · 17 years ago
  87. 81eabcb mm: fix page allocation for larger I/O segments by Mel Gorman · 17 years ago
  88. ba72cb8 Fix boot problem with iSeries lacking hugepage support by Mel Gorman · 17 years ago
  89. 09f345d prep_zero_page: remove bogus BUG_ON by Hugh Dickins · 17 years ago
  90. 44048d7 Revert "Bias the placement of kernel pages at lower PFNs" by Linus Torvalds · 17 years ago
  91. 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
  92. ff0ceb9 oom: serialize out of memory calls by David Rientjes · 17 years ago
  93. e815af9 oom: change all_unreclaimable zone member to flags by David Rientjes · 17 years ago
  94. 5a3135c2 oom: move prototypes to appropriate header file by David Rientjes · 17 years ago
  95. 0c0e619 memory unplug: page offline by KAMEZAWA Hiroyuki · 17 years ago
  96. a5d76b5 memory unplug: page isolation by KAMEZAWA Hiroyuki · 17 years ago
  97. 48f13bf Breakout page_order() to internal.h to avoid special knowledge of the buddy allocator by Mel Gorman · 17 years ago
  98. 484f51f mm/page_alloc.c: make code static by Adrian Bunk · 17 years ago
  99. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  100. d9c2340 Do not depend on MAX_ORDER when grouping pages by mobility by Mel Gorman · 17 years ago