summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas1008-6387/+9995
2016-08-01Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pc...Bjorn Helgaas12-51/+1182
2016-08-01Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-30/+25
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas29-266/+552
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas26-282/+271
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas25-56/+355
2016-08-01Merge branch 'pci/arm64-acpi' into nextBjorn Helgaas16-31/+322
2016-08-01PCI: xgene: Make explicitly non-modularPaul Gortmaker1-6/+2
2016-08-01PCI: thunder-pem: Make explicitly non-modularPaul Gortmaker1-6/+2
2016-08-01PCI: thunder-ecam: Make explicitly non-modularPaul Gortmaker1-6/+2
2016-08-01PCI: tegra: Make explicitly non-modularPaul Gortmaker1-7/+4
2016-08-01PCI: rcar-gen2: Make explicitly non-modularPaul Gortmaker1-9/+3
2016-08-01PCI: rcar: Make explicitly non-modularPaul Gortmaker1-7/+4
2016-08-01PCI: mvebu: Make explicitly non-modularPaul Gortmaker1-7/+4
2016-08-01PCI: layerscape: Make explicitly non-modularPaul Gortmaker1-8/+2
2016-08-01PCI: keystone: Make explicitly non-modularPaul Gortmaker1-8/+2
2016-08-01PCI: hisi: Make explicitly non-modularPaul Gortmaker1-11/+2
2016-08-01PCI: generic: Make explicitly non-modularPaul Gortmaker1-8/+2
2016-08-01PCI: designware-plat: Make it explicitly non-modularPaul Gortmaker1-8/+2
2016-08-01PCI: artpec6: Make explicitly non-modularPaul Gortmaker1-8/+4
2016-08-01PCI: armada8k: Make explicitly non-modularPaul Gortmaker1-9/+5
2016-08-01Merge branches 'pci/host-artpec' and 'pci/host-generic' into pci/demodularize...Bjorn Helgaas5-0/+351
2016-07-30PCI: artpec: Add PCI_MSI_IRQ_DOMAIN dependencyArnd Bergmann1-0/+1
2016-07-30PCI: Add ACS quirk for Solarflare SFC9220Edward Cree1-0/+1
2016-07-27arm64: dts: marvell: Add Aardvark PCIe support for Armada 3700Thomas Petazzoni2-0/+30
2016-07-27PCI: aardvark: Add Aardvark PCI host controller driverThomas Petazzoni4-0/+1029
2016-07-26dt-bindings: add DT binding for the Aardvark PCIe controllerThomas Petazzoni1-0/+56
2016-07-26PCI: tegra: Program PADS_REFCLK_CFG* registers with per-SoC valuesStephen Warren1-13/+8
2016-07-26PCI: tegra: Program PADS_REFCLK_CFG* always, not just on legacy SoCsStephen Warren1-6/+9
2016-07-26PCI: tegra: Stop setting pcibios_min_memThierry Reding1-2/+0
2016-07-26PCI: tegra: Use generic pci_remap_iospace() rather than ARM32-specific oneThierry Reding1-1/+1
2016-07-26PCI: tegra: Use lower-case hex consistently for register definitionsThierry Reding1-11/+11
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesKeith Busch4-0/+21
2016-07-25PCI: Remove DPC tristate module optionKeith Busch1-4/+1
2016-07-25PCI: Bind DPC to Root Ports as well as Downstream PortsKeith Busch1-1/+1
2016-07-25PCI: hv: Fix interrupt cleanup pathCathy Avery1-6/+8
2016-07-25PCI: dra7xx: Fix return value in case of errorChristophe JAILLET1-2/+2
2016-07-25PCI: xilinx: Fix return value in case of errorChristophe JAILLET1-3/+3
2016-07-23PCI: altera: Poll for link up status after retraining the linkLey Foon Tan1-1/+11
2016-07-22PCI: altera: Check link status before retrain linkLey Foon Tan1-0/+4
2016-07-22PCI: altera: Reorder read/write functionsBjorn Helgaas1-16/+16
2016-07-21PCI: Spread interrupt vectors in pci_alloc_irq_vectors()Christoph Hellwig3-45/+95
2016-07-21PCI: Provide sensible IRQ vector alloc/free routinesChristoph Hellwig3-391/+192
2016-07-21PCI: Make the "entries" argument to pci_enable_msix() optionalChristoph Hellwig1-14/+16
2016-07-21PCI: Switch msix_program_entries() to use pci_msix_desc_addr()Christoph Hellwig1-4/+2
2016-07-21PCI: Add pci_msix_desc_addr() helperChristoph Hellwig1-8/+9
2016-07-20PCI: Add DMA alias quirk for Adaptec 3805Alex Williamson1-0/+3
2016-07-20PCI: Include <asm/dma.h> for isa_dma_bridge_buggyBen Dooks1-0/+1
2016-07-04genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig3-0/+70
2016-07-04genirq/msi: Make use of affinity aware allocationsThomas Gleixner2-1/+3