index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[POWERPC] spufs: turn run_sema into run_mutex
Christoph Hellwig
2007-04-23
3
-4
/
+4
*
[POWERPC] spufs: provide siginfo for SPE faults
Jeremy Kerr
2007-04-23
1
-7
/
+25
*
[POWERPC] spufs: make spu page faults not block scheduling
Arnd Bergmann
2007-04-23
7
-27
/
+223
*
[POWERPC] spu sched: make addition to stop_wq and runque atomic vs wakeup
Luke Browning
2007-04-23
1
-22
/
+16
*
[POWERPC] spufs: streamline locking for isolated spu setup
Christoph Hellwig
2007-04-23
3
-55
/
+16
*
[POWERPC] spufs: remove woken threads from the runqueue early
Christoph Hellwig
2007-04-23
2
-27
/
+19
*
[POWERPC] spufs: add memory barriers after set_bit
Arnd Bergmann
2007-04-23
1
-0
/
+3
*
[POWERPC] spu sched: ensure preempted threads are put back on the runqueue, p...
Christoph Hellwig
2007-04-23
1
-0
/
+6
*
[POWERPC] spu sched: ensure preempted threads are put back on the runqueue
Christoph Hellwig
2007-04-23
1
-3
/
+10
*
[POWERPC] spufs: clear mapping pointers after last close
Christoph Hellwig
2007-04-23
4
-13
/
+148
*
[POWERPC] spufs: use cancel_rearming_delayed_workqueue when stopping spu cont...
Christoph Hellwig
2007-04-23
2
-4
/
+23
*
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
2007-04-13
1
-1
/
+1
*
[POWERPC] spufs: don't yield CPU in spu_yield
Christoph Hellwig
2007-04-13
1
-4
/
+0
*
[POWERPC] Fix spu SLB invalidations
Benjamin Herrenschmidt
2007-03-10
2
-70
/
+5
*
[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimization
Christoph Hellwig
2007-03-10
3
-11
/
+6
*
[POWERPC] spufs: fix possible memory corruption is spufs_mem_write
Arnd Bergmann
2007-03-10
1
-10
/
+14
*
[POWERPC] spufs: avoid accessing kernel memory through mmapped /mem node
Masato Noguchi
2007-02-13
1
-0
/
+3
*
[POWERPC] spu sched: static timeslicing for SCHED_RR contexts
Christoph Hellwig
2007-02-13
4
-3
/
+56
*
[POWERPC] spu sched: use DECLARE_BITMAP
Christoph Hellwig
2007-02-13
1
-2
/
+1
*
[POWERPC] spu sched: forced preemption at execution
Christoph Hellwig
2007-02-13
3
-0
/
+76
*
[POWERPC] spu sched: update some comments
Christoph Hellwig
2007-02-13
1
-8
/
+8
*
[POWERPC] spu sched: simplity spu_remove_from_active_list
Christoph Hellwig
2007-02-13
1
-29
/
+15
*
[POWERPC] spufs: optimize spu_run
Christoph Hellwig
2007-02-13
5
-12
/
+23
*
[POWERPC] spufs: runqueue simplification
Christoph Hellwig
2007-02-13
2
-67
/
+93
*
[POWERPC] spufs: move prio to spu_context
Christoph Hellwig
2007-02-13
3
-7
/
+6
*
[POWERPC] spufs: state_mutex cleanup
Christoph Hellwig
2007-02-13
3
-53
/
+64
*
[POWERPC] spufs: simplify state_mutex
Christoph Hellwig
2007-02-13
3
-30
/
+17
*
[POWERPC] spufs: sched.c cleanups
Christoph Hellwig
2007-02-13
1
-37
/
+61
*
[POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLE
Christoph Hellwig
2007-02-13
2
-2
/
+2
*
[POWERPC] spufs: remove superfluous SPU_STATE_SAVED assignments
Christoph Hellwig
2007-02-13
2
-4
/
+1
*
[POWERPC] spufs: remove empty last line in run.c
Christoph Hellwig
2007-02-13
1
-1
/
+0
*
[POWERPC] spufs: remove SPU_CONTEXT_PREEMPT
Christoph Hellwig
2007-02-13
1
-3
/
+0
*
[POWERPC] spufs: Fix bitrot of the SPU mmap facility
Benjamin Herrenschmidt
2007-02-13
3
-8
/
+22
*
[POWERPC] spufs: remove need for struct page for SPEs
Benjamin Herrenschmidt
2007-02-13
1
-66
/
+55
*
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
[PATCH] mark struct file_operations const 9
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
[PATCH] mark struct file_operations const 2
Arjan van de Ven
2007-02-12
2
-22
/
+22
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
2006-12-11
1
-1
/
+1
|
\
|
*
[POWERPC] Fix SPU coredump code for max_fdset removal
Paul Mackerras
2006-12-11
1
-1
/
+1
*
|
[PATCH] struct path: convert powerpc
Josef Sipek
2006-12-08
2
-3
/
+3
|
/
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-2
/
+2
*
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
1
-1
/
+1
*
[POWERPC] spufs: always send sigtrap on breakpoint
Arnd Bergmann
2006-12-04
1
-6
/
+4
*
[POWERPC] spufs: return an error in spu_create is isolated create isnt supported
Jeremy Kerr
2006-12-04
1
-0
/
+4
*
[POWERPC] coredump: Add SPU elf notes to coredump.
Dwayne Grant McConnell
2006-12-04
5
-87
/
+498
*
[POWERPC] spufs: Load isolation kernel from spu_run
Jeremy Kerr
2006-12-04
4
-148
/
+113
*
[POWERPC] spufs: Add runcntrl read accessors
Jeremy Kerr
2006-12-04
3
-0
/
+13
*
[POWERPC] spufs: Use SPU master control to prevent wild SPU execution
Arnd Bergmann
2006-12-04
6
-36
/
+79
*
[POWERPC] spufs: Fix return value of spufs_mfc_write
Masato Noguchi
2006-12-04
1
-0
/
+1
*
[POWERPC] spufs: Always map local store non-guarded
Arnd Bergmann
2006-12-04
1
-2
/
+2
[next]