summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-081-0/+8
|\
| * PCI/IOV: Introduce pci_iov_sysfs_link() functionNiklas Schnelle2020-05-201-0/+8
* | Merge branch 'pci/misc'Bjorn Helgaas2020-06-041-11/+16
|\ \
| * | PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang2020-05-141-9/+14
| * | PCI: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-2/+2
| |/
* | Merge branch 'pci/error'Bjorn Helgaas2020-06-041-2/+0
|\ \
| * | PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownershipKuppuswamy Sathyanarayanan2020-06-011-2/+0
| |/
* / PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc)Krzysztof Wilczynski2020-05-211-1/+13
|/
* Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-2/+8
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2020-04-021-1/+1
| |\
| | * PCI: Add support for root bus sizingIvan Kokshaysky2020-03-301-0/+1
| | * PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski2020-03-301-1/+0
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2020-04-021-1/+1
| |\ \
| | * | PCI: Add pci_speed_string()Bjorn Helgaas2020-03-101-1/+1
| | |/
| * | PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan2020-03-281-0/+1
| * | PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas2020-03-281-0/+5
| |/
* | PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macroVasundhara Volam2020-03-271-0/+1
* | PCI: Introduce pci_get_dsnJacob Keller2020-03-051-0/+5
* | PCI: Add pci_status_get_and_clear_errorsHeiner Kallweit2020-03-041-0/+1
* | PCI: Add constant PCI_STATUS_ERROR_BITSHeiner Kallweit2020-03-041-0/+7
|/
* Merge branch 'pci/host-vmd'Bjorn Helgaas2020-01-291-0/+1
|\
| * PCI: Introduce pci_real_dma_dev()Jon Derrick2020-01-241-0/+1
* | PCI: Add nr_devfns parameter to pci_add_dma_alias()James Sewart2019-12-181-1/+1
|/
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-33/+26
|\
| * Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas2019-11-281-3/+6
| |\
| | * PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-3/+6
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2019-11-281-15/+3
| |\ \
| | * | PCI/ATS: Consolidate ATS declarations in linux/pci-ats.hKrzysztof Wilczynski2019-10-151-14/+0
| | * | PCI/ATS: Cache PRI PRG Response PASID Required bitBjorn Helgaas2019-10-151-0/+1
| | * | PCI/ATS: Cache PASID Capability offsetKuppuswamy Sathyanarayanan2019-10-151-0/+1
| | * | PCI/ATS: Cache PRI Capability offsetKuppuswamy Sathyanarayanan2019-10-151-0/+1
| | * | PCI/ATS: Disable PF/VF ATS service independentlyKuppuswamy Sathyanarayanan2019-10-151-1/+0
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-1/+1
| |\ \
| | * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
| | |/
| * | Merge branch 'pci/pm'Bjorn Helgaas2019-11-281-5/+9
| |\ \
| | * | PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki2019-11-201-1/+1
| | * | PCI/PM: Remove unused pci_driver.suspend_late() hookBjorn Helgaas2019-11-201-2/+0
| | * | PCI/PM: Remove unused pci_driver.resume_early() hookBjorn Helgaas2019-11-201-2/+0
| | * | PCI/PM: Use pci_WARN() to include device informationBjorn Helgaas2019-11-201-0/+8
| | |/
| * | Merge branch 'pci/msi'Bjorn Helgaas2019-11-281-6/+0
| |\ \
| | * | PCI/MSI: Remove unused pci_irq_get_node()Greg Kroah-Hartman2019-11-261-6/+0
| | |/
| * / PCI/ASPM: Add L1 PM substate support to pci_disable_link_state()Heiner Kallweit2019-10-151-3/+7
| |/
* | Merge tag 'sound-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-11-261-0/+2
|\ \
| * | PCI: Fix missing inline for pci_pr3_present()Takashi Iwai2019-10-211-1/+1
| * | PCI: Add a helper to check Power Resource Requirements _PR3 existenceKai-Heng Feng2019-10-211-0/+2
| |/
* / crypto: inside-secure - Remove #ifdef checksArnd Bergmann2019-10-101-0/+1
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-84/+49
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-09-231-2/+2
| |\
| | * PCI: Fix typos and whitespace errorsBjorn Helgaas2019-08-301-2/+2
| * | Merge branch 'pci/resource'Bjorn Helgaas2019-09-231-16/+0
| |\ \