1. 429f4d8 powerpc/numa: Fix bug in unmap_cpu_from_node by Anton Blanchard · 14 years ago
  2. fe5cfd6 powerpc/numa: Disable VPHN on dedicated processor partitions by Anton Blanchard · 14 years ago
  3. c0e5e46 powerpc/numa: Add length when creating OF properties via VPHN by Anton Blanchard · 14 years ago
  4. d69043e powerpc/numa: Check for all VPHN changes by Anton Blanchard · 14 years ago
  5. 5de1669 powerpc/numa: Only use active VPHN count fields by Anton Blanchard · 14 years ago
  6. cd9d6cc powerpc/pseries: Remove unnecessary variable initializations in numa.c by Jesse Larrew · 14 years ago
  7. 7639ada powerpc/pseries: Fix brace placement in numa.c by Jesse Larrew · 14 years ago
  8. bd03403 powerpc/pseries: Fix typo in VPHN comments by Jesse Larrew · 14 years ago
  9. 5d7d807 powerpc/pseries: Fix build of topology stuff without CONFIG_NUMA by Benjamin Herrenschmidt · 14 years ago
  10. 39bf990 powerpc/pseries: Fix VPHN build errors on non-SMP systems by Jesse Larrew · 14 years ago
  11. 9eff1a3 powerpc/pseries: Poll VPA for topology changes and update NUMA maps by Jesse Larrew · 14 years ago
  12. cd34206 powerpc: Add memory_hotplug_max() by Nishanth Aravamudan · 14 years ago
  13. c7fc2de memblock, bootmem: Round pfn properly for memory and reserved regions by Yinghai Lu · 14 years ago
  14. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  15. cdd854b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  16. 28be707 memblock/powerpc: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  17. 412a4ac Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 14 years ago
  18. 3fdfd99 powerpc: Fix erroneous lmb->memblock conversions by Benjamin Herrenschmidt · 14 years ago
  19. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  20. 41eab6f powerpc/numa: Use form 1 affinity to setup node distance by Anton Blanchard · 14 years ago
  21. bc8449c powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinity by Anton Blanchard · 14 years ago
  22. 1ed31d6 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 14 years ago
  23. 25863de powerpc/cpumask: Convert NUMA code to new cpumask API by Anton Blanchard · 14 years ago
  24. 4b83c33 powerpc/numa: Add form 1 NUMA affinity by Anton Blanchard · 14 years ago
  25. 72c3368 nodemask.h: remove macro any_online_node by H Hartley Sweeten · 15 years ago
  26. d3f6204 powerpc: Set init_bootmem_done on NUMA platforms as well by Benjamin Herrenschmidt · 15 years ago
  27. 0f16ef7 powerpc/numa: Cleanup hot_add_scn_to_nid by Nathan Fontenot · 16 years ago
  28. 82a0a1c Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 16 years ago
  29. 06eccea powerpc/mm: Fix numa reserve bootmem page selection by Dave Hansen · 16 years ago
  30. 8b16cd2 powerpc/numa: Remove redundant find_cpu_node() by Milton Miller · 16 years ago
  31. 20fcefe powerpc/numa: Avoid possible reference beyond prop. length in find_min_common_depth() by Milton Miller · 16 years ago
  32. 893473d powerpc/mm: Cleanup careful_allocation(): consolidate memset() by Dave Hansen · 16 years ago
  33. 0be210f powerpc/mm: Make careful_allocation() return virtual addrs by Dave Hansen · 16 years ago
  34. 5d21ea2 powerpc/mm:: Cleanup careful_allocation(): bootmem already panics by Dave Hansen · 16 years ago
  35. c555e52 powerpc/mm: Add better comment on careful_allocation() by Dave Hansen · 16 years ago
  36. a4c74dd powerpc: Fix bootmem reservation on uninitialized node by Dave Hansen · 16 years ago
  37. 4a61866 powerpc: Fix boot freeze on machine with empty memory node by Dave Hansen · 16 years ago
  38. fe55249 powerpc: Always trim numa memory to lmb_end_of_DRAM() by Milton Miller · 16 years ago
  39. e817037 powerpc/numa: Make memory reserve code more robust by Jon Tollefson · 16 years ago
  40. 8f64e1f powerpc: Reserve in bootmem lmb reserved regions that cross NUMA nodes by Jon Tollefson · 16 years ago
  41. cf00085 powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels by Chandru · 16 years ago
  42. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  43. 0db9360 powerpc/pseries: Update numa association of hotplug memory add for drconf memory by Nathan Fontenot · 16 years ago
  44. 8342681 powerpc/pseries: Split code into helper routines for drconf memory by Nathan Fontenot · 16 years ago
  45. 6df1646 [POWERPC] Add include of linux/of.h to numa.c by Michael Ellerman · 17 years ago
  46. d9b2b2a [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. by David S. Miller · 17 years ago
  47. 3796958 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  48. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  49. 1daa6d0 [POWERPC] Fake NUMA emulation for PowerPC by Balbir Singh · 17 years ago
  50. b9c3fdb [POWERPC] Fix parse_drconf_memory() for 64-bit start addresses by Michael Ellerman · 17 years ago
  51. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  52. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 18 years ago
  53. 9213fee [POWERPC] Rename prom_n_size_cells to of_n_size_cells by Stephen Rothwell · 18 years ago
  54. a8bda5d [POWERPC] Rename prom_n_addr_cells to of_n_addr_cells by Stephen Rothwell · 18 years ago
  55. 1b3c371 Fix typos concerning hierarchy by Uwe Kleine-König · 18 years ago
  56. 0204568 [POWERPC] Support ibm,dynamic-reconfiguration-memory nodes by Paul Mackerras · 18 years ago
  57. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  58. c67c3cb [PATCH] Have Power use add_active_range() and free_area_init_nodes() by Mel Gorman · 18 years ago
  59. a7f67bd [POWERPC] Constify & voidify get_property() by Jeremy Kerr · 18 years ago
  60. 74b85f3 [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only by Chandra Seetharaman · 18 years ago
  61. f18fc72 Merge ../linux-2.6 by Paul Mackerras · 18 years ago
  62. 953039c [PATCH] powerpc: Allow devices to register with numa topology by Jeremy Kerr · 18 years ago
  63. e110b28 [PATCH] powerpc: Less verbose mem configuration output by Olof Johansson · 18 years ago
  64. 069007a [PATCH] powerpc: hot_add_scn_to_nid() build fix by Andrew Morton · 19 years ago
  65. 2b26122 [PATCH] powerpc numa: Consolidate assignment of cpus to nodes by Nathan Lynch · 19 years ago
  66. 482ec7c [PATCH] powerpc numa: Support sparse online node map by Nathan Lynch · 19 years ago
  67. bc16a75 [PATCH] powerpc numa: Consolidate handling of Power4 special case by Nathan Lynch · 19 years ago
  68. cf950b7 [PATCH] powerpc numa: Get rid of "numa domain" terminology by Nathan Lynch · 19 years ago
  69. 2e5ce39 [PATCH] powerpc numa: Minor cpu hotplug-related cleanups by Nathan Lynch · 19 years ago
  70. bf4b85b [PATCH] powerpc numa: Minor debugging code changes by Nathan Lynch · 19 years ago
  71. c08888c [PATCH] powerpc numa: fix boot_cpuid always assigned to node 0 by Nathan Lynch · 19 years ago
  72. d7a5b2f [PATCH] powerpc: Always panic if lmb_alloc() fails by Michael Ellerman · 19 years ago
  73. b226e46 [PATCH] powerpc: don't add memory to empty node/zone by Mike Kravetz · 19 years ago
  74. cc5d018 [PATCH] powerpc: Remove device_node addrs/n_addr by Benjamin Herrenschmidt · 19 years ago
  75. 4b703a2 [PATCH] ppc64: Add NUMA cpu summary at boot by Anton Blanchard · 19 years ago
  76. ba75948 [PATCH] powerpc: Add support for "linux,usable-memory" on memory nodes by Michael Ellerman · 19 years ago
  77. 237a098 [PATCH] powerpc: numa placement for dynamically added memory by Mike Kravetz · 19 years ago
  78. 84c9fdd [PATCH] powerpc: Minor numa memory code cleanup by Mike Kravetz · 19 years ago
  79. 54c2331 Revert "[PATCH] powerpc: Minor numa memory code cleanup" by Paul Mackerras · 19 years ago
  80. 74761bb [PATCH] powerpc: Minor numa memory code cleanup by Mike Kravetz · 19 years ago
  81. 6d91bb9 [PATCH] powerpc/pseries: boot failures on numa if no memory on node by Mike Kravetz · 19 years ago
  82. fb6d73d [PATCH] powerpc: Fix sparsemem with memory holes [was Re: ppc64 oops..] by Paul Mackerras · 19 years ago
  83. 45fb6ce [PATCH] ppc64: Convert NUMA to sparsemem (3) by Anton Blanchard · 19 years ago
  84. 3e66c4d [PATCH] ppc64: prep for NUMA sparsemem rework 2 by Anton Blanchard · 19 years ago
  85. 2249ca9 powerpc: Various UP build fixes by Paul Mackerras · 19 years ago
  86. cf00a8d powerpc: Fix bug arising from having multiple memory_limit variables by Paul Mackerras · 19 years ago
  87. ab1f9da powerpc: Merge arch/ppc64/mm to arch/powerpc/mm by Paul Mackerras · 19 years ago[Renamed from arch/ppc64/mm/numa.c]
  88. 802f192 [PATCH] SPARSEMEM EXTREME by Bob Picco · 19 years ago
  89. 180379d [PATCH] ppc64: Remove physbase from the lmb_property struct by Michael Ellerman · 19 years ago
  90. 96cd5b0 [PATCH] ppc64: POWER 4 fails to boot with NUMA by Mike Kravetz · 19 years ago
  91. 74b30be [PATCH] ppc64: add memory present by Andy Whitcroft · 19 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago