1. 3fdfd99 powerpc: Fix erroneous lmb->memblock conversions by Benjamin Herrenschmidt · 16 years ago
  2. 95f72d1 lmb: rename to memblock by Yinghai Lu · 16 years ago
  3. 1426d5a powerpc: Dynamically allocate pacas by Michael Ellerman · 16 years ago
  4. fc0bdae of: move definition of of_chosen into common code. by Grant Likely · 16 years ago
  5. 22d5579 of: remove unused extern reference to devtree_lock by Grant Likely · 16 years ago
  6. 4ef7b37 of/flattree: Don't assume HAVE_LMB by Jeremy Kerr · 16 years ago
  7. 087f79c of/flattree: endian-convert members of boot_param_header by Jeremy Kerr · 16 years ago
  8. 1406bc2 of/flattree: use callback to setup initrd from /chosen by Jeremy Kerr · 16 years ago
  9. 51975db of/flattree: merge early_init_dt_scan_memory() common code by Grant Likely · 16 years ago
  10. 89751a7 of: merge of_find_node_by_phandle by Jeremy Kerr · 16 years ago
  11. fcdeb7f of: merge of_attach_node() & of_detach_node() by Grant Likely · 16 years ago
  12. 6016a36 of: unify phandle name in struct device_node by Grant Likely · 16 years ago
  13. 923f7e3 of: Merge of_node_get() and of_node_put() by Grant Likely · 16 years ago
  14. 1f43cfb of: merge machine_is_compatible() by Grant Likely · 16 years ago
  15. 86e0322 of/flattree: merge early_init_dt_scan_chosen() by Grant Likely · 16 years ago
  16. 0f0b56c of/flattree: eliminate cell_t typedef by Grant Likely · 16 years ago
  17. 83f7a06 of/flattree: merge dt_mem_next_cell by Grant Likely · 16 years ago
  18. f00abd9 of/flattree: Merge earlyinit_dt_scan_root() by Grant Likely · 16 years ago
  19. f7b3a83 of/flattree: Merge early_init_dt_check_for_initrd() by Grant Likely · 16 years ago
  20. 02af11b of: merge prom_{add,remove,modify}_property by Grant Likely · 16 years ago
  21. 41f8800 of/flattree: Merge unflatten_device_tree by Grant Likely · 16 years ago
  22. bbd3393 of/flattree: Merge unflatten_dt_node by Grant Likely · 16 years ago
  23. 00e38ef of/flattree: Merge of_flat_dt_is_compatible by Grant Likely · 16 years ago
  24. ca900cf of/flattree: merge of_get_flat_dt_prop by Grant Likely · 16 years ago
  25. 819d281 of/flattree: merge of_get_flat_dt_root by Grant Likely · 16 years ago
  26. c8cb7a5 of/flattree: merge of_scan_flat_dt by Grant Likely · 16 years ago
  27. e169cfb of/flattree: merge find_flat_dt_string and initial_boot_params by Grant Likely · 16 years ago
  28. e91edcf of: merge of_find_all_nodes() implementations by Grant Likely · 17 years ago
  29. 9449168 powerpc: Shield code specific to 64-bit server processors by Benjamin Herrenschmidt · 17 years ago
  30. 49a8496 powerpc: Allow mem=x cmdline to work with 4G+ by Becky Bruce · 17 years ago
  31. 059f134 powerpc: Allow debugging of LMBs with lmb=debug by Michael Ellerman · 17 years ago
  32. b60c31d powerpc: Get the number of SLBs from "slb-size" property by Michael Neuling · 17 years ago
  33. 6327716 powerpc: Remove unnecessary casts by Stephen Rothwell · 17 years ago
  34. 6ca4f74 powerpc: Force memory size to be a multiple of PAGE_SIZE by Hollis Blanchard · 17 years ago
  35. e523f72 powerpc: Add of_find_next_cache_node() by Nathan Lynch · 17 years ago
  36. 549e815 powerpc: Make the 64-bit kernel as a position-independent executable by Paul Mackerras · 18 years ago
  37. cf00085 powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels by Chandru · 18 years ago
  38. b962ce9 powerpc: Add VSX CPU feature by Michael Neuling · 18 years ago
  39. 37dd2ba [POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero) by Kumar Gala · 18 years ago
  40. f4ac7b5 [POWERPC] Fix device-tree locking vs. interrupts by Benjamin Herrenschmidt · 18 years ago
  41. 37ddd5d [POWERPC] pseries/phyp dump: Reserve a variable amount of space at boot by Manish Ahuja · 18 years ago
  42. 18f032c [POWERPC] move_device_tree() should be __init by Geert Uytterhoeven · 18 years ago
  43. 654f596 [POWERPC] pseries: phyp dump: Disable phyp-dump through boot-var by Manish Ahuja · 18 years ago
  44. 6ac26c8 [POWERPC] pseries: phyp dump: Reserve and release memory by Manish Ahuja · 18 years ago
  45. f8303dd Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6 by Paul Mackerras · 18 years ago
  46. abe7688 [POWERPC] Fix dt_mem_next_cell() to read the full address by Becky Bruce · 18 years ago
  47. d9b2b2a [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. by David S. Miller · 18 years ago
  48. 14b3d92 [POWERPC] 4xx: update 440EP(x)/440GR(x) identical PVR issue workaround by Valentine Barshak · 18 years ago
  49. 584f8b7 [POWERPC] Use SLB size from the device tree by Michael Neuling · 18 years ago
  50. d1dfc35 [POWERPC] 4xx: Workaround for the 440EP(x)/GR(x) processors identical PVR issue. by Valentine Barshak · 19 years ago
  51. 84fdde5 [POWERPC] Use cache-inhibited large page bit from firmware by Paul Mackerras · 19 years ago
  52. 3c607ce [POWERPC] setup_64.c and prom.c comment cleanup by Linas Vepstas · 19 years ago
  53. 70c6cc3 [POWERPC] prom.c whitespace cleanup by Linas Vepstas · 19 years ago
  54. 9420dc6 [POWERPC] Clean out a bunch of duplicate includes by Jesper Juhl · 19 years ago
  55. 34f329d [POWERPC] of_detach_node()'s device node argument cannot be const by Segher Boessenkool · 19 years ago
  56. 1ef4d42 Consolidate of_find_node_by routines by Stephen Rothwell · 19 years ago
  57. d1cd355 Consolidate of_get_next_child by Stephen Rothwell · 19 years ago
  58. e679c5f Consolidate of_get_parent by Stephen Rothwell · 19 years ago
  59. 581b605 Consolidate of_find_property by Stephen Rothwell · 19 years ago
  60. 0081cbc Consolidate of_device_is_compatible by Stephen Rothwell · 19 years ago
  61. 97e873e Start split out of common open firmware code by Stephen Rothwell · 19 years ago
  62. 1f945a8 [POWERPC] Remove unnecessary #undef printk from prom.c by Mathieu Desnoyers · 19 years ago
  63. 94a3807 [POWERPC] Make the debugfs "powerpc" dir globally accessible by Michael Ellerman · 19 years ago
  64. 6a281856 [POWERPC] Add a warning to help trackdown device_node refcounting bugs by Michael Ellerman · 19 years ago
  65. d3b814b [POWERPC] Generalise device_node flag interface by Michael Ellerman · 19 years ago
  66. 972d17c [POWERPC] Check for the root node in of_detach_node() by Michael Ellerman · 19 years ago
  67. 4434810 [POWERPC] Output params value in early_init_devtree by Geoff Levand · 19 years ago
  68. 5169b8a [POWERPC] Update documentation for of_find_node_by_type() by Michael Ellerman · 19 years ago
  69. 847f597 [POWERPC] Make sure device node type/name is not NULL on hot-added nodes by Benjamin Herrenschmidt · 19 years ago
  70. 40472a5 [POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warning by Michael Ellerman · 19 years ago
  71. 30686ba [POWERPC] Remove old interface find_devices by Stephen Rothwell · 19 years ago
  72. 1658ab6 [POWERPC] Remove old interface find_type_devices by Stephen Rothwell · 19 years ago
  73. 8c8dc32 [POWERPC] Remove old interface find_path_device by Stephen Rothwell · 19 years ago
  74. 112466b [POWERPC] Remove find_all_nodes by Stephen Rothwell · 19 years ago
  75. 4bf56e1 [POWERPC] Remove find_compatible_devices by Stephen Rothwell · 19 years ago
  76. 1a38147 [POWERPC] Make struct property's value a void * by Stephen Rothwell · 19 years ago
  77. 9213fee [POWERPC] Rename prom_n_size_cells to of_n_size_cells by Stephen Rothwell · 19 years ago
  78. a8bda5d [POWERPC] Rename prom_n_addr_cells to of_n_addr_cells by Stephen Rothwell · 19 years ago
  79. 7a92f74 [POWERPC] Rename device_is_compatible to of_device_is_compatible by Stephen Rothwell · 19 years ago
  80. 0e56efc [POWERPC] Rename get_property to of_get_property by Stephen Rothwell · 19 years ago
  81. 30437b3 [POWERPC] Automatically lmb_reserve() initrd by David Gibson · 19 years ago
  82. eb6de28 [POWERPC] Allow duplicate lmb_reserve() calls by David Gibson · 19 years ago
  83. ae50517 [POWERPC] Export of_find_property by Dave Jones · 19 years ago
  84. b8757b2 [PATCH] Dynamic kernel command-line: powerpc by Alon Bar-Lev · 19 years ago
  85. b137405 [POWERPC] arch/ppc/kernel/prom.c of_node_(get|put) cleanup by Mariusz Kozlowski · 19 years ago
  86. 0204568 [POWERPC] Support ibm,dynamic-reconfiguration-memory nodes by Paul Mackerras · 19 years ago
  87. 974a76f [POWERPC] Distinguish POWER6 partition modes and tell userspace by Paul Mackerras · 19 years ago
  88. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 19 years ago
  89. 36ca4ba [POWERPC] cell: add cpufreq driver for Cell BE processor by Christian Krafft · 20 years ago
  90. e2100ef [POWERPC] Fix device_is_compatible() const warning by Benjamin Herrenschmidt · 20 years ago
  91. c1ce464 [POWERPC] Minor fix for bootargs property by Geoff Levand · 20 years ago
  92. a4dc7ff [POWERPC] Define of_read_ulong helper by Paul Mackerras · 20 years ago
  93. 931b261 [POWERPC] Make get_property() return a const void * by Jeremy Kerr · 20 years ago
  94. a7f67bd [POWERPC] Constify & voidify get_property() by Jeremy Kerr · 20 years ago
  95. 0ebfff1 [POWERPC] Add new interrupt mapping core and change platforms to use it by Benjamin Herrenschmidt · 20 years ago
  96. a1af5b2 [POWERPC] change get_property to return void * by Jeremy Kerr · 20 years ago
  97. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  98. 339d76c [POWERPC] Use little-endian bit from firmware ibm,pa-features property by Paul Mackerras · 20 years ago
  99. 458148c [POWERPC] Setup RTAS values earlier, to enable rtas_call() earlier by Michael Ellerman · 20 years ago
  100. 7a4571a [POWERPC] Export flat device tree via debugfs for debugging by Michael Ellerman · 20 years ago