summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/pci.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Specialise pci_controller_ops for each controller typeDaniel Axtens2015-06-021-11/+3Star
* powerpc/powernv: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-05-221-6/+4Star
* Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-141-0/+18
|\
| * powerpc/powernv: Shift VF resource with an offsetWei Yang2015-03-311-0/+18
* | powerpc/powernv: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-111-1/+4
* | powerpc/powernv: Remove powernv RTAS supportMichael Ellerman2015-04-071-79/+19Star
|/
* powerpc/powernv: Use pci_dn, not device_node, in PCI config accessorGavin Shan2015-03-241-43/+26Star
* powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan2015-03-041-26/+0Star
* powerpc/powernv: Remove pnv_pci_probe_mode()Gavin Shan2015-01-231-30/+0Star
* Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-121-1/+0Star
|\
| * powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-091-1/+0Star
* | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-1/+1
|\ \
| * | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
* | | powerpc/powernv: Honor the generic "no_64bit_msi" flagBenjamin Herrenschmidt2014-11-241-2/+1Star
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-211-1/+1
|\ \ | |/ |/|
| * powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKEDGavin Shan2014-10-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-121-0/+11
|\|
| * powerpc/powernv: Override dma_get_required_mask()Gavin Shan2014-09-301-0/+11
* | PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev2014-10-011-14/+5Star
|/
* powerpc/powernv: Handle compound PE in config accessorsGavin Shan2014-08-051-28/+59
* powerpc/eeh: Make diag-data not endian dependentGavin Shan2014-08-051-25/+43
* powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()Michael Ellerman2014-07-281-2/+1Star
* powerpc/powernv: Add a page size parameter to pnv_pci_setup_iommu_table()Alexey Kardashevskiy2014-07-111-3/+3
* powerpc/powernv: Use it_page_shift in TCE buildAlexey Kardashevskiy2014-07-111-2/+3
* powerpc/powernv: Fix endianness problems in EEHGuo Chao2014-06-111-31/+50
* powerpc/eeh: No hotplug on permanently removed devGavin Shan2014-04-281-4/+9
* powerpc/eeh: Block PCI-CFG access during PE resetGavin Shan2014-04-281-36/+64
* powerpc/powernv: Remove fields in PHB diag-data dumpGavin Shan2014-04-281-51/+40Star
* powerpc/powernv: Move PNV_EEH_STATE_ENABLED aroundGavin Shan2014-04-281-6/+2Star
* powerpc/powernv: Refactor PHB diag-data dumpGavin Shan2014-02-281-95/+125
* powerpc/powernv: Add iommu DMA bypass support for IODA2Benjamin Herrenschmidt2014-02-111-0/+10
* powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple2013-12-301-2/+0Star
* powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple2013-12-301-1/+2
* powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-301-2/+2
* powerpc/powernv: Move PHB-diag dump functions aroundGavin Shan2013-12-051-58/+138
* PPC: POWERNV: move iommu_add_device earlierAlexey Kardashevskiy2013-12-051-1/+32
* powerpc/powernv: Reserve the correct PE numberGavin Shan2013-11-061-3/+7
* Merge branch 'for-kvm' into nextBenjamin Herrenschmidt2013-10-111-6/+36
|\
| * powerpc: add real mode support for dma operations on powernvAlexey Kardashevskiy2013-10-111-6/+36
* | powerpc/powernv: Fix some PCI sparse errors and one LE bugAnton Blanchard2013-10-111-3/+3
* | powerpc/powernv: Fix endian issues in powernv PCI codeBenjamin Herrenschmidt2013-10-111-14/+13Star
* | powerpc: Little endian fix for arch/powerpc/platforms/powernv/pci.cAlistair Popple2013-10-111-4/+5
|/
* powerpc/powernv: Use dev-node in PCI config accessorsGavin Shan2013-07-011-47/+73
* powerpc/powernv: Replace variables with flagsGavin Shan2013-07-011-2/+2
* powerpc/eeh: Enable EEH check for config accessGavin Shan2013-06-201-1/+39
* powerpc/eeh: Sync OPAL API with firmwareGavin Shan2013-06-201-1/+2
* powerpc/vfio: Enable on PowerNV platformAlexey Kardashevskiy2013-06-201-0/+2
* powerpc: Make radeon 32-bit MSI quirk work on powernvBenjamin Herrenschmidt2013-05-241-0/+4
* powerpc/powernv: Fix condition for when to invalidate the TCE cacheBenjamin Herrenschmidt2013-05-241-1/+1
* powerpc/powernv: Improve kexec reliabilityBenjamin Herrenschmidt2013-05-101-0/+12