summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/run.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta2015-11-261-1/+1
* powerpc/spufs: Clear purge status before setting up isolated modeJeremy Kerr2009-02-231-0/+3
* powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple o...Jeremy Kerr2008-10-211-2/+1
* powerpc/spufs: fix npc setting for NOSCHED contextsJeremy Kerr2008-08-131-7/+8
* powerpc/spufs: remove class_0_dsisr from spu exception handlingLuke Browning2008-06-161-5/+0
* powerpc/spufs: wait for stable spu status in spu_stopped()Luke Browning2008-06-161-5/+13
* [POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptionsLuke Browning2008-05-051-10/+19
* [POWERPC] spufs: don't acquire state_mutex interruptible while performing cal...Jeremy Kerr2008-05-051-4/+2
* [POWERPC] spufs: update master runcntl with context lock heldJeremy Kerr2008-05-051-1/+2
* [POWERPC] spufs: add context switch notification logChristoph Hellwig2008-04-301-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras2008-04-181-0/+4
|\
| * [POWERPC] spufs: reacquire LS pointer in spu_process_callbackJeremy Kerr2008-03-281-0/+4
* | [POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-011-5/+5
|/
* [POWERPC] spufs: don't (ab)use SCHED_IDLEJeremy Kerr2008-03-111-1/+2
* [POWERPC] spufs: fix scheduler starvation by idle contextsJeremy Kerr2008-02-191-0/+1
* [POWERPC] spufs: Fix timing dependent false return from spufs_run_spuLuke Browning2008-02-081-1/+1
* [POWERPC] spufs: No need to have a runnable SPU for libassist updateLuke Browning2008-02-081-6/+4
* [POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig2008-02-081-1/+8
* [POWERPC] spufs: Fix SPE single-step modeJeremy Kerr2008-02-061-2/+5
* [POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig2007-12-211-3/+8
* [POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche...Luke Browning2007-12-211-54/+36
* [POWERPC] spufs: reorganize spu_run_initLuke Browning2007-12-211-24/+31
* [POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr2007-12-211-16/+34
* [POWERPC] spufs: add backing ops for privcntl registerLuke Browning2007-12-211-7/+13
* [POWERPC] cell: wrap master run control bitMasato Noguchi2007-12-211-2/+2
* [POWERPC] spufs: Make file-internal functions & variables staticSebastian Siewior2007-09-191-2/+2
* [POWERPC] spufs: Don't call spu_run_init from spu_reacquire_runnableAndre Detsch2007-08-301-5/+1
* [POWERPC] spusched: Fix initial timeslice calculationChristoph Hellwig2007-07-261-0/+4
* [CELL] oprofile: enable SPU switch notification to detect currently active SP...Bob Nelson2007-07-201-6/+17
* [CELL] spufs: remove unused file argument from spufs_run_spu()Jeremy Kerr2007-07-201-2/+1
* [CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch2007-07-201-0/+10
* [POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig2007-07-031-1/+2
* [POWERPC] spufs: Fix libassist accountingJeremy Kerr2007-07-031-1/+1
* [POWERPC] spufs: Add stat file to spufsChristoph Hellwig2007-07-031-0/+4
* [POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig2007-07-031-3/+16
* [POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig2007-07-031-5/+1
* [POWERPC] spufs: Add bit definitionSebastian Siewior2007-07-031-1/+2
* [POWERPC] spufs: Add support for SPU single steppingBenjamin Herrenschmidt2007-06-141-1/+11
* [POWERPC] spufs: various run.c cleanupsChristoph Hellwig2007-04-231-20/+31
* [POWERPC] spufs: use memcpy_fromio() to copy from local storeAkinobu Mita2007-04-231-6/+6
* [POWERPC] spufs: turn run_sema into run_mutexChristoph Hellwig2007-04-231-2/+2
* [POWERPC] spufs: make spu page faults not block schedulingArnd Bergmann2007-04-231-24/+4
* [POWERPC] spufs: streamline locking for isolated spu setupChristoph Hellwig2007-04-231-14/+16
* [POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig2007-03-101-2/+2
* [POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig2007-02-131-2/+7
* [POWERPC] spufs: optimize spu_runChristoph Hellwig2007-02-131-2/+2
* [POWERPC] spufs: state_mutex cleanupChristoph Hellwig2007-02-131-1/+1
* [POWERPC] spufs: remove empty last line in run.cChristoph Hellwig2007-02-131-1/+0
OpenPOWER on IntegriCloud