summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki2019-08-121-0/+20
* Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg2019-08-071-66/+0Star
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-161-1/+1
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-9/+11
|\ \
| * | PCI: let pci_disable_link_state propagate errorsHeiner Kallweit2019-06-221-9/+11
| |/
* / PCI: Add missing link delays required by the PCIe specMika Westerberg2019-06-181-0/+66
|/
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-146-63/+95
|\
| * Merge branch 'pci/printk-portdrv'Bjorn Helgaas2019-05-144-47/+50
| |\
| | * PCI/AER: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-092-17/+22
| | * PCI/DPC: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-19/+18Star
| | * PCI/PME: Replace dev_printk(KERN_DEBUG) with dev_info()Frederick Lawler2019-05-091-4/+6
| | * PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()Frederick Lawler2019-05-091-8/+5Star
| * | Merge branch 'pci/portdrv'Bjorn Helgaas2019-05-141-0/+14
| |\ \
| | * | PCI/LINK: Disable bandwidth notification interrupt during suspendMika Westerberg2019-04-191-0/+14
| | |/
| * | PCI: Rework pcie_retrain_link() wait loopStefan Mätje2019-04-061-6/+4Star
| * | PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2019-04-061-0/+9
| * | PCI: Factor out pcie_retrain_link() functionStefan Mätje2019-04-061-16/+24
| |/
* | PCI/LINK: Add Kconfig option (default off)Keith Busch2019-05-023-1/+13
* | PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson2019-05-011-1/+2
* | PCI/LINK: Deduplicate bandwidth reports for multi-function devicesLukas Wunner2019-03-251-1/+1
* | PCI/LINK: Clear bandwidth notification interrupt before enabling itLukas Wunner2019-03-251-0/+2
* | PCI/LINK: Supply IRQ handler so level-triggered IRQs are ackedAlexandru Gagniuc2019-03-251-5/+14
|/
* Merge branch 'pci/pm'Bjorn Helgaas2019-03-061-33/+15Star
|\
| * PCI/PME: Fix possible use-after-free on removeSven Van Asbroeck2019-03-021-0/+1
| * PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()Rafael J. Wysocki2019-02-281-7/+15
| * Revert "PCI/PME: Implement runtime PM callbacks"Mika Westerberg2019-02-141-27/+0Star
* | Merge branch 'pci/portdrv'Bjorn Helgaas2019-03-065-9/+134
|\ \
| * | PCI/LINK: Report degraded links via link bandwidth notificationAlexandru Gagniuc2019-03-055-6/+129
| * | PCI/portdrv: Support PCIe services on subtractive decode bridgesHonghui Zhang2019-02-151-0/+2
| * | PCI/portdrv: Use conventional Device ID table formattingBjorn Helgaas2019-02-151-3/+3
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2019-03-061-4/+3Star
|\ \
| * | PCI: Update PCIEPORTBUS Kconfig help textHou Zhiqiang2019-03-061-4/+3Star
| |/
* | Merge branch 'pci/dpc'Bjorn Helgaas2019-03-061-1/+26
|\ \
| * | PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu2019-02-221-1/+26
| |/
* / PCI/AER: Use match_string() helper to simplify the codeAndy Shevchenko2019-01-291-6/+3Star
|/
* Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-062-14/+8Star
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2019-01-021-8/+8
| |\
| | * PCI: Remove unnecessary space before function pointer argumentsBenjamin Young2018-12-061-8/+8
| * | PCI/ASPM: Remove unused lists from struct pcie_link_stateFrederick Lawler2018-12-171-6/+0Star
| |/
* | PCI/AER: Queue one GHES event, not several uninitialized onesYanjiang Jin2018-12-141-1/+1
* | Revert "PCI/ASPM: Do not initialize link state when aspm_disabled is set"Bjorn Helgaas2018-12-041-1/+1
|/
* Merge branch 'pci/misc'Bjorn Helgaas2018-10-201-4/+0Star
|\
| * PCI: pcie: Remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-181-4/+0Star
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-10-208-467/+335Star
|\ \
| * | PCI/AER: Refactor error injection fallbacksKeith Busch2018-10-191-28/+38
| * | PCI/AER: Abstract AER interrupt handlingKeith Busch2018-10-193-7/+5Star
| * | PCI/AER: Reuse existing pcie_port_find_device() interfaceKeith Busch2018-10-192-21/+5Star
| * | PCI/AER: Use managed resource allocationsKeith Busch2018-10-191-12/+5Star
| * | PCI/AER: Use threaded IRQ for bottom halfKeith Busch2018-10-081-47/+13Star