summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-09139-1637/+3434
|\
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-09-072-3/+33
| |\
| | * PCI: Disable VF decoding before pcibios_sriov_disable() updates resourcesGavin Shan2017-08-301-3/+4
| | * PCI: Add ACS quirk for APM X-Gene devicesFeng Kan2017-08-101-0/+14
| | * PCI: Mark AMD Stoney GPU ATS as brokenJoerg Roedel2017-07-311-0/+15
| * | Merge branch 'pci/trivial' into nextBjorn Helgaas2017-09-0739-108/+101
| |\ \
| | * | PCI: Fix typos and whitespace errorsBjorn Helgaas2017-09-0137-103/+99
| | * | PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin2017-09-011-3/+0
| | * | PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()Shawn Lin2017-09-011-2/+2
| | |/
| * | Merge branch 'pci/resource' into nextBjorn Helgaas2017-09-0716-265/+22
| |\ \
| | * | microblaze/PCI: Remove pcibios_setup_bus_{self/devices} dead codeLorenzo Pieralisi2017-08-102-135/+0
| | * | ARC: Remove empty kernel/pcibios.cPalmer Dabbelt2017-08-022-10/+0
| | * | PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-0210-69/+13
| | * | PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-0210-51/+9
| | |/
| * | Merge branch 'pci/pm' into nextBjorn Helgaas2017-09-071-0/+2
| |\ \
| | * | PCI/PM: Expand description of pci_set_power_state()Piotr Gregor2017-08-041-0/+2
| | |/
| * | Merge branch 'pci/msi' into nextBjorn Helgaas2017-09-071-5/+22
| |\ \
| | * | PCI/MSI: Assume MSIs use real Requester ID, not an aliasRobin Murphy2017-08-141-5/+22
| | |/
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2017-09-0718-38/+39
| |\ \
| | * | PCI: Fix PCIe capability sizesAlex Williamson2017-08-241-2/+4
| | * | PCI: Convert to using %pOF instead of full_name()Rob Herring2017-08-249-19/+18
| | * | PCI: Constify endpoint pci_epf_type device_typeBhumika Goyal2017-08-241-2/+2
| | * | PCI: Constify bin_attribute structuresBhumika Goyal2017-08-101-2/+2
| | * | PCI: Constify hotplug pci_device_id structuresArvind Yadav2017-08-105-5/+5
| | * | PCI: Constify hotplug attribute_group structuresArvind Yadav2017-08-101-1/+1
| | * | PCI: Constify label attribute_group structuresArvind Yadav2017-08-101-2/+2
| | * | PCI: Constify sysfs attribute_group structuresArvind Yadav2017-08-101-5/+5
| | |/
| * | Merge branch 'pci/irq-fixups' into nextBjorn Helgaas2017-09-0721-109/+220
| |\ \
| | * | PCI: Inline and remove pcibios_update_irq()Bjorn Helgaas2017-08-102-8/+1
| | * | PCI: Remove unused pci_fixup_irqs() functionMatthew Minter2017-08-032-26/+0
| | * | sparc/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-6/+18
| | * | unicore32/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-4/+31
| | * | tile/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-032-10/+32
| | * | MIPS: PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-7/+17
| | * | m68k/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-4/+32
| | * | alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-032-11/+47
| | * | sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-16/+25
| | * | sh/PCI: Remove __init optimisations from IRQ mapping functions/dataMatthew Minter2017-08-0310-14/+14
| | * | MIPS: PCI: Fix pcibios_scan_bus() NULL check code pathLorenzo Pieralisi2017-07-311-5/+5
| | |/
| * | Merge branch 'pci/hotplug' into nextBjorn Helgaas2017-09-072-0/+10
| |\ \
| | * | PCI: pciehp: Report power fault only once until we clear itKeith Busch2017-08-151-0/+8
| | * | PCI: shpchp: Enable bridge bus mastering if MSI is enabledAleksandr Bezzubikov2017-08-021-0/+2
| | |/
| * | Merge branch 'pci/enumeration' into nextBjorn Helgaas2017-09-075-45/+150
| |\ \
| | * | PCI: Warn periodically while waiting for non-CRS ("device ready") statusSinan Kaya2017-08-291-3/+13
| | * | PCI: Wait up to 60 seconds for device to become ready after FLRSinan Kaya2017-08-291-15/+37
| | * | PCI: Factor out pci_bus_wait_crs()Sinan Kaya2017-08-291-16/+27
| | * | PCI: Add pci_bus_crs_vendor_id() to detect CRS response dataSinan Kaya2017-08-291-1/+6
| | * | PCI: Always check for non-CRS response before timeoutBjorn Helgaas2017-08-291-5/+6
| | * | PCI: Avoid race while enabling upstream bridgesSrinath Mannam2017-08-191-2/+11
| | * | PCI: Mark Broadcom HT2100 Root Port Extended Tags as brokenSinan Kaya2017-07-314-7/+54
| | |/