aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds4-58/+196
2015-04-14Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman3-57/+195
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds25-62/+664
2015-04-10Merge branch 'pci/misc' into nextBjorn Helgaas7-35/+98
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into nextBjorn Helgaas17-19/+504
2015-04-09PCI: Read capability list as dwords, not bytesSean O. Stalley1-4/+7
2015-04-09PCI: layerscape: Simplify platform_get_resource_byname() failure checkingBjorn Helgaas1-6/+3
2015-04-09PCI: keystone: Don't dereference possible NULL pointerBjorn Helgaas1-1/+2
2015-04-09PCI: versatile: Check for devm_ioremap_resource() failuresJisheng Zhang1-6/+6
2015-04-09PCI: Don't clear ASPM bits when the FADT declares it's unsupportedMatthew Garrett1-18/+0
2015-04-09Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-15/+11
2015-04-08PCI/ACPI: Optimize device state transition delaysAaron Lu1-0/+74
2015-04-08PCI: Export pci_find_host_bridge() for use inside PCI coreAaron Lu2-3/+5
2015-04-08PCI: Make a shareable UUID for PCI firmware ACPI _DSMAaron Lu2-9/+11
2015-04-08PCI: Fix typo in Thunderbolt kernel messageDarrick J. Wong1-1/+1
2015-04-08PCI: exynos: Fix INTx enablement statement termination errorJaehoon Chung1-1/+1
2015-04-08PCI: iproc: Add Broadcom iProc PCIe supportRay Jui5-0/+439
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui5-0/+6
2015-04-08PCI: Don't look for ACPI hotplug parameters if ACPI is disabledBjorn Helgaas1-0/+3
2015-04-07Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman1-1/+1
2015-03-31PCI: Consider additional PF's IOV BAR alignment in sizing and assigningWei Yang1-16/+79
2015-03-31PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang1-1/+7
2015-03-31PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()Wei Yang1-0/+19
2015-03-31PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang1-12/+16
2015-03-31PCI: Calculate maximum number of buses required for VFsWei Yang2-4/+28
2015-03-31PCI: Refresh First VF Offset and VF Stride when updating NumVFsWei Yang1-4/+19
2015-03-31PCI: Index IOV resources in the conventional styleBjorn Helgaas1-4/+4
2015-03-31PCI: Keep individual VF BAR size in struct pci_sriovWei Yang2-19/+21
2015-03-31PCI: Print PF SR-IOV resource that contains all VF(n) BAR spaceWei Yang1-0/+2
2015-03-31PCI: Print more info in sriov_enable() error messageBjorn Helgaas1-2/+5
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan1-1/+1
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas4-4/+39
2015-03-23PCI: Add ACS quirks for Intel 1G NICsAlex Williamson1-0/+32
2015-03-20PCI: mvebu: Add suspend/resume supportThomas Petazzoni1-0/+38
2015-03-19Merge branches 'pci/iommu' and 'pci/resource' into nextBjorn Helgaas4-4/+23
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2-1/+1
2015-03-12PCI: Fail pci_ioremap_bar() on unassigned resourcesBjorn Helgaas1-1/+1
2015-03-12PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failureBjorn Helgaas1-4/+5
2015-03-12PCI: Mark invalid BARs as unassignedBjorn Helgaas1-0/+2
2015-03-12PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2-3/+6
2015-03-12Merge tag 'pci-v4.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-4/+5
2015-03-12PCI: Update DMA configuration from DTMurali Karicheri1-0/+2
2015-03-12PCI: cpcihp: Add missing curly braces in cpci_configure_slot()Dan Carpenter1-1/+2
2015-03-06PCI/AER: Avoid info leak in __print_tlp_header()Rasmus Villemoes1-10/+2
2015-03-06PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov2-4/+4
2015-03-05PCI: xgene: Add register offset to config space base addressFeng Kan1-2/+2
2015-03-03PCI: Add helper functions pci_get[put]_host_bridge_device()Murali Karicheri1-0/+14
2015-02-28PCI: versatile: Update for list_for_each_entry() API changeJoachim Nilsson1-1/+1
2015-02-24PCI: Don't read past the end of sysfs "driver_override" bufferSasha Levin1-2/+3
2015-02-24PCI: rcar: Verify that mem_res is 64K-alignedNobuhiro Iwamatsu1-0/+3