summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-27Merge branch 'pci/resource'Bjorn Helgaas1-6/+1
2025-03-27Merge branch 'pci/hotplug'Bjorn Helgaas1-5/+0
2025-03-27Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+1
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle1-0/+1
2025-03-20PCI: Move cardbus IO size declarations into pci/pci.hIlpo Järvinen1-2/+0
2025-03-20PCI: Make pci_setup_bridge() staticIlpo Järvinen1-1/+0
2025-03-20PCI: Move resource reassignment func declarations into pci/pci.hIlpo Järvinen1-2/+0
2025-03-20PCI: Move pci_rescan_bus_bridge_resize() declaration to pci/pci.hIlpo Järvinen1-1/+0
2025-03-10PCI: Cache offset of Resizable BAR capabilityBjorn Helgaas1-0/+1
2025-03-04PCI: hotplug: Inline pci_hp_{create,remove}_module_link()Lukas Wunner1-5/+0
2025-02-21PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen1-0/+1
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2025-01-23Merge branch 'pci/controller/iommu-map'Bjorn Helgaas1-0/+2
2025-01-23Merge branch 'pci/err'Bjorn Helgaas1-1/+1
2025-01-18PCI: Remove devres from pci_intx()Philipp Stanner1-1/+0
2025-01-18PCI: Export pci_intx_unmanaged() and pcim_intx()Philipp Stanner1-0/+2
2025-01-15PCI: Add enable_device() and disable_device() callbacks for bridgesFrank Li1-0/+2
2025-01-14PCI: Store number of supported End-End TLP PrefixesIlpo Järvinen1-1/+1
2024-12-20PCI: Add PCI_VDEVICE_SUB helper macroPiotr Kwapulinski1-0/+14
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+38
2024-11-25Merge branch 'pci/tph'Bjorn Helgaas1-0/+7
2024-11-25Merge branch 'pci/thunderbolt'Bjorn Helgaas1-0/+6
2024-11-25Merge branch 'pci/locking'Bjorn Helgaas1-2/+0
2024-11-25Merge branch 'pci/enumeration'Bjorn Helgaas1-23/+1
2024-11-25Merge branch 'pci/devm'Bjorn Helgaas1-2/+2
2024-11-16PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link SpeedIlpo Järvinen1-0/+10
2024-11-16PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen1-0/+2
2024-11-11PCI: Unexport pci_walk_bus_locked()Keith Busch1-2/+0
2024-11-11PCI: Store all PCIe Supported Link SpeedsIlpo Järvinen1-1/+9
2024-11-06PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-0/+6
2024-10-30PCI: Make pcim_iounmap_region() a public functionPhilipp Stanner1-0/+1
2024-10-30PCI: Remove pcim_iomap_regions_request_all()Philipp Stanner1-2/+0
2024-10-30PCI: Make pcim_request_all_regions() a public functionPhilipp Stanner1-0/+1
2024-10-23PCI: Protect Link Control 2 Register with RMW lockingIlpo Järvinen1-0/+1
2024-10-18PCI: Move struct pci_bus_resource into bus.cIlpo Järvinen1-12/+0
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen1-11/+1
2024-10-15PCI: Constify pci_register_io_range() fwnode_handleRob Herring (Arm)1-2/+2
2024-10-02PCI: Add TLP Processing Hints (TPH) supportWei Huang1-0/+7
2024-09-19Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2024-09-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-1/+1
2024-09-19Merge branch 'pci/npem'Bjorn Helgaas1-0/+3
2024-09-19Merge branch 'pci/devres'Bjorn Helgaas1-0/+3
2024-09-13PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam1-1/+1
2024-09-10PCI: Rename CRS Completion Status to RRSBjorn Helgaas1-1/+1
2024-09-10PCI: Wait for device readiness with Configuration RRSBjorn Helgaas1-0/+1
2024-09-04PCI/NPEM: Add Native PCIe Enclosure Management supportMariusz Tkaczyk1-0/+3
2024-08-23PCI: Make pci_bus_type constantKunwu Chan1-1/+1
2024-08-09PCI: Deprecate pcim_iomap_regions() in favor of pcim_iomap_region()Philipp Stanner1-0/+2
2024-08-09PCI: Make pcim_request_region() a public functionPhilipp Stanner1-0/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2