summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter2021-09-221-1/+1
* PCI: Use pci_update_current_state() in pci_enable_device_flags()Rafael J. Wysocki2021-09-181-5/+1
* PCI: Export pci_pio_to_address() for module useJianjun Wang2021-09-181-0/+1
* PCI: PM: Enable PME if it can be signaled from D3coldRafael J. Wysocki2021-09-151-1/+8
* PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistentlyRafael J. Wysocki2021-09-151-6/+10
* Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki2021-06-301-3/+13
* PCI: PM: Do not read power state in pci_enable_device_flags()Rafael J. Wysocki2021-05-111-13/+3
* PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven2021-03-171-0/+4
* PCI: Add a REBAR size quirk for Sapphire RX 5600 XT PulseNirmoy Das2021-03-071-1/+8
* PCI: Fix overflow in command-line resource alignment requestsColin Ian King2020-12-301-1/+1
* PCI: Bounds-check command-line resource alignment requestsBjorn Helgaas2020-12-301-6/+8
* PCI: Always enable ACS even if no ACS CapabilityRajat Jain2020-10-301-2/+7
* 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