aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/run.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2015-11-26powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta1-1/+1
2009-02-23powerpc/spufs: Clear purge status before setting up isolated modeJeremy Kerr1-0/+3
2008-10-21powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple openersJeremy Kerr1-2/+1
2008-08-13powerpc/spufs: fix npc setting for NOSCHED contextsJeremy Kerr1-7/+8
2008-06-16powerpc/spufs: remove class_0_dsisr from spu exception handlingLuke Browning1-5/+0
2008-06-16powerpc/spufs: wait for stable spu status in spu_stopped()Luke Browning1-5/+13
2008-05-05[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptionsLuke Browning1-10/+19
2008-05-05[POWERPC] spufs: don't acquire state_mutex interruptible while performing callbackJeremy Kerr1-4/+2
2008-05-05[POWERPC] spufs: update master runcntl with context lock heldJeremy Kerr1-1/+2
2008-04-30[POWERPC] spufs: add context switch notification logChristoph Hellwig1-0/+2
2008-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras1-0/+4
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2008-03-28[POWERPC] spufs: reacquire LS pointer in spu_process_callbackJeremy Kerr1-0/+4
2008-03-11[POWERPC] spufs: don't (ab)use SCHED_IDLEJeremy Kerr1-1/+2
2008-02-19[POWERPC] spufs: fix scheduler starvation by idle contextsJeremy Kerr1-0/+1
2008-02-08[POWERPC] spufs: Fix timing dependent false return from spufs_run_spuLuke Browning1-1/+1
2008-02-08[POWERPC] spufs: No need to have a runnable SPU for libassist updateLuke Browning1-6/+4
2008-02-08[POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig1-1/+8
2008-02-06[POWERPC] spufs: Fix SPE single-step modeJeremy Kerr1-2/+5
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-54/+36
2007-12-21[POWERPC] spufs: reorganize spu_run_initLuke Browning1-24/+31
2007-12-21[POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr1-16/+34
2007-12-21[POWERPC] spufs: add backing ops for privcntl registerLuke Browning1-7/+13
2007-12-21[POWERPC] cell: wrap master run control bitMasato Noguchi1-2/+2
2007-09-19[POWERPC] spufs: Make file-internal functions & variables staticSebastian Siewior1-2/+2
2007-08-30[POWERPC] spufs: Don't call spu_run_init from spu_reacquire_runnableAndre Detsch1-5/+1
2007-07-26[POWERPC] spusched: Fix initial timeslice calculationChristoph Hellwig1-0/+4
2007-07-20[CELL] oprofile: enable SPU switch notification to detect currently active SPU tasksBob Nelson1-6/+17
2007-07-20[CELL] spufs: remove unused file argument from spufs_run_spu()Jeremy Kerr1-2/+1
2007-07-20[CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch1-0/+10
2007-07-03[POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig1-1/+2
2007-07-03[POWERPC] spufs: Fix libassist accountingJeremy Kerr1-1/+1
2007-07-03[POWERPC] spufs: Add stat file to spufsChristoph Hellwig1-0/+4
2007-07-03[POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig1-3/+16
2007-07-03[POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig1-5/+1
2007-07-03[POWERPC] spufs: Add bit definitionSebastian Siewior1-1/+2
2007-06-14[POWERPC] spufs: Add support for SPU single steppingBenjamin Herrenschmidt1-1/+11
2007-04-23[POWERPC] spufs: various run.c cleanupsChristoph Hellwig1-20/+31
2007-04-23[POWERPC] spufs: use memcpy_fromio() to copy from local storeAkinobu Mita1-6/+6
2007-04-23[POWERPC] spufs: turn run_sema into run_mutexChristoph Hellwig1-2/+2
2007-04-23[POWERPC] spufs: make spu page faults not block schedulingArnd Bergmann1-24/+4
2007-04-23[POWERPC] spufs: streamline locking for isolated spu setupChristoph Hellwig1-14/+16
2007-03-10[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig1-2/+2
2007-02-13[POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig1-2/+7
2007-02-13[POWERPC] spufs: optimize spu_runChristoph Hellwig1-2/+2
2007-02-13[POWERPC] spufs: state_mutex cleanupChristoph Hellwig1-1/+1