summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-02-24Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-22Merge branch 'pci/controller/vmd'Bjorn Helgaas
2023-02-13PCI/MSI: Provide missing stubs for CONFIG_PCI_MSI=nReinette Chatre
2023-02-02PCI/ASPM: Add pci_enable_link_state()Michael Bottini
2023-02-01PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen
2023-01-05PCI/CXL: Export native CXL error reporting controlIra Weiny
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2022-12-05PCI/MSI: Provide pci_ims_alloc/free_irq()Thomas Gleixner
2022-12-05PCI/MSI: Provide IMS (Interrupt Message Store) supportThomas Gleixner
2022-12-05PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XThomas Gleixner
2022-12-05Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams
2022-12-03PCI/AER: Add optional logging callback for correctable errorDave Jiang
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors() to api.cAhmed S. Darwish
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny
2022-11-08PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár
2022-10-11Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-09-26treewide: Drop __cficanonicalSami Tolvanen
2022-09-12PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas
2022-09-12PCI/PTM: Cache PTM Capability offsetBjorn Helgaas
2022-07-29PCI: Remove pci_mmap_page_range() wrapperArnd Bergmann
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-05PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu
2022-04-22PCI: Use driver_set_override() instead of open-codingKrzysztof Kozlowski
2022-03-30PCI: Remove the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-03-04PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson
2022-02-27PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PFJason Gunthorpe
2022-02-27PCI/IOV: Add pci_iov_vf_id() to get VF indexJason Gunthorpe
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas
2022-01-13Merge branch 'pci/resource'Bjorn Helgaas
2022-01-11PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas
2021-12-17PCI: Convert pci_dev_present() stub to static inlineHans de Goede
2021-12-16PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner
2021-12-16PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner
2021-12-09PCI/MSI: Sanitize MSI-X table map handlingThomas Gleixner
2021-11-18PCI: Add PCI_ERROR_RESPONSE and related definitionsNaveen Naidu
2021-11-14Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-11-11Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-11Revert "PCI: Remove struct pci_dev->driver"Bjorn Helgaas
2021-11-11PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-11-08PCI: Export pci_dev_lock()Niklas Schnelle
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas