summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson2022-04-081-0/+1
* PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-211-0/+2
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-102/+57
|\
| * Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas2021-09-021-0/+11
| |\
| | * PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng2021-08-231-0/+11
| * | Merge branch 'pci/misc'Bjorn Helgaas2021-09-021-20/+3
| |\ \
| | * | PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko2021-08-211-2/+3
| | * | PCI: Make saved capability state private to coreBjorn Helgaas2021-08-201-18/+0
| | |/
| * | Merge branch 'pci/vpd'Bjorn Helgaas2021-09-021-79/+32
| |\ \
| | * | PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit2021-08-311-69/+0
| | * | PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit2021-08-311-0/+10
| | * | PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit2021-08-311-13/+0
| | * | PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit2021-08-311-11/+0
| | * | PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit2021-08-201-0/+9
| | * | PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-0/+13
| | * | PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit2021-08-201-0/+9
| | * | PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit2021-08-121-2/+7
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas2021-09-021-3/+1
| |\ \
| | * | PCI: Optimize pci_resource_len() to reduce kernel sizeZhen Lei2021-08-201-3/+1
| | |/
| * | Merge branch 'pci/reset'Bjorn Helgaas2021-09-021-2/+11
| |\ \
| | * | PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+4
| | * | PCI: Add support for ACPI _RST reset methodShanker Donthineni2021-08-181-1/+1
| | * | PCI: Remove reset_fn field from pci_devAmey Narkhede2021-08-171-1/+0
| | * | PCI: Add array to track reset method orderingAmey Narkhede2021-08-171-0/+6
| | * | PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede2021-08-171-1/+1
| | * | PCI: Cache PCIe Device Capabilities registerAmey Narkhede2021-08-171-0/+1
| | |/
| * / PCI: Allow PASID on fake PCIe devices without TLP prefixesZhangfei Gao2021-08-261-0/+1
| |/
* | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-021-0/+29
|\ \
| * | PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy2021-08-261-0/+14
| * | PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy2021-08-261-0/+15
| |/
* | PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes2021-08-241-0/+3
* | Revert "PCI: Make pci_enable_ptm() private"Vinicius Costa Gomes2021-08-241-0/+7
|/
* Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-081-1/+1
|\
| * PCI/P2PDMA: Finish RCU conversion of pdev->p2pdmaEric Dumazet2021-07-061-1/+1
* | Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-07-031-0/+3
|\ \
| * | PCI: Export pci_dev_trylock() and pci_dev_unlock()Luis Chamberlain2021-06-241-0/+3
* | | Merge tag 'devicetree-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-031-0/+4
|\ \ \
| * | | PCI: Add empty stub for pci_register_io_range()Rob Herring2021-06-021-0/+4
| | |/ | |/|
* | | Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie2021-06-231-0/+2
|\ \ \ | | |/ | |/|
| * | PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"Jean-Philippe Brucker2021-05-251-0/+2
| |/
* / PCI: Add support for dev_groups to struct pci_driverAndrey Grodzovsky2021-05-191-0/+3
|/
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-6/+3
|\
| * Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas2021-05-041-2/+1
| |\
| | * PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsMarc Zyngier2021-04-201-0/+1
| | * PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier2021-04-201-2/+0
| * | Merge branch 'pci/sysfs'Bjorn Helgaas2021-05-041-1/+0
| |\ \
| | * | PCI/sysfs: Convert "rom" to static attributeKrzysztof WilczyƄski2021-04-271-1/+0
| | |/
| * | Merge branch 'pci/vpd'Bjorn Helgaas2021-05-041-3/+1
| |\ \
| | * | PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-2/+1
| | * | PCI/VPD: Remove pci_set_vpd_size()Heiner Kallweit2021-04-301-1/+0
| | |/