1. 84fdde5 [POWERPC] Use cache-inhibited large page bit from firmware by Paul Mackerras · 19 years ago
  2. 3c607ce [POWERPC] setup_64.c and prom.c comment cleanup by Linas Vepstas · 19 years ago
  3. 70c6cc3 [POWERPC] prom.c whitespace cleanup by Linas Vepstas · 19 years ago
  4. 9420dc6 [POWERPC] Clean out a bunch of duplicate includes by Jesper Juhl · 19 years ago
  5. 34f329d [POWERPC] of_detach_node()'s device node argument cannot be const by Segher Boessenkool · 19 years ago
  6. 1ef4d42 Consolidate of_find_node_by routines by Stephen Rothwell · 19 years ago
  7. d1cd355 Consolidate of_get_next_child by Stephen Rothwell · 19 years ago
  8. e679c5f Consolidate of_get_parent by Stephen Rothwell · 19 years ago
  9. 581b605 Consolidate of_find_property by Stephen Rothwell · 19 years ago
  10. 0081cbc Consolidate of_device_is_compatible by Stephen Rothwell · 19 years ago
  11. 97e873e Start split out of common open firmware code by Stephen Rothwell · 19 years ago
  12. 1f945a8 [POWERPC] Remove unnecessary #undef printk from prom.c by Mathieu Desnoyers · 19 years ago
  13. 94a3807 [POWERPC] Make the debugfs "powerpc" dir globally accessible by Michael Ellerman · 19 years ago
  14. 6a281856 [POWERPC] Add a warning to help trackdown device_node refcounting bugs by Michael Ellerman · 19 years ago
  15. d3b814b [POWERPC] Generalise device_node flag interface by Michael Ellerman · 19 years ago
  16. 972d17c [POWERPC] Check for the root node in of_detach_node() by Michael Ellerman · 19 years ago
  17. 4434810 [POWERPC] Output params value in early_init_devtree by Geoff Levand · 19 years ago
  18. 5169b8a [POWERPC] Update documentation for of_find_node_by_type() by Michael Ellerman · 19 years ago
  19. 847f597 [POWERPC] Make sure device node type/name is not NULL on hot-added nodes by Benjamin Herrenschmidt · 19 years ago
  20. 40472a5 [POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warning by Michael Ellerman · 19 years ago
  21. 30686ba [POWERPC] Remove old interface find_devices by Stephen Rothwell · 19 years ago
  22. 1658ab6 [POWERPC] Remove old interface find_type_devices by Stephen Rothwell · 19 years ago
  23. 8c8dc32 [POWERPC] Remove old interface find_path_device by Stephen Rothwell · 19 years ago
  24. 112466b [POWERPC] Remove find_all_nodes by Stephen Rothwell · 19 years ago
  25. 4bf56e1 [POWERPC] Remove find_compatible_devices by Stephen Rothwell · 19 years ago
  26. 1a38147 [POWERPC] Make struct property's value a void * by Stephen Rothwell · 19 years ago
  27. 9213fee [POWERPC] Rename prom_n_size_cells to of_n_size_cells by Stephen Rothwell · 19 years ago
  28. a8bda5d [POWERPC] Rename prom_n_addr_cells to of_n_addr_cells by Stephen Rothwell · 19 years ago
  29. 7a92f74 [POWERPC] Rename device_is_compatible to of_device_is_compatible by Stephen Rothwell · 19 years ago
  30. 0e56efc [POWERPC] Rename get_property to of_get_property by Stephen Rothwell · 19 years ago
  31. 30437b3 [POWERPC] Automatically lmb_reserve() initrd by David Gibson · 19 years ago
  32. eb6de28 [POWERPC] Allow duplicate lmb_reserve() calls by David Gibson · 19 years ago
  33. ae50517 [POWERPC] Export of_find_property by Dave Jones · 19 years ago
  34. b8757b2 [PATCH] Dynamic kernel command-line: powerpc by Alon Bar-Lev · 19 years ago
  35. b137405 [POWERPC] arch/ppc/kernel/prom.c of_node_(get|put) cleanup by Mariusz Kozlowski · 19 years ago
  36. 0204568 [POWERPC] Support ibm,dynamic-reconfiguration-memory nodes by Paul Mackerras · 19 years ago
  37. 974a76f [POWERPC] Distinguish POWER6 partition modes and tell userspace by Paul Mackerras · 19 years ago
  38. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 19 years ago
  39. 36ca4ba [POWERPC] cell: add cpufreq driver for Cell BE processor by Christian Krafft · 20 years ago
  40. e2100ef [POWERPC] Fix device_is_compatible() const warning by Benjamin Herrenschmidt · 20 years ago
  41. c1ce464 [POWERPC] Minor fix for bootargs property by Geoff Levand · 20 years ago
  42. a4dc7ff [POWERPC] Define of_read_ulong helper by Paul Mackerras · 20 years ago
  43. 931b261 [POWERPC] Make get_property() return a const void * by Jeremy Kerr · 20 years ago
  44. a7f67bd [POWERPC] Constify & voidify get_property() by Jeremy Kerr · 20 years ago
  45. 0ebfff1 [POWERPC] Add new interrupt mapping core and change platforms to use it by Benjamin Herrenschmidt · 20 years ago
  46. a1af5b2 [POWERPC] change get_property to return void * by Jeremy Kerr · 20 years ago
  47. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  48. 339d76c [POWERPC] Use little-endian bit from firmware ibm,pa-features property by Paul Mackerras · 20 years ago
  49. 458148c [POWERPC] Setup RTAS values earlier, to enable rtas_call() earlier by Michael Ellerman · 20 years ago
  50. 7a4571a [POWERPC] Export flat device tree via debugfs for debugging by Michael Ellerman · 20 years ago
  51. acf7d76 [POWERPC] cell: add RAS support by Benjamin Herrenschmidt · 20 years ago
  52. 8a30088 [POWERPC] Prevent duplicate lmb reservations for Device Tree blob. by Jon Loeliger · 20 years ago
  53. bf72aeb powerpc: Use 64k pages without needing cache-inhibited large pages by Paul Mackerras · 20 years ago
  54. 4d1f3f2 [PATCH] powerpc: Auto reserve of device tree blob by Jimi Xenidis · 20 years ago
  55. 35dd543 [PATCH] powerpc: Move crashkernel= handling into the kernel. by Michael Ellerman · 20 years ago
  56. 4731041 [PATCH] powerpc: Kdump header cleanup by Michael Ellerman · 20 years ago
  57. 2babf5c [PATCH] powerpc: Unify mem= handling by Michael Ellerman · 20 years ago
  58. 846f77b [PATCH] powerpc: Parse early parameters earlier by Michael Ellerman · 20 years ago
  59. d205819 [PATCH] powerpc: Use the ibm,pa-features property if available by Paul Mackerras · 20 years ago
  60. 2889773 [PATCH] powerpc: Lower threshold for DART enablement to 1GB by Olof Johansson · 20 years ago
  61. e822250 [PATCH] powerpc: Kill _machine and hard-coded platform numbers by Benjamin Herrenschmidt · 20 years ago
  62. 4d177fb [PATCH] powerpc: a couple of trivial compile warning fixes by Stephen Rothwell · 20 years ago
  63. 10d713a powerpc: use memparse() for mem= command line parsing by Kumar Gala · 20 years ago
  64. 4df2046 [PATCH] powerpc: Allow non zero boot cpuids by Anton Blanchard · 20 years ago
  65. 6749c55 Merge ../powerpc-merge by Paul Mackerras · 20 years ago
  66. 329dda0 [PATCH] powerpc: Fix mem= cmdline handling on arch/powerpc for !MULTIPLATFORM by Kumar Gala · 20 years ago
  67. d7a5b2f [PATCH] powerpc: Always panic if lmb_alloc() fails by Michael Ellerman · 20 years ago
  68. 090db7c [PATCH] powerpc: remove pointer/integer confusion in of_find_node_by_name by Olaf Hering · 20 years ago
  69. b68239e [PATCH] powerpc: Don't overwrite flat device tree with kdump kernel by Michael Ellerman · 20 years ago
  70. fa93895 [PATCH] powerpc: Don't allocate zero bytes in finish_device_tree() by Michael Ellerman · 20 years ago
  71. ecaa8b0 [PATCH] powerpc: Add of_find_property function by Dave C Boutcher · 20 years ago
  72. 088186d [PATCH] powerpc: Add/remove/update properties in firmware device tree by Dave C Boutcher · 20 years ago
  73. cbbcf34 [PATCH] powerpc: Fixed memory reserve map layout by Kumar Gala · 20 years ago
  74. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 20 years ago
  75. 1beb6a7 [PATCH] powerpc: Experimental support for new G5 Macs (#2) by Benjamin Herrenschmidt · 20 years ago
  76. cc5d018 [PATCH] powerpc: Remove device_node addrs/n_addr by Benjamin Herrenschmidt · 20 years ago
  77. ba75948 [PATCH] powerpc: Add support for "linux,usable-memory" on memory nodes by Michael Ellerman · 20 years ago
  78. dcee303 [PATCH] powerpc: Parse crashkernel= parameter in first kernel by Michael Ellerman · 20 years ago
  79. 0cc4746 [PATCH] powerpc: Reroute interrupts from 0 + offset to PHYSICAL_START + offset by Michael Ellerman · 20 years ago
  80. 1dfc677 powerpc: Export a couple of prom functions by Paul Mackerras · 20 years ago
  81. 0c95fbb Merge git://oak/home/sfr/kernels/iseries/work by Paul Mackerras · 20 years ago
  82. 49b0985 powerpc: Move some extern declarations from C code into headers by Paul Mackerras · 20 years ago
  83. 676e249 powerpc: remove some warnings when building iSeries by Stephen Rothwell · 20 years ago
  84. 799d604 [PATCH] powerpc: merge code values for identifying platforms by Paul Mackerras · 20 years ago
  85. a23414b ppc/powerpc: workarounds for old Open Firmware versions by Paul Mackerras · 20 years ago
  86. 183d020 [PATCH] ppc64: SMU partition recovery by Benjamin Herrenschmidt · 20 years ago
  87. 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 20 years ago
  88. 358c86f powerpc: Make early debugging fit on 80 character terminal by Michael Ellerman · 20 years ago
  89. cf00a8d powerpc: Fix bug arising from having multiple memory_limit variables by Paul Mackerras · 21 years ago
  90. 80579e1 powerpc: 32-bit CHRP SMP fixes by Paul Mackerras · 21 years ago
  91. 6d0124f powerpc: Fix interrupt-tree parsing by Paul Mackerras · 21 years ago
  92. 033ef33 powerpc: Merge rtas.c into arch/powerpc/kernel by Paul Mackerras · 21 years ago
  93. 60dda25 [PATCH] powerpc: some prom.c cleanups by Kumar Gala · 21 years ago
  94. a575b80 powerpc: Run on old powermacs. by Paul Mackerras · 21 years ago
  95. 3eac8c6 powerpc: Move default hash table size calculation to hash_utils_64.c by Paul Mackerras · 21 years ago
  96. 40ef8cb powerpc: Get 64-bit configs to compile with ARCH=powerpc by Paul Mackerras · 21 years ago
  97. 9b6b563 powerpc: Merge in the ppc64 version of the prom code. by Paul Mackerras · 21 years ago