summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorFilesLines
2021-09-22PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes1-2/+7
2020-08-19PCI/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang1-0/+1
2020-06-24PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream PortBjorn Helgaas1-5/+17
2020-06-24PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng1-10/+0
2020-04-29PCI/ASPM: Allow re-enabling Clock PMHeiner Kallweit1-7/+11
2020-04-17PCI/ASPM: Clear the correct bits when enabling L1 substatesYicong Yang1-2/+2
2020-02-14PCI/AER: Initialize aer_fifoDongdong Liu1-0/+1
2020-01-17PCI/PTM: Remove spurious "d" from granularity messageBjorn Helgaas1-1/+1
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+5
2019-09-23Merge branch 'pci/enumeration'Bjorn Helgaas2-5/+5
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg2-5/+5
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-08-12PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki1-0/+20
2019-08-07Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg1-66/+0
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+11
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2019-06-21PCI: let pci_disable_link_state propagate errorsHeiner Kallweit1-9/+11
2019-06-18PCI: Add missing link delays required by the PCIe specMika Westerberg1-0/+66
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-63/+95
2019-05-13Merge branch 'pci/printk-portdrv'Bjorn Helgaas4-47/+50
2019-05-13Merge branch 'pci/portdrv'Bjorn Helgaas1-0/+14
2019-05-09PCI/AER: Log messages with pci_dev, not pcie_deviceFrederick Lawler2-17/+22
2019-05-09PCI/DPC: Log messages with pci_dev, not pcie_deviceFrederick Lawler1-19/+18
2019-05-09PCI/PME: Replace dev_printk(KERN_DEBUG) with dev_info()Frederick Lawler1-4/+6
2019-05-09PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()Frederick Lawler1-8/+5
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch3-1/+13
2019-05-01PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson1-1/+2
2019-04-18PCI/LINK: Disable bandwidth notification interrupt during suspendMika Westerberg1-0/+14
2019-04-06PCI: Rework pcie_retrain_link() wait loopStefan Mätje1-6/+4
2019-04-06PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje1-0/+9
2019-04-06PCI: Factor out pcie_retrain_link() functionStefan Mätje1-16/+24
2019-03-25PCI/LINK: Deduplicate bandwidth reports for multi-function devicesLukas Wunner1-1/+1
2019-03-25PCI/LINK: Clear bandwidth notification interrupt before enabling itLukas Wunner1-0/+2
2019-03-25PCI/LINK: Supply IRQ handler so level-triggered IRQs are ackedAlexandru Gagniuc1-5/+14
2019-03-06Merge branch 'pci/pm'Bjorn Helgaas1-33/+15
2019-03-06Merge branch 'pci/portdrv'Bjorn Helgaas5-9/+134
2019-03-06Merge branch 'pci/misc'Bjorn Helgaas1-4/+3
2019-03-06Merge branch 'pci/dpc'Bjorn Helgaas1-1/+26
2019-03-06PCI: Update PCIEPORTBUS Kconfig help textHou Zhiqiang1-4/+3
2019-03-05PCI/LINK: Report degraded links via link bandwidth notificationAlexandru Gagniuc5-6/+129
2019-03-01PCI/PME: Fix possible use-after-free on removeSven Van Asbroeck1-0/+1
2019-02-28PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()Rafael J. Wysocki1-7/+15
2019-02-21PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu1-1/+26
2019-02-15PCI/portdrv: Support PCIe services on subtractive decode bridgesHonghui Zhang1-0/+2
2019-02-15PCI/portdrv: Use conventional Device ID table formattingBjorn Helgaas1-3/+3
2019-02-14Revert "PCI/PME: Implement runtime PM callbacks"Mika Westerberg1-27/+0
2019-01-29PCI/AER: Use match_string() helper to simplify the codeAndy Shevchenko1-6/+3
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+8
2019-01-02Merge branch 'pci/misc'Bjorn Helgaas1-8/+8