aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28powerpc/pseries: Correct string length in pseries_of_derive_parent()Nathan Fontenot1-2/+5
2015-10-27Merge branch 'clock' into HEADScott Wood7-7/+7
2015-10-27powerpc/e6500: kexec: Handle hardware threadsScott Wood1-0/+46
2015-10-27powerpc/85xx: Implement 64-bit kexec supportTiejun Chen1-0/+11
2015-10-22powerpc: Introduce the use of the managed version of kzallocHimangi Saraogi1-4/+2
2015-10-22powerpc/512x: add LocalPlus Bus FIFO device driverAlexander Popov3-0/+547
2015-10-22powerpc: platforms: mpc52xx_lpbfifo: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-21powerpc/fsl: Move fsl_guts.h out of arch/powerpcScott Wood7-7/+7
2015-10-21powerpc/powernv: Handle irq_happened flag correctly in off-line loopPaul Mackerras1-5/+24
2015-10-21powerpc/eeh: Fix recursive fenced PHB on Broadcom shiner adapterGavin Shan1-0/+3
2015-10-21powerpc/powernv: Simplify pnv_eeh_set_option()Gavin Shan1-26/+25
2015-10-21powerpc/powernv: Remove pnv_eeh_cap_start()Gavin Shan1-14/+5
2015-10-21powerpc/powernv: Cleanup on EEH commentsGavin Shan1-11/+2
2015-10-21powerpc/pseries: Cleanup on pseries_eeh_get_state()Gavin Shan1-34/+26
2015-10-19powerpc/cell: Drop CONFIG_TUNE_CELL in favour of CONFIG_CELL_CPUMichael Ellerman1-11/+0
2015-10-17powerpc/85xx: Don't use generic timebase sync on 64-bitScott Wood1-1/+1
2015-10-17powerpc/fsl-corenet: Disable coreint if kexec is enabledScott Wood1-2/+4
2015-10-17powerpc/fsl-booke-64: Allow booting from the secondary threadScott Wood1-7/+20
2015-10-17powerpc/85xx: Add support for Varisys Cyrus boardAndy Fleming1-0/+1
2015-10-16powerpc/corenet: use the mixed mode of MPIC when enabling CPU hotplugchenhui zhao1-0/+8
2015-10-15powerpc/pseries: Drop always true CONFIG_PSERIES_MSIMichael Ellerman2-7/+1
2015-10-15powerpc/pseries: Move PCI objects to obj-yMichael Ellerman1-3/+2
2015-10-15powerpc/pseries: Remove use of CONFIG_PCIMichael Ellerman2-14/+0
2015-10-15powerpc/pseries: Make PCI non-optionalMichael Ellerman1-1/+1
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier4-7/+12
2015-10-09powerpc/powernv: Panic on unhandled Machine CheckDaniel Axtens1-2/+5
2015-10-09powerpc/pseries/hvcserver: don't memset pi_buff if it is nullColin Ian King1-1/+1
2015-10-06powerpc/kexec: Wait 1s for secondaries to enter OPALSamuel Mendoza-Jonas1-8/+13
2015-10-05powerpc/pseries: re-use code from of_helpers moduleAndy Shevchenko1-26/+5
2015-10-05powerpc/pseries: handle nodes without '/'Andy Shevchenko1-3/+3
2015-10-05powerpc/pseries: replace kmalloc + strlcpyAndy Shevchenko1-2/+1
2015-10-05powerpc/pseries: fix a potential memory leakAndy Shevchenko1-4/+2
2015-10-05powerpc/pseries: extract of_helpers moduleAndy Shevchenko4-32/+49
2015-09-30powerpc/ps3: Remove unused os_area_db_id_video_modeMichael Ellerman1-5/+0
2015-09-29powerpc: Kconfig: remove BE-only platforms from LE kernel buildBoqun Feng5-6/+6
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-22/+23
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-6/+24
2015-09-17powerpc/PCI: Fix lookup of linux,pci-probe-only propertyMarc Zyngier1-12/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner17-22/+18
2015-09-16powerpc/mpc52xx: Use irq_set_handler_locked()Thomas Gleixner1-1/+1
2015-09-14powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner1-1/+2
2015-09-14powerpc/85xx: Prepare irq handlers for irq argument removalThomas Gleixner2-2/+4
2015-09-14powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removalThomas Gleixner1-1/+3
2015-09-10powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2-4/+6
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-09-08powerpc/pseries: Release DRC when configure_connector failsBharata B Rao1-1/+3
2015-09-07powerpc/powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel=Nishanth Aravamudan1-2/+8
2015-09-07powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernelNishanth Aravamudan1-1/+9
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds23-355/+463
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-16/+22