aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras1-1/+1
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-2/+2
2007-09-26[POWERPC] spufs: fix mismerge, making context signal{1,2} files readable againJeremy Kerr1-2/+2
2007-09-20Merge branch 'linux-2.6'Paul Mackerras1-2/+2
2007-09-19[POWERPC] spusched: Fix null pointer dereference in find_victimChristoph Hellwig1-2/+2
2007-09-19[POWERPC] spufs: Add DEFINE_SPUFS_ATTRIBUTE()Michael Ellerman1-140/+76
2007-09-19[POWERPC] spufs: Respect RLIMIT_CORE in spu coredump codeMichael Ellerman1-0/+4
2007-09-19[POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to a pipeMichael Ellerman2-28/+63
2007-09-19[POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman4-14/+8
2007-09-19[POWERPC] spufs: Add contents of npc file to SPU coredumpsMichael Ellerman1-1/+7
2007-09-19[POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *Michael Ellerman2-25/+17
2007-09-19[POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we NULL terminateMichael Ellerman2-5/+3
2007-09-19[POWERPC] spufs: Correctly calculate the size of the local-store to dumpMichael Ellerman1-14/+2
2007-09-19[POWERPC] spufs: Write some SPU coredump values as ASCIIMichael Ellerman2-10/+12
2007-09-19[POWERPC] spufs: Use computed sizes/#defines rather than literals in SPU coredump codeMichael Ellerman1-10/+11
2007-09-19[POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizesMichael Ellerman1-0/+2
2007-09-19[POWERPC] spufs: Remove ctx_info and ctx_info_listMichael Ellerman1-60/+19
2007-09-19[POWERPC] spufs: Extract the file descriptor search logic in SPU coredump codeMichael Ellerman1-20/+38
2007-09-19[POWERPC] spufs: Fix restore_decr_wrapped() to match CBE HandbookJeremy Kerr1-8/+8
2007-09-19[POWERPC] cell: Unify spufs syscall pathJeremy Kerr2-42/+1
2007-09-19[POWERPC] spufs: Fix race condition on gang->aff_ref_spuAndre Detsch1-17/+32
2007-09-19[POWERPC] spufs: Make isolated loader properly alignedSebastian Siewior1-3/+6
2007-09-19[POWERPC] spufs: Remove spu_harvestJeremy Kerr1-13/+0
2007-09-19[POWERPC] spufs: Remove asmlinkage from do_spu_createJeremy Kerr1-2/+2
2007-09-19[POWERPC] spufs: Make file-internal functions & variables staticSebastian Siewior3-7/+7
2007-08-30[POWERPC] spufs: Don't call spu_run_init from spu_reacquire_runnableAndre Detsch1-5/+1
2007-08-30[POWERPC] spufs: Fix update of mailbox status register during backed wbox writeArnd Bergmann1-1/+2
2007-08-03[POWERPC] spufs: Fix affinity after introduction of node_allowed() callsAndre Detsch1-1/+2
2007-07-26[POWERPC] spusched: Fix initial timeslice calculationChristoph Hellwig2-1/+6
2007-07-26[POWERPC] spufs: Fix incorrect initialization of cbe_spu_info.spusMasato Noguchi1-4/+0
2007-07-24spusched: fix mismerge in spufs.hChristoph Hellwig1-4/+1
2007-07-22Fix ppc64 mismergeAl Viro1-14/+0
2007-07-21spufs: make signal-notification files readonly for NOSCHED contextsJeremy Kerr1-2/+16
2007-07-20[CELL] spufs: rework list management and associated lockingChristoph Hellwig1-97/+101
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson3-1/+25
2007-07-20[CELL] oprofile: enable SPU switch notification to detect currently active SPU tasksBob Nelson3-8/+55
2007-07-20[CELL] spufs: integration of SPE affinity with the schedullerArnd Bergmann1-0/+4
2007-07-20[CELL] cell: add placement computation for scheduling of affinity contextsArnd Bergmann3-1/+151
2007-07-20[CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann5-12/+173
2007-07-20[CELL] cell: add per BE structure with info about its SPUsArnd Bergmann1-0/+5
2007-07-20[CELL] spufs: use find_first_bit() instead of sched_find_first_bit()Masato Noguchi1-2/+1
2007-07-20[CELL] spufs: remove unused file argument from spufs_run_spu()Jeremy Kerr3-5/+3
2007-07-20[CELL] spufs: change decrementer restore timingMasato Noguchi2-20/+20
2007-07-20[CELL] spufs: dont halt decrementer at restore step 47Masato Noguchi1-4/+16
2007-07-20[CELL] spufs: limit saving MFC_CNTL bitsMasato Noguchi1-9/+4
2007-07-20[CELL] spufs: fix read and write for decr_status fileMasato Noguchi1-4/+8
2007-07-20[CELL] spufs: fix decr_status meaningsMasato Noguchi3-222/+262
2007-07-20[CELL] spufs: remove needless context save/restore codeMasato Noguchi1-11/+1