aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-08[POWERPC] Include udbg.h when using udbg_printfwill schmidt1-0/+1
2007-11-08[POWERPC] Fix CONFIG_SMP=n build breakOlof Johansson1-12/+12
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-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-1/+1
2007-10-15Remove msic_dcr_read() in axon_msi.cMichael Ellerman1-7/+2
2007-10-15Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman1-2/+2
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-2/+0
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds28-829/+421
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras2-4/+4
2007-10-11[POWERPC] Platforms shouldn't mess with ROOT_DEVGrant Likely1-5/+0
2007-10-10Device tree aware EMAC driverDavid Gibson1-0/+4
2007-10-09[POWERPC] cell: Add Cell memory controller register defs and expose itBenjamin Herrenschmidt1-0/+10
2007-10-09[POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.hBenjamin Herrenschmidt12-283/+11
2007-10-04[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq coreThomas Renninger1-2/+0
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-2/+2
2007-10-03[POWERPC] Update axon_msi to use dcr_host_t.baseMichael Ellerman1-7/+6
2007-10-03[POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node()Michael Ellerman1-2/+2
2007-09-26[POWERPC] spufs: fix mismerge, making context signal{1,2} files readable againJeremy Kerr1-2/+2
2007-09-22[POWERPC] cell: Don't cast the result of of_get_property()Jeremy 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 Ellerman3-33/+66
2007-09-19[POWERPC] spufs: Cleanup ELF coredump extra notes logicMichael Ellerman1-3/+9
2007-09-19[POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman7-98/+39
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: Don't return -ENOSYS as extra notes size if spufs is not loadedMichael Ellerman1-2/+6
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] cell: Remove DEBUG for SPU callbacksJeremy Kerr1-1/+1
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 Kerr4-85/+70
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 Siewior5-9/+9
2007-09-14[POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman2-12/+0
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman3-21/+13
2007-09-11[POWERPC] cell/PS3: Fix a bug that causes the PS3 to hang on the SPU Class 0 interrupt.Masato Noguchi1-9/+15
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