summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-073-12/+13
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2021-09-021-3/+1
| |\
| | * PCI/PTM: Remove error message at bootJakub Kicinski2021-08-201-3/+1
| * | Merge branch 'pci/reset'Bjorn Helgaas2021-09-021-7/+5
| |\ \
| | * | PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
| | * | PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede2021-08-171-7/+5
| | |/
| * / PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes2021-08-311-2/+7
| |/
* / PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes2021-08-241-0/+9
|/
* Merge branch 'pci/sysfs'Bjorn Helgaas2021-07-062-11/+13
|\
| * PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński2021-06-032-11/+13
* | Merge branch 'pci/hotplug'Bjorn Helgaas2021-07-061-5/+69
|\ \
| * | PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner2021-06-161-5/+69
| |/
* / PCI/AER: Use consistent format when printing PCI deviceYicong Yang2021-05-271-2/+2
|/
* Merge branch 'pci/kernel-doc'Bjorn Helgaas2021-05-042-4/+4
|\
| * PCI: Fix kernel-doc errorsKrzysztof Wilczyński2021-03-112-4/+4
* | PCI/RCEC: Fix RCiEP device to RCEC associationQiuxu Zhuo2021-03-101-1/+1
|/
* Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-257-166/+12
|\
| * Merge branch 'pci/link'Bjorn Helgaas2021-02-245-154/+0
| |\
| | * PCI/LINK: Remove bandwidth notificationBjorn Helgaas2021-02-025-154/+0
| * | PCI/portdrv: Report reset for frozen channelKeith Busch2021-02-231-1/+2
| * | PCI/AER: Specify the type of Port that was resetKeith Busch2021-02-231-1/+2
| * | PCI/ERR: Retain status from error notificationKeith Busch2021-02-231-2/+1
| * | PCI/AER: Clear AER status from Root Port when resetting Downstream PortKeith Busch2021-02-231-1/+1
| * | PCI/ERR: Clear status of the reporting deviceKeith Busch2021-02-231-7/+6
| |/
* / Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume"Bjorn Helgaas2021-01-271-44/+0
|/
* Merge branch 'pci/ptm'Bjorn Helgaas2020-12-151-0/+60
|\
| * PCI: Disable PTM during suspend to save powerDavid E. Box2020-12-101-0/+17
| * PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box2020-12-101-0/+43
* | Merge branch 'pci/err'Bjorn Helgaas2020-12-158-68/+363
|\ \
| * | PCI/AER: Add RCEC AER error injection supportQiuxu Zhuo2020-12-051-1/+4
| * | PCI/PME: Add pcie_walk_rcec() to RCEC PME handlingSean V Kelley2020-12-052-10/+15
| * | PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley2020-12-052-4/+48
| * | PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo2020-12-052-12/+27
| * | PCI/ERR: Add pcie_link_rcec() to associate RCiEPsSean V Kelley2020-12-052-0/+97
| * | PCI/ERR: Recover from RCEC AER errorsSean V Kelley2020-12-052-21/+56
| * | PCI/ERR: Clear AER status only when we control AERSean V Kelley2020-12-041-2/+11
| * | PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley2020-12-041-7/+23
| * | PCI/ERR: Avoid negated conditional for claritySean V Kelley2020-12-041-4/+4
| * | PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley2020-12-041-17/+20
| * | PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley2020-12-043-8/+11
| * | PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley2020-12-041-1/+1
| * | PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley2020-12-041-4/+4
| * | PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley2020-12-042-1/+60
| * | PCI/ERR: Bind RCEC devices to the Root Port driverQiuxu Zhuo2020-12-041-1/+4
| * | PCI/AER: Write AER Capability only when we control itSean V Kelley2020-12-011-13/+16
| |/
* / PCI/ASPM: Save/restore L1SS Capability for suspend/resumeVidya Sagar2020-11-201-0/+44
|/
* Merge branch 'pci/misc'Bjorn Helgaas2020-10-211-0/+3
|\
| * PCI/LINK: Print IRQ number used by portDongdong Liu2020-09-171-0/+3
* | Merge branch 'pci/hotplug'Bjorn Helgaas2020-10-211-2/+5
|\ \
| * | PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-171-2/+5
| |/