aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds49-1026/+1173
2018-08-10powerpc/powernv/idle: Fix build errorAneesh Kumar K.V1-1/+1
2018-08-10powerpc/powermac: Make some functions staticMathieu Malaterre1-6/+6
2018-08-10powerpc/powermac: Remove variable x that's never readMathieu Malaterre1-2/+2
2018-08-10powerpc/powermac: Add missing include of header pmac.hMathieu Malaterre1-1/+3
2018-08-10powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar1-1/+1
2018-08-10powerpc/powernv: Allow memory that has been hot-removed to be hot-addedRashmica Gupta1-7/+85
2018-08-08powerpc/powernv/opal: Use standard interrupts property when availableBenjamin Herrenschmidt1-51/+75
2018-08-08powerpc: Allow CPU selection of e300core variantsChristophe Leroy1-0/+10
2018-08-08powerpc: Allow CPU selection also on PPC32Christophe Leroy1-4/+11
2018-08-08powerpc: Make CPU selection logic generic in MakefileChristophe Leroy1-0/+15
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao3-3/+3
2018-08-08powerpc/powermac: of_node_put() is not needed after iteratorzhong jiang1-2/+0
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni2-0/+3
2018-08-08powerpc/powernv: Export opal_check_token symbolHaren Myneni1-0/+1
2018-08-08powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warningRandy Dunlap1-0/+4
2018-08-08powerpc/pasemi: Use pr_err/pr_warn... for kernel messagesDarren Stevens7-40/+36
2018-08-08powerpc/powernv: Query firmware for count cache flush settingsMichael Ellerman1-0/+7
2018-08-08powerpc/pseries: Query hypervisor for count cache flush settingsMichael Ellerman1-0/+7
2018-08-08powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman2-2/+0
2018-08-07powerpc/pasemi: Search for PCI root bus by compatible propertyDarren Stevens1-5/+6
2018-08-07powerpc/pseries: Defer the logging of rtas error to irq work queue.Mahesh Salgaonkar2-15/+48
2018-08-07powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.Mahesh Salgaonkar1-1/+1
2018-08-07powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt2-2/+2
2018-08-03powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usageReza Arbab1-2/+3
2018-08-03powerpc/4xx: Fix error return path in ppc4xx_msi_probe()Guenter Roeck1-21/+30
2018-08-03powernv/cpuidle: Fix idle states all being marked invalidNicholas Piggin1-1/+2
2018-08-02Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+4
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas2-2/+4
2018-07-31powerpc/pseries: fix EEH recovery of some IOV devicesSam Bobroff1-8/+17
2018-07-31powerpc/powernv: Add support to enable sensor groupsShilpasri G Bhat2-0/+29
2018-07-31powernv/cpuidle: Parse dt idle properties into global structureAkshay Adiga1-78/+138
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy1-1/+0
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy4-0/+4
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy4-0/+4
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2-0/+2
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin1-10/+27
2018-07-24powerpc/powernv: move opal console flushing to udbgNicholas Piggin1-5/+7
2018-07-24powerpc/powernv: Remove OPALv1 support from opal console driverNicholas Piggin1-46/+40
2018-07-24powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin2-36/+41
2018-07-24powerpc/powernv: opal-kmsg use flush fallback from console codeNicholas Piggin1-9/+6
2018-07-24powerpc/powernv: opal-kmsg standardise OPAL_BUSY handlingNicholas Piggin1-8/+16
2018-07-24powerpc/powernv: Fix OPAL console driver OPAL_BUSY loopsNicholas Piggin1-15/+23
2018-07-24powerpc/powernv: opal_put_chars partial write fixNicholas Piggin1-1/+1
2018-07-24powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt handlerMukesh Ojha1-6/+3
2018-07-24powerpc/powernv/opal-dump : Handles opal_dump_info properlyMukesh Ojha1-3/+6
2018-07-24powerpc/pseries/mm: Improve error reporting on HCALL failuresAneesh Kumar K.V1-6/+10
2018-07-24powerpc/pseries: Use pr_xxx() in lpar.cAneesh Kumar K.V1-20/+14