1. 23e0e8a powerpc/cell/axon-msi: Fix MSI after kexec by Arnd Bergmann · 16 years ago
  2. 960cedb powerpc/cell: Fix GDB watchpoints, again by Arnd Bergmann · 16 years ago
  3. d015fe9 powerpc/cell/axon-msi: Retry on missing interrupt by Arnd Bergmann · 16 years ago
  4. 3f9b5d4 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge by Paul Mackerras · 16 years ago
  5. 6065726 powerpc/spufs: Fix spinning in spufs_ps_fault on signal by Jeremy Kerr · 16 years ago
  6. 454666e powerpc: Fix "unused variable" warning in pci_dlpar.c by Stephen Rothwell · 16 years ago
  7. 9c8b4af powerpc/cell: Fix compile error in ras.c by Alexey Dobriyan · 16 years ago
  8. f891caf Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  9. 3c10c9c powerpc/mpic: Fix regression caused by change of default IRQ affinity by Kumar Gala · 16 years ago
  10. f9226d5 powerpc: Update remaining dma_mapping_ops to use map/unmap_page by Mark Nelson · 16 years ago
  11. e90a131 powerpc/pci: Properly allocate bus resources for hotplug PHBs by Nathan Fontenot · 16 years ago
  12. 62a8bd6 powerpc: Use is_kdump_kernel() by Milton Miller · 16 years ago
  13. 8694a1c Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge by Paul Mackerras · 16 years ago
  14. 22e181b powerpc: fix i2c on PPC linkstation / kurobox machines by Guennadi Liakhovetski · 16 years ago
  15. c8d7aa9 powerpc/40x: Don't enable HCU4 board by default by Josh Boyer · 16 years ago
  16. 4944dd6 Merge commit 'v2.6.28-rc2' into tracing/urgent by Ingo Molnar · 16 years ago
  17. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  18. 2c552d8 [PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufs by Al Viro · 16 years ago
  19. 54622f1 powerpc: Support for relocatable kdump kernel by Mohan Kumar M · 16 years ago
  20. f465df8 powerpc: Move memory size print into common show_cpuinfo for 32-bit by Becky Bruce · 16 years ago
  21. a02efb9 Merge commit 'origin' into master by Benjamin Herrenschmidt · 16 years ago
  22. 6a75a6b powerpc: Use cpu_thread_in_core in smp_init for of_spin_map by Milton Miller · 16 years ago
  23. 04badfd powerpc/pseries: Validate PFN in pseries_remove_lmb() by Nathan Fontenot · 16 years ago
  24. c1075fb Merge commit 'gcl/gcl-next' by Benjamin Herrenschmidt · 16 years ago
  25. dfe218b Merge commit 'jwb/jwb-next' by Benjamin Herrenschmidt · 16 years ago
  26. 34318c2 powerpc/spufs: Explain conditional decrement of aff_sched_count by Andre Detsch · 16 years ago
  27. 10baa26 powerpc/spufs: Improve search of node for contexts with SPU affinity by Andre Detsch · 16 years ago
  28. 837ef88 powerpc/spufs: Use kmalloc rather than kzalloc for switch log buffer by Jeremy Kerr · 16 years ago
  29. f027faa powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs read by Jeremy Kerr · 16 years ago
  30. 14f693e powerpc/spufs: Don't require full buffer in switch_log read by Jeremy Kerr · 16 years ago
  31. f5ed0eb powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple openers by Jeremy Kerr · 16 years ago
  32. e869446 powerpc/spufs: sputrace: Don't block until the read buffer is full by Jeremy Kerr · 16 years ago
  33. baf3992 powerpc/spufs: sputrace: Only enable logging on open(), prevent multiple openers by Jeremy Kerr · 16 years ago
  34. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  35. 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
  36. 3e10e87 Merge branch 'linus' into tracing-v28-for-linus-v3 by Ingo Molnar · 16 years ago
  37. 878e755 powerpc/4xx: Add PowerPC 4xx GPIO driver by Steven A. Falco · 16 years ago
  38. 9fa126d powerpc/40x: Add support for Netstal HCU4 board by Niklaus Giger · 16 years ago
  39. 8105fa8 powerpc/40x: Add PowerPC 40x simple platform support by Josh Boyer · 16 years ago
  40. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  41. 9629095 powerpc/mpc5200: Don't touch pipelining for MPC5200B by Wolfram Sang · 16 years ago
  42. 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
  43. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  44. ee673ea powerpc: Fix CHRP PCI config access for indirect_pci by Benjamin Herrenschmidt · 16 years ago
  45. 22007a1 powerpc/chrp: Fix detection of Python PCI host bridge on IBM CHRPs by Benjamin Herrenschmidt · 16 years ago
  46. 5b9261d sputrace: use marker_synchronize_unregister() by Mathieu Desnoyers · 16 years ago
  47. 1263965 Merge commit 'kumar/kumar-next' by Benjamin Herrenschmidt · 16 years ago
  48. 5006d1a Merge commit 'gcl/gcl-next' by Benjamin Herrenschmidt · 16 years ago
  49. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  50. e758936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  51. 6675847 powerpc: FPGA support for GE Fanuc SBC610 by Martyn Welch · 16 years ago
  52. 43c9f43 powerpc: remove support for bootmem-allocated memory for the DIU driver by Timur Tabi · 16 years ago
  53. 3522580 powerpc/5121: Add PCI support. by John Rigby · 16 years ago
  54. 6266682 powerpc/83xx: don't probe broken PCI on mpc837x_mds boards by Anton Vorontsov · 16 years ago
  55. 5c09119 powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/Kconfig by Anton Vorontsov · 16 years ago
  56. 4e330bc powerpc: make Freescale QE support a selectable Kconfig option by Timur Tabi · 16 years ago
  57. 3a47024 powerpc: GE Fanuc's FPGA based PIC controller on the SBC610 by Martyn Welch · 16 years ago
  58. 199f45c powerpc/xics: Reduce and comment xics IPI use of memory barriers by Milton Miller · 16 years ago
  59. 2172fe8 powerpc/xics: Make printk format strings fit on one line by Milton Miller · 16 years ago
  60. d879f38 powerpc/xics: Mark xics IPI interrupt as per-cpu by Milton Miller · 16 years ago
  61. 1a57c92 powerpc/xics: EOI xics ipi by hand in kexec by Milton Miller · 16 years ago
  62. b496325 powerpc/xics: Factor out cpu joining/unjoining the GIQ by Milton Miller · 16 years ago
  63. a244a95 powerpc/xics: Initialization code cleanups by Milton Miller · 16 years ago
  64. 188bddd powerpc/xics: Trim #include list by Milton Miller · 16 years ago
  65. 9dc2d44 powerpc/xics: Change *_xirr_info_set() prototype to avoid casts by Milton Miller · 16 years ago
  66. 0641cc9 powerpc/xics: Rearrange file to group code by function by Milton Miller · 16 years ago
  67. d13f720 powerpc/xics: Consolidate ipi message encode and decode by Milton Miller · 16 years ago
  68. 302905a powerpc/xics: Update default_server during migrate_irqs_away by Milton Miller · 16 years ago
  69. 8767e9b powerpc/xics: EOI unmapped irqs after disabling them by Milton Miller · 16 years ago
  70. bb3d55e Merge commit 'jk/jk-merge' by Benjamin Herrenschmidt · 16 years ago
  71. 9fd3f88 powerpc: Oops in pseries_lmb_remove() by Nathan Fontenot · 16 years ago
  72. 6747c2e powerpc/spufs: add a missing mutex_unlock by Kou Ishizaki · 16 years ago
  73. ba0b996 powerpc/spufs: use inc_nlink by Jeremy Kerr · 16 years ago
  74. e2ed6e4 powerpc/spufs: set nlink count for spufs root correctly by Jeremy Kerr · 16 years ago
  75. ec2a565 phylib: two dynamic mii_bus allocation fallout fixes by Lennert Buytenhek · 16 years ago
  76. 18ee49d phylib: rename mii_bus::dev to mii_bus::parent by Lennert Buytenhek · 16 years ago
  77. e923504 powerpc/mpc5200: Silence warnings in arch/powerpc/platforms/52xx/mpc52xx_pci.c by Tony Breeds · 16 years ago
  78. f43c32e powerpc/mpc5200: trivial printk-fixes in mpc52xx_common by Wolfram Sang · 16 years ago
  79. 76c31f2 powerpc: Honor O_NONBLOCK flag when reading RTAS log by Vitaly Mayatskikh · 16 years ago
  80. fa6428e Merge commit 'jwb/jwb-next' by Benjamin Herrenschmidt · 16 years ago
  81. e00de30 powerpc/44x: Add AMCC Arches eval board support by Victor Gallardo · 16 years ago
  82. c9b59da Merge commit 'kumar/kumar-mmu' by Benjamin Herrenschmidt · 16 years ago
  83. 9f5494b Merge commit 'kumar/kumar-dma' by Benjamin Herrenschmidt · 16 years ago
  84. 1fce2d0 powerpc: Fix boot hang regression on MPC8544DS by Kumar Gala · 16 years ago
  85. a969e76 powerpc: Correct USB support for GE Fanuc SBC610 by Martyn Welch · 16 years ago
  86. 0161dca powerpc: Drop redundant machine type print in show_cpuinfo by Becky Bruce · 16 years ago
  87. 4ee7084 POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physical by Becky Bruce · 16 years ago
  88. 8fae035 powerpc: Drop archdata numa_node by Becky Bruce · 16 years ago
  89. 782f04f powerpc: Move 8xxx GPIO Kconfig under the platform menu by Kumar Gala · 16 years ago
  90. 1afb7f8 Merge branch 'powerpc-next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc by Paul Mackerras · 16 years ago
  91. ff4be78 Merge branch 'next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx by Paul Mackerras · 16 years ago
  92. 5450821 powerpc: Board support for GE Fanuc SBC610 by Martyn Welch · 16 years ago
  93. 66576a8 powerpc/sbc8560: fix compile warning on CPM pin array by Paul Gortmaker · 16 years ago
  94. 6371663 powerpc: Add support for mpc8247 based board MGCOGE from keymile. by Heiko Schocher · 16 years ago
  95. e14d4af powerpc: Add support for the MPC852 based mgsuvd board from keymile. by Heiko Schocher · 16 years ago
  96. 967e012 powerpc: Separate the irq radix tree insertion and lookup by Sebastien Dugue · 16 years ago
  97. 549e815 powerpc: Make the 64-bit kernel as a position-independent executable by Paul Mackerras · 16 years ago
  98. e31aa45 powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bit by Paul Mackerras · 16 years ago
  99. 525c411 powerpc: Check rc of notifier chain for memory remove by Nathan Fontenot · 16 years ago
  100. 1b3c83e powerpc: Fix duplicate test of MACIO_FLAG_SCCB_ON by roel kluin · 16 years ago