summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-06-04PCI: Fix old_size lower bound in calculate_iosize() tooIlpo Järvinen1-4/+2
2025-06-04PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu1-3/+2
2025-05-02PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke1-1/+4
2025-04-10PCI: pciehp: Don't enable HPIE when resuming in poll modeIlpo Järvinen1-1/+3
2025-04-10PCI: Remove stray put_device() in pci_register_host_bridge()Dan Carpenter1-3/+2
2025-04-10PCI/portdrv: Only disable pciehp interrupts early when neededFeng Tang1-3/+5
2025-04-10PCI/ASPM: Fix link state exit during switch upstream function removalDaniel Stodden1-8/+9
2025-03-13PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy()Zijun Hu1-1/+1
2025-01-09PCI: Add ACS quirk for Broadcom BCM5760X NICAjit Khaparde1-0/+4
2025-01-09PCI/AER: Disable AER service on suspendKai-Heng Feng1-0/+18
2024-12-14PCI: rockchip-ep: Fix address translation unit programmingDamien Le Moal2-5/+17
2024-12-14PCI: Add ACS quirk for Wangxun FF5xxx NICsMengyuan Lou1-6/+9
2024-12-14PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch3-1/+28
2024-12-14PCI: Fix use-after-free of slot->bus on hot removeLukas Wunner1-1/+3
2024-12-14PCI: cpqphp: Fix PCIBIOS_* return value confusionIlpo Järvinen1-5/+10
2024-12-14PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsweiyufeng1-2/+2
2024-11-08PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli1-0/+4
2024-11-08PCI: Mark Creative Labs EMU20k2 INTx masking as brokenAlex Williamson1-0/+2
2024-11-08PCI: Add ACS quirk for Qualcomm SA8775PSubramanian Ananthanarayanan1-0/+2
2024-11-08PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handlerSean Anderson1-2/+2
2024-11-08PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner1-6/+2
2024-11-08PCI: xilinx-nwl: Fix register misspellingSean Anderson1-6/+6
2024-11-08PCI: keystone: Fix if-statement expression in ks_pcie_quirk()Dan Carpenter1-1/+1
2024-09-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams1-14/+21
2024-09-12pci/hotplug/pnv_php: Fix hotplug driver crash on PowernvKrishna Kumar1-2/+1
2024-09-12PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)Kishon Vijay Abraham I1-1/+43
2024-08-19PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpioManivannan Sadhasivam1-1/+1
2024-08-19PCI: rockchip: Make 'ep-gpios' DT property optionalChen-Yu Tsai1-6/+6
2024-08-19PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PINWei Liu1-2/+2
2024-08-19PCI: Fix resource double counting on remove & rescanIlpo Järvinen1-4/+2
2024-07-05PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe PortsMario Limonciello1-0/+12
2024-07-05PCI: rockchip-ep: Remove wrong mask on subsys_vendor_idRick Wertenbroek1-4/+2
2024-04-13PCI/PM: Drain runtime-idle callbacks before driver removalRafael J. Wysocki1-0/+7
2024-04-13PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König1-9/+7
2024-03-27PCI: Mark 3ware-9650SE Root Port Extended Tags as brokenJörg Wedekind1-0/+1
2024-03-27PCI: switchtec: Fix an error handling path in switchtec_pci_probe()Christophe JAILLET1-1/+3
2024-03-27PCI/DPC: Print all TLP Prefixes, not just the firstIlpo Järvinen1-1/+1
2024-03-01PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar1-1/+1
2024-03-01PCI: tegra: Fix OF node reference leakChristophe JAILLET1-5/+8
2024-03-01PCI: tegra: Fix reporting GPIO error valuePali Rohár1-2/+2
2024-02-23PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas1-2/+7
2024-02-23PCI: switchtec: Fix stdev_release() crash after surprise hot removeDaniel Stodden1-8/+17
2024-02-23PCI: Only override AMD USB controller if requiredGuilherme G. Piccoli1-4/+7
2024-02-23PCI: Add no PM reset quirk for NVIDIA Spectrum devicesIdo Schimmel1-0/+13
2024-02-23PCI: mediatek: Clear interrupt status before dispatching handlerqizhong cheng1-2/+8
2024-01-26PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli1-0/+9
2024-01-15PCI: Disable ATS for specific Intel IPU E2000 devicesBartosz Pawlowski1-0/+19
2024-01-15PCI: Extract ATS disabling to a helper functionBartosz Pawlowski1-2/+7
2023-12-20Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas1-6/+3
2023-12-13of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi1-1/+1