summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv/pci-ioda.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-24powerpc/powernv: Set correct configuration space size for opencapi devicesAndrew Donnellan1-0/+13
2018-01-24powerpc/powernv: Introduce new PHB type for opencapi linksFrederic Barrat1-8/+33
2018-01-21powerpc/powernv: Add ppc_pci_reset_phbs parameter to issue a PHB resetGuilherme G. Piccoli1-2/+12
2018-01-20powerpc/powernv/ioda: Finish removing explicit max window size checkAlexey Kardashevskiy1-1/+0
2017-12-11powerpc/pci: Separate SR-IOV CallsBryant G. Ly1-2/+4
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches1-5/+5
2017-11-07powerpc/powernv/ioda: Remove explicit max window size checkAlexey Kardashevskiy1-1/+1
2017-11-06powerpc/powernv: Reserve a hole which appears after enabling IOVAlexey Kardashevskiy1-3/+21
2017-09-26powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt1-2/+1
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-8/+7
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-0/+8
2017-08-08powerpc/powernv: Enable PCI peer-to-peerFrederic Barrat1-2/+1
2017-07-28powerpc/powernv/pci: Return failure for some uses of dma_set_mask()Alistair Popple1-0/+8
2017-06-27powerpc/powernv/pci: Enable 64-bit devices to access >4GB DMA spaceRussell Currey1-2/+91
2017-06-27powerpc/powernv/pci: Add helper to check if a PE has a single vendorRussell Currey1-0/+25
2017-06-27powerpc/powernv/pci: Dynamically allocate PHB diag dataRussell Currey1-3/+12
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2017-05-03powerpc/powernv: Fix TCE kill on NVLink2Alistair Popple1-1/+9
2017-04-28powerpc/powernv: Fix iommu table size calculation hook for small tablesAlexey Kardashevskiy1-1/+2
2017-04-28powerpc/powernv: Check kzalloc() return value in pnv_pci_table_allocAlexey Kardashevskiy1-0/+3
2017-04-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-12/+34
2017-04-19powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to...Yongji Xie1-0/+7
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-2/+1
2017-04-04powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple1-0/+2
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy1-7/+7
2017-03-30powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy1-6/+4
2017-03-30powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy1-1/+25
2017-03-20powerpc/powernv/npu: Remove dead iommu codeAlexey Kardashevskiy1-3/+1
2017-03-09powerpc/powernv/ioda2: Update iommu table base on ownership changeAlexey Kardashevskiy1-5/+12
2017-03-09powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requestedAlexey Kardashevskiy1-0/+3
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+0
2017-02-28scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-17powerpc/powernv: Remove unused variable in pnv_pci_sriov_disable()Gavin Shan1-2/+0
2017-02-14Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-5/+0
2017-02-07powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt1-5/+0
2017-01-30powerpc/powernv: Use OPAL call for TCE kill on NVLink2Alistair Popple1-1/+8
2017-01-25powerpc/powernv/pci: Use kmalloc_array() in two functionsMarkus Elfring1-3/+6
2016-11-22powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey1-19/+19
2016-11-22powerpc/powernv: Don't warn on PE init if unfreeze is unsupportedRussell Currey1-1/+1
2016-10-08Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+55
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+20
2016-10-04powerpc/powernv: Fix data type for @r in pnv_ioda_parse_m64_window()Gavin Shan1-1/+1
2016-09-29powerpc/powernv: Unfreeze PE on allocationGavin Shan1-0/+13
2016-09-23powerpc/powernv: Fix comment style and spellingAndrew Donnellan1-2/+3
2016-09-23powerpc/powernv/pci: Add PHB register dump debugfs handleRussell Currey1-1/+38
2016-09-21powerpc/powernv/pci: Fix m64 checks for SR-IOV and window alignmentRussell Currey1-2/+9
2016-09-15powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPALMichael Ellerman1-2/+2
2016-09-15powerpc/powernv: Detach from PE on releasing PCI deviceGavin Shan1-0/+10
2016-09-14powerpc/powernv: Fix the state of root PEGavin Shan1-1/+11
2016-09-09powerpc/powernv: Provide facilities for EOI, usable from real modeSuresh Warrier1-4/+20