summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] 83xx: Add support for Wind River SBC834x boardsPaul Gortmaker2008-01-283-1/+124
* [POWERPC] 85xx: Add default .config file for Wind River SBC8548Paul Gortmaker2008-01-281-0/+741
* [POWERPC] 85xx: Add v1 device tree source for Wind River SBC8548 boardPaul Gortmaker2008-01-281-0/+244
* [POWERPC] 85xx: Add basic support for Wind River SBC8548 boardPaul Gortmaker2008-01-283-2/+178
* [POWERPC] 85xx: Add default .config file for Wind River SBC8560Paul Gortmaker2008-01-281-0/+764
* [POWERPC] CPM2: Make support for the CPM2 optional on 8560 based boardsPaul Gortmaker2008-01-282-8/+5
* [POWERPC] 85xx: Add v1 device tree source for Wind River SBC8560 boardPaul Gortmaker2008-01-281-0/+330
* [POWERPC] 85xx: Add support for Wind River SBC8560 in arch/powerpcPaul Gortmaker2008-01-283-2/+295
* [POWERPC] Reduce code duplication in legacy_serial, add UART parent typesPaul Gortmaker2008-01-281-28/+17
* [POWERPC] 82xx and embedded6xx: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-283-12/+3
* [POWERPC] 85xx: Port TQM85xx boards over from arch/ppcKumar Gala2008-01-2711-0/+5300
* [POWERPC] 85xx: Port STX GP3 board over from arch/ppcKumar Gala2008-01-275-2/+1609
* [POWERPC] Add a cuboot wrapper for 85xx with CPM2Kumar Gala2008-01-272-1/+70
* [POWERPC] bootwrapper: Add find_node_by_compatibleKumar Gala2008-01-272-0/+20
* Revert "[POWERPC] Fake NUMA emulation for PowerPC"Paul Mackerras2008-01-261-54/+5
* Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-01-2619-9/+1990
|\
| * [POWERPC] 4xx: logical/bitand typo in powerpc/boot/4xx.cRoel Kluin2008-01-251-1/+1
| * [POWERPC] 4xx: PIKA Warp defconfigSean MacLennan2008-01-251-0/+1057
| * [POWERPC] 4xx: PIKA Warp bootwrapperSean MacLennan2008-01-252-1/+42
| * [POWERPC] 4xx: PIKA Warp DTSSean MacLennan2008-01-251-0/+239
| * [POWERPC] 4xx: PIKA Warp base platformSean MacLennan2008-01-255-1/+275
| * [POWERPC] 4xx: Add PowerPC 440EP Rev CSean MacLennan2008-01-251-0/+12
| * [POWERPC] Enable RTC for Ebony and Walnut (v2)David Gibson2008-01-258-4/+76
| * [POWERPC] 4xx: Add AMCC Haleakala (405EXr) dtsStefan Roese2008-01-251-0/+274
| * [POWERPC] 4xx: Add 405EXr to cputableStefan Roese2008-01-251-2/+14
* | [POWERPC] Autodetect serial console on pegasos2Olaf Hering2008-01-251-0/+52
* | [POWERPC] Revert chrp_pci_fixup_vt8231_ata devinit to fix libata on pegasosOlaf Hering2008-01-251-2/+2
* | [POWERPC] Make IOMMU code safe for > 132 GB of memoryMichael Ellerman2008-01-251-3/+4
* | [POWERPC] Remove bogus comment in dma_direct_alloc_coherent()Michael Ellerman2008-01-251-1/+0
* | [POWERPC] Remove the global dma_direct_offsetMichael Ellerman2008-01-251-3/+4
* | [POWERPC] Have celleb use its own dma_direct_offset variableMichael Ellerman2008-01-251-2/+4
* | [POWERPC] Have cell use its own dma_direct_offset variableMichael Ellerman2008-01-251-5/+7
* | [POWERPC] Use archdata.dma_data in dma_direct_ops and add the offsetMichael Ellerman2008-01-251-3/+8
* | [POWERPC] Add celleb_dma_dev_setup()Michael Ellerman2008-01-251-1/+13
* | [POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()Michael Ellerman2008-01-251-2/+6
* | [POWERPC] Always hookup PHB IO resource even when emptyBenjamin Herrenschmidt2008-01-251-7/+4
* | [POWERPC] PS3: Update ps3_defconfigGeoff Levand2008-01-251-14/+35
* | [POWERPC] PS3: Remove lpar address workaroundGeoff Levand2008-01-252-23/+4
* | [POWERPC] PS3: Add logical performance monitor driver supportTakashi Yamamoto2008-01-251-0/+13
* | [POWERPC] PS3: Add logical performance monitor device supportGeoff Levand2008-01-252-0/+90
* | [POWERPC] PS3: Add logical performance monitor repository routinesTakashi Yamamoto2008-01-252-4/+83
* | [POWERPC] PS3: Checkpatch cleanups for arch/powerpc/platforms/ps3/repository.cGeert Uytterhoeven2008-01-251-32/+32
* | [POWERPC] PS3: Refactor ps3_repository_find_device()Geert Uytterhoeven2008-01-251-38/+22
* | [POWERPC] PS3: Kill unused ps3_repository_bump_device()Geert Uytterhoeven2008-01-251-6/+0
* | [POWERPC] PS3: Add repository polling loop to work around timing bugGeert Uytterhoeven2008-01-251-13/+33
* | [POWERPC] PS3: Use the HVs storage device notification mechanism properlyGeert Uytterhoeven2008-01-253-234/+223
* | [POWERPC] PS3: Add ps3_repository_find_device_by_id()Geert Uytterhoeven2008-01-252-0/+79
* | [POWERPC] PS3: Make bus_id and dev_id u64Geert Uytterhoeven2008-01-255-32/+27
* | [POWERPC] kdump shutdown hook supportMichael Neuling2008-01-251-5/+96
* | [POWERPC] Make setjmp/longjmp code usable outside of xmonMichael Neuling2008-01-254-70/+68
OpenPOWER on IntegriCloud