aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] cell: handle SPE kernel mappings that cross segment boundariesJeremy Kerr2007-12-192-11/+50
* [POWERPC] cell: add spu_64k_pages_available() checkJeremy Kerr2007-12-192-1/+7
* [POWERPC] cell: use spu_load_slb for SLB setupJeremy Kerr2007-12-191-13/+10
* [POWERPC] cell: handle kernel SLB setup in spu_base.cJeremy Kerr2007-12-192-32/+50
* [POWERPC] cell: safer of_has_vicinity routineAndre Detsch2007-12-191-3/+8
* [POWERPC] cell: export force_sig_info()Jeremy Kerr2007-12-191-0/+7
* [POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger2007-12-195-6/+8
* [POWERPC] cell: add missing '\n'Ishizaki Kou2007-12-191-2/+2
* [POWERPC] perfmon2: make pm_interval register read/writeKevin Corry2007-12-191-1/+1
* [POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell2007-12-111-2/+2
* [POWERPC] celleb: Add support for native CBEIshizaki Kou2007-12-111-1/+3
* [POWERPC] cell: Fix undefined reference to mmio_nvram_initIshizaki Kou2007-12-111-0/+2
* [POWERPC] Cleanup SMT thread handlingBenjamin Herrenschmidt2007-12-031-1/+2
* [POWERPC] spufs: Fix context destroy vs /spu readdir raceJeremy Kerr2007-11-201-0/+1
* [POWERPC] Include udbg.h when using udbg_printfwill schmidt2007-11-081-0/+1
* [POWERPC] Fix CONFIG_SMP=n build breakOlof Johansson2007-11-081-12/+12
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-161-1/+1
* Remove msic_dcr_read() in axon_msi.cMichael Ellerman2007-10-151-7/+2
* Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman2007-10-151-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-10-121-2/+0
|\
| * [CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger2007-10-041-2/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-1128-829/+421
|\ \
| * | [POWERPC] Use 1TB segmentsPaul Mackerras2007-10-122-4/+4
| * | [POWERPC] Platforms shouldn't mess with ROOT_DEVGrant Likely2007-10-111-5/+0
| * | [POWERPC] cell: Add Cell memory controller register defs and expose itBenjamin Herrenschmidt2007-10-091-0/+10
| * | [POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.hBenjamin Herrenschmidt2007-10-0912-283/+11
| * | Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-031-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] 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