aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-30PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOSMika Westerberg2-3/+3
2018-03-30PCI/AER: Use cached AER Capability offsetFrederick Lawler3-8/+14
2018-03-30PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas3-20/+12
2018-03-30PCI/portdrv: Encapsulate pcie_ports_auto inside the port driverBjorn Helgaas1-0/+2
2018-03-30PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameterBjorn Helgaas1-3/+0
2018-03-30PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameterBjorn Helgaas2-29/+3
2018-03-30PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-03-30PCI/portdrv: Simplify PCIe feature permission checkingBjorn Helgaas4-28/+36
2018-03-30PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VCBjorn Helgaas3-15/+7
2018-03-30PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas4-69/+45
2018-03-30PCI/portdrv: Disable port driver in compat modeBjorn Helgaas2-4/+1
2018-03-30PCI/PM: Clear PCIe PME Status bit for Root Complex Event CollectorsBjorn Helgaas1-1/+2
2018-03-30PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidthTal Gilboa2-0/+32
2018-03-30PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa3-8/+21
2018-03-30PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa3-26/+56
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie3-17/+30
2018-03-23ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()Mika Westerberg1-7/+16
2018-03-23PCI: pcie-xilinx-nwl: Fix mask value to disable MSIsLorenzo Pieralisi1-2/+2
2018-03-22PCI: v3-semi: Remove unnecessary semicolonFengguang Wu1-1/+1
2018-03-22PCI: rcar: Remove unnecessary semicolonFengguang Wu1-1/+1
2018-03-22PCI: faraday: Make struct faraday_pci_variant staticFengguang Wu1-2/+2
2018-03-22PCI: kirin: Make struct kirin_pcie_driver staticFengguang Wu1-1/+1
2018-03-21PCI: Add decoding for 16 GT/s link speedJay Fang3-1/+8
2018-03-21PCI: kirin: Fix missing dependency on PCI_MSI_IRQ_DOMAINRob Herring1-0/+1
2018-03-21PCI: iproc: Remove dependency on ARM specific struct pci_sys_dataRob Herring3-23/+3
2018-03-20PCI: kirin: Remove unnecessary asm/compiler.h includeRob Herring1-1/+0
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+2
2018-03-19PCI/IOV: Skip BAR sizing for VFsKarimAllah Ahmed1-0/+4
2018-03-19PCI: Tidy commentsBjorn Helgaas35-105/+64
2018-03-19PCI: Tidy MakefilesBjorn Helgaas2-56/+29
2018-03-19PCI: Report quirks that take more than 10msBjorn Helgaas1-11/+6
2018-03-19PCI: Report quirk timings with pci_info() instead of pr_debug()Bjorn Helgaas1-5/+2
2018-03-19PCI/VPD: Move VPD structures to vpd.cBjorn Helgaas2-17/+17
2018-03-19PCI/VPD: Move VPD quirks to vpd.cBjorn Helgaas2-121/+120
2018-03-19PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas3-64/+72
2018-03-19PCI/VPD: Move VPD access code to vpd.cBjorn Helgaas2-368/+369
2018-03-19PCI: tegra: Add power management supportManikanta Maddireddy1-67/+113
2018-03-16PCI: hv: Only queue new work items in hv_pci_devices_present() if necessaryDexuan Cui1-2/+13
2018-03-16PCI: hv: Remove the bogus test in hv_eject_device_work()Dexuan Cui1-4/+1
2018-03-16PCI: hv: Fix a comment typo in _hv_pcifront_read_config()Dexuan Cui1-1/+1
2018-03-16PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()Dexuan Cui1-1/+57
2018-03-16PCI: hv: Serialize the present and eject work itemsDexuan Cui1-18/+16
2018-03-16arch: remove tile portArnd Bergmann1-19/+0
2018-03-14PCI: tegra: Add PCI_MSI_IRQ_DOMAIN kconfig dependencyArnd Bergmann1-0/+1
2018-03-13vga_switcheroo: Use device link for HDA controllerLukas Wunner1-0/+39
2018-03-13PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() publicLukas Wunner1-4/+4
2018-03-13PCI: Restore config space on runtime resume despite being unboundRafael J. Wysocki1-6/+11
2018-03-13PCI/hotplug: ppc: correct a php_slot usage after freeSimon Guo1-1/+1
2018-03-12PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driverBjorn Helgaas2-15/+13
2018-03-12PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas4-11/+10