aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/context.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* powerpc: Fix up implicit sched.h usersPaul Gortmaker2011-10-311-0/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* powerpc/sputrace: Use the generic event tracerChristoph Hellwig2009-08-201-0/+1
* powerpc/spufs: Initialize ctx->stats.tstamp correctlyArnd Bergmann2009-03-111-0/+4
* powerpc/spufs: avoid magic numbers for mapping sizesJeremy Kerr2008-07-091-6/+6
* [POWERPC] spufs: trace spu_acquire_saved eventsJulio M. Merino Vidal2008-04-301-0/+2
* [POWERPC] spufs: add marker for destroy_spu_contextJulio M. Merino Vidal2008-04-301-0/+1
* [POWERPC] spufs: add context switch notification logChristoph Hellwig2008-04-301-0/+1
* [POWERPC] spufs: fix rescheduling of non-runnable contextsJeremy Kerr2008-03-111-1/+2
* [POWERPC] spufs: fix invalid scheduling of forgotten contextsJeremy Kerr2008-02-281-4/+3
* Merge branch 'linux-2.6'Paul Mackerras2008-01-241-16/+0
|\
| * [POWERPC] Oprofile: Remove dependency on spufs moduleBob Nelson2007-12-281-16/+0
* | [POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig2007-12-211-3/+20
* | [POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche...Luke Browning2007-12-211-31/+0
* | [POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann2007-12-211-0/+1
|/
* [POWERPC] spusched: Fix initial timeslice calculationChristoph Hellwig2007-07-261-1/+2
* [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-201-0/+20
* [CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann2007-07-201-0/+1
* [CELL] spufs: make sure context are scheduled again after spu_acquire_savedChristoph Hellwig2007-07-201-1/+17
* [CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch2007-07-201-2/+1
* [POWERPC] spufs: Add stat file to spufsChristoph Hellwig2007-07-031-0/+2
* [POWERPC] spufs: Implement /proc/spu_loadavgChristoph Hellwig2007-07-031-0/+7
* [POWERPC] spusched: fix cpu/node bindingChristoph Hellwig2007-07-031-1/+1
* [POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig2007-07-031-11/+0
* [POWERPC] spusched: Dynamic timeslicing for SCHED_OTHERChristoph Hellwig2007-07-031-3/+12
* [POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig2007-07-031-1/+1
* [POWERPC] spufs: Synchronize pte invalidation vs ps closeChristoph Hellwig2007-06-071-1/+3
* [POWERPC] Spufs support for 64K LS mappings on 4K kernelsBenjamin Herrenschmidt2007-05-091-3/+1
* [POWERPC] spufs: turn run_sema into run_mutexChristoph Hellwig2007-04-231-1/+1
* [POWERPC] spufs: streamline locking for isolated spu setupChristoph Hellwig2007-04-231-40/+0
* [POWERPC] spufs: remove woken threads from the runqueue earlyChristoph Hellwig2007-04-231-0/+2
* [POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig2007-04-231-0/+1
* [POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig2007-02-131-0/+2
* [POWERPC] spu sched: forced preemption at executionChristoph Hellwig2007-02-131-0/+1
* [POWERPC] spufs: optimize spu_runChristoph Hellwig2007-02-131-2/+2
* [POWERPC] spufs: move prio to spu_contextChristoph Hellwig2007-02-131-2/+2
* [POWERPC] spufs: state_mutex cleanupChristoph Hellwig2007-02-131-44/+53
* [POWERPC] spufs: simplify state_mutexChristoph Hellwig2007-02-131-23/+10
* [POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLEChristoph Hellwig2007-02-131-2/+0
* [POWERPC] spufs: remove superfluous SPU_STATE_SAVED assignmentsChristoph Hellwig2007-02-131-3/+1
* [POWERPC] spufs: Fix bitrot of the SPU mmap facilityBenjamin Herrenschmidt2007-02-131-4/+8
* [POWERPC] spufs: Use SPU master control to prevent wild SPU executionArnd Bergmann2006-12-041-21/+21
* [POWERPC] spufs: Add isolated-mode SPE recycling supportJeremy Kerr2006-10-251-0/+27
* [POWERPC] spufs: Add infrastructure needed for gang schedulingArnd Bergmann2006-10-051-1/+5
* [PATCH] powerpc: cell: use kzalloc in alloc_spu_context()Jeremy Kerr2006-04-291-11/+1
* [PATCH] spufs: initialize context correctlyDirk Herrendoerfer2006-03-271-0/+1
* [PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter2006-03-271-3/+15
* [PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann2006-03-271-2/+3
* [PATCH] spufs fix spu_acquire_runnable error pathArnd Bergmann2006-01-091-2/+2