summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-1/+5
|\
| * PCI: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-1/+5
* | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-311-0/+8
|\ \
| * | bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu2022-04-281-0/+8
| |/
* / PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki2022-05-051-4/+0
|/
* PCI: Remove the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-03-301-2/+1
* Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-251-0/+1
|\
| * PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson2022-03-041-0/+1
* | PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PFJason Gunthorpe2022-02-271-0/+7
* | PCI/IOV: Add pci_iov_vf_id() to get VF indexJason Gunthorpe2022-02-271-1/+7
|/
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-1/+14
|\
| * Merge branch 'pci/errors'Bjorn Helgaas2022-01-131-0/+9
| |\
| | * PCI: Add PCI_ERROR_RESPONSE and related definitionsNaveen Naidu2021-11-181-0/+9
| * | Merge branch 'pci/resource'Bjorn Helgaas2022-01-131-0/+1
| |\ \
| | * | PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas2022-01-111-0/+1
| | |/
| * / PCI: Convert pci_dev_present() stub to static inlineHans de Goede2021-12-171-1/+4
| |/
* | PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner2021-12-161-1/+0
* | PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner2021-12-161-1/+2
* | PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner2021-12-091-0/+1
* | PCI/MSI: Sanitize MSI-X table map handlingThomas Gleixner2021-12-091-0/+1
|/
* Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-141-0/+2
|\
| * PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-111-0/+2
* | Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-131-0/+1
|\ \
| * | PCI: Export pci_dev_lock()Niklas Schnelle2021-11-081-0/+1
* | | Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-111-0/+1
|\ \ \ | |_|/ |/| |
| * | Revert "PCI: Remove struct pci_dev->driver"Bjorn Helgaas2021-11-111-0/+1
| |/
* | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-081-0/+1
|\ \ | |/ |/|
| * PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky2021-10-291-0/+1
* | Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-11/+0
|\ \
| * | PCI: Remove unused pci_pool wrappersCai Huoqing2021-10-181-11/+0
| |/
* | Merge branch 'pci/vpd'Bjorn Helgaas2021-11-051-0/+2
|\ \
| * | PCI/VPD: Add pci_read/write_vpd_any()Heiner Kallweit2021-10-111-0/+2
| |/
* | Merge branch 'pci/driver'Bjorn Helgaas2021-11-051-2/+4
|\ \
| * | PCI: Remove struct pci_dev->driverUwe Kleine-König2021-10-181-1/+0
| * | PCI: Return NULL for to_pci_driver(NULL)Bjorn Helgaas2021-10-121-1/+4
| |/
* / PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-1/+1
|/
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-102/+57
|\
| * Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas2021-09-021-0/+11
| |\
| | * PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng2021-08-231-0/+11
| * | Merge branch 'pci/misc'Bjorn Helgaas2021-09-021-20/+3
| |\ \
| | * | PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko2021-08-211-2/+3
| | * | PCI: Make saved capability state private to coreBjorn Helgaas2021-08-201-18/+0
| | |/
| * | Merge branch 'pci/vpd'Bjorn Helgaas2021-09-021-79/+32
| |\ \
| | * | PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit2021-08-311-69/+0
| | * | PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit2021-08-311-0/+10
| | * | PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit2021-08-311-13/+0
| | * | PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit2021-08-311-11/+0
| | * | PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit2021-08-201-0/+9
| | * | PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-0/+13
| | * | PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit2021-08-201-0/+9