summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-0/+9
|\
| * PCI: Add pcibios_bus_add_device() weak functionWei Yang2016-03-081-0/+1
| * PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang2016-03-081-0/+8
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-20/+59
|\ \
| * \ Merge branch 'pci/resource' into nextBjorn Helgaas2016-03-151-0/+1
| |\ \
| | * | PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas2016-02-251-0/+1
| | |/
| * | Merge branch 'pci/host-hv' into nextBjorn Helgaas2016-03-151-0/+4
| |\ \
| | * | PCI: Add fwnode_handle to x86 pci_sysdataJake Oshins2016-02-161-0/+4
| | |/
| | |
| | \
| *-. \ Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/...Bjorn Helgaas2016-03-151-0/+2
| |\ \ \ | | | |/ | | |/|
| | | * PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding2016-03-081-0/+2
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas2016-03-151-20/+30
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * PCI: Update VPD definitionsHannes Reinecke2016-02-181-2/+25
| | | |/ | | |/|
| | | * PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.hBjorn Helgaas2016-03-071-18/+1Star
| | | * PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-0/+4
| | |/ | |/|
| * | PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hBjorn Helgaas2016-02-051-0/+22
| |/
* / Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas2016-02-181-17/+0Star
|/
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-2/+0Star
|\
| * PCI/MSI: Initialize MSI capability for all architecturesGuilherme G. Piccoli2015-11-251-2/+0Star
* | acpi: pci: Setup MSI domain for ACPI based pci devicesSuravee Suthikulpanit2015-12-211-0/+10
* | ARM/PCI: Move align_resource function pointer to pci_host_bridge structureGabriele Paoloni2015-11-251-0/+9
|/
* PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratumHariprasad Shenai2015-10-231-0/+1
* PCI: Add builtin_pci_driver() to avoid registration boilerplatePaul Gortmaker2015-10-061-0/+11
* pci: mm: add pci_pool_zalloc() callSean O. Stalley2015-09-091-0/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+4
|\
| * PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2015-07-301-0/+4
| * genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-221-1/+0Star
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-0/+1
|\ \
| * | PCI: Add pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-251-0/+1
| |/
* | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-011-6/+54
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-281-4/+9
| |\ \ \
| | * | | PCI: Set MPS to match upstream bridgeKeith Busch2015-08-241-4/+5
| | * | | PCI: Add pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-201-0/+4
| | | |/ | | |/|
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. | | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2015-08-141-2/+24
| |\ \ \ \| |
| | | * | | | PCI: Remove pci_ats_enabled()Bjorn Helgaas2015-08-131-2/+0Star
| | | * | | | PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas2015-08-131-1/+0Star
| | | * | | | PCI: Move ATS declarations to linux/pci.h so they're all togetherBjorn Helgaas2015-08-131-1/+9
| | | * | | | PCI: Reduce size of ATS structure elementsBjorn Helgaas2015-08-131-3/+3
| | | * | | | PCI: Embed ATS info directly into struct pci_devBjorn Helgaas2015-08-131-3/+5
| | | * | | | PCI: Allocate ATS struct during enumerationBjorn Helgaas2015-08-131-0/+9
| | | | |/ / | | | |/| |
| | * | | | PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-0/+5
| | * | | | PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_semYijing Wang2015-07-301-1/+2
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas2015-08-051-0/+21
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| / | | | |/
| | | * PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2015-07-211-0/+2
| | |/ | |/|
| | * PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managedJiang Liu2015-07-301-0/+17
| | * PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu2015-07-301-0/+2
| |/
* / PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli2015-08-261-0/+1
|/
*-----------. Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci...Bjorn Helgaas2015-06-121-22/+22
|\ \ \ \ \ \ \
| | | | | | | * PCI: Move pci_ari_enabled() to global headerAlex Williamson2015-05-301-0/+11
| |_|_|_|_|_|/ |/| | | | | |
| | | | | | * PCI: Add pci_bus_addr_tYinghai Lu2015-05-301-3/+9
| |_|_|_|_|/ |/| | | | |
| | | | | * PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas2015-05-071-1/+0Star
| |_|_|_|/ |/| | | |