aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box1-1/+1
2024-03-06PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao1-0/+5
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold1-0/+5
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+3
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+10
2024-01-15Merge branch 'pci/misc'Bjorn Helgaas1-2/+1
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas1-1/+3
2024-01-15PCI: Fix kernel-doc issuesBjorn Helgaas1-0/+1
2024-01-09Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams1-0/+2
2024-01-09PCI: Introduce cleanup helpers for device reference counts and locksIra Weiny1-0/+2
2024-01-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2023-12-26PCI: Remove unused 'node' member from struct pci_driverMathias Krause1-2/+0
2023-12-22cxl: Calculate and store PCI link latency for the downstream portsDave Jiang1-0/+1
2023-12-18PCI: Rename PCI_IRQ_LEGACY to PCI_IRQ_INTXBjorn Helgaas1-1/+3
2023-12-13PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue1-0/+2
2023-12-11PCI/ASPM: Add pci_enable_link_state_locked()Johan Hovold1-0/+3
2023-11-20PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()Andy Shevchenko1-6/+6
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+29
2023-10-28Merge branch 'pci/vga'Bjorn Helgaas1-0/+24
2023-10-17PCI/MSI: Provide stubs for IMS functionsReinette Chatre1-8/+26
2023-10-06PCI: Add pci_is_vga() helperSui Jingfeng1-0/+24
2023-09-28PCI: Add pci_get_base_class() helperSui Jingfeng1-0/+5
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+40
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-4/+8
2023-08-24PCI: Remove unused function declarationsYue Haibing1-1/+0
2023-08-18kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko1-1/+1
2023-08-14PCI/sysfs: Move declarations to linux/pci.hArnd Bergmann1-0/+5
2023-08-10PCI: Add locking to RMW PCI Express Capability Register accessorsIlpo Järvinen1-2/+32
2023-07-13PCI: Change pdev->rom_attr_enabled to single bitChristophe JAILLET1-1/+1
2023-07-13PCI: Reorder pci_dev fields to reduce holesChristophe JAILLET1-2/+2
2023-05-31PCI: Add pci_clear_master() stub for non-CONFIG_PCISui Jingfeng1-0/+1
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+3
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+59
2023-04-18PCI/DOE: Create mailboxes on device enumerationLukas Wunner1-0/+3
2023-04-11Merge tag 'pci-v6.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2023-04-06PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn()Reinette Chatre1-0/+2
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko1-5/+19
2023-04-04PCI: Document pci_bus_for_each_resource()Andy Shevchenko1-0/+20
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-0/+14
2023-04-04PCI: Introduce pci_resource_n()Andy Shevchenko1-8/+7
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle1-0/+1
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2023-02-24Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2023-02-22Merge branch 'pci/controller/vmd'Bjorn Helgaas1-0/+7
2023-02-13PCI/MSI: Provide missing stubs for CONFIG_PCI_MSI=nReinette Chatre1-0/+12
2023-02-02PCI/ASPM: Add pci_enable_link_state()Michael Bottini1-0/+7
2023-02-01PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen1-0/+1
2023-01-05PCI/CXL: Export native CXL error reporting controlIra Weiny1-0/+1
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+20
2022-12-05PCI/MSI: Provide pci_ims_alloc/free_irq()Thomas Gleixner1-0/+3
2022-12-05PCI/MSI: Provide IMS (Interrupt Message Store) supportThomas Gleixner1-0/+5
2022-12-05PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XThomas Gleixner1-0/+6
2022-12-05Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams1-0/+3
2022-12-03PCI/AER: Add optional logging callback for correctable errorDave Jiang1-0/+3
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors() to api.cAhmed S. Darwish1-4/+11
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny1-0/+17
2022-11-08PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár1-0/+1
2022-10-11Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2022-09-26treewide: Drop __cficanonicalSami Tolvanen1-2/+2
2022-09-12PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas1-0/+2
2022-09-12PCI/PTM: Cache PTM Capability offsetBjorn Helgaas1-0/+1
2022-07-29PCI: Remove pci_mmap_page_range() wrapperArnd Bergmann1-11/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+5
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2022-05-05PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki1-4/+0
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-0/+8
2022-04-22PCI: Use driver_set_override() instead of open-codingKrzysztof Kozlowski1-1/+5
2022-03-30PCI: Remove the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-2/+1
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2022-03-04PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson1-0/+1
2022-02-27PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PFJason Gunthorpe1-0/+7
2022-02-27PCI/IOV: Add pci_iov_vf_id() to get VF indexJason Gunthorpe1-1/+7
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+14
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas1-0/+9
2022-01-13Merge branch 'pci/resource'Bjorn Helgaas1-0/+1
2022-01-11PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas1-0/+1
2021-12-17PCI: Convert pci_dev_present() stub to static inlineHans de Goede1-1/+4
2021-12-16PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner1-1/+0
2021-12-16PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner1-1/+2
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner1-0/+1
2021-12-09PCI/MSI: Sanitize MSI-X table map handlingThomas Gleixner1-0/+1
2021-11-18PCI: Add PCI_ERROR_RESPONSE and related definitionsNaveen Naidu1-0/+9
2021-11-14Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+1
2021-11-11Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2021-11-11Revert "PCI: Remove struct pci_dev->driver"Bjorn Helgaas1-0/+1
2021-11-11PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier1-0/+2
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-0/+1
2021-11-08PCI: Export pci_dev_lock()Niklas Schnelle1-0/+1
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas1-11/+0
2021-11-05Merge branch 'pci/vpd'Bjorn Helgaas1-0/+2
2021-11-05Merge branch 'pci/driver'Bjorn Helgaas1-2/+4
2021-10-29PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky1-0/+1
2021-10-18PCI: Remove unused pci_pool wrappersCai Huoqing1-11/+0
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König1-1/+0
2021-10-12PCI: Return NULL for to_pci_driver(NULL)Bjorn Helgaas1-1/+4
2021-10-11PCI/VPD: Add pci_read/write_vpd_any()Heiner Kallweit1-0/+2
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-102/+57
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+29
2021-09-02Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas1-0/+11
2021-09-02Merge branch 'pci/misc'Bjorn Helgaas1-20/+3
2021-09-02Merge branch 'pci/vpd'Bjorn Helgaas1-79/+32
2021-09-02Merge branch 'pci/resource'Bjorn Helgaas1-3/+1
2021-09-02Merge branch 'pci/reset'Bjorn Helgaas1-2/+11
2021-08-31PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit1-69/+0
2021-08-31PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit1-0/+10
2021-08-31PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit1-13/+0
2021-08-31PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit1-11/+0
2021-08-26PCI: Allow PASID on fake PCIe devices without TLP prefixesZhangfei Gao1-0/+1
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy1-0/+14
2021-08-26PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy1-0/+15
2021-08-24PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes1-0/+3
2021-08-24Revert "PCI: Make pci_enable_ptm() private"Vinicius Costa Gomes1-0/+7
2021-08-23PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng1-0/+11
2021-08-21PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko1-2/+3
2021-08-20PCI: Optimize pci_resource_len() to reduce kernel sizeZhen Lei1-3/+1
2021-08-20PCI: Make saved capability state private to coreBjorn Helgaas1-18/+0
2021-08-20PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit1-0/+9
2021-08-20PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit1-0/+13
2021-08-20PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit1-0/+9
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede1-1/+4
2021-08-18PCI: Add support for ACPI _RST reset methodShanker Donthineni1-1/+1
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede1-1/+0
2021-08-17PCI: Add array to track reset method orderingAmey Narkhede1-0/+6
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede1-1/+1
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede1-0/+1
2021-08-12PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit1-2/+7
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-07-06PCI/P2PDMA: Finish RCU conversion of pdev->p2pdmaEric Dumazet1-1/+1
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+3
2021-07-03Merge tag 'devicetree-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2021-06-24PCI: Export pci_dev_trylock() and pci_dev_unlock()Luis Chamberlain1-0/+3
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1-0/+2
2021-06-02PCI: Add empty stub for pci_register_io_range()Rob Herring1-0/+4
2021-05-25PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"Jean-Philippe Brucker1-0/+2
2021-05-19PCI: Add support for dev_groups to struct pci_driverAndrey Grodzovsky1-0/+3
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+3
2021-05-04Merge tag 'dmaengine-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-05-04Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas1-2/+1
2021-05-04Merge branch 'pci/sysfs'Bjorn Helgaas1-1/+0
2021-05-04Merge branch 'pci/vpd'Bjorn Helgaas1-3/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-2/+1
2021-04-30PCI/VPD: Remove pci_set_vpd_size()Heiner Kallweit1-1/+0
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+8
2021-04-27PCI/sysfs: Convert "rom" to static attributeKrzysztof Wilczyński1-1/+0
2021-04-20PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsMarc Zyngier1-0/+1
2021-04-20PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier1-2/+0
2021-04-08cfi: add __cficanonicalSami Tolvanen1-2/+2
2021-04-04PCI/IOV: Add sysfs MSI-X vector assignment interfaceLeon Romanovsky1-0/+8
2021-03-31PCI: Add pci_disable_parity()Bjorn Helgaas1-0/+1
2021-03-16PCI: Add pci_find_vsec_capability() to find a specific VSECGustavo Pimentel1-0/+1
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+25
2021-01-14PCI: Fix PREL32 relocations for LTOSami Tolvanen1-2/+25
2021-01-14PCI: Add pci_rebar_bytes_to_size()Nirmoy Das1-0/+8
2021-01-14PCI: Export pci_rebar_get_possible_sizes()Darren Salt1-0/+1
2020-12-15Merge branch 'pci/pm'Bjorn Helgaas1-1/+1
2020-12-15Merge branch 'pci/misc'Bjorn Helgaas1-1/+0
2020-12-15Merge branch 'pci/err'Bjorn Helgaas1-0/+5
2020-12-08PCI: Remove unused HAVE_PCI_SET_MWIHeiner Kallweit1-1/+0
2020-12-05PCI/ERR: Add pcie_link_rcec() to associate RCiEPsSean V Kelley1-0/+1
2020-12-04PCI/PM: Rename pci_wakeup_bus() to pci_resume_bus()Mika Westerberg1-1/+1
2020-12-04PCI: Return u16 from pci_find_ext_capability() and similarBjorn Helgaas1-3/+3
2020-12-04PCI: Return u8 from pci_find_capability() and similarPuranjay Mohan1-6/+6
2020-12-04PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley1-0/+4
2020-11-20PCI: Decode PCIe 64 GT/s link speedGustavo Pimentel1-0/+1
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-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+9
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-12/+0
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas1-7/+0
2020-08-05Merge 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-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-2/+2
2020-06-30PCI: 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-14PCI: 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-03Merge 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