aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+11
2014-07-16Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra', 'pci/msi', 'pci/misc', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-2/+2
2014-07-16PCI/MSI: Remove unused function msi_remove_pci_irq_vectors()Yijing Wang1-2/+0
2014-07-03PCI: Make resetting secondary bus logic commonGavin Shan1-0/+2
2014-06-19PCI: Add pci_fixup_suspend_late quirk passAndreas Noever1-1/+11
2014-06-02Merge branch 'pci/iommu' into nextBjorn Helgaas1-4/+13
2014-05-30Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/misc' into nextBjorn Helgaas1-1/+1
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang1-1/+1
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+3
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-0/+17
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson1-0/+1
2014-05-28PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson1-0/+2
2014-05-28PCI: Add support for DMA alias quirksAlex Williamson1-0/+3
2014-05-28PCI: Convert pci_dev_flags definitions to bit shiftsAlex Williamson1-4/+4
2014-05-28PCI: Add DMA alias iteratorAlex Williamson1-0/+4
2014-05-27PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan1-2/+2
2014-05-27PCI: 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-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into nextBjorn Helgaas1-5/+1
2014-05-22PCI: Remove pcibios_add_platform_entries()Sebastian Ott1-1/+0
2014-04-30PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev1-4/+1
2014-04-24PCI: Use designated initialization in PCI_VDEVICEMark Rustad1-5/+5
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+1
2014-03-19PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas1-1/+1
2014-02-20Merge branch 'pci/dead-code' into nextBjorn Helgaas1-4/+0
2014-02-19PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas1-4/+0
2014-02-18Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas1-1/+0
2014-02-14Merge branch 'pci/msi' into nextBjorn Helgaas1-0/+20
2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang1-1/+0
2014-02-13PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()Alexander Gordeev1-0/+20
2014-02-11PCI: Add pci_dev_flag for ACS enable quirksAlex Williamson1-0/+2
2014-02-11PCI: Add device-specific PCI ACS enableAlex Williamson1-0/+2
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-245/+107
2014-01-15Merge branch 'pci/reset' into nextBjorn Helgaas1-0/+3
2014-01-14PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson1-0/+3
2014-01-13PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki1-0/+3
2014-01-13PCI: Cleanup pci.h whitespaceBjorn Helgaas1-184/+54
2014-01-13PCI: Reorder so actual code comes before stubsBjorn Helgaas1-23/+23
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas1-43/+0
2014-01-13PCI: Make local functions staticStephen Hemminger1-5/+0
2014-01-13PCI: Remove unused alloc_pci_dev()Stephen Hemminger1-1/+0
2014-01-13PCI: Remove unused pci_renumber_slot()Stephen Hemminger1-1/+0
2014-01-13PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger1-2/+0
2014-01-13PCI: Remove unused pci_vpd_truncate()Stephen Hemminger1-1/+0
2014-01-10PCI: Remove unused ID-Based Ordering supportStephen Hemminger1-13/+0
2014-01-10PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger1-16/+0
2014-01-10PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger1-4/+0
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-8/+12
2014-01-07Merge branch 'pci/msi' into nextBjorn Helgaas1-7/+20