aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-03Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+5
2016-08-31thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.Xavier Gnata1-0/+4
2016-08-31thunderbolt: Fix resume quirk for Falcon Ridge 4C.Andreas Noever1-2/+1
2016-08-29Merge tag 'powerpc-4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2016-08-26Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+10
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan1-0/+1
2016-08-18PCI: Call pci_intx() when using legacy interrupts in pci_alloc_irq_vectors()Christoph Hellwig1-1/+4
2016-08-16PCI: Use positive flags in pci_alloc_irq_vectors()Christoph Hellwig1-8/+7
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier1-0/+2
2016-08-04ACPI / hotplug / PCI: Runtime resume bridges before bus rescansRafael J. Wysocki1-0/+6
2016-08-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-08-03Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan"Linus Torvalds1-4/+0
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