summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/sched.c
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] spusched: Fix timeslice calculationsJeremy Kerr2007-07-031-4/+4
* [POWERPC] spusched: Dynamic timeslicing for SCHED_OTHERChristoph Hellwig2007-07-031-9/+45
* [POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig2007-07-031-61/+81
* [POWERPC] spufs: Don't yield nosched contextChristoph Hellwig2007-06-071-3/+5
* [POWERPC] spufs scheduler: Fix wakeup racesChristoph Hellwig2007-06-071-82/+77Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [POWERPC] spu sched: make addition to stop_wq and runque atomic vs wakeupLuke Browning2007-04-231-22/+16Star
* [POWERPC] spufs: remove woken threads from the runqueue earlyChristoph Hellwig2007-04-231-27/+17Star
* [POWERPC] spufs: add memory barriers after set_bitArnd Bergmann2007-04-231-0/+3
* [POWERPC] spu sched: ensure preempted threads are put back on the runqueue, p...Christoph Hellwig2007-04-231-0/+6
* [POWERPC] spu sched: ensure preempted threads are put back on the runqueueChristoph Hellwig2007-04-231-3/+10
* [POWERPC] spufs: use cancel_rearming_delayed_workqueue when stopping spu cont...Christoph Hellwig2007-04-231-3/+22
* [POWERPC] spufs: don't yield CPU in spu_yieldChristoph Hellwig2007-04-121-4/+0Star
* [POWERPC] Fix spu SLB invalidationsBenjamin Herrenschmidt2007-03-101-11/+2Star
* [POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig2007-03-101-5/+2Star
* [POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig2007-02-131-1/+42
* [POWERPC] spu sched: use DECLARE_BITMAPChristoph Hellwig2007-02-131-2/+1Star
* [POWERPC] spu sched: forced preemption at executionChristoph Hellwig2007-02-131-0/+74
* [POWERPC] spu sched: update some commentsChristoph Hellwig2007-02-131-8/+8
* [POWERPC] spu sched: simplity spu_remove_from_active_listChristoph Hellwig2007-02-131-29/+15Star
* [POWERPC] spufs: optimize spu_runChristoph Hellwig2007-02-131-4/+6
* [POWERPC] spufs: runqueue simplificationChristoph Hellwig2007-02-131-67/+92
* [POWERPC] spufs: move prio to spu_contextChristoph Hellwig2007-02-131-5/+1Star
* [POWERPC] spufs: simplify state_mutexChristoph Hellwig2007-02-131-4/+4
* [POWERPC] spufs: sched.c cleanupsChristoph Hellwig2007-02-131-37/+61
* [POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLEChristoph Hellwig2007-02-131-0/+2
* [POWERPC] spufs: remove superfluous SPU_STATE_SAVED assignmentsChristoph Hellwig2007-02-131-1/+0Star
* [POWERPC] spufs: add infrastructure for finding elf objectsArnd Bergmann2006-10-051-0/+22
* [POWERPC] spufs: implement error event delivery to user spaceArnd Bergmann2006-10-051-2/+2
* [POWERPC] spufs: scheduler support for NUMA.Mark Nutter2006-10-051-281/+163Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [POWERPC] spufs: fix spu irq affinity settingGeoff Levand2006-06-211-1/+2
* [PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann2006-03-271-0/+2
* [PATCH] spufs: set irq affinity for running threadsArnd Bergmann2006-01-091-0/+5
* [PATCH] spufs: clean up use of bitopsArnd Bergmann2006-01-091-4/+4
* [PATCH] spufs: trivial compile fixArnd Bergmann2006-01-091-1/+1
* [PATCH] spufs: Improved SPU preemptability [part 2].Arnd Bergmann2006-01-091-26/+55
* [PATCH] spufs: Improved SPU preemptability.Arnd Bergmann2006-01-091-30/+37
* [PATCH] spufs: Turn off debugging outputArnd Bergmann2006-01-091-1/+2
* [PATCH] spufs: cooperative scheduler supportArnd Bergmann2006-01-091-0/+419