aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/spufs.h
AgeCommit message (Expand)Author
2008-02-08[POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig
2008-02-06[POWERPC] spufs: Add marker-based tracing facilityChristoph Hellwig
2007-12-21[POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig
2007-12-21[POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche...Luke Browning
2007-12-21[POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr
2007-12-21[POWERPC] spufs: add backing ops for privcntl registerLuke Browning
2007-12-21[POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann
2007-12-21[POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs moduleJeremy Kerr
2007-12-21[POWERPC] cell: wrap master run control bitMasato Noguchi
2007-09-19[POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to ...Michael Ellerman
2007-09-19[POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman
2007-09-19[POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *Michael Ellerman
2007-09-19[POWERPC] cell: Unify spufs syscall pathJeremy Kerr
2007-07-24spusched: fix mismerge in spufs.hChristoph Hellwig
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson
2007-07-20[CELL] oprofile: enable SPU switch notification to detect currently active SP...Bob Nelson
2007-07-20[CELL] cell: add placement computation for scheduling of affinity contextsArnd Bergmann
2007-07-20[CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann
2007-07-20[CELL] spufs: remove unused file argument from spufs_run_spu()Jeremy Kerr
2007-07-20[CELL] spufs: make sure context are scheduled again after spu_acquire_savedChristoph Hellwig
2007-07-20[CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch
2007-07-20[CELL] spufs: remove section mismatch warningSebastian Siewior
2007-07-03[POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig
2007-07-03[POWERPC] spufs: Add stat file to spufsChristoph Hellwig
2007-07-03[POWERPC] spufs: Implement /proc/spu_loadavgChristoph Hellwig
2007-07-03[POWERPC] spufs: Add tid fileChristoph Hellwig
2007-07-03[POWERPC] spufs: Trivial whitespace fixesJeremy Kerr
2007-07-03[POWERPC] spusched: fix cpu/node bindingChristoph Hellwig
2007-07-03[POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig
2007-07-03[POWERPC] spusched: Dynamic timeslicing for SCHED_OTHERChristoph Hellwig
2007-07-03[POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig
2007-06-07[POWERPC] spufs: Synchronize pte invalidation vs ps closeChristoph Hellwig
2007-04-23[POWERPC] spufs: Minor cleanup of spu_waitJeremy Kerr
2007-04-23[POWERPC] spufs: turn run_sema into run_mutexChristoph Hellwig
2007-04-23[POWERPC] spufs: make spu page faults not block schedulingArnd Bergmann
2007-04-23[POWERPC] spufs: streamline locking for isolated spu setupChristoph Hellwig
2007-04-23[POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig
2007-04-23[POWERPC] spufs: use cancel_rearming_delayed_workqueue when stopping spu cont...Christoph Hellwig
2007-03-10[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig
2007-02-13[POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig
2007-02-13[POWERPC] spu sched: forced preemption at executionChristoph Hellwig
2007-02-13[POWERPC] spufs: optimize spu_runChristoph Hellwig
2007-02-13[POWERPC] spufs: runqueue simplificationChristoph Hellwig
2007-02-13[POWERPC] spufs: move prio to spu_contextChristoph Hellwig
2007-02-13[POWERPC] spufs: state_mutex cleanupChristoph Hellwig
2007-02-13[POWERPC] spufs: simplify state_mutexChristoph Hellwig
2007-02-13[POWERPC] spufs: remove SPU_CONTEXT_PREEMPTChristoph Hellwig
2007-02-13[POWERPC] spufs: Fix bitrot of the SPU mmap facilityBenjamin Herrenschmidt
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell