aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-03[POWERPC] spufs: Fix lost events in poll/epoll on mfcKazunori Asayama1-4/+5
2007-07-03[POWERPC] spufs: Add stat file to spufsChristoph Hellwig1-0/+79
2007-07-03[POWERPC] spufs: Add tid fileChristoph Hellwig1-0/+22
2007-07-03[POWERPC] spufs: Trivial whitespace fixesJeremy Kerr1-6/+6
2007-06-14[POWERPC] spufs: Add a "capabilities" file to spu contextsBenjamin Herrenschmidt1-0/+27
2007-06-07[POWERPC] spufs: Synchronize pte invalidation vs ps closeChristoph Hellwig1-28/+28
2007-06-07[POWERPC] spufs: Hook up spufs_release_memChristoph Hellwig1-0/+1
2007-05-09[POWERPC] Spufs support for 64K LS mappings on 4K kernelsBenjamin Herrenschmidt1-13/+67
2007-04-23[POWERPC] spufs: avoid spurious memory barriersChristoph Hellwig1-14/+0
2007-04-23[POWERPC] spufs: check spu_acquire_runnable() return valueAkinobu Mita1-1/+4
2007-04-23[POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig1-8/+139
2007-03-10[POWERPC] spufs: fix possible memory corruption is spufs_mem_writeArnd Bergmann1-10/+14
2007-02-13[POWERPC] spufs: avoid accessing kernel memory through mmapped /mem nodeMasato Noguchi1-0/+3
2007-02-13[POWERPC] spufs: optimize spu_runChristoph Hellwig1-2/+2
2007-02-13[POWERPC] spufs: Fix bitrot of the SPU mmap facilityBenjamin Herrenschmidt1-4/+12
2007-02-13[POWERPC] spufs: remove need for struct page for SPEsBenjamin Herrenschmidt1-66/+55
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-20/+20
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell1-86/+241
2006-12-04[POWERPC] spufs: Load isolation kernel from spu_runJeremy Kerr1-32/+0
2006-12-04[POWERPC] spufs: Fix return value of spufs_mfc_writeMasato Noguchi1-0/+1
2006-12-04[POWERPC] spufs: Always map local store non-guardedArnd Bergmann1-2/+2
2006-12-04[POWERPC] spufs: Avoid user-triggered oops in ptraceChristoph Hellwig1-8/+7
2006-12-04[POWERPC] spufs: Read from signal files only if data is thereDwayne Grant McConnell1-8/+22
2006-12-04[POWERPC] spufs: Implement /mbox_info, /ibox_info, and /wbox_info.Dwayne Grant McConnell1-0/+90
2006-12-04[POWERPC] spufs: Remove /spu_tag_mask fileDwayne Grant McConnell1-23/+0
2006-12-04[POWERPC] spufs: Add /lslr, /dma_info and /proxydma filesDwayne Grant McConnell1-4/+129
2006-12-04[POWERPC] spufs: Change %llx to 0x%llx.Dwayne Grant McConnell1-6/+7
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras1-1/+1
2006-10-25[POWERPC] spufs: Add isolated-mode SPE recycling supportJeremy Kerr1-0/+32
2006-10-25[POWERPC] spufs: add support for nonschedulable contextsMark Nutter1-0/+22
2006-10-25[POWERPC] spufs: fix another off-by-one bug in spufs_mbox_readArnd Bergmann1-1/+1
2006-10-16[POWERPC] spufs: fix support for read/write on cntlNoguchi, Masato1-0/+1
2006-10-05[POWERPC] spufs: add infrastructure for finding elf objectsArnd Bergmann1-1/+17
2006-10-05[POWERPC] spufs: add support for read/write on cntlArnd Bergmann1-19/+25
2006-10-05[POWERPC] spufs: make mailbox functions handle multiple elementsArnd Bergmann1-29/+125
2006-10-05[POWERPC] spufs: use correct pg_prot for mapping SPU local storeArnd Bergmann1-3/+7
2006-10-05[POWERPC] spufs: cell spu problem state mapping updatesBenjamin Herrenschmidt1-46/+84
2006-09-26[POWERPC] NULL noise removal: spufsAl Viro1-1/+1
2006-06-28[POWERPC] spufs: map mmio space as guarded into user spaceBenjamin Herrenschmidt1-5/+5
2006-06-25[PATCH] spufs: update ->flush method protoAl Viro1-2/+2
2006-06-21[POWERPC] spufs: add a phys-id attribute to each SPU contextarnd@arndb.de1-0/+17
2006-06-21[POWERPC] spufs: restore mapping of mssync registerarnd@arndb.de1-0/+50
2006-03-27[PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter1-6/+223
2006-03-27[PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann1-0/+294
2006-01-09[PATCH] spufs: move spu_run call to its own fileArnd Bergmann1-152/+0
2006-01-09[PATCH] spufs: serialize sys_spu_run per spuArnd Bergmann1-5/+10
2006-01-09[PATCH] spufs: fix mailbox pollingArnd Bergmann1-18/+6
2006-01-09[PATCH] spufs: Improved SPU preemptability.Arnd Bergmann1-10/+107
2006-01-09[PATCH] spufs: fix local store page refcountingArnd Bergmann1-1/+2
2006-01-09[PATCH] spufs: cooperative scheduler supportArnd Bergmann1-170/+429