summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Add kernel parameter to set l3cr for MPC745xRobert Brose2008-04-012-0/+14
* [POWERPC] PS3: Split device setup for static vs. dynamic devicesGeert Uytterhoeven2008-04-011-32/+46
* [POWERPC] arch_add_memory() cannot be __devinitGeert Uytterhoeven2008-04-011-1/+1
* [POWERPC] move_device_tree() should be __initGeert Uytterhoeven2008-04-011-1/+1
* [POWERPC] Add error return from htab_remove_mapping()Badari Pulavarty2008-04-012-6/+10
* [POWERPC] PS3: Gelic network driver Wake-on-LAN supportMasakazu Mokuno2008-04-012-0/+101
* [POWERPC] PS3: Sys-manager Wake-on-LAN supportGeoff Levand2008-04-012-2/+46
* [POWERPC] PS3: Save power in busy loops on haltGeert Uytterhoeven2008-04-014-19/+44
* [POWERPC] PS3: Bootwrapper improvementsGeoff Levand2008-04-013-27/+42
* [POWERPC] PS3: Add ps3_get_speid routineTakashi Yamamoto2008-04-011-0/+7
* [POWERPC] PS3: Fix unlikely typo in ps3_get_irqRoel Kluin2008-04-011-1/+1
* Merge branch 'powerpc-next' of master.kernel.org:/pub/scm/linux/kernel/git/ga...Paul Mackerras2008-04-017-1/+1433
|\
| * [POWERPC] 85xx: Emerson KSI8560 device treeAlexandr Smirnov2008-03-261-0/+267
| * [POWERPC] 85xx: Emerson KSI8560 default configAlexandr Smirnov2008-03-261-0/+899
| * [POWERPC] 85xx: Emerson KSI8560 bootwrapperAlexandr Smirnov2008-03-262-1/+2
| * [POWERPC] 85xx: Emerson KSI8560 base supportAlexandr Smirnov2008-03-263-0/+265
* | [POWERPC] 4xx: Add L2 cache node to AMCC Taishan dts fileStefan Roese2008-03-261-0/+10
* | [POWERPC] 4xx: Add PPC4xx L2-cache support (440GX)Stefan Roese2008-03-265-0/+272
* | [POWERPC] 4xx: Add "amcc, haleakala" to the toplevel compatible propertyStefan Roese2008-03-261-1/+1
* | [POWERPC] 4xx: Add AMCC Glacier 460GT eval board dtsStefan Roese2008-03-261-0/+464
* | [POWERPC] Xilinx: hwicap: Use fixed device major.Stephen Neuendorffer2008-03-261-29/+14
* | [POWERPC] Xilinx: hwicap: Verify sync before reading idcode.Stephen Neuendorffer2008-03-261-0/+18
* | [POWERPC] Xilinx: hwicap: Refactor status handling code.Stephen Neuendorffer2008-03-266-27/+58
* | [POWERPC] 4xx: Add TAH support to taishan dtsStefan Roese2008-03-261-0/+13
* | [POWERPC] 4xx: Use dcri_clrset() for PCIe indirect dcr read/modify/write accessValentine Barshak2008-03-261-8/+5
* | [POWERPC] 4xx: Add dcri_clrset() for locked read/modify/write functionalityValentine Barshak2008-03-261-0/+17
* | [POWERPC] 4xx: Add bootwrapper for AMCC Yosemite boardJosh Boyer2008-03-262-1/+46
* | [POWERPC] 4xx: Add platform support for the AMCC Yosemite boardJosh Boyer2008-03-262-0/+10
* | [POWERPC] 4xx: Add AMCC 440EP Yosemite DTSJosh Boyer2008-03-261-0/+304
* | [POWERPC] 4xx: Add Canyonlands defconfig fileStefan Roese2008-03-261-0/+721
* | [POWERPC] 4xx: Add 460EX PCIe support to 4xx pci driverStefan Roese2008-03-262-0/+173
* | [POWERPC] 4xx: Add Canyonlands DTSStefan Roese2008-03-261-0/+391
* | [POWERPC] 4xx: Add AMCC Canyonlands 460EX eval board support to platforms/44xStefan Roese2008-03-263-0/+83
* | [POWERPC] 4xx: Add AMCC 460EX/460GT support to cputable.c & cpu_setup_44x.SStefan Roese2008-03-262-2/+31
* | [POWERPC] Start removing linux,network-index in favour of aliasesDavid Gibson2008-03-2615-37/+12
|/
* Merge branch 'linux-2.6'Paul Mackerras2008-03-25541-6152/+9414
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-03-2513-10/+60
| |\
| | * USB: Fix cut-and-paste error in rtl8150.cRobert P. J. Day2008-03-251-1/+1
| | * USB: ehci: stop vt6212 bus hoggingRene Herman2008-03-251-0/+14
| | * USB: sierra: add another device idKevin Lloyd2008-03-251-0/+1
| | * USB: sierra: dma fixesOliver Neukum2008-03-251-4/+13
| | * USB: add support for Motorola ROKR Z6 cellphone in mass storage modeConstantin Baranov2008-03-253-2/+16
| | * USB: isd200: fix memory leak in isd200_get_inquiry_dataBoaz Harrosh2008-03-251-0/+1
| | * USB: pl2303: another product IDMax Arnold2008-03-252-0/+2
| | * USB: new quirk flag to avoid Set-InterfaceAlan Stern2008-03-253-1/+10
| | * USB: fix gadgetfs class request delegationRoy Hashimoto2008-03-251-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-03-253-1/+14
| |\ \
| | * | driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-252-1/+12
| | * | UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard2008-03-251-0/+2
| | |/
| * | PCI: revert "pcie: utilize pcie transaction pending bit"Andrew Morton2008-03-252-25/+0