arch: Remove unnecessary inclusions of asm/semaphore.h
[safe/jmp/linux-2.6] / arch / powerpc / platforms / cell / spufs / context.c
2008-03-11 Jeremy Kerr[POWERPC] spufs: fix rescheduling of non-runnable contexts
2008-02-27 Jeremy Kerr[POWERPC] spufs: fix invalid scheduling of forgotten...
2008-01-23 Paul MackerrasMerge branch 'linux-2.6'
2007-12-28 Bob Nelson[POWERPC] Oprofile: Remove dependency on spufs module
2007-12-21 Christoph Hellwig[POWERPC] spufs: make state_mutex interruptible
2007-12-21 Luke Browning[POWERPC] spufs: decouple spu scheduler from spufs_spu_...
2007-12-21 Arnd Bergmann[POWERPC] spufs: block fault handlers in spu_acquire_ru...
2007-07-26 Christoph Hellwig[POWERPC] spusched: Fix initial timeslice calculation
2007-07-20 Bob Nelson[CELL] oprofile: add support to OProfile for profiling...
2007-07-20 Arnd Bergmann[CELL] spufs: extension of spu_create to support affini...
2007-07-20 Christoph Hellwig[CELL] spufs: make sure context are scheduled again...
2007-07-20 Andre Detsch[CELL] spufs: add spu stats in sysfs and ctx stat file...
2007-07-03 Christoph Hellwig[POWERPC] spufs: Add stat file to spufs
2007-07-03 Christoph Hellwig[POWERPC] spufs: Implement /proc/spu_loadavg
2007-07-03 Christoph Hellwig[POWERPC] spusched: fix cpu/node binding
2007-07-03 Christoph Hellwig[POWERPC] spusched: Update scheduling paramters on...
2007-07-03 Christoph Hellwig[POWERPC] spusched: Dynamic timeslicing for SCHED_OTHER
2007-07-03 Christoph Hellwig[POWERPC] spusched: Switch from workqueues to kthread...
2007-06-07 Christoph Hellwig[POWERPC] spufs: Synchronize pte invalidation vs ps...
2007-05-09 Benjamin Herrenschmidt[POWERPC] Spufs support for 64K LS mappings on 4K kernels
2007-04-23 Christoph Hellwig[POWERPC] spufs: turn run_sema into run_mutex
2007-04-23 Christoph Hellwig[POWERPC] spufs: streamline locking for isolated spu...
2007-04-23 Christoph Hellwig[POWERPC] spufs: remove woken threads from the runqueue...
2007-04-23 Christoph Hellwig[POWERPC] spufs: clear mapping pointers after last...
2007-02-13 Christoph Hellwig[POWERPC] spu sched: static timeslicing for SCHED_RR...
2007-02-13 Christoph Hellwig[POWERPC] spu sched: forced preemption at execution
2007-02-13 Christoph Hellwig[POWERPC] spufs: optimize spu_run
2007-02-13 Christoph Hellwig[POWERPC] spufs: move prio to spu_context
2007-02-13 Christoph Hellwig[POWERPC] spufs: state_mutex cleanup
2007-02-13 Christoph Hellwig[POWERPC] spufs: simplify state_mutex
2007-02-13 Christoph Hellwig[POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLE
2007-02-13 Christoph Hellwig[POWERPC] spufs: remove superfluous SPU_STATE_SAVED...
2007-02-13 Benjamin Herrenschmidt[POWERPC] spufs: Fix bitrot of the SPU mmap facility
2006-12-04 Arnd Bergmann[POWERPC] spufs: Use SPU master control to prevent...
2006-10-25 Jeremy Kerr[POWERPC] spufs: Add isolated-mode SPE recycling support
2006-10-04 Arnd Bergmann[POWERPC] spufs: Add infrastructure needed for gang...
2006-04-29 Jeremy Kerr[PATCH] powerpc: cell: use kzalloc in alloc_spu_context()
2006-03-27 Dirk Herrendoerfer[PATCH] spufs: initialize context correctly
2006-03-27 Mark Nutter[PATCH] spufs: enable SPE problem state MMIO access.
2006-03-27 Arnd Bergmann[PATCH] spufs: implement mfc access for PPE-side DMA
2006-01-09 Arnd Bergmann[PATCH] spufs fix spu_acquire_runnable error path
2006-01-09 Arnd Bergmann[PATCH] spufs: serialize sys_spu_run per spu
2006-01-09 Arnd Bergmann[PATCH] spufs: fix locking in spu_acquire_runnable
2006-01-09 Arnd Bergmann[PATCH] spufs: Improved SPU preemptability [part 2].
2006-01-09 Arnd Bergmann[PATCH] spufs: Improved SPU preemptability.
2006-01-09 Arnd Bergmann[PATCH] spufs: cooperative scheduler support
2006-01-09 Mark Nutter[PATCH] spufs: switchable spu contexts
2006-01-09 Arnd Bergmann[PATCH] spufs: The SPU file system, base