aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-29[POWERPC] spufs: fix use time accounting on SPE-overcommitAndre Detsch1-1/+1
2008-02-19[POWERPC] spufs: fix scheduler starvation by idle contextsJeremy Kerr1-5/+3
2008-02-06[POWERPC] spufs: Add marker-based tracing facilityChristoph Hellwig1-7/+21
2008-01-24Merge branch 'linux-2.6'Paul Mackerras1-25/+1
2008-01-02[POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=yPaul Mackerras1-9/+0
2007-12-28[POWERPC] Oprofile: Remove dependency on spufs moduleBob Nelson1-22/+7
2007-12-21[POWERPC] spufs: Use separate timer for /proc/spu_loadavg calculationAegis Lin1-17/+18
2007-12-21[POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig1-3/+8
2007-12-21[POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous scheduling)Luke Browning1-82/+153
2007-12-21[POWERPC] spufs: spu_find_victim may choose wrong victimLuke Browning1-2/+2
2007-12-21[POWERPC] spufs: reorganize spu_run_initLuke Browning1-10/+25
2007-12-21[POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr1-2/+0
2007-12-21[POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann1-0/+1
2007-12-21[POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs moduleJeremy Kerr1-0/+32
2007-12-21[POWERPC] spufs: fix typos in sched.c commentsJulio M. Merino Vidal1-8/+8
2007-09-20Merge branch 'linux-2.6'Paul Mackerras1-2/+2
2007-09-19[POWERPC] spusched: Fix null pointer dereference in find_victimChristoph Hellwig1-2/+2
2007-09-19[POWERPC] spufs: Fix race condition on gang->aff_ref_spuAndre Detsch1-17/+32
2007-08-03[POWERPC] spufs: Fix affinity after introduction of node_allowed() callsAndre Detsch1-1/+2
2007-07-26[POWERPC] spufs: Fix incorrect initialization of cbe_spu_info.spusMasato Noguchi1-4/+0
2007-07-20[CELL] spufs: rework list management and associated lockingChristoph Hellwig1-97/+101
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson1-1/+3
2007-07-20[CELL] oprofile: enable SPU switch notification to detect currently active SPU tasksBob Nelson1-2/+32
2007-07-20[CELL] spufs: integration of SPE affinity with the schedullerArnd Bergmann1-0/+4
2007-07-20[CELL] cell: add placement computation for scheduling of affinity contextsArnd Bergmann1-0/+142
2007-07-20[CELL] cell: add per BE structure with info about its SPUsArnd Bergmann1-0/+5
2007-07-20[CELL] spufs: use find_first_bit() instead of sched_find_first_bit()Masato Noguchi1-2/+1
2007-07-20[CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch1-13/+9
2007-07-20[CELL] spufs: Remove spurious WARN_ON for spu_deactivate for NOSCHED contextsJeremy Kerr1-9/+0
2007-07-20[CELL] spufs: remove section mismatch warningSebastian Siewior1-1/+1
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