summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2023-08-30PCI: acpiphp: Reassign resources on bridge if necessaryIgor Mammedov1-4/+1
2023-08-26PCI: tegra194: Fix possible array out of bounds accessSumit Gupta1-2/+11
2023-08-11PCI/ASPM: Avoid link retraining raceIlpo Järvinen1-0/+11
2023-08-11PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen1-12/+18
2023-08-11PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas1-9/+11
2023-07-27PCI: rockchip: Set address alignment for endpoint modeDamien Le Moal1-0/+1
2023-07-27PCI: rockchip: Use u32 variable to access 32-bit registersRick Wertenbroek2-5/+6
2023-07-27PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint coreRick Wertenbroek2-35/+16
2023-07-27PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be lockedRick Wertenbroek2-0/+19
2023-07-27PCI: rockchip: Write PCI Device ID to correct registerRick Wertenbroek2-2/+6
2023-07-27PCI: rockchip: Assert PCI Configuration Enable bit after probeRick Wertenbroek1-0/+3
2023-07-27PCI: qcom: Disable write access to read only registers for IP v2.3.3Manivannan Sadhasivam1-0/+2
2023-07-27PCI: Add function 1 DMA alias quirk for Marvell 88SE9235Robin Murphy1-0/+2
2023-07-27PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary1-5/+5
2023-07-27PCI: ftpci100: Release the clock resourcesJunyan Ye1-12/+2
2023-07-27PCI: pciehp: Cancel bringup sequence if card is not presentRongguang Wei1-0/+8
2023-07-27PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-freeDing Hui1-9/+12
2023-07-27PCI: cadence: Fix Gen2 Link Retraining processSiddharth Vadapalli1-0/+27
2023-06-28PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panicDexuan Cui1-6/+5
2023-06-28PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_devDexuan Cui1-12/+0
2023-06-28Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"Dexuan Cui1-37/+34
2023-06-28PCI: hv: Fix a race condition bug in hv_pci_query_relations()Dexuan Cui1-0/+18
2023-05-17PCI/EDR: Clear Device Status after EDR error recoveryKuppuswamy Sathyanarayanan1-0/+1
2023-05-17PCI: imx6: Install the fault handler only on compatible matchH. Nikolaus Schaller1-0/+7
2023-05-17PCI: qcom: Fix the incorrect register usage in v2.7.0 configManivannan Sadhasivam1-5/+3
2023-05-17PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lockLukas Wunner1-0/+15
2023-03-22PCI/DPC: Await readiness of secondary bus after resetLukas Wunner3-5/+8
2023-03-22PCI: Unify delay handling for reset and resumeLukas Wunner3-33/+35
2023-03-11PCI: Add ACS quirk for Wangxun NICsMengyuan Lou1-0/+22
2023-03-11PCI: loongson: Add more devices that need MRRS quirkHuacai Chen1-9/+24
2023-03-11PCI: Take other bus devices into account when distributing resourcesMika Westerberg1-70/+106
2023-03-11PCI: Align extra resources for hotplug bridges properlyMika Westerberg1-6/+19
2023-03-11PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen2-29/+25
2023-03-11PCI: Avoid FLR for AMD FCH AHCI adaptersDamien Le Moal1-0/+1
2023-03-11PCI: hotplug: Allow marking devices as disconnected during bind/unbindLukas Wunner1-30/+13
2023-03-11PCI/PM: Observe reset delay irrespective of bridge_d3Lukas Wunner1-1/+1
2023-01-14PCI/sysfs: Fix double free in error pathSascha Hauer1-4/+9
2023-01-14PCI: Fix pci_device_is_present() for VFs by checking PFMichael S. Tsirkin1-0/+2
2023-01-14PCI: Check for alloc failure in pci_request_irq()Zeng Heng1-0/+2
2023-01-14PCI: pci-epf-test: Register notifier if only core_init_notifier is enabledKunihiko Hayashi1-1/+1
2023-01-14PCI: dwc: Fix n_fts[] array overrunVidya Sagar1-1/+1
2022-10-26PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridgeMaciej W. Rozycki1-0/+11
2022-09-05Revert "PCI/portdrv: Don't disable AER reporting in get_port_device_capabilit...Greg Kroah-Hartman1-1/+8
2022-08-25PCI/ERR: Retain status from error notificationKeith Busch1-2/+1
2022-08-25PCI: Add ACS quirk for Broadcom BCM5750x NICsPavan Chebbi1-0/+3
2022-08-21PCI/AER: Iterate over error counters instead of error stringsMohamed Khalfella1-1/+6
2022-08-21PCI/ERR: Recover from RCEC AER errorsSean V Kelley2-21/+56
2022-08-21PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley1-7/+23
2022-08-21PCI/ERR: Avoid negated conditional for claritySean V Kelley1-4/+4
2022-08-21PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley1-17/+20