linux/arch/powerpc/platforms/cell
Arnd Bergmann 2dd14934c9 [PATCH] spufs: allow SPU code to do syscalls
An SPU does not have a way to implement system calls
itself, but it can create intercepts to the kernel.

This patch uses the method defined by the JSRE interface
for C99 host library calls from an SPU to implement
Linux system calls. It uses the reserved SPU stop code
0x2104 for this, using the structure layout and syscall
numbers for ppc64-linux.

I'm still undecided wether it is better to have a list
of allowed syscalls or a list of forbidden syscalls,
since we can't allow an SPU to call all syscalls that
are defined for ppc64-linux.

This patch implements the easier choice of them, with a
blacklist that only prevents an SPU from calling anything
that interacts with its own execution, e.g fork, execve,
clone, vfork, exit, spu_run and spu_create and everything
that deals with signals.

Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-03-27 14:48:24 +11:00
..
spufs [PATCH] spufs: allow SPU code to do syscalls 2006-03-27 14:48:24 +11:00
Kconfig
Makefile [PATCH] spufs: allow SPU code to do syscalls 2006-03-27 14:48:24 +11:00
interrupt.c [PATCH] powerpc: work around a cell interrupt HW bug 2006-03-27 14:48:20 +11:00
interrupt.h [PATCH] powerpc: cell interrupt controller updates 2006-03-27 14:48:18 +11:00
iommu.c [PATCH] powerpc: fix cell iommu setup 2006-03-27 14:48:14 +11:00
iommu.h
pervasive.c
pervasive.h
setup.c
smp.c
spider-pic.c [PATCH] powerpc: cell interrupt controller updates 2006-03-27 14:48:18 +11:00
spu_base.c
spu_callbacks.c [PATCH] spufs: allow SPU code to do syscalls 2006-03-27 14:48:24 +11:00
spu_priv1.c
spu_syscalls.c