1. 98cddbf [POWERPC] Fix arch/powerpc/platforms/powermac/pic.c when !CONFIG_ADB_PMU by Tony Breeds · 16 years ago
  2. 9cf7f7f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge by Paul Mackerras · 16 years ago
  3. c368392 [POWERPC] spufs: fix rescheduling of non-runnable contexts by Jeremy Kerr · 16 years ago
  4. ce7c191 [POWERPC] spufs: don't (ab)use SCHED_IDLE by Jeremy Kerr · 17 years ago
  5. ad562c7 [POWERPC] 83xx: Make 83xx perfmon support selectable by Andy Fleming · 16 years ago
  6. d7f4619 [POWERPC] 83xx: Add local bus device nodes to MPC837xMDS device trees. by Li Yang · 16 years ago
  7. 3cecdda Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd/cell-2.6 into merge by Paul Mackerras · 17 years ago
  8. da40451 [POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pages by Michael Ellerman · 17 years ago
  9. 225d490 [POWERPC] Allow for different IOMMU page sizes in cell IOMMU code by Michael Ellerman · 17 years ago
  10. 3d3e6da [POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZE by Michael Ellerman · 17 years ago
  11. 7d432ff [POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs separately by Michael Ellerman · 17 years ago
  12. edf441f [POWERPC] Move allocation of cell IOMMU pad page by Michael Ellerman · 17 years ago
  13. 08e02427 [POWERPC] Remove unused pte_offset variable by Michael Ellerman · 17 years ago
  14. 0d7386e [POWERPC] Use it_offset not pte_offset in cell IOMMU code by Michael Ellerman · 17 years ago
  15. f9660e8 [POWERPC] Clearup cell IOMMU fixed mapping terminology by Michael Ellerman · 17 years ago
  16. f3c1ed9 [POWERPC] enable hardware watchpoints on cell blades by Jens Osterkamp · 17 years ago
  17. 9176c0b [POWERPC] move celleb DABRX definitions by Jens Osterkamp · 17 years ago
  18. b9c6449 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge by Paul Mackerras · 17 years ago
  19. 2a58aa3 [POWERPC] spufs: fix use time accounting on SPE-overcommit by Andre Detsch · 17 years ago
  20. c92a1ac [POWERPC] spufs: serialize SLB invalidation against SLB loading by Arnd Bergmann · 17 years ago
  21. cc4b7c1 [POWERPC] spufs: invalidate SLB translation before adding a new entry by Arnd Bergmann · 17 years ago
  22. fae9ca7 [POWERPC] spufs: synchronize IRQ when disabling by Arnd Bergmann · 17 years ago
  23. 71791be [POWERPC] spufs: fix order of sputrace thread IDs by Jeremy Kerr · 17 years ago
  24. 0111a70 [POWERPC] spufs: fix invalid scheduling of forgotten contexts by Jeremy Kerr · 17 years ago
  25. d588313 [POWERPC] spufs: fix context destruction during psmap fault by Jeremy Kerr · 17 years ago
  26. 4187377 [POWERPC] Add export for mpc52xx_set_psc_clkdiv by Eric Dujardin · 17 years ago
  27. a8b87f6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge by Paul Mackerras · 17 years ago
  28. be2553f [POWERPC] pasemi: Register i2c devices at boot by Olof Johansson · 17 years ago
  29. 61b36fc [POWERPC] cell: fix spurious false return from spu_trap_data_{map,seg} by Andre Detsch · 17 years ago
  30. 3d5d27c [POWERPC] Fix warning in pseries/power.c by Stephen Rothwell · 17 years ago
  31. 4ef1101 [POWERPC] spufs: fix scheduler starvation by idle contexts by Jeremy Kerr · 17 years ago
  32. 4b63c3b [POWERPC] 44x: Fix Kconfig formatting by Josh Boyer · 17 years ago
  33. b9e2229 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  34. 1d957f9 Introduce path_put() by Jan Blunck · 17 years ago
  35. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 17 years ago
  36. d4eac75 [POWERPC] Remove unused CONFIG_WANT_DEVICE_TREE by Grant Likely · 17 years ago
  37. bdb226b [POWERPC] Cell RAS: Remove DEBUG, and add license and copyright by Michael Ellerman · 17 years ago
  38. 16e543f [POWERPC] free_property() must not be __init by Adrian Bunk · 17 years ago
  39. fb40bd7 Linux Kernel Markers: support multiple probes by Mathieu Desnoyers · 17 years ago
  40. dde0013 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  41. 90d09e1 mount options: fix spufs by Miklos Szeredi · 17 years ago
  42. 74bedc4 libfs: rename simple_attr_close to simple_attr_release by Christoph Hellwig · 17 years ago
  43. 8b88b09 libfs: allow error return from simple attributes by Christoph Hellwig · 17 years ago
  44. 44621be [POWERPC] Make cell IOMMU fixed mapping printk more useful by Michael Ellerman · 17 years ago
  45. 4a8df15 [POWERPC] Fix potential cell IOMMU bug when switching back to default DMA ops by Michael Ellerman · 17 years ago
  46. 0e0b47a [POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-ranges by Michael Ellerman · 17 years ago
  47. ccd05d0 [POWERPC] Fix cell IOMMU null pointer explosion on old firmwares by Michael Ellerman · 17 years ago
  48. 85687ff [POWERPC] spufs: Fix timing dependent false return from spufs_run_spu by Luke Browning · 17 years ago
  49. e66686b4 [POWERPC] spufs: No need to have a runnable SPU for libassist update by Luke Browning · 17 years ago
  50. 732377c [POWERPC] spufs: Update SPU_Status[CISHP] in backing runcntl write by Masato Noguchi · 17 years ago
  51. eebead5 [POWERPC] spufs: Fix state_mutex leaks by Christoph Hellwig · 17 years ago
  52. 592a607 [POWERPC] Disable G5 NAP mode during SMU commands on U3 by Benjamin Herrenschmidt · 17 years ago
  53. 3796958 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  54. 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 · 17 years ago
  55. c41f4af [POWERPC] 4xx: Fix offset value on Warp board by Sean MacLennan · 17 years ago
  56. fde9d16 [POWERPC] 4xx: Fix Walnut build by Josh Boyer · 17 years ago
  57. de0723d [POWERPC] Update default irq servers when boot cpu is removed by Nathan Fontenot · 17 years ago
  58. b99e626 [POWERPC] Remove redundant of_get_cpu_node routine by Nathan Fontenot · 17 years ago
  59. c3e8506 [POWERPC] Split xics_teardown_cpu() by Nathan Fontenot · 17 years ago
  60. a52572d [POWERPC] Update irq descriptor affinity by Nathan Fontenot · 17 years ago
  61. 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 · 17 years ago
  62. e177edc [POWERPC] mpc512x: Basic platform support by John Rigby · 17 years ago
  63. 6c81c32 calibrate_delay() must be __cpuinit by Adrian Bunk · 17 years ago
  64. 0e349b0 [POWERPC] Xilinx: Update compatible to use values generated by BSP generator. by Stephen Neuendorffer · 17 years ago
  65. 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 · 17 years ago
  66. 75e89b0 [POWERPC] arch/powerpc/platforms/82xx: Add missing of_node_put by Julia Lawall · 17 years ago
  67. 842decb [POWERPC] arch/powerpc/platforms/pseries: Add missing of_node_put by Julia Lawall · 17 years ago
  68. aafa195 [POWERPC] 83xx: mpc832x_rdb: fix compiler warning by Kim Phillips · 17 years ago
  69. 1347a2c [POWERPC} Add oprofile support for e300 by Andy Fleming · 17 years ago
  70. 39aef68 [POWERPC] Made FSL Book-E PMC support more generic by Andy Fleming · 17 years ago
  71. 0367aad [POWERPC] Fix storcenter DTS typos, feedback, IRQs. by Jon Loeliger · 17 years ago
  72. c6d0117 [POWERPC] Avoid possible extra of_node_put in axon_msi.c by Stephen Rothwell · 17 years ago
  73. de4c928 [POWERPC] Avoid DMA exception when using axon_msi with IOMMU by Michael Ellerman · 17 years ago
  74. e4347df [POWERPC] Convert axon_msi to an of_platform driver by Michael Ellerman · 17 years ago
  75. bb125fb [POWERPC] Search for and publish cell OF platform devices earlier by Michael Ellerman · 17 years ago
  76. 266fb4a [POWERPC] 8xx: adder875, ep88xc: fix to match recent 8xx cleanups. by Scott Wood · 17 years ago
  77. 5811906 [POWERPC] spufs: Fix memory leak on SPU affinity by Andre Detsch · 17 years ago
  78. 60cf54d [POWERPC] spufs: Fix SPE single-step mode by Jeremy Kerr · 17 years ago
  79. 038200c [POWERPC] spufs: Add marker-based tracing facility by Christoph Hellwig · 17 years ago
  80. b74a7e5 [POWERPC] 83xx: configure USB clock for MPC8315E by Kim Phillips · 17 years ago
  81. fb3475e iommu sg: powerpc: convert iommu to use the IOMMU helper by FUJITA Tomonori · 17 years ago
  82. c697eec Suspend: Introduce begin() and end() callbacks by Rafael J. Wysocki · 17 years ago
  83. 2da53b0 pasemi: Fix thinko in dma_direct_ops setup by Olof Johansson · 17 years ago
  84. 24af8cb POWERPC: Set dma_data correctly for direct_ops on pasemi by Olof Johansson · 17 years ago
  85. 99e13912 [POWERPC] Cell IOMMU fixed mapping support by Michael Ellerman · 17 years ago
  86. c96b512 [POWERPC] Split out the ioid fetching/checking logic by Michael Ellerman · 17 years ago
  87. 4134791 [POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windows by Michael Ellerman · 17 years ago
  88. 8686577 [POWERPC] Split out the IOMMU logic from cell_dma_dev_setup() by Michael Ellerman · 17 years ago
  89. 7fc67af [POWERPC] Split cell_iommu_setup_hardware() into two parts by Michael Ellerman · 17 years ago
  90. 209bfbb [POWERPC] Split out the logic that allocates struct iommus by Michael Ellerman · 17 years ago
  91. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  92. 4eece4c Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx by Paul Mackerras · 17 years ago
  93. 06daa16 pasemi: export pasemi_dma_init() by Olof Johansson · 17 years ago
  94. 8ee9d85 pasemi: DMA engine management library by Olof Johansson · 17 years ago
  95. 77b4159 [POWERPC] 85xx: convert sbc85* boards to use machine_device_initcall by Kumar Gala · 17 years ago
  96. b38308a [POWERPC] 83xx: rework platform Kconfig by Kumar Gala · 17 years ago
  97. 3a83156 [POWERPC] 85xx: rework platform Kconfig by Kumar Gala · 17 years ago
  98. 38f66f9 [POWERPC] 83xx: add MPC837x RDB platform support by Kim Phillips · 17 years ago
  99. 846aace [POWERPC] 83xx: add base platform support for the mpc8315 rdb board by Kim Phillips · 17 years ago
  100. 519fd80 [POWERPC] 83xx: fold the mpc8313 platform into the mpc831x platform by Kim Phillips · 17 years ago