| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/spufs: fix missed stop-and-signal event | Luke Browning | 2008-06-16 | 1 | -0/+5 |
* | powerpc/spufs: synchronize interaction between spu exception handling and tim... | Luke Browning | 2008-06-16 | 1 | -3/+11 |
* | [POWERPC] spufs: Fix pointer reference in find_victim | Luke Browning | 2008-05-15 | 1 | -1/+1 |
* | Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo... | Paul Mackerras | 2008-05-09 | 1 | -2/+1 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2008-04-30 | 1 | -1/+3 |
| |\ |
|
| * | | powerpc: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -2/+1 |
* | | | [POWERPC] spufs: don't requeue victim contex in find_victim if it's not in sp... | Christoph Hellwig | 2008-05-08 | 1 | -1/+2 |
* | | | [POWERPC] spufs: try to route SPU interrupts to local node | Luke Browning | 2008-05-05 | 1 | -1/+3 |
| |/
|/| |
|
* | | [POWERPC] spufs: fix marker name for find_victim | Julio M. Merino Vidal | 2008-04-30 | 1 | -1/+1 |
* | | [POWERPC] spufs: add context switch notification log | Christoph Hellwig | 2008-04-30 | 1 | -0/+2 |
|/ |
|
* | [POWERPC] spufs: don't (ab)use SCHED_IDLE | Jeremy Kerr | 2008-03-11 | 1 | -2/+2 |
* | [POWERPC] spufs: fix use time accounting on SPE-overcommit | Andre Detsch | 2008-02-29 | 1 | -1/+1 |
* | [POWERPC] spufs: fix scheduler starvation by idle contexts | Jeremy Kerr | 2008-02-19 | 1 | -5/+3 |
* | [POWERPC] spufs: Add marker-based tracing facility | Christoph Hellwig | 2008-02-06 | 1 | -7/+21 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-01-24 | 1 | -25/+1 |
|\ |
|
| * | [POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=y | Paul Mackerras | 2008-01-02 | 1 | -9/+0 |
| * | [POWERPC] Oprofile: Remove dependency on spufs module | Bob Nelson | 2007-12-28 | 1 | -22/+7 |
* | | [POWERPC] spufs: Use separate timer for /proc/spu_loadavg calculation | Aegis Lin | 2007-12-21 | 1 | -17/+18 |
* | | [POWERPC] spufs: make state_mutex interruptible | Christoph Hellwig | 2007-12-21 | 1 | -3/+8 |
* | | [POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche... | Luke Browning | 2007-12-21 | 1 | -82/+153 |
* | | [POWERPC] spufs: spu_find_victim may choose wrong victim | Luke Browning | 2007-12-21 | 1 | -2/+2 |
* | | [POWERPC] spufs: reorganize spu_run_init | Luke Browning | 2007-12-21 | 1 | -10/+25 |
* | | [POWERPC] spufs: rework class 0 and 1 interrupt handling | Jeremy Kerr | 2007-12-21 | 1 | -2/+0 |
* | | [POWERPC] spufs: block fault handlers in spu_acquire_runnable | Arnd Bergmann | 2007-12-21 | 1 | -0/+1 |
* | | [POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs module | Jeremy Kerr | 2007-12-21 | 1 | -0/+32 |
* | | [POWERPC] spufs: fix typos in sched.c comments | Julio M. Merino Vidal | 2007-12-21 | 1 | -8/+8 |
|/ |
|
* | Merge branch 'linux-2.6' | Paul Mackerras | 2007-09-20 | 1 | -2/+2 |
|\ |
|
| * | [POWERPC] spusched: Fix null pointer dereference in find_victim | Christoph Hellwig | 2007-09-19 | 1 | -2/+2 |
* | | [POWERPC] spufs: Fix race condition on gang->aff_ref_spu | Andre Detsch | 2007-09-19 | 1 | -17/+32 |
|/ |
|
* | [POWERPC] spufs: Fix affinity after introduction of node_allowed() calls | Andre Detsch | 2007-08-03 | 1 | -1/+2 |
* | [POWERPC] spufs: Fix incorrect initialization of cbe_spu_info.spus | Masato Noguchi | 2007-07-26 | 1 | -4/+0 |
* | [CELL] spufs: rework list management and associated locking | Christoph Hellwig | 2007-07-20 | 1 | -97/+101 |
* | [CELL] oprofile: add support to OProfile for profiling CELL BE SPUs | Bob Nelson | 2007-07-20 | 1 | -1/+3 |
* | [CELL] oprofile: enable SPU switch notification to detect currently active SP... | Bob Nelson | 2007-07-20 | 1 | -2/+32 |
* | [CELL] spufs: integration of SPE affinity with the scheduller | Arnd Bergmann | 2007-07-20 | 1 | -0/+4 |
* | [CELL] cell: add placement computation for scheduling of affinity contexts | Arnd Bergmann | 2007-07-20 | 1 | -0/+142 |
* | [CELL] cell: add per BE structure with info about its SPUs | Arnd Bergmann | 2007-07-20 | 1 | -0/+5 |
* | [CELL] spufs: use find_first_bit() instead of sched_find_first_bit() | Masato Noguchi | 2007-07-20 | 1 | -2/+1 |
* | [CELL] spufs: add spu stats in sysfs and ctx stat file in spufs | Andre Detsch | 2007-07-20 | 1 | -13/+9 |
* | [CELL] spufs: Remove spurious WARN_ON for spu_deactivate for NOSCHED contexts | Jeremy Kerr | 2007-07-20 | 1 | -9/+0 |
* | [CELL] spufs: remove section mismatch warning | Sebastian Siewior | 2007-07-20 | 1 | -1/+1 |
* | [POWERPC] spufs: Add spu stats in sysfs | Christoph Hellwig | 2007-07-03 | 1 | -1/+9 |
* | [POWERPC] spusched: Fix runqueue corruption | Christoph Hellwig | 2007-07-03 | 1 | -9/+28 |
* | [POWERPC] spusched: Disable tick when not needed | Christoph Hellwig | 2007-07-03 | 1 | -8/+10 |
* | [POWERPC] spufs: Add stat file to spufs | Christoph Hellwig | 2007-07-03 | 1 | -1/+18 |
* | [POWERPC] spufs: Implement /proc/spu_loadavg | Christoph Hellwig | 2007-07-03 | 1 | -8/+119 |
* | [POWERPC] spufs: Add tid file | Christoph Hellwig | 2007-07-03 | 1 | -0/+7 |
* | [POWERPC] spufs: Trivial whitespace fixes | Jeremy Kerr | 2007-07-03 | 1 | -1/+1 |
* | [POWERPC] spusched: No preemption for nosched contexts | Christoph Hellwig | 2007-07-03 | 1 | -1/+6 |
* | [POWERPC] spusched: Catch nosched contexts in spu_deactivate | Christoph Hellwig | 2007-07-03 | 1 | -0/+9 |