summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-241-4/+64
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2019-09-231-1/+1
| |\
| | * PCI/IOV: Move sysfs SR-IOV functions to iov.cKelsey Skunberg2019-08-201-1/+1
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2019-09-231-0/+18
| |\ \
| | * | PCI: Make pcie_downstream_port() available outside of access.cMika Westerberg2019-09-071-0/+9
| | * | PCI/ACPI: Remove unnecessary struct hotplug_program_opsKrzysztof Wilczynski2019-08-281-72/+2
| | * | PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cKrzysztof Wilczynski2019-08-281-0/+79
| | |/
| * | PCI: Make pci_set_of_node(), etc privateKelsey Skunberg2019-07-301-0/+9
| * | PCI: Make pci_enable_ptm() privateKelsey Skunberg2019-07-301-0/+3
| * | PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() privateKelsey Skunberg2019-07-301-0/+8
| * | PCI: Make pci_ats_init() privateKelsey Skunberg2019-07-301-3/+4
| * | PCI: Make pcie_update_link_speed() privateKelsey Skunberg2019-07-301-0/+1
| * | PCI: Make pci_bus_get(), pci_bus_put() privateKelsey Skunberg2019-07-301-0/+2
| * | PCI: Make pci_hotplug_io_size, mem_size, and bus_size privateKelsey Skunberg2019-07-301-0/+3
| * | PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc privateKelsey Skunberg2019-07-301-0/+5
| * | PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() privateKelsey Skunberg2019-07-301-0/+3
| * | PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() privateKelsey Skunberg2019-07-301-0/+2
| * | PCI: Make PCI_PM_* delay times privateKelsey Skunberg2019-07-301-0/+5
| |/
* / Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg2019-08-071-1/+0
|/
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-161-1/+0
|\
| * Revert "PCI/IOV: Use VF0 cached config space size for other VFs"Alex Williamson2019-07-031-1/+0
* | PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki2019-06-271-0/+4
* | PCI: Add missing link delays required by the PCIe specMika Westerberg2019-06-181-0/+1
* | PCI: PM: Replace pci_dev_keep_suspended() with two functionsRafael J. Wysocki2019-06-171-1/+2
|/
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-1/+1
|\
| * PCI/AER: Change pci_aer_init() stub to return voidJisheng Zhang2019-04-121-1/+1
* | PCI/LINK: Deduplicate bandwidth reports for multi-function devicesLukas Wunner2019-03-251-0/+1
|/
* PCI: Add missing include to drivers/pci.hAlexandru Gagniuc2018-12-061-0/+2
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-10-201-0/+1
|\
| * PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed2018-10-111-0/+1
* | PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg2018-10-021-0/+3
* | PCI: Unify device inaccessibleKeith Busch2018-10-021-5/+55
* | PCI/ERR: Handle fatal error recoveryKeith Busch2018-09-261-2/+2
* | PCI/ERR: Use slot reset if availableKeith Busch2018-09-211-0/+2
* | PCI/DPC: Save and restore config stateKeith Busch2018-09-201-0/+8
|/
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-0/+1
|\
| * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-201-0/+1
* | Merge branch 'pci/resource'Bjorn Helgaas2018-08-151-0/+1
|\ \
| * | PCI: Make early dump functionality genericSinan Kaya2018-06-301-0/+1
| |/
* | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-08-151-0/+19
|\ \
| * | PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe2018-08-101-0/+5
| * | PCI: Hide ACS quirk declarations inside PCI coreBjorn Helgaas2018-08-091-0/+14
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas2018-08-151-0/+5
|\ \
| * | PCI: Check for PCIe Link downtrainingAlexandru Gagniuc2018-08-101-0/+1
| * | PCI: Workaround IDT switch ACS Source Validation erratumJames Puthukattukaran2018-07-121-0/+4
| |/
* | Merge branch 'pci/aer'Bjorn Helgaas2018-08-151-0/+43
|\ \
| * | PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALOza Pawandeep2018-07-201-0/+2
| * | PCI/AER: Clear only ERR_FATAL status bits during fatal recoveryBjorn Helgaas2018-07-201-0/+2
| * | PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain2018-07-191-0/+1
| * | PCI/AER: Define aer_stats structure for AER capable devicesRajat Jain2018-07-191-0/+2