1. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  2. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 15 years ago
  3. 082edb7 numa, cpumask: move numa_node_id default implementation to topology.h by Rusty Russell · 15 years ago
  4. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 15 years ago
  5. 6e90157 mm: introduce zone_reclaim struct by KOSAKI Motohiro · 16 years ago
  6. 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 16 years ago
  7. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  8. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  9. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
  10. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  11. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  12. 5bead2a mm: mark the correct zone as full when scanning zonelists by Mel Gorman · 16 years ago
  13. 12d15f0 for_each_online_pgdat(): kerneldoc fix by Fernando Luis Vazquez Cao · 16 years ago
  14. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 16 years ago
  15. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  16. 0475327 memory hotplug: register section/node id to free by Yasunori Goto · 16 years ago
  17. 9796547 mm: Get rid of __ZONE_COUNT by Christoph Lameter · 16 years ago
  18. 9223b41 pageflags: get rid of FLAGS_RESERVED by Christoph Lameter · 16 years ago
  19. b454456 mm: make early_pfn_to_nid() a C function by Andrew Morton · 16 years ago
  20. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  21. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  22. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  23. ddc81ed remove sparse warning for mmzone.h by Harvey Harrison · 16 years ago
  24. 218ff13 Remove unused MAX_NODES_SHIFT by Johannes Weiner · 16 years ago
  25. 3dfa572 Page allocator: get rid of the list of cold pages by Christoph Lameter · 16 years ago
  26. d773ed6 mm: test and set zone reclaim lock before starting reclaim by David Rientjes · 17 years ago
  27. 098d7f1 oom: add per-zone locking by David Rientjes · 17 years ago
  28. e815af9 oom: change all_unreclaimable zone member to flags by David Rientjes · 17 years ago
  29. a5d76b5 memory unplug: page isolation by KAMEZAWA Hiroyuki · 17 years ago
  30. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  31. d9c2340 Do not depend on MAX_ORDER when grouping pages by mobility by Mel Gorman · 17 years ago
  32. 64c5e13 don't group high order atomic allocations by Mel Gorman · 17 years ago
  33. ac0e5b7 remove PAGE_GROUP_BY_MOBILITY by Mel Gorman · 17 years ago
  34. 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
  35. 5c0e306 Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2 by Mel Gorman · 17 years ago
  36. e010487 Group high-order atomic allocations by Mel Gorman · 17 years ago
  37. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  38. b92a6ed Add a configure option to group pages by mobility by Mel Gorman · 17 years ago
  39. b2a0ac8 Split the free lists for movable and unmovable allocations by Mel Gorman · 17 years ago
  40. 835c134 Add a bitmap that is used to track flags affecting a block of pages by Mel Gorman · 17 years ago
  41. 523b945 Memoryless nodes: Fix GFP_THISNODE behavior by Christoph Lameter · 17 years ago
  42. 540557b sparsemem: record when a section has a valid mem_map by Andy Whitcroft · 17 years ago
  43. b377fd3 Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE by Mel Gorman · 17 years ago
  44. 99eb8a5 Remove the arm26 port by Adrian Bunk · 17 years ago
  45. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 17 years ago
  46. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  47. f0c0b2b change zonelist order: zonelist order selection logic by KAMEZAWA Hiroyuki · 17 years ago
  48. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  49. 14e0729 add pfn_valid_within helper for sub-MAX_ORDER hole detection by Andy Whitcroft · 17 years ago
  50. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 17 years ago
  51. 05a0416 [PATCH] Drop __get_zone_counts() by Christoph Lameter · 17 years ago
  52. 51ed449 [PATCH] Reorder ZVCs according to cacheline by Christoph Lameter · 17 years ago
  53. d23ad42 [PATCH] Use ZVC for free_pages by Christoph Lameter · 17 years ago
  54. c878538 [PATCH] Use ZVC for inactive and active counts by Christoph Lameter · 17 years ago
  55. a2f3aa02 [PATCH] Fix sparsemem on Cell by Dave Hansen · 18 years ago
  56. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  57. 7253f4e [PATCH] memory page_alloc zonelist caching reorder structure by Paul Jackson · 18 years ago
  58. 9276b1bc [PATCH] memory page_alloc zonelist caching speedup by Paul Jackson · 18 years ago
  59. 3bb1a852 [PATCH] vmscan: Fix temp_priority race by Martin Bligh · 18 years ago
  60. 7516795 [PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpc by Andy Whitcroft · 18 years ago
  61. d5f541e [PATCH] Add node to zone for the NUMA case by Christoph Lameter · 18 years ago
  62. 5b99cd0 [PATCH] own header file for struct page by Heiko Carstens · 18 years ago
  63. e129b5c [PATCH] vm: add per-zone writeout counter by Andrew Morton · 18 years ago
  64. c713216 [PATCH] Introduce mechanism for registering active regions of memory by Mel Gorman · 18 years ago
  65. 0ff3849 [PATCH] zone_reclaim: dynamic slab reclaim by Christoph Lameter · 18 years ago
  66. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  67. 8417bba [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zone by Christoph Lameter · 18 years ago
  68. 19655d3 [PATCH] linearly index zone->node_zonelists[] by Christoph Lameter · 18 years ago
  69. e53ef38 [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optional by Christoph Lameter · 18 years ago
  70. fb0e794 [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional by Christoph Lameter · 18 years ago
  71. 2f1b624 [PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and comment by Christoph Lameter · 18 years ago
  72. df9ecab [PATCH] ZVC: Scale thresholds depending on the size of the system by Christoph Lameter · 18 years ago
  73. 9614634 [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O by Christoph Lameter · 18 years ago
  74. ca889e6 [PATCH] Use Zoned VM Counters for NUMA statistics by Christoph Lameter · 18 years ago
  75. d2c5e30 [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter by Christoph Lameter · 18 years ago
  76. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 18 years ago
  77. ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 18 years ago
  78. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  79. df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 18 years ago
  80. 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 18 years ago
  81. 34aa133 [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_interval by Christoph Lameter · 18 years ago
  82. f3dbd34 [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED by Christoph Lameter · 18 years ago
  83. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago
  84. 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 18 years ago
  85. 2244b95 [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation by Christoph Lameter · 18 years ago
  86. 30c253e [PATCH] sparsemem: record nid during memory present by Andy Whitcroft · 18 years ago
  87. 718127c [PATCH] wait_table and zonelist initializing for memory hotadd: add return code for init_current_empty_zone by Yasunori Goto · 18 years ago
  88. 02b694d [PATCH] wait_table and zonelist initializing for memory hotadd: change name of wait_table_size() by Yasunori Goto · 18 years ago
  89. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  90. 93ff66b [PATCH] Sparsemem build fix by Ralf Baechle · 18 years ago
  91. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  92. e984bb4 [PATCH] Align the node_mem_map endpoints to a MAX_ORDER boundary by Bob Picco · 18 years ago
  93. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  94. 95144c7 [PATCH] uninline zone helpers by KAMEZAWA Hiroyuki · 18 years ago
  95. ae0f15f [PATCH] for_each_online_pgdat: remove pgdat_list by KAMEZAWA Hiroyuki · 18 years ago
  96. 8357f86 [PATCH] define for_each_online_pgdat by KAMEZAWA Hiroyuki · 18 years ago
  97. a0140c1 [PATCH] remove zone_mem_map by KAMEZAWA Hiroyuki · 18 years ago
  98. a117e66 [PATCH] unify pfn_to_page: generic functions by KAMEZAWA Hiroyuki · 18 years ago
  99. ce2ea89 [PATCH] GFP_ZONETYPES: calculate from GFP_ZONEMASK by Andy Whitcroft · 18 years ago
  100. 79046ae [PATCH] GFP_ZONETYPES: add commentry on how to calculate by Andy Whitcroft · 18 years ago