aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-13[PATCH] spufs: fix context-switch decrementer codeJordi Caubet1-1/+1
2006-04-01[PATCH] powerpc/cell: compile fixesDave Jones1-0/+1
2006-03-29Merge ../linux-2.6Paul Mackerras1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-28[PATCH] spufs: fix __init/__exit annotationsArnd Bergmann1-2/+2
2006-03-27[PATCH] spufs: initialize context correctlyDirk Herrendoerfer1-0/+1
2006-03-27[PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter4-12/+245
2006-03-27[PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann7-3/+425
2006-03-27[PATCH] spufs: allow SPU code to do syscallsArnd Bergmann1-0/+91
2006-01-12[PATCH] powerpc: cell namespace cleanupArnd Bergmann1-1/+3
2006-01-11[PATCH] spufs: Suspend/restore MFC DMA operations at SPU context switch.Geoff Levand1-5/+29
2006-01-10[PATCH] spufs: fix for recent "shrink dentry_struct" patchAndrew Morton1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-6/+6
2006-01-09[PATCH] spufs: set irq affinity for running threadsArnd Bergmann1-0/+5
2006-01-09[PATCH] spufs: fix sparse warningsArnd Bergmann3-5/+4
2006-01-09[PATCH] spufs: abstract priv1 register access.Arnd Bergmann2-95/+53
2006-01-09[PATCH] spufs: move spu_run call to its own fileArnd Bergmann4-153/+160
2006-01-09[PATCH] spufs: clean up use of bitopsArnd Bergmann3-10/+9
2006-01-09[PATCH] spufs: fix spufs_fill_dir error pathArnd Bergmann1-35/+38
2006-01-09[PATCH] spufs: dont leak directories in failed spu_createArnd Bergmann1-17/+37
2006-01-09[PATCH] spufs fix spu_acquire_runnable error pathArnd Bergmann1-2/+2
2006-01-09[PATCH] spufs: serialize sys_spu_run per spuArnd Bergmann3-5/+12
2006-01-09[PATCH] spufs: check for proper file pointer in sys_spu_runArnd Bergmann3-3/+5
2006-01-09[PATCH] spufs: dont hold root->isem in spu_forgetArnd Bergmann1-10/+10
2006-01-09[PATCH] spufs: fix locking in spu_acquire_runnableArnd Bergmann1-4/+6
2006-01-09[PATCH] spufs: fix hexdump formatArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: trivial compile fixArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: fix mailbox pollingArnd Bergmann5-21/+87
2006-01-09[PATCH] spufs: Improved SPU preemptability [part 2].Arnd Bergmann3-27/+63
2006-01-09[PATCH] spufs: Improved SPU preemptability.Arnd Bergmann6-43/+187
2006-01-09[PATCH] spufs: Turn off debugging outputArnd Bergmann1-1/+2
2006-01-09[PATCH] spufs: fix local store page refcountingArnd Bergmann1-1/+2
2006-01-09[PATCH] spufs: cooperative scheduler supportArnd Bergmann10-254/+1516
2006-01-09[PATCH] spufs: add spu-side context switch codeMark Nutter6-0/+958
2006-01-09[PATCH] kernel-side context switch code for spufsMark Nutter1-6/+2036
2006-01-09[PATCH] spufs: switchable spu contextsMark Nutter6-1/+619
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann6-0/+1313