aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Merge branches 'pci/host-rcar', 'pci/hotplug', 'pci/iommu', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas9-192/+161
2014-07-08PCI: Tidy resource assignment messagesBjorn Helgaas1-20/+9
2014-07-08PCI: Return conventional error values from pci_revert_fw_address()Bjorn Helgaas1-8/+6
2014-07-08PCI: Cleanup control flowBjorn Helgaas1-16/+19
2014-07-08PCI: Support BAR sizes up to 128GBYinghai Lu1-1/+1
2014-07-07PCI: cpqphp: Remove unnecessary null test before debugfs_remove()Fabian Frederick1-2/+1
2014-07-07PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe1-1/+1
2014-07-05PCI: Add bridge DMA alias quirk for Intel 82801 bridgeAlex Williamson1-0/+2
2014-07-05PCI: rcar: Remove rcar_pcie_setup_window() resource argumentPhil Edworthy1-3/+4
2014-07-05PCI: rcar: Cleanup style and formattingPhil Edworthy1-61/+63
2014-07-05PCI: rcar: Use correct initial HW settingsPhil Edworthy1-11/+4
2014-07-05PCI: rcar: Remove redundant config accessor register number checksSergei Shtylyov1-10/+0
2014-07-05PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain2-11/+1
2014-07-03PCI: Keep original resource if we fail to expand itGuo Chao1-0/+7
2014-07-03PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang1-10/+5
2014-07-03PCI/MSI: Remove unused msi_enabled_mask()Yijing Wang1-5/+0
2014-07-03PCI/MSI: Add internal msix_clear_and_set_ctrl() functionYijing Wang1-23/+16
2014-07-03PCI: Make resetting secondary bus logic commonGavin Shan1-1/+6
2014-07-02ACPI / PCI: Fix sysfs acpi_index and label errorsSimone Gotti1-6/+12
2014-07-02PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe portsJiang Liu1-4/+0
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely1-2/+2
2014-06-23trace, AER: Move trace into unified interfaceChen, Gong2-3/+2
2014-06-19PCI: Suspend/resume quirks for Apple thunderboltAndreas Noever1-0/+97
2014-06-19PCI: Add pci_fixup_suspend_late quirk passAndreas Noever2-4/+21
2014-06-17PCI: Fix unaligned access in AF transaction pending testAlex Williamson1-2/+7
2014-06-17PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas1-30/+5
2014-06-17PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas2-5/+29
2014-06-17PCI: pciehp: Wait for hotplug command completion lazilyBjorn Helgaas1-4/+3
2014-06-16PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas2-16/+18
2014-06-16PCI: Prevent NULL dereference during pciehp probeAndreas Noever1-0/+7
2014-06-12Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds62-967/+943
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-18/+52
2014-06-11Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas58-951/+780
2014-06-11PCI: Add function 1 DMA alias quirk for HighPoint RocketRaid 642LJérôme Carretero1-0/+2
2014-06-11ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2-18/+52
2014-06-11PCI/MSI: Fix memory leak in free_msi_irqs()Alexei Starovoitov1-1/+1
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses28-249/+169
2014-06-10PCI: Whitespace cleanupRyan Desfosses45-588/+517
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-8/+13
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses12-113/+89
2014-06-09PCI: Add bridge DMA alias quirk for ITE bridgeAlex Williamson1-0/+2
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-9/+4
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-3/+3
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+2
2014-06-03Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and 'pci/host-tegra' into nextBjorn Helgaas6-41/+97
2014-06-02Merge branch 'pci/iommu' into nextBjorn Helgaas2-0/+162
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds39-365/+2010
2014-05-30Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/misc' into nextBjorn Helgaas6-107/+67
2014-05-30Merge branch 'pci/host-generic' into nextBjorn Helgaas3-0/+396
2014-05-30PCI: generic: Add generic PCI host controller driverWill Deacon3-0/+396