summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-05-02PCI: Fix use-after-free in pci_bus_release_domain_nr()Rob Herring1-2/+3
2025-05-02PCI: Fix reference leak in pci_register_host_bridge()Ma Ke1-2/+7
2025-05-02PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár3-43/+73
2025-04-25Revert "PCI: Avoid reset when disabled via sysfs"Alex Williamson1-4/+0
2025-04-25PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke1-1/+4
2025-04-25PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()Stanimir Varbanov1-4/+9
2025-04-25PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t typeRyo Takakura1-6/+6
2025-04-10PCI: pciehp: Don't enable HPIE when resuming in poll modeIlpo Järvinen1-1/+3
2025-04-10PCI: xilinx-cpm: Fix IRQ domain leak in error path of probeThippeswamy Havalige1-4/+6
2025-04-10PCI: Remove stray put_device() in pci_register_host_bridge()Dan Carpenter1-3/+2
2025-04-10PCI: Avoid reset when disabled via sysfsNishanth Aravamudan1-0/+4
2025-04-10PCI/portdrv: Only disable pciehp interrupts early when neededFeng Tang1-3/+5
2025-04-10PCI: brcmstb: Fix potential premature regulator disablingJim Quinlan1-1/+1
2025-04-10PCI: brcmstb: Fix error path after a call to regulator_bulk_get()Jim Quinlan1-1/+2
2025-04-10PCI: brcmstb: Use internal register to change link capabilityJim Quinlan1-2/+2
2025-04-10PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang2-3/+2
2025-04-10PCI/ASPM: Fix link state exit during switch upstream function removalDaniel Stodden1-8/+9
2025-04-10PCI: Use downstream bridges for distributing resourcesKai-Heng Feng1-2/+1
2025-02-21PCI: switchtec: Add Microchip PCI100X device IDsRakesh Babu Saladi2-0/+37
2025-02-21PCI/DPC: Quirk PIO log size for Intel Raptor Lake-PTakashi Iwai1-0/+1
2025-02-21PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf()Zijun Hu1-0/+1
2025-02-21PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY testManivannan Sadhasivam1-2/+2
2025-02-21PCI: epf-test: Simplify DMA support checksDamien Le Moal1-30/+15
2025-02-21PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on errorMohamed Khalfella1-1/+1
2025-02-21PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region()King Dix1-1/+1
2025-02-21PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy()Zijun Hu1-1/+1
2025-01-23Revert "PCI: Use preserve_config in place of pci_flags"Terry Tritton2-9/+15
2024-12-27PCI: Add ACS quirk for Broadcom BCM5760X NICAjit Khaparde1-0/+4
2024-12-27PCI: vmd: Create domain symlink before pci_bus_add_devices()Jiwei Sun1-4/+4
2024-12-27PCI: Use preserve_config in place of pci_flagsVidya Sagar2-15/+9
2024-12-27PCI/AER: Disable AER service on suspendKai-Heng Feng1-0/+18
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: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-7/+23
2024-12-14PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf()Zijun Hu1-3/+3
2024-12-14PCI: endpoint: Use a separate lock for protecting epc->pci_epf listManivannan Sadhasivam1-4/+5
2024-12-14PCI: rockchip-ep: Fix address translation unit programmingDamien Le Moal2-3/+17
2024-12-14PCI: keystone: Add link up check to ks_pcie_other_map_bus()Kishon Vijay Abraham I1-0/+11
2024-12-14PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatibleKishon Vijay Abraham I1-0/+1
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-12-14PCI: Fix reset_method_store() memory leakTodd Kjos1-2/+3
2024-10-17PCI: Mark Creative Labs EMU20k2 INTx masking as brokenAlex Williamson1-0/+2
2024-10-17PCI: Add ACS quirk for Qualcomm SA8775PSubramanian Ananthanarayanan1-0/+2
2024-10-17PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli1-0/+4
2024-10-17PCI/PM: Mark devices disconnected if upstream PCIe link is down on resumeMika Westerberg1-1/+13
2024-10-17PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handlerSean Anderson1-2/+2
2024-10-17PCI: imx6: Fix missing call to phy_power_off() in error handlingFrank Li1-3/+4
2024-10-17PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()Alexandra Diupina1-2/+2