- 17e3767 powerpc/spufs: Fix test in spufs_switch_log_read() by roel kluin · 15 years ago
- 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
- f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
- fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
- ae142e0 powerpc/sputrace: Use the generic event tracer by Christoph Hellwig · 15 years ago
- 2fb4423 powerpc/spufs: Fix incorrect buffer offset in regs write by Jeremy Kerr · 16 years ago
- d219889 powerpc/spufs: Check file offset before calculating write size in fixed-sized files by Jeremy Kerr · 16 years ago
- 7425464 powerpc/spufs: Constify context contents and coredump callback constants by Jeremy Kerr · 16 years ago
- 9477e45 powerpc: Cleanup from l64 to ll64 change: arch code by Stephen Rothwell · 16 years ago
- 64b3d0e powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED by Benjamin Herrenschmidt · 16 years ago
- 6065726 powerpc/spufs: Fix spinning in spufs_ps_fault on signal by Jeremy Kerr · 16 years ago
- 837ef88 powerpc/spufs: Use kmalloc rather than kzalloc for switch log buffer by Jeremy Kerr · 16 years ago
- f027faa powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs read by Jeremy Kerr · 16 years ago
- 14f693e powerpc/spufs: Don't require full buffer in switch_log read by Jeremy Kerr · 16 years ago
- f5ed0eb powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple openers by Jeremy Kerr · 16 years ago
- a352894 spufs: use new vm_ops->access to allow local state access from gdb by Benjamin Herrenschmidt · 16 years ago
- 2c3e478 powerpc/spufs: only add ".ctx" file with "debug" mount option by Jeremy Kerr · 16 years ago
- 6f7dde8 powerpc/spufs: add sizes for context files by Jeremy Kerr · 16 years ago
- 23d893f powerpc/spufs: allow spufs files to specify sizes by Jeremy Kerr · 16 years ago
- 87ff609 powerpc/spufs: avoid magic numbers for mapping sizes by Jeremy Kerr · 16 years ago
- 46deed6 powerpc/spufs: provide context debug file by Luke Browning · 16 years ago
- b1e2270 spufs: Convert nopfn to fault by Nick Piggin · 16 years ago
- dfe1e09 [POWERPC] spufs: Fix compile error by FUJITA Tomonori · 17 years ago
- 595f403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs by Paul Mackerras · 17 years ago
- 5158e9b [POWERPC] spufs: add context switch notification log by Christoph Hellwig · 17 years ago
- 9a64388 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
- 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
- 858c52d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs by Paul Mackerras · 17 years ago
- e48b1b4 [POWERPC] Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- af8b44e [POWERPC] spufs: add newline to signal{1,2}_type files by Jeremy Kerr · 17 years ago
- d588313 [POWERPC] spufs: fix context destruction during psmap fault by Jeremy Kerr · 17 years ago
- dde0013 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
- 74bedc4 libfs: rename simple_attr_close to simple_attr_release by Christoph Hellwig · 17 years ago
- 8b88b09 libfs: allow error return from simple attributes by Christoph Hellwig · 17 years ago
- eebead5 [POWERPC] spufs: Fix state_mutex leaks by Christoph Hellwig · 17 years ago
- 038200c [POWERPC] spufs: Add marker-based tracing facility by Christoph Hellwig · 17 years ago
- cbea923 [POWERPC] spufs: Don't leak kernel stack through an empty {i,m}box_info read by Jeremy Kerr · 17 years ago
- c9101bd [POWERPC] spufs: make state_mutex interruptible by Christoph Hellwig · 17 years ago
- 197b1a8 [POWERPC] spufs: add enchanced simple attr macros by Christoph Hellwig · 17 years ago
- e65c2f6 [POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous scheduling) by Luke Browning · 17 years ago
- 33bfd7a [POWERPC] spufs: block fault handlers in spu_acquire_runnable by Arnd Bergmann · 17 years ago
- 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
- 70f227d Merge branch 'linux-2.6' into for-2.6.24 by Paul Mackerras · 17 years ago
- 603c461 [POWERPC] spufs: fix mismerge, making context signal{1,2} files readable again by Jeremy Kerr · 17 years ago
- 104f0cc [POWERPC] spufs: Add DEFINE_SPUFS_ATTRIBUTE() by Michael Ellerman · 17 years ago
- 78810ff [POWERPC] spufs: Add contents of npc file to SPU coredumps by Michael Ellerman · 17 years ago
- 74de08b [POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context * by Michael Ellerman · 17 years ago
- 936d5bf [POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we NULL terminate by Michael Ellerman · 17 years ago
- d464fb4 [POWERPC] spufs: Write some SPU coredump values as ASCII by Michael Ellerman · 17 years ago
- 4fca9c4 [POWERPC] spufs: Use computed sizes/#defines rather than literals in SPU coredump code by Michael Ellerman · 17 years ago
- 1238819 [POWERPC] spufs: Make file-internal functions & variables static by Sebastian Siewior · 17 years ago
- 5fa63fc Fix ppc64 mismerge by Al Viro · 17 years ago
- 8b6f50e spufs: make signal-notification files readonly for NOSCHED contexts by Jeremy Kerr · 17 years ago
- d40a01d [CELL] spufs: fix read and write for decr_status file by Masato Noguchi · 17 years ago
- 27b1ea0 [CELL] spufs: make sure context are scheduled again after spu_acquire_saved by Christoph Hellwig · 17 years ago
- 27ec41d [CELL] spufs: add spu stats in sysfs and ctx stat file in spufs by Andre Detsch · 17 years ago
- d054b36 [CELL] spufs: Make signal-notification files readonly for NOSCHED contexts by Jeremy Kerr · 17 years ago
- 933b0e3 [POWERPC] spufs: Fix lost events in poll/epoll on mfc by Kazunori Asayama · 17 years ago
- e9f8a0b [POWERPC] spufs: Add stat file to spufs by Christoph Hellwig · 17 years ago
- 476273a [POWERPC] spufs: Add tid file by Christoph Hellwig · 17 years ago
- 7022543 [POWERPC] spufs: Trivial whitespace fixes by Jeremy Kerr · 17 years ago
- cbe709c [POWERPC] spufs: Add a "capabilities" file to spu contexts by Benjamin Herrenschmidt · 18 years ago
- 47d3a5f [POWERPC] spufs: Synchronize pte invalidation vs ps close by Christoph Hellwig · 18 years ago
- ce92987 [POWERPC] spufs: Hook up spufs_release_mem by Christoph Hellwig · 18 years ago
- f1fa74f [POWERPC] Spufs support for 64K LS mappings on 4K kernels by Benjamin Herrenschmidt · 18 years ago
- 8a7d86b [POWERPC] spufs: avoid spurious memory barriers by Christoph Hellwig · 18 years ago
- 577f8f1 [POWERPC] spufs: check spu_acquire_runnable() return value by Akinobu Mita · 18 years ago
- 43c2bbd [POWERPC] spufs: clear mapping pointers after last close by Christoph Hellwig · 18 years ago
- aa0ed2b [POWERPC] spufs: fix possible memory corruption is spufs_mem_write by Arnd Bergmann · 18 years ago
- 128b854 [POWERPC] spufs: avoid accessing kernel memory through mmapped /mem node by Masato Noguchi · 18 years ago
- 26bec67 [POWERPC] spufs: optimize spu_run by Christoph Hellwig · 18 years ago
- 17e0e27 [POWERPC] spufs: Fix bitrot of the SPU mmap facility by Benjamin Herrenschmidt · 18 years ago
- 78bde53 [POWERPC] spufs: remove need for struct page for SPEs by Benjamin Herrenschmidt · 18 years ago
- 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 18 years ago
- bf1ab97 [POWERPC] coredump: Add SPU elf notes to coredump. by Dwayne Grant McConnell · 18 years ago
- c6730ed [POWERPC] spufs: Load isolation kernel from spu_run by Jeremy Kerr · 18 years ago
- 3692dc6 [POWERPC] spufs: Fix return value of spufs_mfc_write by Masato Noguchi · 18 years ago
- 932f535 [POWERPC] spufs: Always map local store non-guarded by Arnd Bergmann · 18 years ago
- 5c3ecd6 [POWERPC] spufs: Avoid user-triggered oops in ptrace by Christoph Hellwig · 18 years ago
- 17f88ce [POWERPC] spufs: Read from signal files only if data is there by Dwayne Grant McConnell · 18 years ago
- 69a2f00 [POWERPC] spufs: Implement /mbox_info, /ibox_info, and /wbox_info. by Dwayne Grant McConnell · 18 years ago
- 1182e1d [POWERPC] spufs: Remove /spu_tag_mask file by Dwayne Grant McConnell · 18 years ago
- b9e3bd7 [POWERPC] spufs: Add /lslr, /dma_info and /proxydma files by Dwayne Grant McConnell · 18 years ago
- 9b5047e [POWERPC] spufs: Change %llx to 0x%llx. by Dwayne Grant McConnell · 18 years ago
- 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 18 years ago
- 099814b [POWERPC] spufs: Add isolated-mode SPE recycling support by Jeremy Kerr · 18 years ago
- 5737edd [POWERPC] spufs: add support for nonschedulable contexts by Mark Nutter · 18 years ago
- 274cef5 [POWERPC] spufs: fix another off-by-one bug in spufs_mbox_read by Arnd Bergmann · 18 years ago
- 654e4ae [POWERPC] spufs: fix support for read/write on cntl by Noguchi, Masato · 18 years ago
- 8676727 [POWERPC] spufs: add infrastructure for finding elf objects by Arnd Bergmann · 18 years ago
- e1dbff2 [POWERPC] spufs: add support for read/write on cntl by Arnd Bergmann · 18 years ago
- cdcc89b [POWERPC] spufs: make mailbox functions handle multiple elements by Arnd Bergmann · 18 years ago
- ac91cb8 [POWERPC] spufs: use correct pg_prot for mapping SPU local store by Arnd Bergmann · 18 years ago
- 27d5bf2 [POWERPC] spufs: cell spu problem state mapping updates by Benjamin Herrenschmidt · 18 years ago
- e45d663 [POWERPC] NULL noise removal: spufs by Al Viro · 18 years ago
- 23cc770 [POWERPC] spufs: map mmio space as guarded into user space by Benjamin Herrenschmidt · 18 years ago
- 73b6af8 [PATCH] spufs: update ->flush method proto by Al Viro · 18 years ago
- 7b1a701 [POWERPC] spufs: add a phys-id attribute to each SPU context by arnd@arndb.de · 18 years ago
- d9379c4 [POWERPC] spufs: restore mapping of mssync register by arnd@arndb.de · 18 years ago
- 6df10a8 [PATCH] spufs: enable SPE problem state MMIO access. by Mark Nutter · 19 years ago