summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
* | [POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann2007-12-211-0/+1
* | [POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs moduleJeremy Kerr2007-12-211-0/+32
* | [POWERPC] spufs: fix typos in sched.c commentsJulio M. Merino Vidal2007-12-211-8/+8
|/
* Merge branch 'linux-2.6'Paul Mackerras2007-09-201-2/+2
|\
| * [POWERPC] spusched: Fix null pointer dereference in find_victimChristoph Hellwig2007-09-191-2/+2
* | [POWERPC] spufs: Fix race condition on gang->aff_ref_spuAndre Detsch2007-09-191-17/+32
|/
* [POWERPC] spufs: Fix affinity after introduction of node_allowed() callsAndre Detsch2007-08-031-1/+2
* [POWERPC] spufs: Fix incorrect initialization of cbe_spu_info.spusMasato Noguchi2007-07-261-4/+0
* [CELL] spufs: rework list management and associated lockingChristoph Hellwig2007-07-201-97/+101
* [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-201-1/+3
* [CELL] oprofile: enable SPU switch notification to detect currently active SP...Bob Nelson2007-07-201-2/+32
* [CELL] spufs: integration of SPE affinity with the schedullerArnd Bergmann2007-07-201-0/+4
* [CELL] cell: add placement computation for scheduling of affinity contextsArnd Bergmann2007-07-201-0/+142
* [CELL] cell: add per BE structure with info about its SPUsArnd Bergmann2007-07-201-0/+5
* [CELL] spufs: use find_first_bit() instead of sched_find_first_bit()Masato Noguchi2007-07-201-2/+1
* [CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch2007-07-201-13/+9
* [CELL] spufs: Remove spurious WARN_ON for spu_deactivate for NOSCHED contextsJeremy Kerr2007-07-201-9/+0
* [CELL] spufs: remove section mismatch warningSebastian Siewior2007-07-201-1/+1
* [POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig2007-07-031-1/+9
* [POWERPC] spusched: Fix runqueue corruptionChristoph Hellwig2007-07-031-9/+28
* [POWERPC] spusched: Disable tick when not neededChristoph Hellwig2007-07-031-8/+10
* [POWERPC] spufs: Add stat file to spufsChristoph Hellwig2007-07-031-1/+18
* [POWERPC] spufs: Implement /proc/spu_loadavgChristoph Hellwig2007-07-031-8/+119
* [POWERPC] spufs: Add tid fileChristoph Hellwig2007-07-031-0/+7
* [POWERPC] spufs: Trivial whitespace fixesJeremy Kerr2007-07-031-1/+1
* [POWERPC] spusched: No preemption for nosched contextsChristoph Hellwig2007-07-031-1/+6
* [POWERPC] spusched: Catch nosched contexts in spu_deactivateChristoph Hellwig2007-07-031-0/+9
* [POWERPC] spusched: fix cpu/node bindingChristoph Hellwig2007-07-031-21/+49
* [POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig2007-07-031-0/+27
* [POWERPC] spusched: Print out scheduling tunables with DEBUGJeremy Kerr2007-07-031-0/+3
* [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/+77
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [POWERPC] spu sched: make addition to stop_wq and runque atomic vs wakeupLuke Browning2007-04-231-22/+16
* [POWERPC] spufs: remove woken threads from the runqueue earlyChristoph Hellwig2007-04-231-27/+17
* [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-131-4/+0
* [POWERPC] Fix spu SLB invalidationsBenjamin Herrenschmidt2007-03-101-11/+2
* [POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig2007-03-101-5/+2
* [POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig2007-02-131-1/+42
* [POWERPC] spu sched: use DECLARE_BITMAPChristoph Hellwig2007-02-131-2/+1
* [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/+15