index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-04
[POWERPC] coredump: Add SPU elf notes to coredump.
Dwayne Grant McConnell
1
-86
/
+241
2006-12-04
[POWERPC] spufs: Load isolation kernel from spu_run
Jeremy Kerr
1
-32
/
+0
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: Read from signal files only if data is there
Dwayne Grant McConnell
1
-8
/
+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
1
-4
/
+129
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
1
-1
/
+1
2006-10-25
[POWERPC] spufs: Add isolated-mode SPE recycling support
Jeremy Kerr
1
-0
/
+32
2006-10-25
[POWERPC] spufs: add support for nonschedulable contexts
Mark Nutter
1
-0
/
+22
2006-10-25
[POWERPC] spufs: fix another off-by-one bug in spufs_mbox_read
Arnd Bergmann
1
-1
/
+1
2006-10-16
[POWERPC] spufs: fix support for read/write on cntl
Noguchi, Masato
1
-0
/
+1
2006-10-05
[POWERPC] spufs: add infrastructure for finding elf objects
Arnd Bergmann
1
-1
/
+17
2006-10-05
[POWERPC] spufs: add support for read/write on cntl
Arnd Bergmann
1
-19
/
+25
2006-10-05
[POWERPC] spufs: make mailbox functions handle multiple elements
Arnd Bergmann
1
-29
/
+125
2006-10-05
[POWERPC] spufs: use correct pg_prot for mapping SPU local store
Arnd Bergmann
1
-3
/
+7
2006-10-05
[POWERPC] spufs: cell spu problem state mapping updates
Benjamin Herrenschmidt
1
-46
/
+84
2006-09-26
[POWERPC] NULL noise removal: spufs
Al Viro
1
-1
/
+1
2006-06-28
[POWERPC] spufs: map mmio space as guarded into user space
Benjamin Herrenschmidt
1
-5
/
+5
2006-06-26
[PATCH] spufs: update ->flush method proto
Al Viro
1
-2
/
+2
2006-06-21
[POWERPC] spufs: add a phys-id attribute to each SPU context
arnd@arndb.de
1
-0
/
+17
2006-06-21
[POWERPC] spufs: restore mapping of mssync register
arnd@arndb.de
1
-0
/
+50
2006-03-27
[PATCH] spufs: enable SPE problem state MMIO access.
Mark Nutter
1
-6
/
+223
2006-03-27
[PATCH] spufs: implement mfc access for PPE-side DMA
Arnd Bergmann
1
-0
/
+294
2006-01-09
[PATCH] spufs: move spu_run call to its own file
Arnd Bergmann
1
-152
/
+0
2006-01-09
[PATCH] spufs: serialize sys_spu_run per spu
Arnd Bergmann
1
-5
/
+10
2006-01-09
[PATCH] spufs: fix mailbox polling
Arnd Bergmann
1
-18
/
+6
2006-01-09
[PATCH] spufs: Improved SPU preemptability.
Arnd Bergmann
1
-10
/
+107
2006-01-09
[PATCH] spufs: fix local store page refcounting
Arnd Bergmann
1
-1
/
+2
2006-01-09
[PATCH] spufs: cooperative scheduler support
Arnd Bergmann
1
-170
/
+429
2006-01-09
[PATCH] spufs: The SPU file system, base
Arnd Bergmann
1
-0
/
+596