Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[safe/jmp/linux-2.6] / arch / powerpc / platforms / cell / spufs / run.c
2008-10-21 Jeremy Kerrpowerpc/spufs: Use state_mutex for switch_log locking...
2008-08-13 Jeremy Kerrpowerpc/spufs: fix npc setting for NOSCHED contexts
2008-06-16 Luke Browningpowerpc/spufs: remove class_0_dsisr from spu exception...
2008-06-16 Luke Browningpowerpc/spufs: wait for stable spu status in spu_stopped()
2008-05-05 Luke Browning[POWERPC] spufs: fix concurrent delivery of class 0...
2008-05-05 Jeremy Kerr[POWERPC] spufs: don't acquire state_mutex interruptibl...
2008-05-05 Jeremy Kerr[POWERPC] spufs: update master runcntl with context...
2008-04-30 Christoph Hellwig[POWERPC] spufs: add context switch notification log
2008-04-18 Paul MackerrasMerge branch 'master' of git://git./linux/kernel/git...
2008-04-01 Harvey Harrison[POWERPC] Replace remaining __FUNCTION__ occurrences
2008-03-28 Jeremy Kerr[POWERPC] spufs: reacquire LS pointer in spu_process_ca...
2008-03-11 Jeremy Kerr[POWERPC] spufs: don't (ab)use SCHED_IDLE
2008-02-18 Jeremy Kerr[POWERPC] spufs: fix scheduler starvation by idle contexts
2008-02-08 Luke Browning[POWERPC] spufs: Fix timing dependent false return...
2008-02-08 Luke Browning[POWERPC] spufs: No need to have a runnable SPU for...
2008-02-08 Christoph Hellwig[POWERPC] spufs: Fix state_mutex leaks
2008-02-06 Jeremy Kerr[POWERPC] spufs: Fix SPE single-step mode
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 Luke Browning[POWERPC] spufs: reorganize spu_run_init
2007-12-21 Jeremy Kerr[POWERPC] spufs: rework class 0 and 1 interrupt handling
2007-12-21 Luke Browning[POWERPC] spufs: add backing ops for privcntl register
2007-12-21 Masato Noguchi[POWERPC] cell: wrap master run control bit
2007-09-19 Sebastian Siewior[POWERPC] spufs: Make file-internal functions & variabl...
2007-08-30 Andre Detsch[POWERPC] spufs: Don't call spu_run_init from spu_reacq...
2007-07-26 Christoph Hellwig[POWERPC] spusched: Fix initial timeslice calculation
2007-07-20 Bob Nelson[CELL] oprofile: enable SPU switch notification to...
2007-07-20 Jeremy Kerr[CELL] spufs: remove unused file argument from spufs_ru...
2007-07-20 Andre Detsch[CELL] spufs: add spu stats in sysfs and ctx stat file...
2007-07-03 Christoph Hellwig[POWERPC] spufs: Add spu stats in sysfs
2007-07-03 Jeremy Kerr[POWERPC] spufs: Fix libassist accounting
2007-07-03 Christoph Hellwig[POWERPC] spufs: Add stat file to spufs
2007-07-03 Christoph Hellwig[POWERPC] spusched: Update scheduling paramters on...
2007-07-03 Christoph Hellwig[POWERPC] spusched: Switch from workqueues to kthread...
2007-07-03 Sebastian Siewior[POWERPC] spufs: Add bit definition
2007-06-14 Benjamin Herrenschmidt[POWERPC] spufs: Add support for SPU single stepping
2007-04-23 Christoph Hellwig[POWERPC] spufs: various run.c cleanups
2007-04-23 Akinobu Mita[POWERPC] spufs: use memcpy_fromio() to copy from local...
2007-04-23 Christoph Hellwig[POWERPC] spufs: turn run_sema into run_mutex
2007-04-23 Arnd Bergmann[POWERPC] spufs: make spu page faults not block scheduling
2007-04-23 Christoph Hellwig[POWERPC] spufs: streamline locking for isolated spu...
2007-03-09 Christoph Hellwig[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimization
2007-02-13 Christoph Hellwig[POWERPC] spu sched: static timeslicing for SCHED_RR...
2007-02-13 Christoph Hellwig[POWERPC] spufs: optimize spu_run
2007-02-13 Christoph Hellwig[POWERPC] spufs: state_mutex cleanup
2007-02-13 Christoph Hellwig[POWERPC] spufs: remove empty last line in run.c
2006-12-04 Arnd Bergmann[POWERPC] spufs: always send sigtrap on breakpoint
2006-12-04 Jeremy Kerr[POWERPC] spufs: Load isolation kernel from spu_run
2006-12-04 Arnd Bergmann[POWERPC] spufs: Use SPU master control to prevent...
2006-12-04 Masato Noguchi[POWERPC] spufs: Fix missing stop-and-signal
2006-12-04 Arnd Bergmann[POWERPC] spufs: Return correct event for data storage...
2006-10-25 arnd@arndb.de[POWERPC] spufs: allow isolated mode apps by starting...
2006-10-25 Mark Nutter[POWERPC] spufs: add support for nonschedulable contexts
2006-10-04 Arnd Bergmann[POWERPC] spufs: implement error event delivery to...
2006-04-01 Dave Jones[PATCH] powerpc/cell: compile fixes
2006-03-27 Arnd Bergmann[PATCH] spufs: allow SPU code to do syscalls
2006-01-09 Arnd Bergmann[PATCH] spufs: move spu_run call to its own file