aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-08Merge tag 'pci-v4.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds9-7/+40
2018-07-05Merge branch 'pm-pci'Rafael J. Wysocki1-0/+12
2018-06-30PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAMRafael J. Wysocki1-0/+12
2018-06-29PCI/IOV: Reset total_VFs limit after detaching PF driverJakub Kicinski3-0/+21
2018-06-29PCI: faraday: Add missing of_node_put()Nicholas Mc Guire1-0/+2
2018-06-29PCI: xilinx-nwl: Add missing of_node_put()Nicholas Mc Guire1-1/+1
2018-06-29PCI: xilinx: Add missing of_node_put()Nicholas Mc Guire1-0/+1
2018-06-29PCI: endpoint: Use after free in pci_epf_unregister_driver()Dan Carpenter1-2/+2
2018-06-29PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yesGeert Uytterhoeven1-1/+0
2018-06-29PCI: rcar: Clean up PHY init on failureMarek Vasut1-1/+5
2018-06-29PCI: rcar: Shut the PHY down in failpathMarek Vasut1-2/+8
2018-06-26PCI: controller: Move PCI_DOMAINS selection to arch KconfigLorenzo Pieralisi1-3/+0
2018-06-26PCI: Initialize endpoint library before controllersAlan Douglas1-3/+3
2018-06-26PCI: shpchp: Manage SHPC unconditionally on non-ACPI systemsBjorn Helgaas1-1/+9
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-10/+13
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook4-7/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+3
2018-06-11Merge branch 'pci/aer-squash'Bjorn Helgaas15-1547/+1434
2018-06-11PCI/AER: Use "PCI Express" consistently in Kconfig textBjorn Helgaas1-6/+6
2018-06-11PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas6-56/+41
2018-06-11PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2-21/+14
2018-06-11PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2-80/+63
2018-06-11PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas3-3/+6
2018-06-11PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas3-11/+11
2018-06-11PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas1-1/+0
2018-06-11PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas3-119/+110
2018-06-11PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas3-142/+122
2018-06-11PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas4-263/+244
2018-06-11PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas4-498/+475
2018-06-11PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas1-58/+58
2018-06-08PCI/AER: Remove forward declarationsBjorn Helgaas1-16/+11
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin63-43/+41
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds75-3210/+5657
2018-06-06Merge branch 'pci/trivial'Bjorn Helgaas1-493/+485
2018-06-06Merge branch 'pci/kconfig'Bjorn Helgaas2-12/+0
2018-06-06Merge branch 'lorenzo/pci/vmd'Bjorn Helgaas1-10/+81
2018-06-06Merge branch 'lorenzo/pci/rockchip'Bjorn Helgaas6-1434/+2289
2018-06-06Merge branch 'lorenzo/pci/rcar'Bjorn Helgaas1-127/+154
2018-06-06Merge branch 'pci/host/qcom'Bjorn Helgaas1-1/+1
2018-06-06Merge branch 'pci/host/mobiveil'Bjorn Helgaas1-0/+866
2018-06-06Merge branch 'lorenzo/pci/mediatek'Bjorn Helgaas2-93/+142
2018-06-06Merge branch 'lorenzo/pci/hv'Bjorn Helgaas1-91/+71
2018-06-06Merge branch 'lorenzo/pci/host/misc'Bjorn Helgaas2-29/+27
2018-06-06Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas2-16/+35
2018-06-06Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas28-101/+344
2018-06-06Merge branch 'lorenzo/pci/armada8k'Bjorn Helgaas1-4/+17
2018-06-06Merge branch 'pci/virtualization'Bjorn Helgaas7-4/+139
2018-06-06Merge branch 'pci/resource'Bjorn Helgaas18-63/+71
2018-06-06Merge branch 'pci/portdrv'Bjorn Helgaas1-57/+0
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas17-169/+257