summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2013-12-30Merge branch 'merge' into nextBenjamin Herrenschmidt9-67/+63
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 Popple5-11/+20
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple5-19/+19
2013-12-30powerpc: Remove unused REDBOOT Kconfig parameterMichael Opdenacker2-2/+0
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-13powerpc/pseries: Fix endian issues in MSI codeAnton Blanchard1-13/+15
2013-12-13powerpc/pseries: Fix PCIE link speed endian issueAnton Blanchard1-4/+4
2013-12-13powerpc/pseries: Fix endian issues in nvram codeAnton Blanchard1-23/+23
2013-12-13powerpc/pseries: Fix endian issues in /proc/ppc64/lparcfgAnton Blanchard1-6/+6
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-09powerpc/mm: Enable _PAGE_NUMA for book3sAneesh Kumar K.V1-0/+1
2013-12-09powerpc/mm: Use HPTE constants when updating hpte bitsAneesh Kumar K.V2-3/+4
2013-12-09powerpc: Make slb_shadow a localJeremy Kerr1-1/+1
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 Kardashevskiy4-9/+42
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-12-02powerpc/pseries: CONFIG_PSERIES_MSI should depend on PPC_PSERIESMichael Ellerman1-1/+1
2013-12-02powerpc/ps3: Remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-11-25powerpc: allyesconfig should not select CONFIG_CPU_LITTLE_ENDIANAnton Blanchard1-3/+17
2013-11-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds9-0/+11
2013-11-21powerpc/pseries: Fix SMP=n build of rng.cMichael Ellerman1-0/+1
2013-11-21powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman1-0/+1
2013-11-21powerpc: booke: Fix build failuresAneesh Kumar K.V7-0/+9
2013-11-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds4-9/+82
2013-11-21powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option.Anton Blanchard1-0/+11
2013-11-21pseries: Add H_SET_MODE to change exception endiannessAnton Blanchard2-0/+59
2013-11-21powerpc/pseries: Fix endian issues in pseries EEH codeAnton Blanchard1-9/+12
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2-4/+4
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+16
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-67/+30
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds31-36/+62
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring3-0/+3
2013-11-09new helper: dump_align()Al Viro1-1/+1
2013-11-09spufs: get rid of dump_emit() wrappersAl Viro1-49/+20
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro3-30/+22
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring7-36/+27