summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-031-2/+2
|\
| * [POWERPC] spufs: fix mismerge, making context signal{1,2} files readable againJeremy Kerr2007-09-261-2/+2
* | [POWERPC] Update axon_msi to use dcr_host_t.baseMichael Ellerman2007-10-031-7/+6
* | [POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node()Michael Ellerman2007-10-031-2/+2
* | [POWERPC] cell: Don't cast the result of of_get_property()Jeremy Kerr2007-09-221-2/+2
* | Merge branch 'linux-2.6'Paul Mackerras2007-09-201-2/+2
|\ \ | |/
| * [POWERPC] spusched: Fix null pointer dereference in find_victimChristoph Hellwig2007-09-191-2/+2
* | [POWERPC] spufs: Add DEFINE_SPUFS_ATTRIBUTE()Michael Ellerman2007-09-191-140/+76
* | [POWERPC] spufs: Respect RLIMIT_CORE in spu coredump codeMichael Ellerman2007-09-191-0/+4
* | [POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to ...Michael Ellerman2007-09-193-33/+66
* | [POWERPC] spufs: Cleanup ELF coredump extra notes logicMichael Ellerman2007-09-191-3/+9
* | [POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman2007-09-197-98/+39
* | [POWERPC] spufs: Add contents of npc file to SPU coredumpsMichael Ellerman2007-09-191-1/+7
* | [POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *Michael Ellerman2007-09-192-25/+17
* | [POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we N...Michael Ellerman2007-09-192-5/+3
* | [POWERPC] spufs: Don't return -ENOSYS as extra notes size if spufs is not loadedMichael Ellerman2007-09-191-2/+6
* | [POWERPC] spufs: Correctly calculate the size of the local-store to dumpMichael Ellerman2007-09-191-14/+2
* | [POWERPC] spufs: Write some SPU coredump values as ASCIIMichael Ellerman2007-09-192-10/+12
* | [POWERPC] spufs: Use computed sizes/#defines rather than literals in SPU core...Michael Ellerman2007-09-191-10/+11
* | [POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizesMichael Ellerman2007-09-191-0/+2
* | [POWERPC] spufs: Remove ctx_info and ctx_info_listMichael Ellerman2007-09-191-60/+19
* | [POWERPC] spufs: Extract the file descriptor search logic in SPU coredump codeMichael Ellerman2007-09-191-20/+38
* | [POWERPC] cell: Remove DEBUG for SPU callbacksJeremy Kerr2007-09-191-1/+1
* | [POWERPC] spufs: Fix restore_decr_wrapped() to match CBE HandbookJeremy Kerr2007-09-191-8/+8
* | [POWERPC] cell: Unify spufs syscall pathJeremy Kerr2007-09-194-85/+70
* | [POWERPC] spufs: Fix race condition on gang->aff_ref_spuAndre Detsch2007-09-191-17/+32
* | [POWERPC] spufs: Make isolated loader properly alignedSebastian Siewior2007-09-191-3/+6
* | [POWERPC] spufs: Remove spu_harvestJeremy Kerr2007-09-191-13/+0
* | [POWERPC] spufs: Remove asmlinkage from do_spu_createJeremy Kerr2007-09-191-2/+2
* | [POWERPC] spufs: Make file-internal functions & variables staticSebastian Siewior2007-09-195-9/+9
* | [POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman2007-09-142-12/+0
* | [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-143-21/+13
|/
* [POWERPC] cell/PS3: Fix a bug that causes the PS3 to hang on the SPU Class 0 ...Masato Noguchi2007-09-111-9/+15
* [POWERPC] spufs: Don't call spu_run_init from spu_reacquire_runnableAndre Detsch2007-08-301-5/+1
* [POWERPC] spufs: Fix update of mailbox status register during backed wbox writeArnd Bergmann2007-08-301-1/+2
* [POWERPC] spu_manage: fix spu_unit_number for celleb device treeChristian Krafft2007-08-301-0/+8
* [POWERPC] cell: Support pinhole-reset on IBM cell bladesArnd Bergmann2007-08-252-2/+32
* [POWERPC] spu_manage: Use newer physical-id attributeChristian Krafft2007-08-252-6/+2
* [POWERPC] cell: Fix errno for modular spufs_create with invalid neighbourJeremy Kerr2007-08-151-0/+1
* [POWERPC] cell: Move SPU affinity init to spu_management_of_opsAndre Detsch2007-08-102-140/+164
* [POWERPC] spufs: Fix affinity after introduction of node_allowed() callsAndre Detsch2007-08-031-1/+2
* [POWERPC] spusched: Fix initial timeslice calculationChristoph Hellwig2007-07-262-1/+6
* [POWERPC] spufs: Fix incorrect initialization of cbe_spu_info.spusMasato Noguchi2007-07-261-4/+0
* spusched: fix mismerge in spufs.hChristoph Hellwig2007-07-241-4/+1
* Fix ppc64 mismergeAl Viro2007-07-221-14/+0
* spufs: make signal-notification files readonly for NOSCHED contextsJeremy Kerr2007-07-211-2/+16
* [CELL] spufs: rework list management and associated lockingChristoph Hellwig2007-07-202-162/+108
* [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-203-1/+25
* [CELL] oprofile: enable SPU switch notification to detect currently active SP...Bob Nelson2007-07-203-8/+55
* [CELL] spu_base: locking cleanupChristoph Hellwig2007-07-201-33/+51
OpenPOWER on IntegriCloud