1. 1fe5872 powerpc/numa: improve control of topology updates by Nathan Lynch · 6 years ago
  2. 0c724ad powerpc/pseries: Perform full re-add of CPU for topology update post-migration by Nathan Fontenot · 6 years ago
  3. 636374c powerpc/numa: Suppress "VPHN is not supported" messages by Satheesh Rajendran · 6 years ago
  4. 2f2f95d powerpc/numa: Ensure nodes initialized for hotplug by Michael Bringmann · 7 years ago
  5. 6f9c15a powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes by Michael Bringmann · 7 years ago
  6. 8467801 powerpc: Fix numa topology console print by Aneesh Kumar K.V · 8 years ago
  7. 08b5e79 powerpc/mm: Drop dump_numa_memory_topology() by Michael Ellerman · 8 years ago
  8. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  9. bdab88e powerpc/numa: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  10. 45b64ee powerpc/numa: Fix multiple bugs in memory_hotplug_max() by Bharata B Rao · 9 years ago
  11. e70bd3a powerpc/numa: Fix whitespace in hot_add_drconf_memory_max() by Bharata B Rao · 9 years ago
  12. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  13. c118baf arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodes by Raghavendra K T · 9 years ago
  14. 1def375 powerpc/numa: Use of_get_next_parent to simplify code by Christophe Jaillet · 9 years ago
  15. 1d80544 powerpc/numa: initialize distance lookup table from drconf path by Nikunj A Dadhania · 9 years ago
  16. 3af229f powerpc/numa: Reset node_possible_map to only node_online_map by Nishanth Aravamudan · 10 years ago
  17. 4b6cfb2 powerpc/vphn: move VPHN parsing logic to a separate file by Greg Kurz · 10 years ago
  18. b1fc948 powerpc/vphn: move endianness fixing to vphn_unpack_associativity() by Greg Kurz · 10 years ago
  19. 9d0e6d9 powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY API by Greg Kurz · 10 years ago
  20. 140cd7f Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  21. f5242e5 of/reconfig: Always use the same structure for notifiers by Grant Likely · 10 years ago
  22. 21098b9 powerpc: Move sparse_init() into initmem_init by Anton Blanchard · 10 years ago
  23. 1023973 powerpc: Remove bootmem allocator by Anton Blanchard · 10 years ago
  24. 2c0a33f powerpc/numa: ensure per-cpu NUMA mappings are correct on topology update by Nishanth Aravamudan · 10 years ago
  25. 49f8d8c powerpc/numa: use cached value of update->cpu in update_cpu_topology by Nishanth Aravamudan · 10 years ago
  26. 5c9fb18 powerpc/vphn: NUMA node code expects big-endian by Greg Kurz · 10 years ago
  27. 2d73bae powerpc/numa: Add ability to disable and debug topology updates by Nishanth Aravamudan · 10 years ago
  28. 2d15b9b powerpc/numa: check error return from proc_create by Nishanth Aravamudan · 10 years ago
  29. 75d43b2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git by Michael Ellerman · 10 years ago
  30. 297cf50 powerpc: some changes in numa_setup_cpu() by Li Zhong · 10 years ago
  31. bc3c432 powerpc: Only set numa node information for present cpus at boottime by Li Zhong · 10 years ago
  32. 70ad237 powerpc: Fix warning reported by verify_cpu_node_mapping() by Li Zhong · 10 years ago
  33. 6db35ad powerpc/mm: Use common paging_init() for NUMA by Scott Wood · 10 years ago
  34. 2fabf08 powerpc: reorder per-cpu NUMA information's initialization by Nishanth Aravamudan · 10 years ago
  35. b00fc6e powerpc/mm/numa: Fix break placement by Andrey Utkin · 10 years ago
  36. 12c743e powerpc/mm: fix ".__node_distance" undefined by Mike Qiu · 11 years ago
  37. 9a01336 power, sched: stop updating inside arch_update_cpu_topology() when nothing to be update by Michael Wang · 11 years ago
  38. 316d718 powerpc/numa: Fix decimal permissions by Joe Perches · 11 years ago
  39. 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  40. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  41. 68fb18aa powerpc: Add debug checks to catch invalid cpu-to-node mappings by Srivatsa S. Bhat · 11 years ago
  42. d4edc5b powerpc: Fix the setup of CPU-to-Node mappings during CPU online by Srivatsa S. Bhat · 11 years ago
  43. 6408068 mm: use pgdat_end_pfn() to simplify the code in arch by Xishi Qiu · 11 years ago
  44. ec32dd6 powerpc: Fix warnings for arch/powerpc/mm/numa.c by Robert Jennings · 11 years ago
  45. b08a2a1 powerpc: Make NUMA device node code endian safe by Alistair Popple · 11 years ago
  46. f13c13a powerpc: Stop using non-architected shared_proc field in lppaca by Anton Blanchard · 11 years ago
  47. 3be7db6 powerpc: VPHN topology change updates all siblings by Robert Jennings · 11 years ago
  48. dd02321 powerpc/numa: Do not update sysfs cpu registration from invalid context by Nathan Fontenot · 11 years ago
  49. 061d19f powerpc: Delete __cpuinit usage from all users by Paul Gortmaker · 11 years ago
  50. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  51. 601abdc3 powerpc/pseries: Correct builds break when CONFIG_SMP not defined by Nathan Fontenot · 12 years ago
  52. 9f3a90e powerpc: Fix build failure after merge of the cgroup tree by Stephen Rothwell · 12 years ago
  53. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  54. f9d531b powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 12 years ago
  55. e04fa61 powerpc/pseries: Add /proc interface to control topology updates by Nathan Fontenot · 12 years ago
  56. b7abef0 powerpc/pseries: RE-enable Virtual Processor Home Node updating by Jesse Larrew · 12 years ago
  57. 176bbf1 powerpc/pseries: Update NUMA VDSO information when updating CPU maps by Jesse Larrew · 12 years ago
  58. 30c0535 powerpc/pseries: Use stop machine to update cpu maps by Nathan Fontenot · 12 years ago
  59. 5d88aa8 powerpc/pseries: Update CPU maps when device tree is updated by Jesse Larrew · 12 years ago
  60. 8002b0c powerpc/pseries: Update numa.c to use updated firmware_has_feature() by Nathan Fontenot · 12 years ago
  61. 55671f3 powerpc: fix annotation of fake_numa_create_new_node() by Stephen Rothwell · 12 years ago
  62. 7122bee powerpc: fix numa distance for form0 device tree by Vaidyanathan Srinivasan · 12 years ago
  63. f594972 powerpc+of: Move of_drconf_cell struct definition to asm/prom.h by Nathan Fontenot · 12 years ago
  64. 79c5fce powerpc/vphn: Fix arch_update_cpu_topology() return value by Jesse Larrew · 12 years ago
  65. 50bba07 Merge branch 'merge' into next by Benjamin Herrenschmidt · 12 years ago
  66. aa709f3 powerpc/numa: Avoid stupid uninitialized warning from gcc by Benjamin Herrenschmidt · 12 years ago
  67. 5b958a7 powerpc/numa: Fix OF node refcounting bug by Gavin Shan · 12 years ago
  68. 82b2521 powerpc: Fix uninitialised error in numa.c by Michael Neuling · 12 years ago
  69. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  70. 9512938 cpumask: update setup_node_to_cpumask_map() comments by Wanlong Gao · 13 years ago
  71. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  72. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  73. e4e88f3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  74. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  75. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  76. 2011b1d powerpc/mm: Fix section mismatch for read_n_cells by David Rientjes · 13 years ago
  77. 28e86bd powerpc/mm: Fix section mismatch for mark_reserved_regions_for_nid by David Rientjes · 13 years ago
  78. 1d7cfe1 powerpc: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
  79. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  80. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  81. 1c8ee73 powerpc/numa: NUMA topology support for PowerNV by Dipankar Sarma · 13 years ago
  82. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  83. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  84. dfbe93a powerpc: Coding style cleanups by Anton Blanchard · 13 years ago
  85. 94db7c5 powerpc: Use for_each_node_by_type instead of open coding it by Anton Blanchard · 13 years ago
  86. 6083184 powerpc/numa: Remove double of_node_put in hot_add_node_scn_to_nid by Anton Blanchard · 13 years ago
  87. 5dfe866 bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range() by Tejun Heo · 13 years ago
  88. 104699c powerpc: Convert old cpumask API into new one by KOSAKI Motohiro · 14 years ago
  89. e70606e powerpc/numa: Look for ibm, associativity-reference-points at the root by Michael Ellerman · 14 years ago
  90. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  91. 36e8695 powerpc/pseries: Disable VPNH feature by Benjamin Herrenschmidt · 14 years ago
  92. 429f4d8 powerpc/numa: Fix bug in unmap_cpu_from_node by Anton Blanchard · 14 years ago
  93. fe5cfd6 powerpc/numa: Disable VPHN on dedicated processor partitions by Anton Blanchard · 14 years ago
  94. c0e5e46 powerpc/numa: Add length when creating OF properties via VPHN by Anton Blanchard · 14 years ago
  95. d69043e powerpc/numa: Check for all VPHN changes by Anton Blanchard · 14 years ago
  96. 5de1669 powerpc/numa: Only use active VPHN count fields by Anton Blanchard · 14 years ago
  97. cd9d6cc powerpc/pseries: Remove unnecessary variable initializations in numa.c by Jesse Larrew · 14 years ago
  98. 7639ada powerpc/pseries: Fix brace placement in numa.c by Jesse Larrew · 14 years ago
  99. bd03403 powerpc/pseries: Fix typo in VPHN comments by Jesse Larrew · 14 years ago
  100. 5d7d807 powerpc/pseries: Fix build of topology stuff without CONFIG_NUMA by Benjamin Herrenschmidt · 14 years ago