aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge branch 'pci/virtualization'Bjorn Helgaas14-54/+159
2018-06-06Merge branch 'pci/sparc'Bjorn Helgaas5-174/+159
2018-06-06Merge branch 'pci/resource'Bjorn Helgaas21-68/+74
2018-06-06Merge branch 'pci/portdrv'Bjorn Helgaas1-57/+0
2018-06-06Merge branch 'pci/misc'Bjorn Helgaas7-153/+20
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas21-175/+291
2018-06-06Merge branch 'pci/enumeration'Bjorn Helgaas9-220/+76
2018-06-06Merge branch 'pci/dpc'Bjorn Helgaas1-1/+4
2018-06-06Merge branch 'pci/aspm'Bjorn Helgaas5-1/+23
2018-06-06Merge branch 'pci/aer'Bjorn Helgaas18-476/+650
2018-06-05PCI/AER: Replace struct pcie_device with pci_devKeith Busch3-14/+12
2018-06-05PCI/AER: Remove unused parametersKeith Busch1-9/+5
2018-06-04PCI: Improve "partially hidden behind bridge" log messageMika Westerberg1-9/+4
2018-06-04PCI: Improve pci_scan_bridge() and pci_scan_bridge_extend() docMika Westerberg1-0/+4
2018-06-04PCI: Move resource distribution for single bridge outside loopMika Westerberg1-41/+41
2018-06-04PCI: Account for all bridges on bus when distributing bus numbersMika Westerberg1-3/+12
2018-06-04ACPI / hotplug / PCI: Drop unnecessary parenthesesMika Westerberg1-2/+2
2018-06-04ACPI / hotplug / PCI: Mark stale PCI devices disconnectedMika Westerberg1-0/+5
2018-06-04ACPI / hotplug / PCI: Don't scan bridges managed by native hotplugMika Westerberg1-17/+58
2018-06-04PCI: hotplug: Add hotplug_is_native()Mika Westerberg1-0/+5
2018-06-04PCI: shpchp: Add shpchp_is_native()Mika Westerberg6-16/+35
2018-06-04PCI: shpchp: Fix AMD POGO identificationBjorn Helgaas1-4/+4
2018-06-02PCI/AER: Decode Error Source Requester IDBjorn Helgaas1-7/+11
2018-06-02PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov1-24/+24
2018-06-02PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep2-20/+34
2018-06-02PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep3-8/+9
2018-06-02PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep2-2/+3
2018-06-02PCI/portdrv: Add generic pcie_port_find_device()Oza Pawandeep2-0/+24
2018-06-02PCI: shpchp: Use dev_printk() for OSHP-related messagesBjorn Helgaas1-7/+6
2018-06-02PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg3-11/+6
2018-06-02PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsMika Westerberg3-5/+3
2018-06-02PCI: shpchp: Rely on previous _OSC resultsMika Westerberg1-19/+10
2018-06-02PCI: shpchp: Request SHPC control via _OSC when adding host bridgeMika Westerberg3-0/+7
2018-06-02PCI: shpchp: Convert SHPC to be builtin onlyMika Westerberg1-4/+1
2018-06-02PCI: pciehp: Make pciehp_is_native() stricterMika Westerberg4-16/+18
2018-06-02PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplugMika Westerberg4-4/+4
2018-05-30PCI: Enable PCI_DOMAINS along with generic PCI host controllerJan Kiszka1-0/+1
2018-05-30PCI: Add support for unbinding the generic PCI host controllerJan Kiszka3-0/+15
2018-05-30PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge_resources()Jan Kiszka14-32/+26
2018-05-30PCI: Use dev_printk() in of_pci_get_host_bridge_resources()Jan Kiszka1-10/+10
2018-05-30PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka14-30/+29
2018-05-30PCI: Rename of_pci_get_host_bridge_resources() device node parameterJan Kiszka2-11/+11
2018-05-30PCI: Fix devm_pci_alloc_host_bridge() memory leakJan Kiszka1-1/+3
2018-05-25PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas2-45/+0
2018-05-25ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-46/+1
2018-05-25cxgb4: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-74/+1
2018-05-25bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-18/+1
2018-05-25bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-17/+6
2018-05-25PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig1-6/+9
2018-05-25PCI/IOV: Allow PF drivers to limit total_VFs to 0Jakub Kicinski1-4/+2