aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)AuthorFilesLines
2008-04-30[POWERPC] spufs: fix marker name for find_victimJulio M. Merino Vidal1-1/+1
2008-04-30[POWERPC] spufs: add marker for destroy_spu_contextJulio M. Merino Vidal1-0/+1
2008-04-30[POWERPC] spufs: add sputrace marker parameter namesJulio M. Merino Vidal2-20/+20
2008-04-30[POWERPC] spufs: add context switch notification logChristoph Hellwig5-0/+200
2008-04-29powerpc: use non-racy method for proc entries creationDenis V. Lunev2-4/+2
2008-04-28celleb_scc_pciex __iomem annotationsAl Viro1-9/+9
2008-04-24[POWERPC] celleb: Add support for PCI ExpressIshizaki Kou5-0/+639
2008-04-24[POWERPC] celleb: Move miscellaneous files for BeatIshizaki Kou8-4/+847
2008-04-24[POWERPC] celleb: Move a file for SPU on BeatIshizaki Kou2-0/+208
2008-04-24[POWERPC] celleb: Move files for Beat mmu and iommuIshizaki Kou3-1/+559
2008-04-24[POWERPC] celleb: Move files for Beat hvcall interfacesIshizaki Kou5-2/+743
2008-04-24[POWERPC] celleb: Move the SCC related code for cellebIshizaki Kou5-1/+783
2008-04-24[POWERPC] celleb: Move the files for celleb base supportIshizaki Kou5-1/+827
2008-04-24[POWERPC] celleb: Consolidate io-workarounds codeIshizaki Kou1-0/+6
2008-04-24[POWERPC] cell: Generalize io-workarounds codeIshizaki Kou5-260/+375
2008-04-24[POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.cMichael Ellerman1-3/+3
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds10-32/+40
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2-2/+0
2008-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras4-5/+13
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison8-26/+26
2008-03-28[POWERPC] spufs: fix incorrect file descriptors in SPU coredump note namesGerhard Stenzel1-2/+6
2008-03-28[POWERPC] spufs: save MFC command channel before purging MFC queueJeremy Kerr1-1/+1
2008-03-28[POWERPC] spufs: reacquire LS pointer in spu_process_callbackJeremy Kerr1-0/+4
2008-03-28[POWERPC] spufs: add newline to signal{1,2}_type filesJeremy Kerr1-2/+2
2008-03-26Merge branch 'linux-2.6'Paul Mackerras2-16/+61
2008-03-20[POWERPC] Hide resources on Axon PCIE root complex nodesMichael Ellerman1-0/+36
2008-03-20[POWERPC] Fix cell IOMMU code to cope with empty dma-ranges and non-PCI devicesMichael Ellerman1-16/+25
2008-03-13Merge branch 'linux-2.6'Paul Mackerras10-79/+140
2008-03-11[POWERPC] spufs: fix rescheduling of non-runnable contextsJeremy Kerr1-1/+2
2008-03-11[POWERPC] spufs: don't (ab)use SCHED_IDLEJeremy Kerr3-3/+5
2008-03-03Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd/cell-2.6 into mergePaul Mackerras2-63/+95
2008-03-03[POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pagesMichael Ellerman1-15/+22
2008-03-03[POWERPC] Allow for different IOMMU page sizes in cell IOMMU codeMichael Ellerman1-13/+18
2008-03-03[POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZEMichael Ellerman1-5/+4
2008-03-03[POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs separatelyMichael Ellerman1-26/+43
2008-03-03[POWERPC] Move allocation of cell IOMMU pad pageMichael Ellerman1-6/+6
2008-03-03[POWERPC] Remove unused pte_offset variableMichael Ellerman1-4/+1
2008-03-03[POWERPC] Use it_offset not pte_offset in cell IOMMU codeMichael Ellerman1-2/+2
2008-03-03[POWERPC] Clearup cell IOMMU fixed mapping terminologyMichael Ellerman1-4/+4
2008-03-03[POWERPC] enable hardware watchpoints on cell bladesJens Osterkamp1-0/+7
2008-02-29[POWERPC] spufs: fix use time accounting on SPE-overcommitAndre Detsch1-1/+1
2008-02-29[POWERPC] spufs: serialize SLB invalidation against SLB loadingArnd Bergmann1-3/+9
2008-02-29[POWERPC] spufs: invalidate SLB translation before adding a new entryArnd Bergmann1-0/+4
2008-02-29[POWERPC] spufs: synchronize IRQ when disablingArnd Bergmann1-0/+6
2008-02-29[POWERPC] spufs: fix order of sputrace thread IDsJeremy Kerr1-3/+4
2008-02-28[POWERPC] spufs: fix invalid scheduling of forgotten contextsJeremy Kerr1-4/+3
2008-02-27[POWERPC] spufs: fix context destruction during psmap faultJeremy Kerr1-1/+11
2008-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras1-1/+1
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