summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Added PCI MSI support using the HSTA moduleAlistair Popple2014-05-018-25/+287
* IBM Akebono: Add the Akebono platformAlistair Popple2014-05-0111-26/+901
* IBM Currituck: Clean up board specific code before adding Akebono codeAlistair Popple2014-05-012-5/+5
* powerpc/le: Show the endianess of the LPAR under PowerVM.Tony Breeds2014-05-011-0/+4
* powerpc: Use 64k io pages when we never see an HEAAlexander Graf2014-05-011-3/+22
* powerpc: memcpy optimization for 64bit LEPhilippe Bergheaud2014-04-304-8/+16
* Merge commit 'f3cae355a962784101478504ef7f6a389ad62979' into nextBenjamin Herrenschmidt2014-04-302-3/+2Star
|\
| * cpufreq, powernv: Fix build failure on UPSrivatsa S. Bhat2014-04-211-0/+1
| * cpufreq: unicore32: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-04-211-3/+1Star
* | powerpc/tm: Add checking to treclaim/trechkptMichael Neuling2014-04-282-3/+36
* | powerpc/tm: Remove unnecessary r1 saveMichael Neuling2014-04-281-2/+0Star
* | powerpc: powernv: Implement ppc_md.get_proc_freq()Gautham R. Shenoy2014-04-281-0/+21
* | powerpc: powernv: Framework to show the correct clock in /proc/cpuinfoGautham R. Shenoy2014-04-282-4/+14
* | powerpc/powernv: Return secondary CPUs to firmware before FW updateVasant Hegde2014-04-283-7/+66
* | powerpc/pci: Use of_pci_range_parser helper in pci_process_bridge_OF_rangesAndrew Murray2014-04-281-59/+29Star
* | powerpc/legacy_serial: Support MVME5100 UARTS with shifted registersStephen Chivers2014-04-282-6/+16
* | powerpc/boot: Add support for 64bit little endian wrapperCédric Le Goater2014-04-287-5/+72
* | powerpc/boot: Add a global entry point for pseriesCédric Le Goater2014-04-283-1/+11
* | powerpc/boot: Modify entry point for 64bitCédric Le Goater2014-04-281-4/+104
* | powerpc/boot: Define a routine to enter promCédric Le Goater2014-04-282-0/+77
* | powerpc/boot: Add little endian support to elf utilsCédric Le Goater2014-04-281-0/+4
* | powerpc/boot: Add 64bit and little endian support to addnoteCédric Le Goater2014-04-281-43/+85
* | powerpc/boot: Define byteswapping routines for little endianCédric Le Goater2014-04-282-0/+36
* | powerpc/boot: Fix compile warning in 64bitCédric Le Goater2014-04-281-1/+1
* | powerpc/boot: Define typedef ihandle as u32Cédric Le Goater2014-04-282-6/+6
* | powerpc/boot: Rework of_claim() to make it 64bit friendlyCédric Le Goater2014-04-283-10/+12
* | powerpc/boot: Add PROM_ERROR define in oflibCédric Le Goater2014-04-282-3/+5
* | powerpc/boot: Add byteswapping routines in oflibCédric Le Goater2014-04-283-13/+18
* | powerpc/boot: Use prom_arg_t in oflibCédric Le Goater2014-04-281-4/+6
* | powerpc/boot: Use a common prom_args struct in oflibCédric Le Goater2014-04-282-14/+17
* | powerpc/boot: Fix do_div for 64bit wrapperCédric Le Goater2014-04-281-0/+14
* | powerpc/prom: Stop scanning dev-tree for fdump earlyGavin Shan2014-04-281-2/+3
* | powerpc/powernv: Don't use pe->pbus to get the domain numberGavin Shan2014-04-281-2/+2
* | powerpc/powernv: Missed IOMMU table typeGavin Shan2014-04-281-5/+4Star
* | powerpc/powernv: Fundamental reset on PLX portsGavin Shan2014-04-282-16/+95
* | powerpc/eeh: Can't recover from non-PE-reset caseGavin Shan2014-04-281-3/+9
* | powrpc/powernv: Reset PHB in kdump kernelGavin Shan2014-04-283-4/+24
* | powerpc/pci: Mask linkDown on resetting PCI busGavin Shan2014-04-286-10/+74
* | powerpc/eeh: Make the delay for PE reset unifiedGavin Shan2014-04-284-15/+30
* | powerpc/powernv: Reset root port in firmwareGavin Shan2014-04-281-7/+6Star
* | powerpc/pseries: Fix overwritten PE stateGavin Shan2014-04-281-0/+1
* | powerpc/powernv: Fix endless reporting frozen PEGavin Shan2014-04-281-0/+7
* | powerpc/eeh: No hotplug on permanently removed devGavin Shan2014-04-286-19/+100
* | powerpc/eeh: Allow to disable EEHGavin Shan2014-04-283-7/+70
* | powerpc/eeh: Cleanup EEH subsystem variablesGavin Shan2014-04-282-26/+34
* | powerpc/eeh: Use cached capability for log dumpGavin Shan2014-04-284-23/+56
* | powerpc/eeh: Cleanup eeh_gather_pci_data()Gavin Shan2014-04-281-14/+13Star
* | powerpc/eeh: Avoid I/O access during PE resetGavin Shan2014-04-283-70/+99
* | powerpc/powernv: Use EEH PCI config accessorsGavin Shan2014-04-281-11/+12
* | powerpc/eeh: Block PCI-CFG access during PE resetGavin Shan2014-04-284-54/+126