linux-kernel-test/arch/powerpc/platforms/cell/spufs
Arnd Bergmann 8b3d6663c6 [PATCH] spufs: cooperative scheduler support
This adds a scheduler for SPUs to make it possible to use
more logical SPUs than physical ones are present in the
system.

Currently, there is no support for preempting a running
SPU thread, they have to leave the SPU by either triggering
an event on the SPU that causes it to return to the
owning thread or by sending a signal to it.

This patch also adds operations that enable accessing an SPU
in either runnable or saved state. We use an RW semaphore
to protect the state of the SPU from changing underneath
us, while we are holding it readable. In order to change
the state, it is acquired writeable and a context save
or restore is executed before downgrading the semaphore
to read-only.

From: Mark Nutter <mnutter@us.ibm.com>,
      Uli Weigand <Ulrich.Weigand@de.ibm.com>
Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-01-09 14:49:30 +11:00
..
backing_ops.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
context.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
file.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
hw_ops.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
inode.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
Makefile [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
sched.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
spu_restore_crt0.S [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_restore_dump.h_shipped [PATCH] spufs: switchable spu contexts 2006-01-09 14:49:16 +11:00
spu_restore.c [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_save_crt0.S [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_save_dump.h_shipped [PATCH] spufs: switchable spu contexts 2006-01-09 14:49:16 +11:00
spu_save.c [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_utils.h [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spufs.h [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
switch.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00
syscalls.c [PATCH] spufs: cooperative scheduler support 2006-01-09 14:49:30 +11:00