aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-14Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2021-11-11Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus 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/cxlLinus 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/git/helgaas/pciLinus 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/git/helgaas/pciLinus 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/git/robh/linuxLinus Torvalds1-0/+4