summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | powerpc/powernv: Add a page size parameter to pnv_pci_setup_iommu_table()Alexey Kardashevskiy2014-07-114-7/+9
| * | | | | | powerpc/powernv: Use it_page_shift in TCE buildAlexey Kardashevskiy2014-07-111-2/+3
| * | | | | | powerpc/powernv: Use it_page_shift for TCE invalidationAlexey Kardashevskiy2014-07-111-7/+9
| * | | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-07-116-145/+10Star
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| * | | | | powerpc/85xx: drop hypervisor specific board compatiblesLaurentiu TUDOR2014-07-031-32/+20Star
| * | | | | powerpc/fsl-booke: Add initial T208x QDS board supportShengzhou Liu2014-07-032-1/+5
| * | | | | powerpc/8xx: Remove empty asm/mpc8xx.hScott Wood2014-06-263-3/+0Star
| * | | | | pcmcia: Remove m8xx_pcmcia driverScott Wood2014-06-262-63/+0Star
| * | | | | powerpc/85xx: Add T4240RDB board supportChunhe Lan2014-06-262-1/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-064-17/+6Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | powerpc: cell: Use ktime_get_ns()Thomas Gleixner2014-07-234-17/+6Star
| | |/ / | |/| |
* | | | powerpc/powernv: Change BUG_ON to WARN_ON in elog codeVasant Hegde2014-07-281-2/+2
* | | | powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler2014-07-222-0/+2
|/ / /
* | / powerpc/cell: Fix compilation with CONFIG_COREDUMP=nMichael Ellerman2014-07-113-3/+8
| |/ |/|
* | powerpc/powernv: Remove OPAL v1 takeoverMichael Ellerman2014-06-252-141/+1Star
* | 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/+9Star
* 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/+0Star
* 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/+1Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-1139-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/+8Star
| * 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-233-0/+84
| | * powerpc/mpc85xx: Remove P1023 RDS supportLijun Pan2014-05-233-34/+10Star
| | * powerpc/fsl-booke: Add initial T104x_QDS board supportPrabhakar Kushwaha2014-05-232-1/+5
| | * powerpc/85xx: Add OCA4080 board supportMartijn de Gouw2014-05-232-1/+3
| | * powerpc/mpc85xx: add support for Keymile's kmcoge4 boardValentin Longchamp2014-05-232-2/+3
| * | Revert "powerpc/powernv: Fundamental reset on PLX ports"Benjamin Herrenschmidt2014-05-201-94/+16Star
| |/
| * 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