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