summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/err'Bjorn Helgaas2022-08-043-16/+20
|\
| * PCI/AER: Iterate over error counters instead of error stringsMohamed Khalfella2022-07-131-1/+6
| * PCI/AER: Enable error reporting when AER is nativeStefan Roese2022-07-131-0/+3
| * PCI/portdrv: Don't disable AER reporting in get_port_device_capability()Stefan Roese2022-07-131-8/+1
| * PCI/AER: Configure ECRC for every deviceStefan Roese2022-07-111-3/+2
| * PCI/ERR: Recognize disconnected devices in report_error_detected()Christoph Hellwig2022-06-081-4/+8
* | PCI/ASPM: Unexport pcie_aspm_support_enabled()Bjorn Helgaas2022-07-121-1/+0
* | PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng2022-07-121-19/+0
|/
* Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-311-0/+2
|\
| * PCI: portdrv: Set driver_managed_dmaLu Baolu2022-04-281-0/+2
* | PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bitsKuppuswamy Sathyanarayanan2022-05-171-1/+6
|/
* Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-253-4/+4
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2022-03-222-2/+2
| |\
| | * PCI/AER: Update aer-inject URLYicong Yang2022-03-022-2/+2
| * | PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-2/+2
| |/
* / Revert "PCI/portdrv: Do not setup up IRQs if there are no users"Bjorn Helgaas2022-02-111-30/+17
|/
* Merge branch 'pci/errors'Bjorn Helgaas2022-01-132-4/+4
|\
| * PCI/PME: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-2/+2
| * PCI/DPC: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-2/+2
* | Merge branch 'pci/enumeration'Bjorn Helgaas2022-01-131-0/+1
|\ \
| * | PCI: Use DWORD accesses for LTR, L1 SS to avoid erratumRajat Jain2022-01-111-0/+1
| |/
* | PCI/ASPM: Remove struct aspm_latencySaheed O. Bolarinwa2021-11-191-19/+13
* | PCI/ASPM: Stop caching device L0s, L1 acceptable exit latenciesSaheed O. Bolarinwa2021-11-191-19/+10
* | PCI/ASPM: Stop caching link L0s, L1 exit latenciesSaheed O. Bolarinwa2021-11-191-11/+17
* | PCI/ASPM: Move pci_function_0() upwardBolarinwa O. Saheed2021-11-191-14/+14
|/
* Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas2021-11-111-4/+4
* Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-1/+1
|\
| * PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński2021-10-081-1/+1
* | Merge branch 'pci/sysfs'Bjorn Helgaas2021-11-051-2/+2
|\ \
| * | PCI: Use kstrtobool() directly, sans strtobool() wrapperKrzysztof Wilczyński2021-09-281-2/+2
| |/
* | Merge branch 'pci/portdrv'Bjorn Helgaas2021-11-051-17/+30
|\ \
| * | PCI/portdrv: Do not setup up IRQs if there are no usersJan Kiszka2021-09-201-17/+30
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2021-11-054-40/+17
|\ \
| * | PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner2021-10-161-2/+2
| * | PCI/portdrv: Remove unused pcie_port_bus_{,un}register() declarationsLukas Wunner2021-10-151-2/+0
| * | PCI/portdrv: Remove unused resume err_handlerLukas Wunner2021-10-152-27/+0
| * | PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner2021-10-152-0/+5
| * | PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()Lukas Wunner2021-10-152-10/+11
| |/
* | PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-4/+4
* | PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas2021-10-121-16/+24
|/
* 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