powerpc/spufs: Constify context contents and coredump callback constants
[safe/jmp/linux-2.6] / arch / powerpc / platforms / cell / spufs / spufs.h
2009-02-22 Jeremy Kerrpowerpc/spufs: Constify context contents and coredump...
2009-01-08 Coly Lifix similar typos to successfull
2008-10-21 Jeremy Kerrpowerpc/spufs: Use state_mutex for switch_log locking...
2008-07-09 Jeremy Kerrpowerpc/spufs: only add ".ctx" file with "debug" mount...
2008-07-09 Jeremy Kerrpowerpc/spufs: allow spufs files to specify sizes
2008-07-09 Jeremy Kerrpowerpc/spufs: avoid magic numbers for mapping sizes
2008-05-05 Luke Browning[POWERPC] spufs: fix concurrent delivery of class 0...
2008-05-05 Luke Browning[POWERPC] spufs: try to route SPU interrupts to local...
2008-04-30 Julio M. Merino... [POWERPC] spufs: add sputrace marker parameter names
2008-04-30 Christoph Hellwig[POWERPC] spufs: add context switch notification log
2008-03-11 Jeremy Kerr[POWERPC] spufs: don't (ab)use SCHED_IDLE
2008-02-08 Christoph Hellwig[POWERPC] spufs: Fix state_mutex leaks
2008-02-06 Christoph Hellwig[POWERPC] spufs: Add marker-based tracing facility
2007-12-21 Christoph Hellwig[POWERPC] spufs: make state_mutex interruptible
2007-12-21 Luke Browning[POWERPC] spufs: decouple spu scheduler from spufs_spu_...
2007-12-21 Jeremy Kerr[POWERPC] spufs: rework class 0 and 1 interrupt handling
2007-12-21 Luke Browning[POWERPC] spufs: add backing ops for privcntl register
2007-12-21 Arnd Bergmann[POWERPC] spufs: block fault handlers in spu_acquire_ru...
2007-12-21 Jeremy Kerr[POWERPC] spufs: move fault, lscsa_alloc and switch...
2007-12-21 Masato Noguchi[POWERPC] cell: wrap master run control bit
2007-09-19 Michael Ellerman[POWERPC] spufs: Handle errors in SPU coredump code...
2007-09-19 Michael Ellerman[POWERPC] spufs: Combine spufs_coredump_calls with...
2007-09-19 Michael Ellerman[POWERPC] spufs: Internal __spufs_get_foo() routines...
2007-09-19 Jeremy Kerr[POWERPC] cell: Unify spufs syscall path
2007-07-24 Christoph Hellwigspusched: fix mismerge in spufs.h
2007-07-20 Bob Nelson[CELL] oprofile: add support to OProfile for profiling...
2007-07-20 Bob Nelson[CELL] oprofile: enable SPU switch notification to...
2007-07-20 Arnd Bergmann[CELL] cell: add placement computation for scheduling...
2007-07-20 Arnd Bergmann[CELL] spufs: extension of spu_create to support affini...
2007-07-20 Jeremy Kerr[CELL] spufs: remove unused file argument from spufs_ru...
2007-07-20 Christoph Hellwig[CELL] spufs: make sure context are scheduled again...
2007-07-20 Andre Detsch[CELL] spufs: add spu stats in sysfs and ctx stat file...
2007-07-20 Sebastian Siewior[CELL] spufs: remove section mismatch warning
2007-07-03 Christoph Hellwig[POWERPC] spufs: Add spu stats in sysfs
2007-07-03 Christoph Hellwig[POWERPC] spufs: Add stat file to spufs
2007-07-03 Christoph Hellwig[POWERPC] spufs: Implement /proc/spu_loadavg
2007-07-03 Christoph Hellwig[POWERPC] spufs: Add tid file
2007-07-03 Jeremy Kerr[POWERPC] spufs: Trivial whitespace fixes
2007-07-03 Christoph Hellwig[POWERPC] spusched: fix cpu/node binding
2007-07-03 Christoph Hellwig[POWERPC] spusched: Update scheduling paramters on...
2007-07-03 Christoph Hellwig[POWERPC] spusched: Dynamic timeslicing for SCHED_OTHER
2007-07-03 Christoph Hellwig[POWERPC] spusched: Switch from workqueues to kthread...
2007-06-07 Christoph Hellwig[POWERPC] spufs: Synchronize pte invalidation vs ps...
2007-04-23 Jeremy Kerr[POWERPC] spufs: Minor cleanup of spu_wait
2007-04-23 Christoph Hellwig[POWERPC] spufs: turn run_sema into run_mutex
2007-04-23 Arnd Bergmann[POWERPC] spufs: make spu page faults not block scheduling
2007-04-23 Christoph Hellwig[POWERPC] spufs: streamline locking for isolated spu...
2007-04-23 Christoph Hellwig[POWERPC] spufs: clear mapping pointers after last...
2007-04-23 Christoph Hellwig[POWERPC] spufs: use cancel_rearming_delayed_workqueue...
2007-03-09 Christoph Hellwig[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimization
2007-02-13 Christoph Hellwig[POWERPC] spu sched: static timeslicing for SCHED_RR...
2007-02-13 Christoph Hellwig[POWERPC] spu sched: forced preemption at execution
2007-02-13 Christoph Hellwig[POWERPC] spufs: optimize spu_run
2007-02-13 Christoph Hellwig[POWERPC] spufs: runqueue simplification
2007-02-13 Christoph Hellwig[POWERPC] spufs: move prio to spu_context
2007-02-13 Christoph Hellwig[POWERPC] spufs: state_mutex cleanup
2007-02-13 Christoph Hellwig[POWERPC] spufs: simplify state_mutex
2007-02-13 Christoph Hellwig[POWERPC] spufs: remove SPU_CONTEXT_PREEMPT
2007-02-13 Benjamin Herrenschmidt[POWERPC] spufs: Fix bitrot of the SPU mmap facility
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 9
2006-12-04 Dwayne Grant McConnell[POWERPC] coredump: Add SPU elf notes to coredump.
2006-12-04 Jeremy Kerr[POWERPC] spufs: Load isolation kernel from spu_run
2006-12-04 Jeremy Kerr[POWERPC] spufs: Add runcntrl read accessors
2006-12-04 Arnd Bergmann[POWERPC] spufs: Use SPU master control to prevent...
2006-12-04 Dwayne Grant McConnell[POWERPC] spufs: Add /lslr, /dma_info and /proxydma...
2006-10-25 Jeremy Kerr[POWERPC] spufs: Add isolated-mode SPE recycling support
2006-10-25 Mark Nutter[POWERPC] spufs: add support for nonschedulable contexts
2006-10-04 Arnd Bergmann[POWERPC] spufs: add infrastructure for finding elf...
2006-10-04 Arnd Bergmann[POWERPC] spufs: Add infrastructure needed for gang...
2006-10-04 Arnd Bergmann[POWERPC] spufs: implement error event delivery to...
2006-03-27 Mark Nutter[PATCH] spufs: enable SPE problem state MMIO access.
2006-03-27 Arnd Bergmann[PATCH] spufs: implement mfc access for PPE-side DMA
2006-01-09 Arnd Bergmann[PATCH] spufs: fix sparse warnings
2006-01-09 Arnd Bergmann[PATCH] spufs: move spu_run call to its own file
2006-01-09 Arnd Bergmann[PATCH] spufs: clean up use of bitops
2006-01-09 Arnd Bergmann[PATCH] spufs: serialize sys_spu_run per spu
2006-01-09 Arnd Bergmann[PATCH] spufs: check for proper file pointer in sys_spu_run
2006-01-09 Arnd Bergmann[PATCH] spufs: fix mailbox polling
2006-01-09 Arnd Bergmann[PATCH] spufs: Improved SPU preemptability [part 2].
2006-01-09 Arnd Bergmann[PATCH] spufs: Improved SPU preemptability.
2006-01-09 Arnd Bergmann[PATCH] spufs: cooperative scheduler support
2006-01-09 Mark Nutter[PATCH] spufs: switchable spu contexts
2006-01-09 Arnd Bergmann[PATCH] spufs: The SPU file system, base