aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-03[POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig1-1/+9
2007-07-03[POWERPC] spusched: Fix runqueue corruptionChristoph Hellwig1-9/+28
2007-07-03[POWERPC] spusched: Disable tick when not neededChristoph Hellwig1-8/+10
2007-07-03[POWERPC] spufs: Add stat file to spufsChristoph Hellwig1-1/+18
2007-07-03[POWERPC] spufs: Implement /proc/spu_loadavgChristoph Hellwig1-8/+119
2007-07-03[POWERPC] spufs: Add tid fileChristoph Hellwig1-0/+7
2007-07-03[POWERPC] spufs: Trivial whitespace fixesJeremy Kerr1-1/+1
2007-07-03[POWERPC] spusched: No preemption for nosched contextsChristoph Hellwig1-1/+6
2007-07-03[POWERPC] spusched: Catch nosched contexts in spu_deactivateChristoph Hellwig1-0/+9
2007-07-03[POWERPC] spusched: fix cpu/node bindingChristoph Hellwig1-21/+49
2007-07-03[POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig1-0/+27
2007-07-03[POWERPC] spusched: Print out scheduling tunables with DEBUGJeremy Kerr1-0/+3
2007-07-03[POWERPC] spusched: Fix timeslice calculationsJeremy Kerr1-4/+4
2007-07-03[POWERPC] spusched: Dynamic timeslicing for SCHED_OTHERChristoph Hellwig1-9/+45
2007-07-03[POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig1-61/+81
2007-06-07[POWERPC] spufs: Don't yield nosched contextChristoph Hellwig1-3/+5
2007-06-07[POWERPC] spufs scheduler: Fix wakeup racesChristoph Hellwig1-82/+77
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-23[POWERPC] spu sched: make addition to stop_wq and runque atomic vs wakeupLuke Browning1-22/+16
2007-04-23[POWERPC] spufs: remove woken threads from the runqueue earlyChristoph Hellwig1-27/+17
2007-04-23[POWERPC] spufs: add memory barriers after set_bitArnd Bergmann1-0/+3
2007-04-23[POWERPC] spu sched: ensure preempted threads are put back on the runqueue, part2Christoph Hellwig1-0/+6
2007-04-23[POWERPC] spu sched: ensure preempted threads are put back on the runqueueChristoph Hellwig1-3/+10
2007-04-23[POWERPC] spufs: use cancel_rearming_delayed_workqueue when stopping spu contextsChristoph Hellwig1-3/+22
2007-04-13[POWERPC] spufs: don't yield CPU in spu_yieldChristoph Hellwig1-4/+0
2007-03-10[POWERPC] Fix spu SLB invalidationsBenjamin Herrenschmidt1-11/+2
2007-03-10[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig1-5/+2
2007-02-13[POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig1-1/+42
2007-02-13[POWERPC] spu sched: use DECLARE_BITMAPChristoph Hellwig1-2/+1
2007-02-13[POWERPC] spu sched: forced preemption at executionChristoph Hellwig1-0/+74
2007-02-13[POWERPC] spu sched: update some commentsChristoph Hellwig1-8/+8
2007-02-13[POWERPC] spu sched: simplity spu_remove_from_active_listChristoph Hellwig1-29/+15
2007-02-13[POWERPC] spufs: optimize spu_runChristoph Hellwig1-4/+6
2007-02-13[POWERPC] spufs: runqueue simplificationChristoph Hellwig1-67/+92
2007-02-13[POWERPC] spufs: move prio to spu_contextChristoph Hellwig1-5/+1
2007-02-13[POWERPC] spufs: simplify state_mutexChristoph Hellwig1-4/+4
2007-02-13[POWERPC] spufs: sched.c cleanupsChristoph Hellwig1-37/+61
2007-02-13[POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLEChristoph Hellwig1-0/+2
2007-02-13[POWERPC] spufs: remove superfluous SPU_STATE_SAVED assignmentsChristoph Hellwig1-1/+0
2006-10-05[POWERPC] spufs: add infrastructure for finding elf objectsArnd Bergmann1-0/+22
2006-10-05[POWERPC] spufs: implement error event delivery to user spaceArnd Bergmann1-2/+2
2006-10-05[POWERPC] spufs: scheduler support for NUMA.Mark Nutter1-281/+163
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[POWERPC] spufs: fix spu irq affinity settingGeoff Levand1-1/+2
2006-03-27[PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann1-0/+2
2006-01-09[PATCH] spufs: set irq affinity for running threadsArnd Bergmann1-0/+5
2006-01-09[PATCH] spufs: clean up use of bitopsArnd Bergmann1-4/+4
2006-01-09[PATCH] spufs: trivial compile fixArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: Improved SPU preemptability [part 2].Arnd Bergmann1-26/+55
2006-01-09[PATCH] spufs: Improved SPU preemptability.Arnd Bergmann1-30/+37