summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv/pci-ioda.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-04powerpc/powernv/ioda2: Reduce upper limit for DMA window sizeAlexey Kardashevskiy1-1/+1
2018-09-09powerpc/powernv/pci: Work around races in PCI bridge enablingBenjamin Herrenschmidt1-0/+37
2018-07-03powerpc/powernv/ioda2: Remove redundant free of TCE pagesAlexey Kardashevskiy1-1/+0
2017-12-14powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requestedAlexey Kardashevskiy1-0/+3
2017-01-19powerpc/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
2016-09-08powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PEGavin Shan1-1/+2
2016-09-06powerpc/powernv: Fix crash on releasing compound PEGavin Shan1-6/+9
2016-08-22powerpc/powernv/pci: fix iterator signednessAndrzej Hajda1-1/+1
2016-08-09powerpc/pnv/pci: Fix incorrect PE reservation attempt on some 64-bit BARsBenjamin Herrenschmidt1-10/+20
2016-08-09powerpc/powernv/ioda: Fix TCE invalidate to work in real mode againAlexey Kardashevskiy1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-2/+2
2016-07-17powerpc/powernv/pci: Check status of a PHB before using itBenjamin Herrenschmidt1-0/+3
2016-07-17powerpc/powernv/pci: Use the device-tree to get available range of M64'sBenjamin Herrenschmidt1-6/+45
2016-07-17powerpc/powernv/pci: Fallback to OPAL for TCE invalidationsBenjamin Herrenschmidt1-4/+29
2016-07-17powerpc/powernv/pci: Rework accessing the TCE invalidate registerBenjamin Herrenschmidt1-42/+27
2016-07-17powerpc/powernv/pci: Remove SWINV constants and obsolete TCE codeBenjamin Herrenschmidt1-40/+10
2016-07-17powerpc/powernv/pci: Rename TCE invalidation callsBenjamin Herrenschmidt1-18/+18
2016-07-17powerpc/powernv: Discover IODA3 PHBsBenjamin Herrenschmidt1-1/+2
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie1-0/+4
2016-07-14powerpc/powernv: Add support for the cxl kernel api on the real phbIan Munsie1-1/+17
2016-07-14powerpc/powernv: Split cxl code out into a separate fileIan Munsie1-156/+3
2016-06-21powerpc/powernv: Print correct PHB type namesGavin Shan1-1/+3
2016-06-21powerpc/powernv: Dynamically release PEGavin Shan1-0/+174
2016-06-21powerpc/powernv: Make pnv_ioda_deconfigure_pe() visibleGavin Shan1-2/+4
2016-06-21powerpc/powernv: Extend PCI bridge resourcesGavin Shan1-0/+61
2016-06-21powerpc/powernv: Setup PE for root busGavin Shan1-10/+39
2016-06-21powerpc/powernv: Create PEs in pcibios_setup_bridge()Gavin Shan1-115/+69
2016-06-21powerpc/powernv: Allocate PE# in reverse orderGavin Shan1-8/+6
2016-06-21powerpc/powernv: Increase PE# capacityGavin Shan1-1/+5
2016-06-21powerpc/powernv: Move pnv_pci_ioda_setup_opal_tce_kill() aroundGavin Shan1-2/+3
2016-06-16cxl: Add support for CAPP DMA modeIan Munsie1-1/+3
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2016-05-12powerpc/powernv/npu: Add PE to PHB's listAlexey Kardashevskiy1-0/+3
2016-05-12powerpc/powernv: Fix insufficient memory allocationAlexey Kardashevskiy1-1/+2
2016-05-11powerpc/powernv/npu: Enable NVLink pass throughAlexey Kardashevskiy1-0/+112
2016-05-11powerpc/powernv/npu: Rework TCE Kill handlingAlexey Kardashevskiy1-55/+7
2016-05-11powerpc/powernv/ioda2: Export debug helper pe_level_printk()Alexey Kardashevskiy1-8/+1
2016-05-11powerpc/powernv/npu: Simplify DMA setupAlexey Kardashevskiy1-17/+13
2016-05-11powerpc/powernv/npu: TCE Kill helpers cleanupAlexey Kardashevskiy1-5/+24