summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/spufs.h
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig2008-02-081-1/+4
* [POWERPC] spufs: Add marker-based tracing facilityChristoph Hellwig2008-02-061-0/+5
* [POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig2007-12-211-4/+6
* [POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche...Luke Browning2007-12-211-1/+2
* [POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr2007-12-211-0/+1
* [POWERPC] spufs: add backing ops for privcntl registerLuke Browning2007-12-211-0/+1
* [POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann2007-12-211-0/+1
* [POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs moduleJeremy Kerr2007-12-211-36/+11
* [POWERPC] cell: wrap master run control bitMasato Noguchi2007-12-211-0/+1
* [POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to ...Michael Ellerman2007-09-191-1/+1
* [POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman2007-09-191-0/+4
* [POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *Michael Ellerman2007-09-191-1/+1
* [POWERPC] cell: Unify spufs syscall pathJeremy Kerr2007-09-191-0/+1
* spusched: fix mismerge in spufs.hChristoph Hellwig2007-07-241-4/+1
* [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-201-0/+2
* [CELL] oprofile: enable SPU switch notification to detect currently active SP...Bob Nelson2007-07-201-0/+6
* [CELL] cell: add placement computation for scheduling of affinity contextsArnd Bergmann2007-07-201-0/+6
* [CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann2007-07-201-2/+14
* [CELL] spufs: remove unused file argument from spufs_run_spu()Jeremy Kerr2007-07-201-2/+1
* [CELL] spufs: make sure context are scheduled again after spu_acquire_savedChristoph Hellwig2007-07-201-0/+5
* [CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch2007-07-201-36/+27
* [CELL] spufs: remove section mismatch warningSebastian Siewior2007-07-201-1/+1
* [POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig2007-07-031-0/+13
* [POWERPC] spufs: Add stat file to spufsChristoph Hellwig2007-07-031-0/+51
* [POWERPC] spufs: Implement /proc/spu_loadavgChristoph Hellwig2007-07-031-0/+1
* [POWERPC] spufs: Add tid fileChristoph Hellwig2007-07-031-0/+3
* [POWERPC] spufs: Trivial whitespace fixesJeremy Kerr2007-07-031-2/+2
* [POWERPC] spusched: fix cpu/node bindingChristoph Hellwig2007-07-031-0/+2
* [POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig2007-07-031-0/+2
* [POWERPC] spusched: Dynamic timeslicing for SCHED_OTHERChristoph Hellwig2007-07-031-3/+1
* [POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig2007-07-031-9/+3
* [POWERPC] spufs: Synchronize pte invalidation vs ps closeChristoph Hellwig2007-06-071-1/+1
* [POWERPC] spufs: Minor cleanup of spu_waitJeremy Kerr2007-04-231-7/+6
* [POWERPC] spufs: turn run_sema into run_mutexChristoph Hellwig2007-04-231-1/+1
* [POWERPC] spufs: make spu page faults not block schedulingArnd Bergmann2007-04-231-0/+4
* [POWERPC] spufs: streamline locking for isolated spu setupChristoph Hellwig2007-04-231-1/+0
* [POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig2007-04-231-5/+7
* [POWERPC] spufs: use cancel_rearming_delayed_workqueue when stopping spu cont...Christoph Hellwig2007-04-231-1/+1
* [POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig2007-03-101-4/+2
* [POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig2007-02-131-0/+5
* [POWERPC] spu sched: forced preemption at executionChristoph Hellwig2007-02-131-0/+1
* [POWERPC] spufs: optimize spu_runChristoph Hellwig2007-02-131-2/+11
* [POWERPC] spufs: runqueue simplificationChristoph Hellwig2007-02-131-0/+1
* [POWERPC] spufs: move prio to spu_contextChristoph Hellwig2007-02-131-0/+3
* [POWERPC] spufs: state_mutex cleanupChristoph Hellwig2007-02-131-8/+10
* [POWERPC] spufs: simplify state_mutexChristoph Hellwig2007-02-131-3/+3
* [POWERPC] spufs: remove SPU_CONTEXT_PREEMPTChristoph Hellwig2007-02-131-3/+0
* [POWERPC] spufs: Fix bitrot of the SPU mmap facilityBenjamin Herrenschmidt2007-02-131-0/+2
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell2006-12-041-0/+11