aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds47-538/+2262
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2-68/+202
2016-08-01Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pci/host-hv', 'pci/host-vmd' and 'pci/host-xilinx' into nextBjorn Helgaas7-35/+1064
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 Helgaas24-263/+481
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas4-23/+129
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into nextBjorn Helgaas17-40/+325
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-hostsBjorn Helgaas3-0/+296
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-5/+744
2016-07-29PCI: artpec: Add PCI_MSI_IRQ_DOMAIN dependencyArnd Bergmann1-0/+1
2016-07-29PCI: Add ACS quirk for Solarflare SFC9220Edward Cree1-0/+1
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2016-07-26PCI: aardvark: Add Aardvark PCI host controller driverThomas Petazzoni3-0/+1022
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-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+80
2016-07-25PCI: tegra: Stop setting pcibios_min_memThierry Reding1-2/+0
2016-07-25PCI: tegra: Use generic pci_remap_iospace() rather than ARM32-specific oneThierry Reding1-1/+1
2016-07-25PCI: tegra: Use lower-case hex consistently for register definitionsThierry Reding1-11/+11
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesKeith Busch2-0/+17
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-22PCI: 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 Hellwig1-45/+89
2016-07-21PCI / PM: check all fields in pci_set_platform_pm()Andy Shevchenko1-2/+2
2016-07-21PCI: Provide sensible IRQ vector alloc/free routinesChristoph Hellwig1-0/+89
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