summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1
* powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* powerpc: cell: Use ktime_get_ns()Thomas Gleixner2014-07-231-3/+1
* powerpc/spufs: Remove MAX_USER_PRIO defineJeremy Kerr2014-02-111-1/+0
* sched, powerpc: Fix sched.h split-up build failureIngo Molnar2013-02-111-0/+1
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* powerpc: Convert old cpumask API into new oneKOSAKI Motohiro2011-05-041-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tracing: Remove markersChristoph Hellwig2009-09-181-1/+0
* powerpc/sputrace: Use the generic event tracerChristoph Hellwig2009-08-201-0/+2
* timers: add mod_timer_pending()Ingo Molnar2009-02-181-1/+1
* cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}...Rusty Russell2008-12-261-2/+2
* powerpc/spufs: Explain conditional decrement of aff_sched_countAndre Detsch2008-10-211-0/+5
* powerpc/spufs: Improve search of node for contexts with SPU affinityAndre Detsch2008-10-211-6/+13
* powerpc/spufs: Fix possible scheduling of a context to multiple SPEsAndre Detsch2008-09-081-1/+2
* powerpc/spufs: Fix race for a free SPUJeremy Kerr2008-09-051-4/+19
* powerpc/spufs: Fix multiple get_spu_context()Jeremy Kerr2008-09-051-1/+2
* powerpc/spufs: Remove invalid semicolon after if statementIlpo Järvinen2008-08-191-1/+1
* powerpc/spufs: reference context while dropping state mutex in schedulerJeremy Kerr2008-08-141-1/+8
* powerpc/spufs: better placement of spu affinity reference contextAndre Detsch2008-07-241-0/+17
* powerpc/spufs: fix aff_mutex and cbe_spu_info[n].list_mutex deadlockAndre Detsch2008-07-241-12/+6
* powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_infoMaxim Shchetynin2008-07-091-0/+6
* powerpc/spufs: don't extend time time slice if context is not in spu_runLuke Browning2008-07-091-1/+2
* powerpc/spufs: fix missed stop-and-signal eventLuke Browning2008-06-161-0/+5
* powerpc/spufs: synchronize interaction between spu exception handling and tim...Luke Browning2008-06-161-3/+11
* [POWERPC] spufs: Fix pointer reference in find_victimLuke Browning2008-05-151-1/+1
* Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-05-091-2/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-301-1/+3
| |\
| * | powerpc: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-2/+1
* | | [POWERPC] spufs: don't requeue victim contex in find_victim if it's not in sp...Christoph Hellwig2008-05-081-1/+2
* | | [POWERPC] spufs: try to route SPU interrupts to local nodeLuke Browning2008-05-051-1/+3
| |/ |/|
* | [POWERPC] spufs: fix marker name for find_victimJulio M. Merino Vidal2008-04-301-1/+1
* | [POWERPC] spufs: add context switch notification logChristoph Hellwig2008-04-301-0/+2
|/
* [POWERPC] spufs: don't (ab)use SCHED_IDLEJeremy Kerr2008-03-111-2/+2
* [POWERPC] spufs: fix use time accounting on SPE-overcommitAndre Detsch2008-02-291-1/+1
* [POWERPC] spufs: fix scheduler starvation by idle contextsJeremy Kerr2008-02-191-5/+3
* [POWERPC] spufs: Add marker-based tracing facilityChristoph Hellwig2008-02-061-7/+21
* Merge branch 'linux-2.6'Paul Mackerras2008-01-241-25/+1
|\
| * [POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=yPaul Mackerras2008-01-021-9/+0
| * [POWERPC] Oprofile: Remove dependency on spufs moduleBob Nelson2007-12-281-22/+7
* | [POWERPC] spufs: Use separate timer for /proc/spu_loadavg calculationAegis Lin2007-12-211-17/+18
* | [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-82/+153
* | [POWERPC] spufs: spu_find_victim may choose wrong victimLuke Browning2007-12-211-2/+2
* | [POWERPC] spufs: reorganize spu_run_initLuke Browning2007-12-211-10/+25
* | [POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr2007-12-211-2/+0