summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2015-08-08powerpc/32: Merge the new memset() with the old oneLEROY Christophe1-27/+7
2015-08-08powerpc/32: memset(0): use cacheable_memzeroLEROY Christophe1-4/+4
2015-08-08Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"LEROY Christophe1-0/+127
2015-08-08powerpc: use memset_io() to clear CPM MuramLEROY Christophe1-1/+1
2015-08-08powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VAScott Wood2-8/+13
2015-08-08powerpc: add support for csum_add()LEROY Christophe1-0/+16
2015-08-08powerpc: put csum_tcpudp_magic inlineLEROY Christophe3-46/+12
2015-08-08powerpc/85xx: Use kconfig fragmentsScott Wood12-1074/+296
2015-08-08powerpc/85xx: Make defconfigs consistentScott Wood4-31/+262
2015-08-08powerpc: Update corenet32_smp_defconfig for modern distrosMichael Ellerman1-0/+6
2015-08-08powerpc/corenet32: enable DMA in defconfigYao Yuan1-0/+2
2015-08-08powerpc/corenet: enable eSDHCYangbo Lu2-0/+4
2015-07-21powerpc/eeh: Dump PHB diag-data for non-existing PEGavin Shan1-1/+9
2015-07-21powerpc/eeh: Fix wrong printed PE numberGavin Shan1-1/+1
2015-07-21powerpc/signal: Add helper function to fetch quad word aligned pointerAnshuman Khandual1-5/+16
2015-07-16powerpc/signal: Fix confusing header documentation in sigcontext.hAnshuman Khandual1-2/+2
2015-07-16powerpc/tm: Drop tm_orig_msr from thread_structAnshuman Khandual2-8/+7
2015-07-16powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platformVipin K Parashar4-18/+173
2015-07-13powerpc/powernv: Unfreeze VF PE on releasing itGavin Shan1-1/+1
2015-07-13powerpc/powernv: Include VF PE in PELTV of PF PEGavin Shan1-1/+1
2015-07-13powerpc/powernv: Pick M64 PEs based on BARsGavin Shan2-53/+8
2015-07-13powerpc/powernv: Boolean argument for pnv_ioda_setup_bus_PE()Gavin Shan2-5/+5
2015-07-13powerpc/powernv: Reserve M64 PEs based on BARsGavin Shan2-21/+38
2015-07-13powerpc/powernv: Allow to reserve one PE for multiple timesGavin Shan1-5/+3
2015-07-13powerpc: Remove mtmsrd(), use existing mtmsr()Anton Blanchard2-4/+3
2015-07-13powerpc: Add macros for the ibm_architecture_vec[] lengthsMichael Ellerman1-8/+17
2015-07-13powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_...Benjamin Herrenschmidt5-26/+105
2015-07-13powerpc/iommu: Cleanup setting of DMA base/offsetBenjamin Herrenschmidt3-17/+5
2015-07-13powerpc/iommu: Remove dma_data unionBenjamin Herrenschmidt3-14/+36
2015-07-08powerpc/perf/24x7: Fix lockdep warningSukadev Bhattiprolu1-0/+2
2015-07-07powerpc/powernv: Fix race in updating core_idle_stateShreyas B. Prabhu1-10/+21
2015-07-06powerpc/powernv: Fix opal-elog interrupt handlerAlistair Popple1-11/+5
2015-07-06powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_listDaniel Axtens1-0/+1
2015-07-06powerpc: Add plain English description for alignment exception oopsesAnton Blanchard1-0/+4
2015-07-06powerpc: Set the correct kernel taint on machine check errors.Daniel Axtens1-0/+2
2015-07-06powerpc/powernv: Fix vma page prot flags in opal-prd driverVaidyanathan Srinivasan1-5/+4
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2-2/+2
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds3-5/+3
2015-07-02Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+6
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely3-1/+6
2015-06-27Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+0
2015-06-26mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel1-9/+0
2015-06-26Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+2
2015-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-62/+96
2015-06-25Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2-2/+4
2015-06-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2-5/+5
2015-06-25powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2-15/+0
2015-06-25mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2-35/+45