summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds14-389/+573
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-01-15powerpc/powernv: Call OPAL sync before kexec'ingVasant Hegde3-2/+21
2014-01-15powerpc/eeh: Escalate error on non-existing PEGavin Shan1-10/+21
2014-01-15powerpc/eeh: Handle multiple EEH errorsGavin Shan1-15/+24
2014-01-15powerpc/powernv: Increase candidate fw image sizeVasant Hegde1-2/+2
2014-01-15powerpc/eeh: Call opal_pci_reinit() on powernv for restoring config spaceGavin Shan1-1/+22
2014-01-15powerpc/eeh: Add restore_config operationGavin Shan1-1/+2
2014-01-15powerpc/powernv: Remove unnecessary assignmentGavin Shan1-2/+1
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-2/+2
2013-12-30Merge branch 'merge' into nextBenjamin Herrenschmidt5-21/+15
2013-12-30powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple1-2/+0
2013-12-30powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple1-1/+2
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple1-2/+2
2013-12-30powernv/eeh: Add buffer for P7IOC hub error dataBrian W Hart2-14/+5
2013-12-30powernv/eeh: Fix possible buffer overrun in ioda_eeh_phb_diag()Brian W Hart1-2/+3
2013-12-13powerpc/powernv: Fix OPAL LPC access in Little EndianBenjamin Herrenschmidt1-6/+6
2013-12-13powerpc/powernv: Fix endian issue in opal_xscom_readAnton Blanchard1-1/+3
2013-12-10powernv: Fix VFIO support with PHB3Thadeu Lima de Souza Cascardo1-0/+1
2013-12-09powerpc/powernv: Get FSP memory errors and plumb into memory poison infrastru...Mahesh Salgaonkar2-0/+147
2013-12-05powernv: Remove get/set_rtc_time when they are not presentMichael Neuling1-1/+5
2013-12-05powerpc/eeh: Output PHB diag-dataGavin Shan1-5/+2
2013-12-05powerpc/powernv: Move PHB-diag dump functions aroundGavin Shan3-205/+144
2013-12-05PPC: POWERNV: move iommu_add_device earlierAlexey Kardashevskiy3-6/+37
2013-12-05powerpc/powernv: Move SG list structure to header fileVasant Hegde1-25/+6
2013-12-05powerpc/powernv: Infrastructure to read opal messages in generic format.Mahesh Salgaonkar2-0/+92
2013-12-05powerpc/powernv: Machine check exception handling.Mahesh Salgaonkar1-1/+42
2013-12-05powerpc/powernv: Remove machine check handling in OPAL.Mahesh Salgaonkar1-6/+2
2013-12-05powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar1-96/+1
2013-12-05powerpc/book3s: Decode and save machine check event.Mahesh Salgaonkar1-18/+17
2013-12-02powerpc/powernv: Replace CONFIG_POWERNV_MSI with just CONFIG_PPC_POWERNVMichael Ellerman1-5/+0
2013-11-21powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman1-0/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+3
2013-11-06powerpc/powernv: Reserve the correct PE numberGavin Shan3-16/+17
2013-11-06powerpc/powernv: Add PE to its own PELTVGavin Shan1-1/+11
2013-11-06powerpc/powernv: Add support for indirect XSCOM via debugfsBenjamin Herrenschmidt1-0/+23
2013-11-06powerpc/scom: Enable 64-bit addressesBenjamin Herrenschmidt1-3/+3
2013-10-30powerpc/powernv: Code update interfaceVasant Hegde4-1/+676
2013-10-30powerpc/powernv: Create opal sysfs directoryVasant Hegde1-0/+19
2013-10-30powerpc: Use 32 bit loads and stores when operating on condition register valuesAnton Blanchard1-2/+2
2013-10-30powerpc: Add includes to fix powernv/rng.c buildStephen Rothwell1-0/+3
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt3-19/+75
2013-10-11powerpc: add real mode support for dma operations on powernvAlexey Kardashevskiy3-19/+75
2013-10-11powerpc/eeh: Output PHB3 diag-dataGavin Shan1-0/+70
2013-10-11powerpc/powernv: Double size of log blobGavin Shan1-1/+1
2013-10-11powerpc/eeh: Output error numberGavin Shan1-2/+2
2013-10-11powerpc/powernv: Support inbound error injectionGavin Shan1-9/+50
2013-10-11powerpc/powernv: Enable EEH for PHB3Gavin Shan2-19/+12
2013-10-11powerpc/powernv: Add scom support under OPALv3Benjamin Herrenschmidt3-0/+107