1. 2e71cc0 [POWERPC] 4xx: Fix Walnut wrapper compile errors by Josh Boyer · 17 years ago
  2. 1ad7499 [POWERPC] Enable tickless idle and high res timers for powerpc by Tony Breeds · 17 years ago
  3. d831d0b [POWERPC] Implement clockevents driver for powerpc by Tony Breeds · 17 years ago
  4. 70f227d Merge branch 'linux-2.6' into for-2.6.24 by Paul Mackerras · 17 years ago
  5. a0c7ce9 [POWERPC] Fix panic in RTAS code by Tony Breeds · 17 years ago
  6. 2d5f565 [POWERPC] Use alloc_maybe_bootmem() in pcibios_alloc_controller by Linas Vepstas · 17 years ago
  7. da0bd34 [POWERPC] Celleb: update for PCI by Ishizaki Kou · 17 years ago
  8. 86de9f5 [POWERPC] Celleb: Serial I/O update by Ishizaki Kou · 17 years ago
  9. 7f2c857 [POWERPC] Celleb: New HTAB Guest OS Interface on Beat by Ishizaki Kou · 17 years ago
  10. b418480 [POWERPC] Celleb: Support for Power/Reset buttons by Ishizaki Kou · 17 years ago
  11. 80755b4 [POWERPC] Celleb: Move pause, kexec_cpu_down to beat.c by Ishizaki Kou · 17 years ago
  12. 74c9b99 [POWERPC] ibmebus: More descriptive error return code in ibmebus_store_probe() by Joachim Fenkes · 17 years ago
  13. 4acb8896 [POWERPC] Update axon_msi to use dcr_host_t.base by Michael Ellerman · 17 years ago
  14. 0411a5e [POWERPC] Update mpic to use dcr_host_t.base by Michael Ellerman · 17 years ago
  15. 0b94a1e [POWERPC] Store the base address in dcr_host_t by Michael Ellerman · 17 years ago
  16. ca786f8 [POWERPC] Select proper defconfig for crosscompiles by Adrian Bunk · 17 years ago
  17. 8150caa [POWERPC] powerpc vDSO: install unstripped copies on disk by Roland McGrath · 17 years ago
  18. 048c8bc [POWERPC] ppc64: support CONFIG_DEBUG_PREEMPT by Hugh Dickins · 18 years ago
  19. 5669c3c [POWERPC] Limit range of __init_ref_ok somewhat by Stephen Rothwell · 17 years ago
  20. 0de2d82 [POWERPC] Make instruction dumping work in real mode by Scott Wood · 17 years ago
  21. 3eb523b [POWERPC] Fix pci domain detection by Arnd Bergmann · 17 years ago
  22. fabca2c [POWERPC] Add CHECK_FULL_REGS in several places in ptrace code by Roland McGrath · 17 years ago
  23. fec6047 [POWERPC] bootwrapper: Add PlanetCore firmware support by Scott Wood · 17 years ago
  24. 27ff35d [POWERPC] bootwrapper: Factor out dt_set_mac_address() by Scott Wood · 17 years ago
  25. 51a505d [POWERPC] boot: Simplify gunzip_finish by Milton Miller · 17 years ago
  26. e47654d [POWERPC] boot: Record header bytes in gunzip_start by Milton Miller · 17 years ago
  27. 6fccab2 [POWERPC] Make vio_bus_type static by Stephen Rothwell · 17 years ago
  28. c868078 [POWERPC] Simplify vio_bus_init a little for legacy iSeries by Stephen Rothwell · 17 years ago
  29. c546726 [POWERPC] Remove debug printk from vio_bus_init by Stephen Rothwell · 17 years ago
  30. 4a4cfe3 [POWERPC] Implement generic time of day clocksource for powerpc by Tony Breeds · 17 years ago
  31. aa3be5f [POWERPC] Implement {read,update}_persistent_clock by Tony Breeds · 17 years ago
  32. df174e3 [POWERPC] Add memory regions to the kcore list for 32-bit machines by Ed Swarthout · 17 years ago
  33. 2578bfa [POWERPC] Create and use CONFIG_WORD_SIZE by Stephen Rothwell · 17 years ago
  34. 75918a4 [POWERPC] Separate out legacy machine check exception parsers by Olof Johansson · 17 years ago
  35. 6f66828 [POWERPC] clk.h interface for platforms by Domen Puncer · 17 years ago
  36. 21ccdd3 [POWERPC] Inline u3msi_compose_msi_msg() by Michael Ellerman · 17 years ago
  37. d385366 [POWERPC] Simplify rtas_change_msi() error semantics by Michael Ellerman · 17 years ago
  38. fcbe809 [POWERPC] Simplify error logic in rtas_setup_msi_irqs() by Michael Ellerman · 17 years ago
  39. d9303d6 [POWERPC] Simplify error logic in u3msi_setup_msi_irqs() by Michael Ellerman · 17 years ago
  40. db220b2 [POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node() by Michael Ellerman · 17 years ago
  41. a35e370 [POWERPC] Move embedded6xx into multiplatform by Arnd Bergmann · 17 years ago
  42. a7fb7ea [POWERPC] pseries: device node status can be "ok" or "okay" by Linas Vepstas · 17 years ago
  43. e48395f [POWERPC] Fix xics set_affinity code by Anton Blanchard · 17 years ago
  44. f93c7c5 [POWERPC] mpc8349emitx.dts: Setup USB-DR for peripheral mode. by jacmet@sunsite.dk · 17 years ago
  45. 39db0fd [POWERPC] Fix mpc834x USB-MPH configuration. by jacmet@sunsite.dk · 17 years ago
  46. 83af919 [POWERPC] Fix copy'n'paste typo in commproc.c by Jochen Friedrich · 17 years ago
  47. 603c461 [POWERPC] spufs: fix mismerge, making context signal{1,2} files readable again by Jeremy Kerr · 17 years ago
  48. 474f819 [POWERPC] Ensure FULL_REGS on exec by Roland McGrath · 17 years ago
  49. 576e393 [POWERPC] Fix build errors when BLOCK=n by Emil Medve · 17 years ago
  50. 8fd7675c [POWERPC] Avoid pointless WARN_ON(irqs_disabled()) from panic codepath by Satyam Sharma · 17 years ago
  51. 17b5ee0 [POWERPC] Support setting affinity for U3/U4 MSI sources by Olof Johansson · 17 years ago
  52. 3164ccc [POWERPC] add Kconfig option for optimizing for cell by Arnd Bergmann · 17 years ago
  53. fb8299e [POWERPC] cell: Don't cast the result of of_get_property() by Jeremy Kerr · 17 years ago
  54. 408e83a [POWERPC] Convert define_machine(mpc885_ads) to C99 initializer syntax by Tony Breeds · 17 years ago
  55. 85498ae [POWERPC] mpc5200: Add cuimage support for mpc5200 boards by Grant Likely · 17 years ago
  56. ad25a4c [POWERPC] mpc8349: Add linux,network-index to ethernet nodes in device tree by Grant Likely · 17 years ago
  57. 9b41fcb [POWERPC] Add Marvell mv64x60 udbg putc/getc functions by Dale Farnsworth · 18 years ago
  58. bd0076c [POWERPC] 4xx: Fix Sequoia MAL0 and EMAC dts entries. by Valentine Barshak · 17 years ago
  59. e52f567 [POWERPC] 4xx: Fix Bamboo MAL0 dts entry. by Valentine Barshak · 17 years ago
  60. 472b5b4 [POWERPC] Add 64-bit resources support to pci_iomap by Valentine Barshak · 17 years ago
  61. 70dea47 [POWERPC] 4xx: Implement udbg_getc() for 440 by Hollis Blanchard · 17 years ago
  62. 504ca43 [POWERPC] 4xx: Convert Seqouia flash mappings to new binding by Josh Boyer · 17 years ago
  63. bf07f32 [POWERPC] 4xx: Convert Walnut flash mappings to new binding by Josh Boyer · 17 years ago
  64. 658e817 [POWERPC] cuimage for Bamboo board by Josh Boyer · 17 years ago
  65. 0ce49a3 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  66. c27da339 [POWERPC] Fix timekeeping on PowerPC 601 by Benjamin Herrenschmidt · 17 years ago
  67. 7b5acba [POWERPC] Don't expose clock vDSO functions when CPU has no timebase by Benjamin Herrenschmidt · 17 years ago
  68. c0e7b4a [POWERPC] spusched: Fix null pointer dereference in find_victim by Christoph Hellwig · 17 years ago
  69. 9e4859e [POWERPC] FWNMI is only used on pSeries by Stephen Rothwell · 17 years ago
  70. ee7a76d [POWERPC] Size swapper_pg_dir correctly by Stephen Rothwell · 17 years ago
  71. 19a8d97 [POWERPC] Remove cmd_line from head*.S by Stephen Rothwell · 17 years ago
  72. 7b2c3c5 [POWERPC] Fix section mismatch in PCI code by Stephen Rothwell · 17 years ago
  73. ee98307 [POWERPC] MPC5200 low power mode by Domen Puncer · 17 years ago
  74. 104f0cc [POWERPC] spufs: Add DEFINE_SPUFS_ATTRIBUTE() by Michael Ellerman · 17 years ago
  75. 9e25ae6d [POWERPC] spufs: Respect RLIMIT_CORE in spu coredump code by Michael Ellerman · 17 years ago
  76. 7af1443 [POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to a pipe by Michael Ellerman · 17 years ago
  77. e550149 [POWERPC] spufs: Cleanup ELF coredump extra notes logic by Michael Ellerman · 17 years ago
  78. 48cad41 [POWERPC] spufs: Combine spufs_coredump_calls with spufs_calls by Michael Ellerman · 17 years ago
  79. 78810ff [POWERPC] spufs: Add contents of npc file to SPU coredumps by Michael Ellerman · 17 years ago
  80. 74de08b [POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context * by Michael Ellerman · 17 years ago
  81. 936d5bf [POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we NULL terminate by Michael Ellerman · 17 years ago
  82. c1a7217 [POWERPC] spufs: Don't return -ENOSYS as extra notes size if spufs is not loaded by Michael Ellerman · 17 years ago
  83. 59000b5 [POWERPC] spufs: Correctly calculate the size of the local-store to dump by Michael Ellerman · 17 years ago
  84. d464fb4 [POWERPC] spufs: Write some SPU coredump values as ASCII by Michael Ellerman · 17 years ago
  85. 4fca9c4 [POWERPC] spufs: Use computed sizes/#defines rather than literals in SPU coredump code by Michael Ellerman · 17 years ago
  86. 9a5080f [POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizes by Michael Ellerman · 17 years ago
  87. f9b7bbe [POWERPC] spufs: Remove ctx_info and ctx_info_list by Michael Ellerman · 17 years ago
  88. a595ed6 [POWERPC] spufs: Extract the file descriptor search logic in SPU coredump code by Michael Ellerman · 17 years ago
  89. c70d4ca5 [POWERPC] cell: Remove DEBUG for SPU callbacks by Jeremy Kerr · 17 years ago
  90. 05a059f [POWERPC] spufs: Fix restore_decr_wrapped() to match CBE Handbook by Jeremy Kerr · 17 years ago
  91. 98f0697 [POWERPC] cell: Unify spufs syscall path by Jeremy Kerr · 17 years ago
  92. 36ddbb1 [POWERPC] spufs: Fix race condition on gang->aff_ref_spu by Andre Detsch · 17 years ago
  93. 8b0d312 [POWERPC] spufs: Make isolated loader properly aligned by Sebastian Siewior · 17 years ago
  94. 6232a74 [POWERPC] spufs: Remove spu_harvest by Jeremy Kerr · 17 years ago
  95. 1e8b0f6 [POWERPC] spufs: Remove asmlinkage from do_spu_create by Jeremy Kerr · 17 years ago
  96. 1238819 [POWERPC] spufs: Make file-internal functions & variables static by Sebastian Siewior · 17 years ago
  97. 00efee7 [POWERPC] Remove barriers from the SLB shadow buffer update by Michael Neuling · 17 years ago
  98. 61a564f [POWERPC] Don't cast kmalloc return value in ibmebus.c by Jesper Juhl · 17 years ago
  99. 8237bf0 [POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register mmc_spi stub by Anton Vorontsov · 17 years ago
  100. 26f6cb9 [POWERPC] fsl_soc: add support for fsl_spi by Anton Vorontsov · 17 years ago