summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* 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-134-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/+18
| | * 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/+5
| * | Merge branch 'pci/portdrv'Bjorn Helgaas2019-05-131-0/+14
| |\ \
| | * | PCI/LINK: Disable bandwidth notification interrupt during suspendMika Westerberg2019-04-181-0/+14
| | |/
| * | PCI: Rework pcie_retrain_link() wait loopStefan Mätje2019-04-061-6/+4
| * | 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/+15
|\
| * PCI/PME: Fix possible use-after-free on removeSven Van Asbroeck2019-03-011-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/+0
* | 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/+3
|\ \
| * | PCI: Update PCIEPORTBUS Kconfig help textHou Zhiqiang2019-03-061-4/+3
| |/
* | Merge branch 'pci/dpc'Bjorn Helgaas2019-03-061-1/+26
|\ \
| * | PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu2019-02-211-1/+26
| |/
* / PCI/AER: Use match_string() helper to simplify the codeAndy Shevchenko2019-01-291-6/+3
|/
* Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-052-14/+8
|\
| * 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/+0
| |/
* | 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-031-1/+1
|/
* Merge branch 'pci/misc'Bjorn Helgaas2018-10-201-4/+0
|\
| * PCI: pcie: Remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-181-4/+0
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-10-208-467/+335
|\ \
| * | PCI/AER: Refactor error injection fallbacksKeith Busch2018-10-181-28/+38
| * | PCI/AER: Abstract AER interrupt handlingKeith Busch2018-10-183-7/+5
| * | PCI/AER: Reuse existing pcie_port_find_device() interfaceKeith Busch2018-10-182-21/+5
| * | PCI/AER: Use managed resource allocationsKeith Busch2018-10-181-12/+5
| * | PCI/AER: Use threaded IRQ for bottom halfKeith Busch2018-10-081-47/+13
| * | PCI/AER: Use kfifo_in_spinlocked() to insert locked elementsKeith Busch2018-10-081-4/+2
| * | PCI/AER: Use kfifo for tracking events instead of reimplementing itKeith Busch2018-10-081-77/+11
| * | PCI/AER: Remove error source from AER struct aer_rpcKeith Busch2018-10-081-17/+16
| * | PCI/AER: Remove unused aer_error_resume()Keith Busch2018-10-081-13/+0
| * | PCI/ERR: Remove duplicated include from err.cYueHaibing2018-10-021-1/+0
| * | PCI/PME: Implement runtime PM callbacksMika Westerberg2018-10-021-0/+27
| * | PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg2018-10-023-6/+28