1. 6fd6b17 Revert "[PATCH] mm: micro optimise zone_watermark_ok" by Linus Torvalds · 18 years ago
  2. a2f3aa02 [PATCH] Fix sparsemem on Cell by Dave Hansen · 18 years ago
  3. f2e12bb [PATCH] Check for populated zone in __drain_pages by Christoph Lameter · 18 years ago
  4. 9ab37b8 [PATCH] Sanely size hash tables when using large base pages by Paul Mundt · 18 years ago
  5. 02a0e53 [PATCH] cpuset: rework cpuset_zone_allowed api by Paul Jackson · 18 years ago
  6. 6b1b60f [PATCH] fault-injection: defaults likely to please a new user by Don Mullis · 18 years ago
  7. 933e312 [PATCH] fault-injection capability for alloc_pages() by Akinobu Mita · 18 years ago
  8. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  9. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  10. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  11. 0490366 [PATCH] remove HASH_HIGHMEM by Andrew Morton · 18 years ago
  12. 33f2ef8 [PATCH] mm: make compound page destructor handling explicit by Andy Whitcroft · 18 years ago
  13. 952f3b5 [PATCH] GFP_THISNODE must not trigger global reclaim by Christoph Lameter · 18 years ago
  14. ce421c7 [PATCH] mm: cleanup indentation on switch for CPU operations by Andy Whitcroft · 18 years ago
  15. 25ba77c [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int by Andy Whitcroft · 18 years ago
  16. bc4ba39 [PATCH] drain_node_page(): Drain pages in batch units by Christoph Lameter · 18 years ago
  17. b43a57b [PATCH] OOM can panic due to processes stuck in __alloc_pages() by Kirill Korotaev · 18 years ago
  18. cc102509 [PATCH] mm: add arch_alloc_page by Nick Piggin · 18 years ago
  19. 9276b1bc [PATCH] memory page_alloc zonelist caching speedup by Paul Jackson · 18 years ago
  20. 89689ae [PATCH] Get rid of zone_table[] by Christoph Lameter · 18 years ago
  21. 0798e51 [PATCH] memory page alloc minor cleanups by Paul Jackson · 18 years ago
  22. 1abbfb4 [PATCH] x86_64: fix bad page state in process 'swapper' by Mel Gorman · 18 years ago
  23. 941c710 [PATCH] mm: un-needed add-store operation wastes a few bytes by nkalmala · 18 years ago
  24. 0c6cb97 [PATCH] Calculation fix for memory holes beyong the end of physical memory by Mel Gorman · 18 years ago
  25. 3bb1a852 [PATCH] vmscan: Fix temp_priority race by Martin Bligh · 18 years ago
  26. 7516795 [PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpc by Andy Whitcroft · 18 years ago
  27. 6220ec7 [PATCH] highest_possible_node_id() linkage fix by Andrew Morton · 18 years ago
  28. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  29. 9858db5 [PATCH] mm: locks_freed fix by Nick Piggin · 18 years ago
  30. dafb136 [PATCH] mm: arch_free_page fix by Nick Piggin · 18 years ago
  31. b888132 [PATCH] mm: remove memmap_zone_idx() by Mel Gorman · 18 years ago
  32. 88ca3b9 [PATCH] page_alloc: fix kernel-doc and func. declaration by Randy Dunlap · 18 years ago
  33. e80ee88 [PATCH] mm: micro optimise zone_watermark_ok by Nick Piggin · 18 years ago
  34. 423b41d [PATCH] mm/page_alloc: use NULL instead of 0 for ptr by Randy Dunlap · 18 years ago
  35. 66a5503 [PATCH] Do not allocate pagesets for unpopulated zones. by Christoph Lameter · 18 years ago
  36. d5f541e [PATCH] Add node to zone for the NUMA case by Christoph Lameter · 18 years ago
  37. 08e0f6a [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMA by Christoph Lameter · 18 years ago
  38. c724191 [PATCH] Condense output of show_free_areas() by Jes Sorensen · 18 years ago
  39. fb01439 [PATCH] Allow an arch to expand node boundaries by Mel Gorman · 18 years ago
  40. 9c7cd68 [PATCH] Account for holes that are outside the range of physical memory by Mel Gorman · 18 years ago
  41. 0e0b864 [PATCH] Account for memmap and optionally the kernel image as holes by Mel Gorman · 18 years ago
  42. c713216 [PATCH] Introduce mechanism for registering active regions of memory by Mel Gorman · 18 years ago
  43. f623f0d [PATCH] swsusp: Fix mark_free_pages by Rafael J. Wysocki · 18 years ago
  44. 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago
  45. 0ff3849 [PATCH] zone_reclaim: dynamic slab reclaim by Christoph Lameter · 18 years ago
  46. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  47. 8417bba [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zone by Christoph Lameter · 18 years ago
  48. 39bbcb8 [PATCH] mm: do not check unpopulated zones for draining and counter updates by Christoph Lameter · 18 years ago
  49. 006d22d [PATCH] Optimize free_one_page by Christoph Lameter · 18 years ago
  50. 1192d52 [PATCH] Cleanup: Add zone pointer to get_page_from_freelist by Christoph Lameter · 18 years ago
  51. 9b819d2 [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions by Christoph Lameter · 18 years ago
  52. 19655d3 [PATCH] linearly index zone->node_zonelists[] by Christoph Lameter · 18 years ago
  53. 2f6726e [PATCH] Apply type enum zone_type by Christoph Lameter · 18 years ago
  54. 4e4785b [PATCH] mempolicies: fix policy_zone check by Christoph Lameter · 18 years ago
  55. e53ef38 [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optional by Christoph Lameter · 18 years ago
  56. fb0e794 [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional by Christoph Lameter · 18 years ago
  57. 2f1b624 [PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and comment by Christoph Lameter · 18 years ago
  58. 98d2b0e [PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanup by Christoph Lameter · 18 years ago
  59. c1f60a5 [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h by Christoph Lameter · 18 years ago
  60. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  61. 725d704 [PATCH] mm: VM_BUG_ON by Nick Piggin · 18 years ago
  62. f3ef9ea [PATCH] do not free non slab allocated per_cpu_pageset by David Rientjes · 18 years ago
  63. f034b5d [XFRM]: Dynamic xfrm_state hash table sizing. by David S. Miller · 18 years ago
  64. 9614634 [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O by Christoph Lameter · 18 years ago
  65. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  66. f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 18 years ago
  67. ca889e6 [PATCH] Use Zoned VM Counters for NUMA statistics by Christoph Lameter · 18 years ago
  68. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 18 years ago
  69. ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 18 years ago
  70. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  71. df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 18 years ago
  72. 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 18 years ago
  73. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago
  74. 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 18 years ago
  75. 2244b95 [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation by Christoph Lameter · 18 years ago
  76. f6ac235 [PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.h by Christoph Lameter · 18 years ago
  77. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  78. f9b8404 [PATCH] pi-futex: introduce debug_check_no_locks_freed() by Ingo Molnar · 18 years ago
  79. 74b85f3 [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only by Chandra Seetharaman · 18 years ago
  80. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  81. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  82. 43b0bc0 [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages by Chris Wright · 18 years ago
  83. 8f9de51 [PATCH] printk() should not be called under zone->lock by Kirill Korotaev · 18 years ago
  84. bd1e22b [PATCH] initialise total_memory() earlier by Andrew Morton · 18 years ago
  85. 67de648 [PATCH] squash duplicate page_to_pfn and pfn_to_page by Andy Whitcroft · 18 years ago
  86. 6811378 [PATCH] wait_table and zonelist initializing for memory hotadd: update zonelists by Yasunori Goto · 18 years ago
  87. cca448f [PATCH] wait_table and zonelist initializing for memory hotadd: wait_table initialization by Yasunori Goto · 18 years ago
  88. 718127c [PATCH] wait_table and zonelist initializing for memory hotadd: add return code for init_current_empty_zone by Yasunori Goto · 18 years ago
  89. 86356ab [PATCH] wait_table and zonelist initializing for memory hotadd: change to meminit for build_zonelist by Yasunori Goto · 18 years ago
  90. 02b694d [PATCH] wait_table and zonelist initializing for memory hotadd: change name of wait_table_size() by Yasunori Goto · 18 years ago
  91. cb2b95e [PATCH] zone handle unaligned zone boundaries by Andy Whitcroft · 18 years ago
  92. e984bb4 [PATCH] Align the node_mem_map endpoints to a MAX_ORDER boundary by Bob Picco · 18 years ago
  93. bdd804f [PATCH] Cpuset: might sleep checking zones allowed fix by Paul Jackson · 18 years ago
  94. ac924c6 [PATCH] setup_per_zone_pages_min() overflow fix by Andrew Morton · 18 years ago
  95. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 18 years ago
  96. 6aa3001b2 [PATCH] page_alloc.c: buddy handling cleanup by Andrew Morton · 18 years ago
  97. cb45b0e [PATCH] overcommit: add calculate_totalreserve_pages() by Hideo AOKI · 18 years ago
  98. 676165a [PATCH] Fix buddy list race that could lead to page lru list corruptions by Nick Piggin · 18 years ago
  99. ae0f15f [PATCH] for_each_online_pgdat: remove pgdat_list by KAMEZAWA Hiroyuki · 18 years ago
  100. ec936fc [PATCH] for_each_online_pgdat: renaming for_each_pgdat by KAMEZAWA Hiroyuki · 18 years ago