summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-24/+30
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-10-211-13/+4
| |\
| | * PCI: Simplify bool comparisonsKrzysztof Wilczyński2020-09-301-2/+2
| | * PCI: Simplify pci_dev_reset_slot_function()Lukas Wunner2020-09-171-7/+1
| | * PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof Wilczyński2020-09-011-1/+1
| | * PCI: Remove unnecessary header includesGustavo Pimentel2020-09-011-3/+0
| * | Merge branch 'pci/pm'Bjorn Helgaas2020-10-211-8/+8
| |\ \
| | * | PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"Bjorn Helgaas2020-09-301-1/+1
| | * | PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński2020-09-291-7/+7
| | |/
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2020-10-211-3/+2
| |\ \
| | * | PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-171-3/+2
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2020-10-211-0/+12
| |\ \
| | * | PCI: Add Kconfig options for MPS/MRRS strategyJim Quinlan2020-09-301-0/+12
| | |/
| * / PCI/ACS: Enable Translation Blocking for external devicesRajat Jain2020-09-161-0/+4
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-130/+156
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-08-051-2/+8
| |\
| | * PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed2020-06-261-2/+8
| * | Merge branch 'pci/error'Bjorn Helgaas2020-08-051-0/+8
| |\ \
| | * | PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas2020-07-221-0/+8
| | |/
| * | PCI: Cache ACS capability offset in deviceRajat Jain2020-07-101-4/+16
| * | PCI: Reorder pci_enable_acs() and dependenciesRajat Jain2020-07-101-127/+127
| |/
* / Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas2020-07-221-21/+9
|/
* Merge branch 'pci/pm'Bjorn Helgaas2020-06-041-12/+26
|\
| * PCI/PM: Assume ports without DLL Link Active train links in 100 msMika Westerberg2020-05-151-9/+21
| * PCI/PM: Adjust pcie_wait_for_link_delay() for caller delayBjorn Helgaas2020-05-151-2/+2
| * PCI/PM: Call .bridge_d3() hook only if non-NULLBjorn Helgaas2020-04-241-1/+3
* | PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang2020-05-141-24/+0
* | PCI: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-1/+1
|/
* Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-17/+8
|\
| * Merge branch 'pci/enumeration'Bjorn Helgaas2020-04-021-16/+7
| |\
| | * PCI: Add PCIE_LNKCAP2_SLS2SPEED() macroYicong Yang2020-03-101-13/+4
| | * PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas2020-03-101-3/+3
| * | PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan2020-03-281-1/+1
| |/
* | PCI: Introduce pci_get_dsnJacob Keller2020-03-051-0/+34
* | PCI: Add pci_status_get_and_clear_errorsHeiner Kallweit2020-03-041-0/+23
|/
* Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-051-0/+1
|\
| * PCI: Export pci_ats_disabled() as a GPL symbol to modulesWill Deacon2019-12-231-0/+1
* | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-8/+40
|\ \
| * \ Merge branch 'pci/host-vmd'Bjorn Helgaas2020-01-291-1/+18
| |\ \
| | * | PCI: Introduce pci_real_dma_dev()Jon Derrick2020-01-241-1/+18
| | |/
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2020-01-291-6/+18
| |\ \
| | * | PCI: Add nr_devfns parameter to pci_add_dma_alias()James Sewart2019-12-181-5/+17
| | * | PCI: Fix pci_add_dma_alias() bitmask sizeJames Sewart2019-12-181-1/+1
| | |/
| * / PCI/PM: Print config space of devices before suspendChen Yu2020-01-131-1/+4
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-122/+250
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-10/+23
| |\
| | * PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson2019-10-231-4/+16
| | * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-6/+7