summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-18PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas1-0/+1
2016-04-18PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang1-0/+1
2016-04-18x86, irq: Keep balance of IOAPIC pin reference countJiang Liu1-0/+1
2015-12-03PCI: Add dev_flags bit to access VPD through function 0Mark Rustad1-0/+2
2015-12-03PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson1-0/+2
2015-07-04PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki1-5/+1
2015-01-30PCI: Add flag for devices where we can't use bus resetAlex Williamson1-0/+2
2015-01-30PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu1-0/+1
2014-11-24PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt1-0/+1
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+42
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas1-0/+27
2014-10-01PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau1-0/+3
2014-10-01of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau1-0/+3
2014-10-01PCI: Add generic domain handlingCatalin Marinas1-0/+21
2014-09-25Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into...Bjorn Helgaas1-16/+0
2014-09-23PCI: Remove unused pci_get_dma_source()Alex Williamson1-5/+0
2014-09-23PCI: Remove unused pci_find_upstream_pcie_bridge()Alex Williamson1-11/+0
2014-09-22Merge branches 'pci/enumeration', 'pci/misc' and 'pci/virtualization' into nextBjorn Helgaas1-2/+15
2014-09-17PCI: Parenthesize PCI_DEVID and PCI_VPD_LRDT_ID parametersMegan Kamiya1-2/+2
2014-09-17PCI: Add device flag helper functionsEthan Zhao1-0/+13
2014-09-10PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas1-0/+6
2014-08-05Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+11
2014-07-17Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/ho...Bjorn Helgaas1-2/+2
2014-07-17PCI/MSI: Remove unused function msi_remove_pci_irq_vectors()Yijing Wang1-2/+0
2014-07-04PCI: Make resetting secondary bus logic commonGavin Shan1-0/+2
2014-06-20PCI: Add pci_fixup_suspend_late quirk passAndreas Noever1-1/+11
2014-06-03Merge branch 'pci/iommu' into nextBjorn Helgaas1-4/+13
2014-05-30Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas1-1/+1
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang1-1/+1
2014-05-29Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+3
2014-05-29Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas1-0/+17
2014-05-29PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson1-0/+1
2014-05-29PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson1-0/+2
2014-05-29PCI: Add support for DMA alias quirksAlex Williamson1-0/+3
2014-05-29PCI: Convert pci_dev_flags definitions to bit shiftsAlex Williamson1-4/+4
2014-05-28PCI: Add DMA alias iteratorAlex Williamson1-0/+4
2014-05-28PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan1-2/+2
2014-05-28PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-0/+1
2014-05-27PCI: Add new pci_is_bridge() interfaceYijing Wang1-0/+13
2014-05-27PCI: Notify driver before and after device resetKeith Busch1-0/+3
2014-05-27Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas1-5/+1
2014-05-22PCI: Remove pcibios_add_platform_entries()Sebastian Ott1-1/+0
2014-05-01PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev1-4/+1
2014-04-25PCI: Use designated initialization in PCI_VDEVICEMark Rustad1-5/+5
2014-03-20Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+1
2014-03-20PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas1-1/+1
2014-02-21Merge branch 'pci/dead-code' into nextBjorn Helgaas1-4/+0
2014-02-19PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas1-4/+0
2014-02-19Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas1-1/+0
2014-02-15Merge branch 'pci/msi' into nextBjorn Helgaas1-0/+20