summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-12Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci...Bjorn Helgaas1-22/+22
2015-06-12PCI: Remove unused pci_scan_bus_parented()Yijing Wang1-2/+0
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas1-11/+0
2015-05-30PCI: Add pci_bus_addr_tYinghai Lu1-3/+9
2015-05-30PCI: Move pci_ari_enabled() to global headerAlex Williamson1-0/+11
2015-05-23PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki1-5/+1
2015-05-22PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang1-0/+1
2015-05-07PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas1-1/+0
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds1-0/+15
2015-04-10Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+1
2015-04-09PCI/ACPI: Optimize device state transition delaysAaron Lu1-0/+1
2015-03-31PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang1-0/+1
2015-03-31PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang1-0/+11
2015-03-31PCI: Keep individual VF BAR size in struct pci_sriovWei Yang1-0/+3
2015-03-03PCI: Add helper functions pci_get[put]_host_bridge_device()Murali Karicheri1-0/+3
2015-02-11Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+2
2015-02-11Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+15
2015-02-07Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+2
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu1-7/+2
2015-02-03PCI: Add pci_device_to_OF_node() stub for !CONFIG_OFKevin Hao1-0/+2
2015-02-02Merge branch 'pci/config' into nextBjorn Helgaas1-0/+11
2015-01-22PCI: Add generic config accessorsRob Herring1-0/+11
2015-01-16PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson1-0/+2
2015-01-16PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu1-0/+1
2015-01-16PCI: Add flag for devices where we can't use bus resetAlex Williamson1-0/+2
2014-12-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2014-12-16x86, irq: Keep balance of IOAPIC pin reference countJiang Liu1-0/+1
2014-12-12Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-12-04PCI: Expose pci_load_saved_state for public consumption.Konrad Rzeszutek Wilk1-0/+2
2014-11-24PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt1-0/+1
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang1-1/+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