aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov1-16/+0
2019-07-30PCI: Make pci_set_of_node(), etc privateKelsey Skunberg1-8/+0
2019-07-30PCI: Make pci_enable_ptm() privateKelsey Skunberg1-7/+0
2019-07-30PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() privateKelsey Skunberg1-8/+0
2019-07-30PCI: Make pci_ats_init() privateKelsey Skunberg1-2/+0
2019-07-30PCI: Make pcie_update_link_speed() privateKelsey Skunberg1-1/+0
2019-07-30PCI: Make pci_bus_get(), pci_bus_put() privateKelsey Skunberg1-2/+0
2019-07-30PCI: Make pci_hotplug_io_size, mem_size, and bus_size privateKelsey Skunberg1-4/+0
2019-07-30PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc privateKelsey Skunberg1-5/+0
2019-07-30PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() privateKelsey Skunberg1-3/+0
2019-07-30PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() privateKelsey Skunberg1-2/+0
2019-07-30PCI: Make PCI_PM_* delay times privateKelsey Skunberg1-5/+0
2019-07-23PCI: Remove pci_block_cfg_access() et al (unused)Kelsey Skunberg1-5/+0
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds1-0/+9
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+51
2019-07-12Merge branch 'pci/trivial'Bjorn Helgaas1-1/+1
2019-07-12Merge branch 'pci/resource'Bjorn Helgaas1-0/+2
2019-07-12Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+1
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2019-06-21PCI/ACPI: Evaluate PCI Boot Configuration _DSMBenjamin Herrenschmidt1-0/+2
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-13PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel1-0/+1
2019-06-13PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe1-0/+9
2019-05-30Documentation: PCI: convert pci.txt to reSTChangbin Du1-1/+47
2019-05-27PCI: PM: Avoid possible suspend-to-idle issueRafael J. Wysocki1-0/+1
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+8
2019-05-13Merge branch 'pci/iova-dma-ranges'Bjorn Helgaas1-0/+1
2019-05-13Merge branch 'pci/misc'Bjorn Helgaas1-1/+5
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-15/+16
2019-05-06PCI: Add dma_ranges window listSrinath Mannam1-0/+1
2019-04-29PCI: Add pci_dev_id() helperHeiner Kallweit1-0/+5
2019-04-23PCI: Add a stub for pci_ats_disabled()Jean-Philippe Brucker1-0/+1
2019-04-23PCI: Move ATS declarations outside of CONFIG_PCIJean-Philippe Brucker1-15/+15
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas1-0/+3
2019-04-17PCI: Remove unused pci_request_region_exclusive()Johannes Thumshirn1-1/+0
2019-04-06PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje1-0/+2
2019-03-10Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+2
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2019-02-26PCI/ATS: Add pci_ats_page_aligned() interfaceKuppuswamy Sathyanarayanan1-0/+2
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei1-2/+2
2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas1-0/+3
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+4
2019-01-02Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+1
2019-01-01PCI/IOV: Add flag so platforms can skip VF scanningSebastian Ott1-0/+1
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+8
2018-12-20PCI/ACPI: Allow ACPI to be built without CONFIG_PCI setSinan Kaya1-0/+4
2018-12-06PCI: Remove unnecessary space before function pointer argumentsBenjamin Young1-3/+3
2018-12-05PCI / ACPI: Identify untrusted PCI devicesMika Westerberg1-0/+8
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+6
2018-10-21Merge branch 'spi-4.20' into spi-nextMark Brown1-0/+4