aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-23PCI: pciehp: Request control of native hotplug only if supportedMika Westerberg1-1/+3
2018-05-23PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg3-3/+14
2018-05-23PCI: pnv_php: Add missing of_node_put()Julia Lawall1-2/+6
2018-05-22MIPS: PCI: Use dev_printk() when possibleBjorn Helgaas1-5/+3
2018-05-22xtensa/PCI: Use dev_printk() when possibleBjorn Helgaas1-4/+2
2018-05-22xtensa/PCI: Make variables staticBjorn Helgaas1-2/+2
2018-05-22xtensa/PCI: Remove dead codeBjorn Helgaas2-61/+0
2018-05-22microblaze/PCI: Remove pcibios_claim_one_bus() dead codeBjorn Helgaas2-39/+0
2018-05-22microblaze/PCI: Remove pcibios_finish_adding_to_bus() dead codeBjorn Helgaas2-26/+0
2018-05-22sparc/PCI: Use dev_printk() when possibleBjorn Helgaas5-79/+70
2018-05-21sparc32/PCI/PCIC: Converge device enable pathBjorn Helgaas1-41/+30