1. b9e2229 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  2. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  3. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  4. d4eac75 [POWERPC] Remove unused CONFIG_WANT_DEVICE_TREE by Grant Likely · 16 years ago
  5. bdb226b [POWERPC] Cell RAS: Remove DEBUG, and add license and copyright by Michael Ellerman · 16 years ago
  6. 16e543f [POWERPC] free_property() must not be __init by Adrian Bunk · 16 years ago
  7. fb40bd7 Linux Kernel Markers: support multiple probes by Mathieu Desnoyers · 16 years ago
  8. dde0013 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  9. 90d09e1 mount options: fix spufs by Miklos Szeredi · 16 years ago
  10. 74bedc4 libfs: rename simple_attr_close to simple_attr_release by Christoph Hellwig · 16 years ago
  11. 8b88b09 libfs: allow error return from simple attributes by Christoph Hellwig · 16 years ago
  12. 44621be [POWERPC] Make cell IOMMU fixed mapping printk more useful by Michael Ellerman · 16 years ago
  13. 4a8df15 [POWERPC] Fix potential cell IOMMU bug when switching back to default DMA ops by Michael Ellerman · 16 years ago
  14. 0e0b47a [POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-ranges by Michael Ellerman · 16 years ago
  15. ccd05d0 [POWERPC] Fix cell IOMMU null pointer explosion on old firmwares by Michael Ellerman · 16 years ago
  16. 85687ff [POWERPC] spufs: Fix timing dependent false return from spufs_run_spu by Luke Browning · 16 years ago
  17. e66686b4 [POWERPC] spufs: No need to have a runnable SPU for libassist update by Luke Browning · 16 years ago
  18. 732377c [POWERPC] spufs: Update SPU_Status[CISHP] in backing runcntl write by Masato Noguchi · 16 years ago
  19. eebead5 [POWERPC] spufs: Fix state_mutex leaks by Christoph Hellwig · 16 years ago
  20. 592a607 [POWERPC] Disable G5 NAP mode during SMU commands on U3 by Benjamin Herrenschmidt · 16 years ago
  21. 3796958 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  22. 256ae6a Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virtex into for-2.6.25 by Josh Boyer · 16 years ago
  23. c41f4af [POWERPC] 4xx: Fix offset value on Warp board by Sean MacLennan · 16 years ago
  24. fde9d16 [POWERPC] 4xx: Fix Walnut build by Josh Boyer · 16 years ago
  25. de0723d [POWERPC] Update default irq servers when boot cpu is removed by Nathan Fontenot · 16 years ago
  26. b99e626 [POWERPC] Remove redundant of_get_cpu_node routine by Nathan Fontenot · 16 years ago
  27. c3e8506 [POWERPC] Split xics_teardown_cpu() by Nathan Fontenot · 16 years ago
  28. a52572d [POWERPC] Update irq descriptor affinity by Nathan Fontenot · 16 years ago
  29. 1f7d4f8 Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into for-2.6.25 by Paul Mackerras · 16 years ago
  30. e177edc [POWERPC] mpc512x: Basic platform support by John Rigby · 16 years ago
  31. 6c81c32 calibrate_delay() must be __cpuinit by Adrian Bunk · 16 years ago
  32. 0e349b0 [POWERPC] Xilinx: Update compatible to use values generated by BSP generator. by Stephen Neuendorffer · 17 years ago
  33. b370b08 Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.25 by Paul Mackerras · 16 years ago
  34. 75e89b0 [POWERPC] arch/powerpc/platforms/82xx: Add missing of_node_put by Julia Lawall · 16 years ago
  35. 842decb [POWERPC] arch/powerpc/platforms/pseries: Add missing of_node_put by Julia Lawall · 16 years ago
  36. aafa195 [POWERPC] 83xx: mpc832x_rdb: fix compiler warning by Kim Phillips · 16 years ago
  37. 1347a2c1 [POWERPC} Add oprofile support for e300 by Andy Fleming · 16 years ago
  38. 39aef68 [POWERPC] Made FSL Book-E PMC support more generic by Andy Fleming · 16 years ago
  39. 0367aad [POWERPC] Fix storcenter DTS typos, feedback, IRQs. by Jon Loeliger · 16 years ago
  40. c6d0117 [POWERPC] Avoid possible extra of_node_put in axon_msi.c by Stephen Rothwell · 16 years ago
  41. de4c928 [POWERPC] Avoid DMA exception when using axon_msi with IOMMU by Michael Ellerman · 16 years ago
  42. e4347df [POWERPC] Convert axon_msi to an of_platform driver by Michael Ellerman · 16 years ago
  43. bb125fb [POWERPC] Search for and publish cell OF platform devices earlier by Michael Ellerman · 16 years ago
  44. 266fb4a [POWERPC] 8xx: adder875, ep88xc: fix to match recent 8xx cleanups. by Scott Wood · 16 years ago
  45. 5811906 [POWERPC] spufs: Fix memory leak on SPU affinity by Andre Detsch · 17 years ago
  46. 60cf54d [POWERPC] spufs: Fix SPE single-step mode by Jeremy Kerr · 17 years ago
  47. 038200c [POWERPC] spufs: Add marker-based tracing facility by Christoph Hellwig · 17 years ago
  48. b74a7e5 [POWERPC] 83xx: configure USB clock for MPC8315E by Kim Phillips · 16 years ago
  49. fb3475e iommu sg: powerpc: convert iommu to use the IOMMU helper by FUJITA Tomonori · 16 years ago
  50. c697eec Suspend: Introduce begin() and end() callbacks by Rafael J. Wysocki · 17 years ago
  51. 2da53b0 pasemi: Fix thinko in dma_direct_ops setup by Olof Johansson · 16 years ago
  52. 24af8cb POWERPC: Set dma_data correctly for direct_ops on pasemi by Olof Johansson · 16 years ago
  53. 99e13912 [POWERPC] Cell IOMMU fixed mapping support by Michael Ellerman · 16 years ago
  54. c96b512 [POWERPC] Split out the ioid fetching/checking logic by Michael Ellerman · 16 years ago
  55. 4134791 [POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windows by Michael Ellerman · 16 years ago
  56. 8686577 [POWERPC] Split out the IOMMU logic from cell_dma_dev_setup() by Michael Ellerman · 16 years ago
  57. 7fc67af [POWERPC] Split cell_iommu_setup_hardware() into two parts by Michael Ellerman · 16 years ago
  58. 209bfbb [POWERPC] Split out the logic that allocates struct iommus by Michael Ellerman · 16 years ago
  59. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  60. 4eece4c Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx by Paul Mackerras · 16 years ago
  61. 06daa16 pasemi: export pasemi_dma_init() by Olof Johansson · 17 years ago
  62. 8ee9d85 pasemi: DMA engine management library by Olof Johansson · 17 years ago
  63. 77b4159 [POWERPC] 85xx: convert sbc85* boards to use machine_device_initcall by Kumar Gala · 16 years ago
  64. b38308a [POWERPC] 83xx: rework platform Kconfig by Kumar Gala · 16 years ago
  65. 3a83156 [POWERPC] 85xx: rework platform Kconfig by Kumar Gala · 16 years ago
  66. 38f66f9 [POWERPC] 83xx: add MPC837x RDB platform support by Kim Phillips · 16 years ago
  67. 846aace [POWERPC] 83xx: add base platform support for the mpc8315 rdb board by Kim Phillips · 16 years ago
  68. 519fd80 [POWERPC] 83xx: fold the mpc8313 platform into the mpc831x platform by Kim Phillips · 16 years ago
  69. a2dd70a [POWERPC] QE: get rid of most device_types and model by Anton Vorontsov · 16 years ago
  70. f67be81 [POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xx by Kumar Gala · 16 years ago
  71. b5677d8 [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c by Jochen Friedrich · 16 years ago
  72. 02753cb [POWERPC] 8xx: Get rid of conditional includes of board specific setup by Jochen Friedrich · 16 years ago
  73. 49b5154 [POWERPC] 8xx: Remove sysdev/commproc.h by Jochen Friedrich · 16 years ago
  74. 9e8f38b [POWERPC] 8xx: Remove unneeded and misspelled prototype m8xx_calibrate_decr by Jochen Friedrich · 16 years ago
  75. d0a02a0 [POWERPC] 8xx: Rename m8xx_pic_init to mpc8xx_pics_init by Jochen Friedrich · 16 years ago
  76. a43414c [POWERPC] 83xx: Add support for Wind River SBC834x boards by Paul Gortmaker · 16 years ago
  77. 0e0fffe [POWERPC] 85xx: Add basic support for Wind River SBC8548 board by Paul Gortmaker · 16 years ago
  78. b8b3caf [POWERPC] CPM2: Make support for the CPM2 optional on 8560 based boards by Paul Gortmaker · 16 years ago
  79. 2c19806 [POWERPC] 85xx: Add support for Wind River SBC8560 in arch/powerpc by Paul Gortmaker · 16 years ago
  80. ca956f0 [POWERPC] 82xx and embedded6xx: Use machine_*_initcall() hooks in platform code by Grant Likely · 16 years ago
  81. 0052bc5 [POWERPC] 85xx: Port TQM85xx boards over from arch/ppc by Kumar Gala · 16 years ago
  82. 77e03a2 [POWERPC] 85xx: Port STX GP3 board over from arch/ppc by Kumar Gala · 16 years ago
  83. c8004a2 [POWERPC] Add common clock setting routine mpc52xx_psc_set_clkdiv() by Grant Likely · 16 years ago
  84. 66ffbe4 [POWERPC] mpc5200: normalize compatible property bindings by Grant Likely · 16 years ago
  85. 82e3014 [POWERPC] mpc52xx: clean up Kconfig by Grant Likely · 16 years ago
  86. 75e06e2 Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx by Paul Mackerras · 16 years ago
  87. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 16 years ago
  88. f9bdedb [POWERPC] 4xx: PIKA Warp base platform by Sean MacLennan · 16 years ago
  89. 22258fa [POWERPC] Enable RTC for Ebony and Walnut (v2) by David Gibson · 17 years ago
  90. 5bc9778 [POWERPC] Autodetect serial console on pegasos2 by Olaf Hering · 16 years ago
  91. 092ca5b [POWERPC] Revert chrp_pci_fixup_vt8231_ata devinit to fix libata on pegasos by Olaf Hering · 16 years ago
  92. 3ca6644 [POWERPC] Make IOMMU code safe for > 132 GB of memory by Michael Ellerman · 16 years ago
  93. 15c60cc [POWERPC] Have celleb use its own dma_direct_offset variable by Michael Ellerman · 16 years ago
  94. f5d67bd5 [POWERPC] Have cell use its own dma_direct_offset variable by Michael Ellerman · 16 years ago
  95. 450d87e [POWERPC] Add celleb_dma_dev_setup() by Michael Ellerman · 16 years ago
  96. 110f95c [POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup() by Michael Ellerman · 16 years ago
  97. a628df1 [POWERPC] PS3: Remove lpar address workaround by Geoff Levand · 17 years ago
  98. 781749a [POWERPC] PS3: Add logical performance monitor driver support by Takashi Yamamoto · 17 years ago
  99. ed75700 [POWERPC] PS3: Add logical performance monitor device support by Geoff Levand · 17 years ago
  100. c2b16e1 [POWERPC] PS3: Add logical performance monitor repository routines by Takashi Yamamoto · 17 years ago