summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)Author
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-08-10powerpc/powernv/idle: Fix build errorAneesh Kumar K.V
2018-08-10powerpc/powermac: Make some functions staticMathieu Malaterre
2018-08-10powerpc/powermac: Remove variable x that's never readMathieu Malaterre
2018-08-10powerpc/powermac: Add missing include of header pmac.hMathieu Malaterre
2018-08-10powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar
2018-08-10powerpc/powernv: Allow memory that has been hot-removed to be hot-addedRashmica Gupta
2018-08-08powerpc/powernv/opal: Use standard interrupts property when availableBenjamin Herrenschmidt
2018-08-08powerpc: Allow CPU selection of e300core variantsChristophe Leroy
2018-08-08powerpc: Allow CPU selection also on PPC32Christophe Leroy
2018-08-08powerpc: Make CPU selection logic generic in MakefileChristophe Leroy
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao
2018-08-08powerpc/powermac: of_node_put() is not needed after iteratorzhong jiang
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni
2018-08-08powerpc/powernv: Export opal_check_token symbolHaren Myneni
2018-08-08powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warningRandy Dunlap
2018-08-08powerpc/pasemi: Use pr_err/pr_warn... for kernel messagesDarren Stevens
2018-08-08powerpc/powernv: Query firmware for count cache flush settingsMichael Ellerman
2018-08-08powerpc/pseries: Query hypervisor for count cache flush settingsMichael Ellerman
2018-08-08powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman
2018-08-07powerpc/pasemi: Search for PCI root bus by compatible propertyDarren Stevens
2018-08-07powerpc/pseries: Defer the logging of rtas error to irq work queue.Mahesh Salgaonkar
2018-08-07powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.Mahesh Salgaonkar
2018-08-07powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt
2018-08-03powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usageReza Arbab
2018-08-03powerpc/4xx: Fix error return path in ppc4xx_msi_probe()Guenter Roeck
2018-08-03powernv/cpuidle: Fix idle states all being marked invalidNicholas Piggin
2018-08-02Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas
2018-07-31powerpc/pseries: fix EEH recovery of some IOV devicesSam Bobroff
2018-07-31powerpc/powernv: Add support to enable sensor groupsShilpasri G Bhat
2018-07-31powernv/cpuidle: Parse dt idle properties into global structureAkshay Adiga
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin
2018-07-24powerpc/powernv: move opal console flushing to udbgNicholas Piggin
2018-07-24powerpc/powernv: Remove OPALv1 support from opal console driverNicholas Piggin
2018-07-24powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin
2018-07-24powerpc/powernv: opal-kmsg use flush fallback from console codeNicholas Piggin
2018-07-24powerpc/powernv: opal-kmsg standardise OPAL_BUSY handlingNicholas Piggin
2018-07-24powerpc/powernv: Fix OPAL console driver OPAL_BUSY loopsNicholas Piggin
2018-07-24powerpc/powernv: opal_put_chars partial write fixNicholas Piggin
2018-07-24powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt h...Mukesh Ojha
2018-07-24powerpc/powernv/opal-dump : Handles opal_dump_info properlyMukesh Ojha
2018-07-24powerpc/pseries/mm: Improve error reporting on HCALL failuresAneesh Kumar K.V
2018-07-24powerpc/pseries: Use pr_xxx() in lpar.cAneesh Kumar K.V
2018-07-19powerpc/powernv/npu: Add a debugfs setting to change ATSD thresholdAlistair Popple
2018-07-19chrp/nvram.c: add MODULE_LICENSE()Randy Dunlap