index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
libfs: allow error return from simple attributes
Christoph Hellwig
2008-02-08
1
-4
/
+4
|
/
*
[POWERPC] spufs: Add marker-based tracing facility
Christoph Hellwig
2008-02-06
1
-0
/
+6
*
[POWERPC] spufs: Don't leak kernel stack through an empty {i,m}box_info read
Jeremy Kerr
2007-12-21
1
-10
/
+10
*
[POWERPC] spufs: make state_mutex interruptible
Christoph Hellwig
2007-12-21
1
-48
/
+161
*
[POWERPC] spufs: add enchanced simple attr macros
Christoph Hellwig
2007-12-21
1
-24
/
+154
*
[POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche...
Luke Browning
2007-12-21
1
-0
/
+9
*
[POWERPC] spufs: block fault handlers in spu_acquire_runnable
Arnd Bergmann
2007-12-21
1
-7
/
+18
*
Convert files to UTF-8 and some cleanups
Jan Engelhardt
2007-10-19
1
-1
/
+1
*
Merge branch 'linux-2.6' into for-2.6.24
Paul Mackerras
2007-10-03
1
-2
/
+2
|
\
|
*
[POWERPC] spufs: fix mismerge, making context signal{1,2} files readable again
Jeremy Kerr
2007-09-26
1
-2
/
+2
*
|
[POWERPC] spufs: Add DEFINE_SPUFS_ATTRIBUTE()
Michael Ellerman
2007-09-19
1
-140
/
+76
*
|
[POWERPC] spufs: Add contents of npc file to SPU coredumps
Michael Ellerman
2007-09-19
1
-1
/
+7
*
|
[POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *
Michael Ellerman
2007-09-19
1
-24
/
+16
*
|
[POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we N...
Michael Ellerman
2007-09-19
1
-3
/
+1
*
|
[POWERPC] spufs: Write some SPU coredump values as ASCII
Michael Ellerman
2007-09-19
1
-7
/
+7
*
|
[POWERPC] spufs: Use computed sizes/#defines rather than literals in SPU core...
Michael Ellerman
2007-09-19
1
-10
/
+11
*
|
[POWERPC] spufs: Make file-internal functions & variables static
Sebastian Siewior
2007-09-19
1
-3
/
+3
|
/
*
Fix ppc64 mismerge
Al Viro
2007-07-22
1
-14
/
+0
*
spufs: make signal-notification files readonly for NOSCHED contexts
Jeremy Kerr
2007-07-21
1
-2
/
+16
*
[CELL] spufs: fix read and write for decr_status file
Masato Noguchi
2007-07-20
1
-4
/
+8
*
[CELL] spufs: make sure context are scheduled again after spu_acquire_saved
Christoph Hellwig
2007-07-20
1
-21
/
+21
*
[CELL] spufs: add spu stats in sysfs and ctx stat file in spufs
Andre Detsch
2007-07-20
1
-10
/
+22
*
[CELL] spufs: Make signal-notification files readonly for NOSCHED contexts
Jeremy Kerr
2007-07-20
1
-2
/
+16
*
[POWERPC] spufs: Fix lost events in poll/epoll on mfc
Kazunori Asayama
2007-07-03
1
-4
/
+5
*
[POWERPC] spufs: Add stat file to spufs
Christoph Hellwig
2007-07-03
1
-0
/
+79
*
[POWERPC] spufs: Add tid file
Christoph Hellwig
2007-07-03
1
-0
/
+22
*
[POWERPC] spufs: Trivial whitespace fixes
Jeremy Kerr
2007-07-03
1
-6
/
+6
*
[POWERPC] spufs: Add a "capabilities" file to spu contexts
Benjamin Herrenschmidt
2007-06-14
1
-0
/
+27
*
[POWERPC] spufs: Synchronize pte invalidation vs ps close
Christoph Hellwig
2007-06-07
1
-28
/
+28
*
[POWERPC] spufs: Hook up spufs_release_mem
Christoph Hellwig
2007-06-07
1
-0
/
+1
*
[POWERPC] Spufs support for 64K LS mappings on 4K kernels
Benjamin Herrenschmidt
2007-05-09
1
-13
/
+67
*
[POWERPC] spufs: avoid spurious memory barriers
Christoph Hellwig
2007-04-23
1
-14
/
+0
*
[POWERPC] spufs: check spu_acquire_runnable() return value
Akinobu Mita
2007-04-23
1
-1
/
+4
*
[POWERPC] spufs: clear mapping pointers after last close
Christoph Hellwig
2007-04-23
1
-8
/
+139
*
[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] spufs: optimize spu_run
Christoph Hellwig
2007-02-13
1
-2
/
+2
*
[POWERPC] spufs: Fix bitrot of the SPU mmap facility
Benjamin Herrenschmidt
2007-02-13
1
-4
/
+12
*
[POWERPC] spufs: remove need for struct page for SPEs
Benjamin Herrenschmidt
2007-02-13
1
-66
/
+55
*
[PATCH] mark struct file_operations const 2
Arjan van de Ven
2007-02-12
1
-20
/
+20
*
[POWERPC] coredump: Add SPU elf notes to coredump.
Dwayne Grant McConnell
2006-12-04
1
-86
/
+241
*
[POWERPC] spufs: Load isolation kernel from spu_run
Jeremy Kerr
2006-12-04
1
-32
/
+0
*
[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
*
[POWERPC] spufs: Avoid user-triggered oops in ptrace
Christoph Hellwig
2006-12-04
1
-8
/
+7
*
[POWERPC] spufs: Read from signal files only if data is there
Dwayne Grant McConnell
2006-12-04
1
-8
/
+22
*
[POWERPC] spufs: Implement /mbox_info, /ibox_info, and /wbox_info.
Dwayne Grant McConnell
2006-12-04
1
-0
/
+90
*
[POWERPC] spufs: Remove /spu_tag_mask file
Dwayne Grant McConnell
2006-12-04
1
-23
/
+0
*
[POWERPC] spufs: Add /lslr, /dma_info and /proxydma files
Dwayne Grant McConnell
2006-12-04
1
-4
/
+129
*
[POWERPC] spufs: Change %llx to 0x%llx.
Dwayne Grant McConnell
2006-12-04
1
-6
/
+7
[prev]
[next]