aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-12-16x86, irq: Keep balance of IOAPIC pin reference countJiang Liu1-0/+1
2014-12-11Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/git/helgaas/pciLinus Torvalds1-18/+42
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas1-0/+27
2014-09-30PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau1-0/+3
2014-09-30of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau1-0/+3
2014-09-30PCI: Add generic domain handlingCatalin Marinas1-0/+21
2014-09-25Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into nextBjorn Helgaas1-16/+0
2014-09-22PCI: Remove unused pci_get_dma_source()Alex Williamson1-5/+0
2014-09-22PCI: 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-16PCI: Parenthesize PCI_DEVID and PCI_VPD_LRDT_ID parametersMegan Kamiya1-2/+2
2014-09-16PCI: 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-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