aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2018-06-29PCI: Make pci_get_rom_size() staticBjorn Helgaas1-1/+2
2018-06-29PCI: Add check code for last image indicator not setRex Zhu1-0/+6
2018-06-29PCI: Avoid accessing memory outside the ROM BARRex Zhu1-1/+1
2018-06-29PCI: Add DMA alias quirk for Microsemi Switchtec NTBDoug Meyer1-0/+140
2018-06-29switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer1-7/+7
2018-06-29PCI: Make early dump functionality genericSinan Kaya3-0/+23
2018-06-29PCI: Cleanup PCI_REBAR_CTRL_BAR_SHIFT handlingChristian König1-3/+3
2018-06-29PCI: Restore resized BAR state on resumeChristian König1-0/+28
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-29PCI: hv: Replace GFP_ATOMIC with GFP_KERNEL in new_pcichild_device()Jia-Ju Bai1-1/+1
2018-06-28PCI: vmd: White list for fast interrupt handlersKeith Busch1-1/+12
2018-06-27PCI: aardvark: Remove PCIe outbound window configurationEvan Wang1-55/+0
2018-06-27PCI: aardvark: Introduce an advk_pcie_valid_device() helperThomas Petazzoni1-2/+11
2018-06-26PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas3-35/+41
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-19PCI: Clean up resource allocation in devm_of_pci_get_host_bridge_resources()Jan Kiszka1-8/+6
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-3204/+5651
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