aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+2
2014-07-23powerpc: cell: Use ktime_get_ns()Thomas Gleixner1-3/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2011-10-31powerpc: Fix up implicit sched.h usersPaul Gortmaker1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2009-08-20powerpc/sputrace: Use the generic event tracerChristoph Hellwig1-0/+1
2009-03-11powerpc/spufs: Initialize ctx->stats.tstamp correctlyArnd Bergmann1-0/+4
2008-07-09powerpc/spufs: avoid magic numbers for mapping sizesJeremy Kerr1-6/+6
2008-04-30[POWERPC] spufs: trace spu_acquire_saved eventsJulio M. Merino Vidal1-0/+2
2008-04-30[POWERPC] spufs: add marker for destroy_spu_contextJulio M. Merino Vidal1-0/+1
2008-04-30[POWERPC] spufs: add context switch notification logChristoph Hellwig1-0/+1
2008-03-11[POWERPC] spufs: fix rescheduling of non-runnable contextsJeremy Kerr1-1/+2
2008-02-28[POWERPC] spufs: fix invalid scheduling of forgotten contextsJeremy Kerr1-4/+3
2008-01-24Merge branch 'linux-2.6'Paul Mackerras1-16/+0
2007-12-28[POWERPC] Oprofile: Remove dependency on spufs moduleBob Nelson1-16/+0
2007-12-21[POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig1-3/+20
2007-12-21[POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous scheduling)Luke Browning1-31/+0
2007-12-21[POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann1-0/+1
2007-07-26[POWERPC] spusched: Fix initial timeslice calculationChristoph Hellwig1-1/+2
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson1-0/+20
2007-07-20[CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann1-0/+1
2007-07-20[CELL] spufs: make sure context are scheduled again after spu_acquire_savedChristoph Hellwig1-1/+17
2007-07-20[CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch1-2/+1
2007-07-03[POWERPC] spufs: Add stat file to spufsChristoph Hellwig1-0/+2
2007-07-03[POWERPC] spufs: Implement /proc/spu_loadavgChristoph Hellwig1-0/+7
2007-07-03[POWERPC] spusched: fix cpu/node bindingChristoph Hellwig1-1/+1
2007-07-03[POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig1-11/+0
2007-07-03[POWERPC] spusched: Dynamic timeslicing for SCHED_OTHERChristoph Hellwig1-3/+12
2007-07-03[POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig1-1/+1
2007-06-07[POWERPC] spufs: Synchronize pte invalidation vs ps closeChristoph Hellwig1-1/+3
2007-05-09[POWERPC] Spufs support for 64K LS mappings on 4K kernelsBenjamin Herrenschmidt1-3/+1
2007-04-23[POWERPC] spufs: turn run_sema into run_mutexChristoph Hellwig1-1/+1
2007-04-23[POWERPC] spufs: streamline locking for isolated spu setupChristoph Hellwig1-40/+0
2007-04-23[POWERPC] spufs: remove woken threads from the runqueue earlyChristoph Hellwig1-0/+2
2007-04-23[POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig1-0/+1
2007-02-13[POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig1-0/+2
2007-02-13[POWERPC] spu sched: forced preemption at executionChristoph Hellwig1-0/+1
2007-02-13[POWERPC] spufs: optimize spu_runChristoph Hellwig1-2/+2
2007-02-13[POWERPC] spufs: move prio to spu_contextChristoph Hellwig1-2/+2
2007-02-13[POWERPC] spufs: state_mutex cleanupChristoph Hellwig1-44/+53
2007-02-13[POWERPC] spufs: simplify state_mutexChristoph Hellwig1-23/+10
2007-02-13[POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLEChristoph Hellwig1-2/+0
2007-02-13[POWERPC] spufs: remove superfluous SPU_STATE_SAVED assignmentsChristoph Hellwig1-3/+1
2007-02-13[POWERPC] spufs: Fix bitrot of the SPU mmap facilityBenjamin Herrenschmidt1-4/+8
2006-12-04[POWERPC] spufs: Use SPU master control to prevent wild SPU executionArnd Bergmann1-21/+21
2006-10-25[POWERPC] spufs: Add isolated-mode SPE recycling supportJeremy Kerr1-0/+27
2006-10-05[POWERPC] spufs: Add infrastructure needed for gang schedulingArnd Bergmann1-1/+5
2006-04-29[PATCH] powerpc: cell: use kzalloc in alloc_spu_context()Jeremy Kerr1-11/+1
2006-03-27[PATCH] spufs: initialize context correctlyDirk Herrendoerfer1-0/+1