index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-10
[POWERPC] Fix spu SLB invalidations
Benjamin Herrenschmidt
2
-70
/
+5
2007-03-10
[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimization
Christoph Hellwig
3
-11
/
+6
2007-03-10
[POWERPC] spufs: fix possible memory corruption is spufs_mem_write
Arnd Bergmann
1
-10
/
+14
2007-02-13
[POWERPC] spufs: avoid accessing kernel memory through mmapped /mem node
Masato Noguchi
1
-0
/
+3
2007-02-13
[POWERPC] spu sched: static timeslicing for SCHED_RR contexts
Christoph Hellwig
4
-3
/
+56
2007-02-13
[POWERPC] spu sched: use DECLARE_BITMAP
Christoph Hellwig
1
-2
/
+1
2007-02-13
[POWERPC] spu sched: forced preemption at execution
Christoph Hellwig
3
-0
/
+76
2007-02-13
[POWERPC] spu sched: update some comments
Christoph Hellwig
1
-8
/
+8
2007-02-13
[POWERPC] spu sched: simplity spu_remove_from_active_list
Christoph Hellwig
1
-29
/
+15
2007-02-13
[POWERPC] spufs: optimize spu_run
Christoph Hellwig
5
-12
/
+23
2007-02-13
[POWERPC] spufs: runqueue simplification
Christoph Hellwig
2
-67
/
+93
2007-02-13
[POWERPC] spufs: move prio to spu_context
Christoph Hellwig
3
-7
/
+6
2007-02-13
[POWERPC] spufs: state_mutex cleanup
Christoph Hellwig
3
-53
/
+64
2007-02-13
[POWERPC] spufs: simplify state_mutex
Christoph Hellwig
3
-30
/
+17
2007-02-13
[POWERPC] spufs: sched.c cleanups
Christoph Hellwig
1
-37
/
+61
2007-02-13
[POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLE
Christoph Hellwig
2
-2
/
+2
2007-02-13
[POWERPC] spufs: remove superfluous SPU_STATE_SAVED assignments
Christoph Hellwig
2
-4
/
+1
2007-02-13
[POWERPC] spufs: remove empty last line in run.c
Christoph Hellwig
1
-1
/
+0
2007-02-13
[POWERPC] spufs: remove SPU_CONTEXT_PREEMPT
Christoph Hellwig
1
-3
/
+0
2007-02-13
[POWERPC] spufs: Fix bitrot of the SPU mmap facility
Benjamin Herrenschmidt
3
-8
/
+22
2007-02-13
[POWERPC] spufs: remove need for struct page for SPEs
Benjamin Herrenschmidt
1
-66
/
+55
2007-02-12
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
1
-1
/
+1
2007-02-12
[PATCH] mark struct file_operations const 9
Arjan van de Ven
1
-1
/
+1
2007-02-12
[PATCH] mark struct file_operations const 2
Arjan van de Ven
2
-22
/
+22
2006-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
1
-1
/
+1
2006-12-11
[POWERPC] Fix SPU coredump code for max_fdset removal
Paul Mackerras
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert powerpc
Josef Sipek
2
-3
/
+3
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-2
/
+2
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-12-04
[POWERPC] spufs: always send sigtrap on breakpoint
Arnd Bergmann
1
-6
/
+4
2006-12-04
[POWERPC] spufs: return an error in spu_create is isolated create isnt supported
Jeremy Kerr
1
-0
/
+4
2006-12-04
[POWERPC] coredump: Add SPU elf notes to coredump.
Dwayne Grant McConnell
5
-87
/
+498
2006-12-04
[POWERPC] spufs: Load isolation kernel from spu_run
Jeremy Kerr
4
-148
/
+113
2006-12-04
[POWERPC] spufs: Add runcntrl read accessors
Jeremy Kerr
3
-0
/
+13
2006-12-04
[POWERPC] spufs: Use SPU master control to prevent wild SPU execution
Arnd Bergmann
6
-36
/
+79
2006-12-04
[POWERPC] spufs: Fix return value of spufs_mfc_write
Masato Noguchi
1
-0
/
+1
2006-12-04
[POWERPC] spufs: Always map local store non-guarded
Arnd Bergmann
1
-2
/
+2
2006-12-04
[POWERPC] spufs: Avoid user-triggered oops in ptrace
Christoph Hellwig
1
-8
/
+7
2006-12-04
[POWERPC] spufs: Fix missing stop-and-signal
Masato Noguchi
1
-10
/
+18
2006-12-04
[POWERPC] spufs: Return correct event for data storage interrupt
Arnd Bergmann
1
-0
/
+1
2006-12-04
[POWERPC] spufs: Read from signal files only if data is there
Dwayne Grant McConnell
2
-20
/
+22
2006-12-04
[POWERPC] spufs: Implement /mbox_info, /ibox_info, and /wbox_info.
Dwayne Grant McConnell
1
-0
/
+90
2006-12-04
[POWERPC] spufs: Remove /spu_tag_mask file
Dwayne Grant McConnell
1
-23
/
+0
2006-12-04
[POWERPC] spufs: Add /lslr, /dma_info and /proxydma files
Dwayne Grant McConnell
3
-6
/
+137
2006-12-04
[POWERPC] spufs: Change %llx to 0x%llx.
Dwayne Grant McConnell
1
-6
/
+7
2006-12-04
Merge branch 'linux-2.6' into for-linus
Paul Mackerras
2
-2
/
+2
2006-10-25
[POWERPC] spufs: Add isolated-mode SPE recycling support
Jeremy Kerr
4
-8
/
+81
2006-10-25
[POWERPC] spufs: allow isolated mode apps by starting the SPE loader
arnd@arndb.de
2
-5
/
+124
2006-10-25
[POWERPC] spufs: "stautus" isnt a word.
arnd@arndb.de
1
-5
/
+5
2006-10-25
[POWERPC] spufs: add support for nonschedulable contexts
Mark Nutter
6
-6
/
+99
[next]