aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-84/+49
2019-09-23Merge branch 'pci/trivial'Gravatar Bjorn Helgaas 1-2/+2
2019-09-23Merge branch 'pci/resource'Gravatar Bjorn Helgaas 1-16/+0
2019-09-23Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-13/+29
2019-09-23Merge branch 'pci/enumeration'Gravatar Bjorn Helgaas 1-1/+0
2019-09-23Merge branch 'pci/encapsulate'Gravatar Bjorn Helgaas 1-52/+0
2019-09-21PCI: Add pci_irq_vector() and other stubs when !CONFIG_PCIGravatar Herbert Xu 1-13/+26
2019-09-07PCI: Get rid of dev->has_secondary_link flagGravatar Mika Westerberg 1-1/+0
2019-09-05PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyGravatar Krzysztof Wilczynski 1-0/+3
2019-08-30PCI: Fix typos and whitespace errorsGravatar Bjorn Helgaas 1-2/+2
2019-08-28PCI: Move ASPM declarations to linux/pci.hGravatar Krzysztof Wilczynski 1-0/+18
2019-08-12PCI/ASPM: Add pcie_aspm_enabled()Gravatar Rafael J. Wysocki 1-0/+2
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionGravatar Denis Efremov 1-16/+0
2019-07-30PCI: Make pci_set_of_node(), etc privateGravatar Kelsey Skunberg 1-8/+0
2019-07-30PCI: Make pci_enable_ptm() privateGravatar Kelsey Skunberg 1-7/+0
2019-07-30PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() privateGravatar Kelsey Skunberg 1-8/+0
2019-07-30PCI: Make pci_ats_init() privateGravatar Kelsey Skunberg 1-2/+0
2019-07-30PCI: Make pcie_update_link_speed() privateGravatar Kelsey Skunberg 1-1/+0
2019-07-30PCI: Make pci_bus_get(), pci_bus_put() privateGravatar Kelsey Skunberg 1-2/+0
2019-07-30PCI: Make pci_hotplug_io_size, mem_size, and bus_size privateGravatar Kelsey Skunberg 1-4/+0
2019-07-30PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc privateGravatar Kelsey Skunberg 1-5/+0
2019-07-30PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() privateGravatar Kelsey Skunberg 1-3/+0
2019-07-30PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() privateGravatar Kelsey Skunberg 1-2/+0
2019-07-30PCI: Make PCI_PM_* delay times privateGravatar Kelsey Skunberg 1-5/+0
2019-07-23PCI: Remove pci_block_cfg_access() et al (unused)Gravatar Kelsey Skunberg 1-5/+0
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbGravatar Linus Torvalds 1-0/+9
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+51
2019-07-12Merge branch 'pci/trivial'Gravatar Bjorn Helgaas 1-1/+1
2019-07-12Merge branch 'pci/resource'Gravatar Bjorn Helgaas 1-0/+2
2019-07-12Merge branch 'pci/enumeration'Gravatar Bjorn Helgaas 1-0/+1
2019-07-09PCI: Fix typos and whitespace errorsGravatar Bjorn Helgaas 1-1/+1
2019-06-21PCI/ACPI: Evaluate PCI Boot Configuration _DSMGravatar Benjamin Herrenschmidt 1-0/+2
2019-06-14docs: power: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-13PCI: Decode PCIe 32 GT/s link speedGravatar Gustavo Pimentel 1-0/+1
2019-06-13PCI/MSI: Support allocating virtual MSI interruptsGravatar Logan Gunthorpe 1-0/+9
2019-05-30Documentation: PCI: convert pci.txt to reSTGravatar Changbin Du 1-1/+47
2019-05-27PCI: PM: Avoid possible suspend-to-idle issueGravatar Rafael J. Wysocki 1-0/+1
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+8
2019-05-13Merge branch 'pci/iova-dma-ranges'Gravatar Bjorn Helgaas 1-0/+1
2019-05-13Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-1/+5
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+16
2019-05-06PCI: Add dma_ranges window listGravatar Srinath Mannam 1-0/+1
2019-04-29PCI: Add pci_dev_id() helperGravatar Heiner Kallweit 1-0/+5
2019-04-23PCI: Add a stub for pci_ats_disabled()Gravatar Jean-Philippe Brucker 1-0/+1
2019-04-23PCI: Move ATS declarations outside of CONFIG_PCIGravatar Jean-Philippe Brucker 1-15/+15
2019-04-22vfio: Use dev_printk() when possibleGravatar Bjorn Helgaas 1-0/+3
2019-04-17PCI: Remove unused pci_request_region_exclusive()Gravatar Johannes Thumshirn 1-1/+0
2019-04-06PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumGravatar Stefan Mätje 1-0/+2
2019-03-10Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3