summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: Preserve resource size during alignment reorderingYinghai Lu2015-06-021-2/+3
* PCI: Fix IOV resource sorting by alignment requirementWei Yang2015-05-271-1/+3
* Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-2/+3
|\
| * xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-164-58/+196
|\ \
| * \ Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-143-57/+195
| |\ \
| | * | PCI: Consider additional PF's IOV BAR alignment in sizing and assigningWei Yang2015-03-311-16/+79
| | * | PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang2015-03-311-1/+7
| | * | PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()Wei Yang2015-03-311-0/+19
| | * | PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang2015-03-311-12/+16
| | * | PCI: Calculate maximum number of buses required for VFsWei Yang2015-03-312-4/+28
| | * | PCI: Refresh First VF Offset and VF Stride when updating NumVFsWei Yang2015-03-311-4/+19
| | * | PCI: Index IOV resources in the conventional styleBjorn Helgaas2015-03-311-4/+4
| | * | PCI: Keep individual VF BAR size in struct pci_sriovWei Yang2015-03-312-19/+21
| | * | PCI: Print PF SR-IOV resource that contains all VF(n) BAR spaceWei Yang2015-03-311-0/+2
| | * | PCI: Print more info in sriov_enable() error messageBjorn Helgaas2015-03-311-2/+5
| * | | Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...Michael Ellerman2015-04-071-1/+1
| |\| | | | |/ | |/|
| | * powerpc/eeh: Do probe on pci_dnGavin Shan2015-03-241-1/+1
* | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-1425-62/+664
|\ \ \
| * \ \ Merge branch 'pci/misc' into nextBjorn Helgaas2015-04-107-35/+98
| |\ \ \
| | * | | PCI: Read capability list as dwords, not bytesSean O. Stalley2015-04-101-4/+7
| | * | | PCI: Don't clear ASPM bits when the FADT declares it's unsupportedMatthew Garrett2015-04-091-18/+0Star
| | * | | PCI/ACPI: Optimize device state transition delaysAaron Lu2015-04-081-0/+74
| | * | | PCI: Export pci_find_host_bridge() for use inside PCI coreAaron Lu2015-04-082-3/+5
| | * | | PCI: Make a shareable UUID for PCI firmware ACPI _DSMAaron Lu2015-04-082-9/+11
| | * | | PCI: Fix typo in Thunderbolt kernel messageDarrick J. Wong2015-04-081-1/+1
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----------. \ \ \ Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas2015-04-1017-19/+504
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | PCI: versatile: Check for devm_ioremap_resource() failuresJisheng Zhang2015-04-091-6/+6
| | | | | | | | |/ / /
| | | | | | | * | | | PCI: rcar: Verify that mem_res is 64K-alignedNobuhiro Iwamatsu2015-02-241-0/+3
| | | | | | | * | | | PCI: rcar: Change PCIEPARL and PCIEPARH to PCIEPALR and PCIEPAURNobuhiro Iwamatsu2015-02-241-4/+4
| | | | | | | * | | | PCI: rcar: Write zeroes to reserved PCIEPARL bitsNobuhiro Iwamatsu2015-02-241-1/+2
| | | | | | | * | | | PCI: rcar: Fix position of MSI enable bitNobuhiro Iwamatsu2015-02-241-1/+1
| | | | | | | |/ / /
| | | | | | * / / / PCI: mvebu: Add suspend/resume supportThomas Petazzoni2015-03-211-0/+38
| | | | | | |/ / /
| | | | | * / / / PCI: layerscape: Simplify platform_get_resource_byname() failure checkingBjorn Helgaas2015-04-091-6/+3Star
| | | | | |/ / /
| | | | * / / / PCI: keystone: Don't dereference possible NULL pointerBjorn Helgaas2015-04-091-1/+2
| | | | |/ / /
| | | * | | | PCI: iproc: Add Broadcom iProc PCIe supportRay Jui2015-04-085-0/+439
| | | * | | | PCI: Export symbols required for loadable host driver modulesRay Jui2015-04-085-0/+6
| | | |/ / /
| | * / / / PCI: exynos: Fix INTx enablement statement termination errorJaehoon Chung2015-04-081-1/+1
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas2015-03-234-4/+39
| |\ \ \ \ \
| | | * | | | PCI: Add ACS quirks for Intel 1G NICsAlex Williamson2015-03-231-0/+32
| | | |/ / /
| | * | | | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-192-1/+1
| | * | | | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-03-122-3/+6
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pci/iommu' and 'pci/resource' into nextBjorn Helgaas2015-03-194-4/+23
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | PCI: Fail pci_ioremap_bar() on unassigned resourcesBjorn Helgaas2015-03-131-1/+1
| | | * | | PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failureBjorn Helgaas2015-03-131-4/+5
| | | * | | PCI: Mark invalid BARs as unassignedBjorn Helgaas2015-03-131-0/+2
| | | |/ /
| | * | | PCI: Update DMA configuration from DTMurali Karicheri2015-03-121-0/+2
| | * | | PCI: Add helper functions pci_get[put]_host_bridge_device()Murali Karicheri2015-03-031-0/+14
| | |/ /
* | | | Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-095-15/+11Star
|\ \ \ \ | |/ / / |/| | |
| * | | PCI: Don't look for ACPI hotplug parameters if ACPI is disabledBjorn Helgaas2015-04-081-0/+3