summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-28powerpc/cell: Remove axonram driverMichael Ellerman
2018-01-27powerpc/mpc52xx_gpt: make use of raw_spinlock variantsJulia Cartwright
2018-01-27powerpc/pseries: Fix cpu hotplug crash with memoryless nodesMichael Bringmann
2018-01-27powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dnAlexey Kardashevskiy
2018-01-27powerpc/pseries: Add Initialization of VF BarsBryant G. Ly
2018-01-27powerpc/pseries/pci: Associate PEs to VFs in configure SR-IOVBryant G. Ly
2018-01-27powerpc/eeh: Add EEH operations to notify resumeBryant G. Ly
2018-01-27powerpc/pseries: Set eeh_pe of EEH_PE_VF typeBryant G. Ly
2018-01-27powerpc/eeh: Update VF config space after EEHBryant G. Ly
2018-01-24ocxl: Add AFU interrupt supportFrederic Barrat
2018-01-24powerpc/powernv: Capture actag information for the deviceFrederic Barrat
2018-01-24powerpc/powernv: Add platform-specific services for opencapiFrederic Barrat
2018-01-24powerpc/powernv: Add opal calls for opencapiFrederic Barrat
2018-01-24powerpc/powernv: Set correct configuration space size for opencapi devicesAndrew Donnellan
2018-01-24powerpc/powernv: Introduce new PHB type for opencapi linksFrederic Barrat
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman
2018-01-22powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin
2018-01-22powerpc/powernv: Add ppc_pci_reset_phbs parameter to issue a PHB resetGuilherme G. Piccoli
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey
2018-01-21powerpc: Fix old-style function definitionMathieu Malaterre
2018-01-21Merge branch 'fixes' into nextMichael Ellerman
2018-01-21pseries/drc-info: Search DRC properties for CPU indexesMichael Bringmann
2018-01-21powerpc/firmware: Add definitions for new drc-info firmware featureMichael Bringmann
2018-01-21powerpc/spufs: use timespec64 for timestampsArnd Bergmann
2018-01-21powerpc/powernv/ioda: Finish removing explicit max window size checkAlexey Kardashevskiy
2018-01-19powerpc/powernv: Add debugfs interface for imc-mode and imc-commandAnju T Sudhakar
2018-01-16powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy
2018-01-16powerpc/8xx: Remove CPU6 ERRATA WorkaroundChristophe Leroy
2018-01-16powerpc/8xx: do not select CONFIG_PPC_LIB_RHEAPChristophe Leroy
2018-01-16powernv/kdump: Fix cases where the kdump kernel can get HMI'sBalbir Singh
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov
2018-01-16powerpc/pseries: Enable support of ibm,dynamic-memory-v2Nathan Fontenot
2018-01-16powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot
2018-01-16powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot
2018-01-11powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-10PCI: Add #defines for Completion Timeout Disable featureBjorn Helgaas
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig
2018-01-10powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran
2018-01-10powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling
2018-01-08powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman
2017-12-18powerpc: Set I/O port resource types correctlyBjorn Helgaas
2017-12-11PCI/IOV: Add pci_vf_drivers_autoprobe() interfaceBryant G. Ly