summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-8/+13
|\
| * powerpc/pci: Add pci_find_controller_for_domain()Oliver O'Halloran2019-02-221-0/+11
| * powerpc/dma: remove set_dma_offsetChristoph Hellwig2019-02-181-1/+1
| * powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-1/+1
| * powerpc/dma: remove get_pci_dma_opsChristoph Hellwig2019-02-181-6/+0
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
|/
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-3/+0
|\
| * powerpc/pci: Remove legacy debug codeBreno Leitao2018-07-021-3/+0
* | PCI: Fix is_added/is_busmaster race conditionHari Vyas2018-07-311-1/+3
|/
* powerpc/pci: Use generic pci_mmap_resource_range()David Woodhouse2018-02-281-96/+10
* Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-101-2/+3
|\
| * powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy2018-02-101-2/+3
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-8/+2
|\|
| * powerpc/pci: Use of_irq_parse_and_map_pci() helperRob Herring2018-01-171-8/+2
* | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-2/+25
|\ \
| * | powerpc/pci: Separate SR-IOV CallsBryant G. Ly2017-12-111-0/+23
| * | powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-041-2/+2
| |/
* / powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-101-1/+1
|/
* vgaarb: Select a default VGA device even if there's no legacy VGABjorn Helgaas2017-10-181-12/+0
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-8/+7
* Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-281-1/+2
|\
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
* | powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to...Yongji Xie2017-04-191-0/+8
|/
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-8/+2
|\
| * powerpc/kernel: Remove error message in pcibios_setup_phb_resources()Gavin Shan2017-02-171-8/+2
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-3/+3
|\ \
| * | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-3/+3
| |/
* / mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-241-0/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+1
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+1
* | powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-2/+3
* | powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)Mauricio Faria de Oliveira2016-08-221-0/+36
* | powerpc/pci: Fix endian bug in fixed PHB numberingMichael Ellerman2016-08-091-2/+5
|/
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-61/+18
|\
| * powerpc/pci: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas2016-06-171-28/+14
| * powerpc/pci: Remove __pci_mmap_set_pgprot()Yinghai Lu2016-06-171-33/+4
* | powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt2016-07-171-2/+4
* | powerpc/pci: Assign fixed PHB number based on device-tree propertiesGuilherme G. Piccoli2016-07-071-3/+51
* | powerpc/pci: Reduce log level of PCI I/O space warningBenjamin Herrenschmidt2016-06-241-3/+3
* | powerpc/pci: Update bridge windows on PCI plugGavin Shan2016-06-211-2/+6
* | powerpc/pci: Override pcibios_setup_bridge()Gavin Shan2016-06-211-0/+8
|/
* powerpc/pci: export pcibios_free_controller()Andrew Donnellan2015-10-151-0/+1
* PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-1/+7
* Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-031-54/+18
|\
| * powerpc: pci: use %pR for printing struct resourceKevin Hao2015-08-061-54/+18
* | PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-7/+1
|/
* powerpc/pci: Add pcibios_disable_device() hookMichael Neuling2015-06-031-0/+8
* powerpc/pci: Export symbols for CXLDaniel Axtens2015-06-031-0/+3
* Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-141-0/+20
|\