1. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  2. b37f1dd mm: introduce __GFP_MEMALLOC to allow access to emergency reserves by Mel Gorman · 12 years ago
  3. 0815f3d mm: page_isolation: MIGRATE_CMA isolation functions added by Michal Nazarewicz · 12 years ago
  4. 47118af mm: mmzone: MIGRATE_CMA migration type added by Michal Nazarewicz · 13 years ago
  5. 041d3a8 mm: page_alloc: introduce alloc_contig_range() by Michal Nazarewicz · 13 years ago
  6. a756cf5 mm: try to distribute dirty pages fairly across zones by Johannes Weiner · 13 years ago
  7. f6d7e0c mm, debug: test for online nid when allocating on single node by David Rientjes · 13 years ago
  8. f90ac39 mm: avoid livelock on !__GFP_FS allocations by Mel Gorman · 13 years ago
  9. cc59850 mm: add free_hot_cold_page_list() helper by Konstantin Khlebnikov · 13 years ago
  10. 3dab1bc mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODE by Johannes Weiner · 13 years ago
  11. 82d4b57 include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON() by Dave Hansen · 13 years ago
  12. 15fa8f4 include/linux/gfp.h: work around apparent sparse confusion by Dave Hansen · 13 years ago
  13. ee85c2e mm: add alloc_pages_exact_nid() by Andi Kleen · 13 years ago
  14. 78afd56 mm: add __GFP_OTHER_NODE flag by Andi Kleen · 13 years ago
  15. 236344d mm: add alloc_page_vma_node() by Andi Kleen · 13 years ago
  16. 2f5f948 mm: change alloc_pages_vma to pass down the policy node for local policy by Andi Kleen · 13 years ago
  17. 1765e3a Remove MAYBE_BUILD_BUG_ON by Rusty Russell · 14 years ago
  18. 0bbbc0b thp: add numa awareness to hugepage allocations by Andrea Arcangeli · 14 years ago
  19. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 14 years ago
  20. 32dba98 thp: _GFP_NO_KSWAPD by Andrea Arcangeli · 14 years ago
  21. c9e664f PM / Hibernate: Fix memory corruption related to swap by Rafael J. Wysocki · 14 years ago
  22. 16b56cf mm: fix sparse warnings on GFP_ZONE_TABLE/BAD by Namhyung Kim · 14 years ago
  23. fd23855 include/linux/gfp.h: fix coding style by matt mooney · 14 years ago
  24. 263ff5d include/linux/gfp.h: spelling fixes by matt mooney · 14 years ago
  25. 478352e mm: add comment about deprecation of __GFP_NOFAIL by David Rientjes · 14 years ago
  26. 452aa69 mm/pm: force GFP_NOIO during suspend/hibernation and resume by Rafael J. Wysocki · 14 years ago
  27. fc91668 mm: remove free_hot_page() by Li Hong · 14 years ago
  28. 8c87df4 BUILD_BUG_ON(): fix it and a couple of bogus uses of it by Jan Beulich · 15 years ago
  29. 1a8670a oom: move oom_killer_enable()/oom_killer_disable to where they belong by Alexey Dobriyan · 15 years ago
  30. 38a3985 page-allocator: remove dead function free_cold_page() by Mel Gorman · 15 years ago
  31. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  32. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  33. b70d94e page-allocator: use integer fields lookup for gfp_zone and check for errors in flags passed to the page allocator by Christoph Lameter · 15 years ago
  34. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 15 years ago
  35. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  36. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 15 years ago
  37. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 15 years ago
  38. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  39. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  40. 2dff440 kmemcheck: add mm functions by Vegard Nossum · 16 years ago
  41. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 15 years ago
  42. 082edb7 numa, cpumask: move numa_node_id default implementation to topology.h by Rusty Russell · 15 years ago
  43. 3c1d437 mm: remove GFP_HIGHUSER_PAGECACHE by Hugh Dickins · 16 years ago
  44. 2be0ffe mm: add alloc_pages_exact() and free_pages_exact() by Timur Tabi · 16 years ago
  45. e4048e5 page allocator: inline some __alloc_pages() wrappers by KOSAKI Motohiro · 16 years ago
  46. ab857d0 mm: fix misleading __GFP_REPEAT related comments by Nishanth Aravamudan · 16 years ago
  47. 8cece85 mm: fix broken gfp_zone with __GFP_THISNODE by KAMEZAWA Hiroyuki · 16 years ago
  48. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  49. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  50. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  51. 488514d Remove set_migrateflags() by Christoph Lameter · 16 years ago
  52. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 16 years ago
  53. 9f8f217 Page allocator: clean up pcp draining functions by Christoph Lameter · 16 years ago
  54. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  55. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  56. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago
  57. 523b945 Memoryless nodes: Fix GFP_THISNODE behavior by Christoph Lameter · 17 years ago
  58. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  59. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  60. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  61. cfce660 Slab allocators: remove useless __GFP_NO_GROW flag by Christoph Lameter · 17 years ago
  62. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 17 years ago
  63. f2e97df [PATCH] in non-NUMA case mark GFP_THISNODE gfp_t by Al Viro · 17 years ago
  64. cc102509 [PATCH] mm: add arch_alloc_page by Nick Piggin · 18 years ago
  65. 77f700d [PATCH] Disable GFP_THISNODE in the non-NUMA case by Christoph Lameter · 18 years ago
  66. 980128f [PATCH] Define easier to handle GFP_THISNODE by Christoph Lameter · 18 years ago
  67. 9b819d2 [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions by Christoph Lameter · 18 years ago
  68. 19655d3 [PATCH] linearly index zone->node_zonelists[] by Christoph Lameter · 18 years ago
  69. 4e4785b [PATCH] mempolicies: fix policy_zone check by Christoph Lameter · 18 years ago
  70. e53ef38 [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optional by Christoph Lameter · 18 years ago
  71. fb0e794 [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional by Christoph Lameter · 18 years ago
  72. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  73. 7b04d71 [PATCH] Add GFP_NOWAIT by Jeff Dike · 18 years ago
  74. 8fce4d8 [PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages. by Christoph Lameter · 18 years ago
  75. 819a692 [PATCH] x86_64: Handle unknown node (-1) in alloc_pages_node by Andi Kleen · 19 years ago
  76. 4eac915 [PATCH] mm: gfp_atomic comments by Paul Jackson · 19 years ago
  77. ac3461a Fix up GFP_ZONEMASK for GFP_DMA32 usage by Linus Torvalds · 19 years ago
  78. 4060994 Merge x86-64 update from Andi by Linus Torvalds · 19 years ago
  79. a2f1b42 [PATCH] x86_64: Add 4GB DMA32 zone by Andi Kleen · 19 years ago
  80. 2d6c666 [PATCH] mm: gfp_noreclaim cleanup by Paul Jackson · 19 years ago
  81. af4ca45 [PATCH] gfp_t: infrastructure by Al Viro · 19 years ago
  82. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  83. f90b1d2 [PATCH] cpusets: new __GFP_HARDWALL flag by Paul Jackson · 19 years ago
  84. 0db925a [PATCH] propagate __nocast annotations by Alexey Dobriyan · 19 years ago
  85. 4ae7c03 [PATCH] Periodically drain non local pagesets by Christoph Lameter · 19 years ago
  86. 0c35bba [PATCH] VM: add __GFP_NORECLAIM by Martin Hicks · 19 years ago
  87. b84a35b [PATCH] mempool: NOMEMALLOC and NORETRY by Nick Piggin · 19 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago