summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2008-02-08Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds7-58/+94
2008-02-08mount options: fix spufsMiklos Szeredi1-0/+3
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig1-1/+1
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig1-4/+4
2008-02-08[POWERPC] Make cell IOMMU fixed mapping printk more usefulMichael Ellerman1-4/+2
2008-02-08[POWERPC] Fix potential cell IOMMU bug when switching back to default DMA opsMichael Ellerman1-8/+7
2008-02-08[POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-rangesMichael Ellerman1-0/+12
2008-02-08[POWERPC] Fix cell IOMMU null pointer explosion on old firmwaresMichael Ellerman1-8/+7
2008-02-08[POWERPC] spufs: Fix timing dependent false return from spufs_run_spuLuke Browning1-1/+1
2008-02-08[POWERPC] spufs: No need to have a runnable SPU for libassist updateLuke Browning1-6/+4
2008-02-08[POWERPC] spufs: Update SPU_Status[CISHP] in backing runcntl writeMasato Noguchi1-0/+6
2008-02-08[POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig4-30/+45
2008-02-08[POWERPC] Disable G5 NAP mode during SMU commands on U3Benjamin Herrenschmidt1-1/+10
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds33-175/+592
2008-02-06Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer1-1/+1
2008-02-06[POWERPC] 4xx: Fix offset value on Warp boardSean MacLennan1-1/+1
2008-02-06[POWERPC] 4xx: Fix Walnut buildJosh Boyer2-0/+2
2008-02-07[POWERPC] Update default irq servers when boot cpu is removedNathan Fontenot1-32/+45
2008-02-07[POWERPC] Remove redundant of_get_cpu_node routineNathan Fontenot1-26/+1
2008-02-07[POWERPC] Split xics_teardown_cpu()Nathan Fontenot4-7/+14
2008-02-07[POWERPC] Update irq descriptor affinityNathan Fontenot1-1/+1
2008-02-07Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras6-3/+133
2008-02-06[POWERPC] mpc512x: Basic platform supportJohn Rigby6-3/+133
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk1-2/+0
2008-02-06[POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer1-1/+1
2008-02-06Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras8-29/+29
2008-02-06[POWERPC] arch/powerpc/platforms/82xx: Add missing of_node_putJulia Lawall2-4/+2
2008-02-06[POWERPC] arch/powerpc/platforms/pseries: Add missing of_node_putJulia Lawall1-0/+1
2008-02-05[POWERPC] 83xx: mpc832x_rdb: fix compiler warningKim Phillips1-1/+1
2008-02-05[POWERPC} Add oprofile support for e300Andy Fleming1-0/+1
2008-02-05[POWERPC] Made FSL Book-E PMC support more genericAndy Fleming1-0/+4
2008-02-05[POWERPC] Fix storcenter DTS typos, feedback, IRQs.Jon Loeliger1-20/+5
2008-02-06[POWERPC] Avoid possible extra of_node_put in axon_msi.cStephen Rothwell1-1/+1
2008-02-06[POWERPC] Avoid DMA exception when using axon_msi with IOMMUMichael Ellerman1-11/+10
2008-02-06[POWERPC] Convert axon_msi to an of_platform driverMichael Ellerman1-42/+34
2008-02-06[POWERPC] Search for and publish cell OF platform devices earlierMichael Ellerman1-1/+1
2008-02-05[POWERPC] 8xx: adder875, ep88xc: fix to match recent 8xx cleanups.Scott Wood2-4/+3
2008-02-06[POWERPC] spufs: Fix memory leak on SPU affinityAndre Detsch1-8/+21
2008-02-06[POWERPC] spufs: Fix SPE single-step modeJeremy Kerr1-2/+5
2008-02-06[POWERPC] spufs: Add marker-based tracing facilityChristoph Hellwig6-7/+291
2008-02-05[POWERPC] 83xx: configure USB clock for MPC8315EKim Phillips2-4/+15
2008-02-05iommu sg: powerpc: convert iommu to use the IOMMU helperFUJITA Tomonori1-2/+2
2008-02-01Suspend: Introduce begin() and end() callbacksRafael J. Wysocki1-2/+8
2008-02-01pasemi: Fix thinko in dma_direct_ops setupOlof Johansson1-1/+1
2008-01-31POWERPC: Set dma_data correctly for direct_ops on pasemiOlof Johansson1-1/+3
2008-01-31[POWERPC] Cell IOMMU fixed mapping supportMichael Ellerman1-2/+267
2008-01-31[POWERPC] Split out the ioid fetching/checking logicMichael Ellerman1-6/+17
2008-01-31[POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windowsMichael Ellerman1-5/+10
2008-01-31[POWERPC] Split out the IOMMU logic from cell_dma_dev_setup()Michael Ellerman1-6/+13
2008-01-31[POWERPC] Split cell_iommu_setup_hardware() into two partsMichael Ellerman1-12/+26