summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Remove OPAL v1 takeoverMichael Ellerman2014-06-252-141/+1
* powerpc/cell: cbe_thermal.c: Cleaning up a variable is of the wrong typeRickard Strandqvist2014-06-241-1/+1
* powerpc/eeh: Dump PE location codeGavin Shan2014-06-111-6/+15
* powerpc/powernv: Enable POWER8 doorbell IPIsMichael Neuling2014-06-113-0/+8
* powerpc/powernv: Fix killed EEH eventGavin Shan2014-06-111-1/+1
* powerpc/powernv: Don't escalate non-existing frozen PEGavin Shan2014-06-111-15/+9
* powerpc/eeh: Report frozen parent PE prior to child PEGavin Shan2014-06-111-2/+28
* powerpc/powernv: Reduce panic timeout from 180s to 10sAnton Blanchard2014-06-111-0/+2
* powerpc/powernv: Fix reading of OPAL msglogJoel Stanley2014-06-111-1/+5
* powerpc/spufs: Remove duplicate SPUFS_CNTL_MAP_SIZE defineDan Carpenter2014-06-111-1/+0
* powerpc/powernv: Fix endianness problems in EEHGuo Chao2014-06-112-48/+69
* powernv: Fix permissions on sysparam sysfs entriesAnton Blanchard2014-06-111-2/+2
* powerpc/powernv : Disable subcore for UP configsShreyas B. Prabhu2014-06-111-2/+2
* powerpc/powernv: Include asm/smp.h to fix UP build failureShreyas B. Prabhu2014-06-111-0/+1
* powerpc: Remove platforms/wsp and associated piecesMichael Ellerman2014-06-1121-3723/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-1039-349/+1410
|\
| * powerpc/powernv: Add missing include to LPC codeBenjamin Herrenschmidt2014-06-071-0/+1
| * powerpc/powernv: Pass buffer size to OPAL validate flash callVasant Hegde2014-06-051-1/+2
| * powerpc/pseries: hcall functions are exported to modules, need _GLOBAL_TOC()Anton Blanchard2014-06-051-3/+3
| * powerpc/powernv: Set memory_block_size_bytes to 256MBAnton Blanchard2014-06-051-0/+10
| * powerpc: Allow ppc_md platform hook to override memory_block_size_bytesAnton Blanchard2014-06-053-14/+8
| * powerpc/powernv: Fix endian issues in memory error handling codeAnton Blanchard2014-06-051-4/+4
| * powerpc/powernv: Provide debugfs access to the LPC bus via OPALBenjamin Herrenschmidt2014-06-051-0/+150
| * powerpc/powernv: Add calls to support little endian hostBenjamin Herrenschmidt2014-06-052-0/+23
| * powerpc/powernv: Add support for POWER8 split core on powernvMichael Ellerman2014-05-286-9/+518
| * powerpc/powernv: Make it possible to skip the IRQHAPPENED check in power7_nap()Michael Ellerman2014-05-281-1/+1
| * Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-05-285-37/+104
| |\
| | * powerpc/mpc85xx: Add BSC9132 QDS Supportharninder rai2014-05-223-0/+84
| | * powerpc/mpc85xx: Remove P1023 RDS supportLijun Pan2014-05-223-34/+10
| | * powerpc/fsl-booke: Add initial T104x_QDS board supportPrabhakar Kushwaha2014-05-222-1/+5
| | * powerpc/85xx: Add OCA4080 board supportMartijn de Gouw2014-05-222-1/+3
| | * powerpc/mpc85xx: add support for Keymile's kmcoge4 boardValentin Longchamp2014-05-222-2/+3
| * | Revert "powerpc/powernv: Fundamental reset on PLX ports"Benjamin Herrenschmidt2014-05-201-94/+16
| |/
| * Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-059-13/+20
| |\
| | * powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-235-8/+13
| | * powerpc: Fix unsafe accesses to parameter area in ELFv2Ulrich Weigand2014-04-231-0/+2
| | * powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard2014-04-231-2/+2
| | * powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-232-3/+3
| * | ppc476: Enable a linker work around for IBM errata #46Alistair Popple2014-05-012-0/+29
| * | powerpc: Added PCI MSI support using the HSTA moduleAlistair Popple2014-05-011-0/+2
| * | IBM Akebono: Add the Akebono platformAlistair Popple2014-05-013-23/+116
| * | 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: powernv: Implement ppc_md.get_proc_freq()Gautham R. Shenoy2014-04-281-0/+21
| * | powerpc/powernv: Return secondary CPUs to firmware before FW updateVasant Hegde2014-04-282-7/+65
| * | powerpc/legacy_serial: Support MVME5100 UARTS with shifted registersStephen Chivers2014-04-281-0/+1
| * | powerpc/boot: Add support for 64bit little endian wrapperCédric Le Goater2014-04-281-0/+5
| * | 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/+4
| * | powerpc/powernv: Fundamental reset on PLX portsGavin Shan2014-04-281-16/+94