summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/pm'Bjorn Helgaas2022-10-051-130/+170
|\
| * PCI/PTM: Reorder functions in logical orderBjorn Helgaas2022-09-121-62/+62
| * PCI/PTM: Preserve RsvdP bits in PTM Control registerBjorn Helgaas2022-09-121-11/+14
| * PCI/PTM: Move pci_ptm_info() body into its only callerBjorn Helgaas2022-09-121-21/+17
| * PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas2022-09-121-14/+57
| * PCI/PTM: Separate configuration and enableBjorn Helgaas2022-09-121-55/+49
| * PCI/PTM: Add pci_upstream_ptm() helperBjorn Helgaas2022-09-121-14/+25
| * PCI/PTM: Cache PTM Capability offsetBjorn Helgaas2022-09-121-24/+17
* | Merge branch 'pci/dpc'Bjorn Helgaas2022-10-051-5/+10
|\ \
| * | PCI/DPC: Quirk PIO log size for certain Intel Root PortsMika Westerberg2022-09-271-5/+10
| |/
* | PCI/ASPM: Correct LTR_L1.2_THRESHOLD computationBjorn Helgaas2022-10-051-17/+32
* | PCI/ASPM: Ignore L1 PM Substates if device lacks capabilityBjorn Helgaas2022-10-051-0/+3
* | PCI/ASPM: Factor out L1 PM Substates configurationBjorn Helgaas2022-10-051-48/+55
* | PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeVidya Sagar2022-10-041-0/+37
* | PCI/ASPM: Refactor L1 PM Substates Control Register programmingVidya Sagar2022-10-041-34/+40
|/
* 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