summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)AuthorFilesLines
2008-02-20[POWERPC] cell: fix spurious false return from spu_trap_data_{map,seg}Andre Detsch2-15/+3
2008-02-19[POWERPC] spufs: fix scheduler starvation by idle contextsJeremy Kerr2-5/+4
2008-02-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds1-1/+10
2008-02-15Introduce path_put()Jan Blunck1-1/+1
2008-02-15Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-8/+10
2008-02-14[POWERPC] Cell RAS: Remove DEBUG, and add license and copyrightMichael Ellerman1-1/+10
2008-02-14Linux Kernel Markers: support multiple probesMathieu Desnoyers1-20/+11
2008-02-08Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds6-57/+84
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-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-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-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
2008-01-31[POWERPC] Split out the logic that allocates struct iommusMichael Ellerman1-4/+16
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2008-01-25[POWERPC] Make IOMMU code safe for > 132 GB of memoryMichael Ellerman1-3/+4
2008-01-25[POWERPC] Have cell use its own dma_direct_offset variableMichael Ellerman1-5/+7
2008-01-25[POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()Michael Ellerman1-2/+6
2008-01-25Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-24Merge branch 'linux-2.6'Paul Mackerras7-41/+89
2008-01-17[POWERPC] cell: Use machine_*_initcall() hooks in platform codeGrant Likely4-17/+5
2008-01-02[POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=yPaul Mackerras1-9/+0
2007-12-28[POWERPC] Oprofile: Remove dependency on spufs moduleBob Nelson7-38/+95
2007-12-21[POWERPC] spufs: Don't leak kernel stack through an empty {i,m}box_info readJeremy Kerr1-10/+10
2007-12-21[POWERPC] spufs: DMA Restart after SIGSEGVAndre Detsch2-3/+4
2007-12-21[POWERPC] spufs: Use separate timer for /proc/spu_loadavg calculationAegis Lin1-17/+18
2007-12-21[POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig7-65/+219
2007-12-21[POWERPC] spufs: add enchanced simple attr macrosChristoph Hellwig1-24/+154
2007-12-21[POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche...Luke Browning5-168/+200
2007-12-21[POWERPC] spufs: don't set reserved bits in spu interrupt statusMasato Noguchi1-10/+10
2007-12-21[POWERPC] spufs: spu_find_victim may choose wrong victimLuke Browning1-2/+2
2007-12-21[POWERPC] spufs: reorganize spu_run_initLuke Browning2-34/+56