aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Add early debug console for CPM serial ports.Scott Wood2007-10-032-0/+5
* [POWERPC] Introduce new CPM device bindings.Scott Wood2007-10-031-0/+11
* [POWERPC] Virtex: Add generic Xilinx Virtex board supportGrant Likely2007-10-032-0/+51
* [POWERPC] Virtex: Add Kconfig macros for Xilinx Virtex board supportGrant Likely2007-10-031-13/+25
* [POWERPC] Enable tickless idle and high res timers for powerpcTony Breeds2007-10-031-0/+6
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-033-5/+5
|\
| * [POWERPC] Fix xics set_affinity codeAnton Blanchard2007-10-021-1/+1
| * [POWERPC] Fix mpc834x USB-MPH configuration.jacmet@sunsite.dk2007-09-281-2/+2
| * [POWERPC] spufs: fix mismerge, making context signal{1,2} files readable againJeremy Kerr2007-09-261-2/+2
* | [POWERPC] Fix panic in RTAS codeTony Breeds2007-10-031-6/+9
* | [POWERPC] Celleb: update for PCIIshizaki Kou2007-10-038-47/+396
* | [POWERPC] Celleb: Serial I/O updateIshizaki Kou2007-10-031-24/+24
* | [POWERPC] Celleb: New HTAB Guest OS Interface on BeatIshizaki Kou2007-10-034-1/+203
* | [POWERPC] Celleb: Support for Power/Reset buttonsIshizaki Kou2007-10-031-1/+93
* | [POWERPC] Celleb: Move pause, kexec_cpu_down to beat.cIshizaki Kou2007-10-033-13/+15
* | [POWERPC] Update axon_msi to use dcr_host_t.baseMichael Ellerman2007-10-031-7/+6
* | [POWERPC] clk.h interface for platformsDomen Puncer2007-10-031-0/+1
* | [POWERPC] Simplify rtas_change_msi() error semanticsMichael Ellerman2007-10-031-7/+11
* | [POWERPC] Simplify error logic in rtas_setup_msi_irqs()Michael Ellerman2007-10-031-14/+3
* | [POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node()Michael Ellerman2007-10-031-2/+2
* | [POWERPC] Move embedded6xx into multiplatformArnd Bergmann2007-10-032-8/+7
* | [POWERPC] pseries: device node status can be "ok" or "okay"Linas Vepstas2007-10-021-1/+1
* | [POWERPC] add Kconfig option for optimizing for cellArnd Bergmann2007-09-221-0/+12
* | [POWERPC] cell: Don't cast the result of of_get_property()Jeremy Kerr2007-09-221-2/+2
* | [POWERPC] Convert define_machine(mpc885_ads) to C99 initializer syntaxTony Breeds2007-09-221-6/+11
* | [POWERPC] mpc5200: Add cuimage support for mpc5200 boardsGrant Likely2007-09-221-0/+1
* | [POWERPC] Add Marvell mv64x60 udbg putc/getc functionsDale Farnsworth2007-09-221-0/+1
* | 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] Fix section mismatch in PCI codeStephen Rothwell2007-09-191-14/+5
* | [POWERPC] MPC5200 low power modeDomen Puncer2007-09-194-5/+637
* | [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