1. 1d6f4e6 mm: fix section mismatch warning in page_alloc.c by Sam Ravnborg · 17 years ago
  2. 467bc46 Fix crash with FLAT_MEMORY and ARCH_PFN_OFFSET != 0 by Thomas Bogendoerfer · 17 years ago
  3. 81eabcb mm: fix page allocation for larger I/O segments by Mel Gorman · 17 years ago
  4. ba72cb8 Fix boot problem with iSeries lacking hugepage support by Mel Gorman · 17 years ago
  5. 09f345d prep_zero_page: remove bogus BUG_ON by Hugh Dickins · 17 years ago
  6. 44048d7 Revert "Bias the placement of kernel pages at lower PFNs" by Linus Torvalds · 17 years ago
  7. 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
  8. ff0ceb9 oom: serialize out of memory calls by David Rientjes · 17 years ago
  9. e815af9 oom: change all_unreclaimable zone member to flags by David Rientjes · 17 years ago
  10. 5a3135c2 oom: move prototypes to appropriate header file by David Rientjes · 17 years ago
  11. 0c0e619 memory unplug: page offline by KAMEZAWA Hiroyuki · 17 years ago
  12. a5d76b5 memory unplug: page isolation by KAMEZAWA Hiroyuki · 17 years ago
  13. 48f13bf Breakout page_order() to internal.h to avoid special knowledge of the buddy allocator by Mel Gorman · 17 years ago
  14. 484f51f mm/page_alloc.c: make code static by Adrian Bunk · 17 years ago
  15. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  16. d9c2340 Do not depend on MAX_ORDER when grouping pages by mobility by Mel Gorman · 17 years ago
  17. d100313 Fix calculation in move_freepages_block for counting pages by Mel Gorman · 17 years ago
  18. 64c5e13 don't group high order atomic allocations by Mel Gorman · 17 years ago
  19. ac0e5b7 remove PAGE_GROUP_BY_MOBILITY by Mel Gorman · 17 years ago
  20. 56fd56b Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocks by Mel Gorman · 17 years ago
  21. 46dafbc Be more agressive about stealing when MIGRATE_RECLAIMABLE allocations fallback by Mel Gorman · 17 years ago
  22. 5adc5be Bias the placement of kernel pages at lower PFNs by Mel Gorman · 17 years ago
  23. 9ef9acb Do not group pages by mobility type on low memory systems by Mel Gorman · 17 years ago
  24. e010487 Group high-order atomic allocations by Mel Gorman · 17 years ago
  25. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  26. c361be5 Move free pages between lists on steal by Mel Gorman · 17 years ago
  27. e2c55dc Drain per-cpu lists when high-order allocations fail by Mel Gorman · 17 years ago
  28. b92a6ed Add a configure option to group pages by mobility by Mel Gorman · 17 years ago
  29. 535131e6 Choose pages from the per-cpu list based on migration type by Mel Gorman · 17 years ago
  30. b2a0ac8 Split the free lists for movable and unmovable allocations by Mel Gorman · 17 years ago
  31. 835c134 Add a bitmap that is used to track flags affecting a block of pages by Mel Gorman · 17 years ago
  32. 37b07e4 memoryless nodes: fixup uses of node_online_map in generic code by Lee Schermerhorn · 17 years ago
  33. 523b945 Memoryless nodes: Fix GFP_THISNODE behavior by Christoph Lameter · 17 years ago
  34. 633c066 Memoryless nodes: drop one memoryless node boot warning by Christoph Lameter · 17 years ago
  35. 37c0708 Memoryless nodes: Add N_CPU node state by Christoph Lameter · 17 years ago
  36. 7ea1530 Memoryless nodes: introduce mask of nodes with memory by Christoph Lameter · 17 years ago
  37. 1380891 Memoryless nodes: Generic management of nodemasks for various purposes by Christoph Lameter · 17 years ago
  38. 8691f3a mm: no need to cast vmalloc() return value in zone_wait_table_init() by Jesper Juhl · 17 years ago
  39. 6419168 process_zones(): fix recovery code by Andrew Morton · 17 years ago
  40. b377fd3 Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE by Mel Gorman · 17 years ago
  41. a8bbf72 Do not trigger OOM-killer for high-order allocation failures by Mel Gorman · 17 years ago
  42. 296699d Introduce CONFIG_SUSPEND for suspend-to-Ram and standby by Rafael J. Wysocki · 17 years ago
  43. b5445f9 Allow nodes to exist that only contain ZONE_MOVABLE by Mel Gorman · 17 years ago
  44. e228929 mm: fix memory hotplug oops from ZONE_MOVABLE changes. by Paul Mundt · 17 years ago
  45. fe3cba1 mm: share PG_readahead and PG_reclaim by Fengguang Wu · 17 years ago
  46. d77c2d7 readahead: introduce PG_readahead by Fengguang Wu · 17 years ago
  47. c2f1a55 knfsd: nfsd4: vary maximum delegation limit based on RAM size by Meelap Shah · 17 years ago
  48. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 17 years ago
  49. 7e63efe Add a movablecore= parameter for sizing ZONE_MOVABLE by Mel Gorman · 17 years ago
  50. ed7ed36 handle kernelcore=: generic by Mel Gorman · 17 years ago
  51. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  52. 5411499 fault-injection: add min-order parameter to fail_page_alloc by Akinobu Mita · 17 years ago
  53. b49ad48 mm/page_alloc.c: lower printk severity by Dan Aloni · 17 years ago
  54. 6ea6e68 mm: more __meminit annotations by Paul Mundt · 17 years ago
  55. 98011f5 mm: fix improper .init-type section references by Jan Beulich · 17 years ago
  56. 1037b83 MM: alloc_large_system_hash() can free some memory for non power-of-two bucketsize by Eric Dumazet · 17 years ago
  57. f0c0b2b change zonelist order: zonelist order selection logic by KAMEZAWA Hiroyuki · 17 years ago
  58. d09c6b8 mm: Fix memory/cpu hotplug section mismatch and oops. by Paul Mundt · 17 years ago
  59. 12d810c m68k: discontinuous memory support by Roman Zippel · 17 years ago
  60. 418508c fix unused setup_nr_node_ids by Miklos Szeredi · 17 years ago
  61. 577a32f mm: fix section mismatch warnings by Sam Ravnborg · 17 years ago
  62. 6f076f5 early_pfn_to_nid needs to be __meminit by Stephen Rothwell · 17 years ago
  63. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  64. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  65. 72280ed Add white list into modpost.c for memory hotplug code and ia64's machvec section by Yasunori Goto · 17 years ago
  66. a3142c8 Fix section mismatch of memory hotplug related code. by Yasunori Goto · 17 years ago
  67. 7be9823 swsusp: use inline functions for changing page flags by Rafael J. Wysocki · 17 years ago
  68. 6d77795 mm: optimize compound_head() by avoiding a shared page flag by Christoph Lameter · 17 years ago
  69. d85f338 Make page->private usable in compound pages by Christoph Lameter · 17 years ago
  70. 3b1d92c Do not disable interrupts when reading min_free_kbytes by Mel Gorman · 17 years ago
  71. 14e0729 add pfn_valid_within helper for sub-MAX_ORDER hole detection by Andy Whitcroft · 17 years ago
  72. 476f353 Safer nr_node_ids and nr_node_ids determination and initial values by Christoph Lameter · 17 years ago
  73. 5409bae [PATCH] Rename PG_checked to PG_owner_priv_1 by Nick Piggin · 17 years ago
  74. 8ef8286 [PATCH] slab: reduce size of alien cache to cover only possible nodes by Christoph Lameter · 17 years ago
  75. 74c7aa8 [PATCH] Replace highest_possible_node_id() with nr_node_ids by Christoph Lameter · 17 years ago
  76. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 17 years ago
  77. 6267276 [PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zone by Christoph Lameter · 17 years ago
  78. 65e458d4 [PATCH] Drop get_zone_counts() by Christoph Lameter · 17 years ago
  79. 9195481 [PATCH] Drop nr_free_pages_pgdat() by Christoph Lameter · 17 years ago
  80. 9617729 [PATCH] Drop free_pages() by Christoph Lameter · 17 years ago
  81. d23ad42 [PATCH] Use ZVC for free_pages by Christoph Lameter · 17 years ago
  82. c878538 [PATCH] Use ZVC for inactive and active counts by Christoph Lameter · 17 years ago
  83. a6af2bc [PATCH] Avoid excessive sorting of early_node_map[] by Mel Gorman · 17 years ago
  84. a25700a [PATCH] mm: show bounce pages in oom killer output by Andrew Morton · 17 years ago
  85. 6fd6b17 Revert "[PATCH] mm: micro optimise zone_watermark_ok" by Linus Torvalds · 17 years ago
  86. a2f3aa02 [PATCH] Fix sparsemem on Cell by Dave Hansen · 18 years ago
  87. f2e12bb [PATCH] Check for populated zone in __drain_pages by Christoph Lameter · 18 years ago
  88. 9ab37b8 [PATCH] Sanely size hash tables when using large base pages by Paul Mundt · 18 years ago
  89. 02a0e53 [PATCH] cpuset: rework cpuset_zone_allowed api by Paul Jackson · 18 years ago
  90. 6b1b60f [PATCH] fault-injection: defaults likely to please a new user by Don Mullis · 18 years ago
  91. 933e312 [PATCH] fault-injection capability for alloc_pages() by Akinobu Mita · 18 years ago
  92. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  93. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  94. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  95. 0490366 [PATCH] remove HASH_HIGHMEM by Andrew Morton · 18 years ago
  96. 33f2ef8 [PATCH] mm: make compound page destructor handling explicit by Andy Whitcroft · 18 years ago
  97. 952f3b5 [PATCH] GFP_THISNODE must not trigger global reclaim by Christoph Lameter · 18 years ago
  98. ce421c7 [PATCH] mm: cleanup indentation on switch for CPU operations by Andy Whitcroft · 18 years ago
  99. 25ba77c [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int by Andy Whitcroft · 18 years ago
  100. bc4ba39 [PATCH] drain_node_page(): Drain pages in batch units by Christoph Lameter · 18 years ago