summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-28PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-0/+1
2025-05-02PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár1-0/+1
2025-05-02PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng1-0/+11
2024-07-05PCI: Add PCI_ERROR_RESPONSE and related definitionsNaveen Naidu1-0/+9
2024-04-13PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas1-0/+1
2024-04-13PCI: Cache PCIe Device Capabilities registerAmey Narkhede1-0/+1
2024-04-13PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley1-0/+4
2024-03-27PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao1-0/+5
2023-07-27PCI: Add pci_clear_master() stub for non-CONFIG_PCISui Jingfeng1-0/+1
2023-03-11PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen1-0/+1
2022-06-22Revert "PCI: Make pci_enable_ptm() private"Vinicius Costa Gomes1-0/+7
2022-04-08PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson1-0/+1
2021-11-21PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier1-0/+2
2021-09-22PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko1-2/+3
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+1
2020-10-21Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-0/+1
2020-10-21Merge branch 'pci/pm'Bjorn Helgaas1-5/+1
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptrSaheed O. Bolarinwa1-0/+1
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński1-1/+1
2020-09-29PCI/PM: Remove unused pcibios_pm_opsVaibhav Gupta1-4/+0
2020-09-21PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORYMatthew Rosato1-0/+1
2020-09-07PCI: Allow root and child buses to have different pci_opsRob Herring1-0/+1
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+9
2020-08-06Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-12/+0
2020-08-06Merge branch 'pci/misc'Bjorn Helgaas1-7/+0
2020-08-06Merge branch 'pci/error'Bjorn Helgaas1-2/+2
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-12/+0
2020-07-29PCI: Remove unused pci_lost_interrupt()Heiner Kallweit1-7/+0
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain1-0/+6
2020-07-10PCI: Cache ACS capability offset in deviceRajat Jain1-0/+1
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-2/+2
2020-07-01PCI: Make pcie_find_root_port() work for Root PortsMika Westerberg1-6/+5
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+8
2020-06-04Merge branch 'pci/misc'Bjorn Helgaas1-11/+16
2020-06-04Merge branch 'pci/error'Bjorn Helgaas1-2/+0
2020-06-01PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownershipKuppuswamy Sathyanarayanan1-2/+0
2020-05-21PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc)Krzysztof Wilczynski1-1/+13
2020-05-20PCI/IOV: Introduce pci_iov_sysfs_link() functionNiklas Schnelle1-0/+8
2020-05-15PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang1-9/+14
2020-05-12PCI: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2020-04-02Merge branch 'pci/resource'Bjorn Helgaas1-1/+1
2020-04-02Merge branch 'pci/enumeration'Bjorn Helgaas1-1/+1
2020-03-30PCI: Add support for root bus sizingIvan Kokshaysky1-0/+1
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-1/+0
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan1-0/+1
2020-03-28PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas1-0/+5
2020-03-28PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macroVasundhara Volam1-0/+1
2020-03-10PCI: Add pci_speed_string()Bjorn Helgaas1-1/+1
2020-03-06PCI: Introduce pci_get_dsnJacob Keller1-0/+5