summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/resource'Bjorn Helgaas2018-08-1512-72/+71
|\
| * PCI: Make pci_get_rom_size() staticBjorn Helgaas2018-06-292-2/+2
| * PCI: Add check code for last image indicator not setRex Zhu2018-06-291-0/+6
| * PCI: Avoid accessing memory outside the ROM BARRex Zhu2018-06-291-1/+1
| * PCI: Make early dump functionality genericSinan Kaya2018-06-298-58/+24
| * PCI: Cleanup PCI_REBAR_CTRL_BAR_SHIFT handlingChristian König2018-06-292-4/+5
| * PCI: Restore resized BAR state on resumeChristian König2018-06-291-0/+28
| * PCI: Clean up resource allocation in devm_of_pci_get_host_bridge_resources()Jan Kiszka2018-06-191-8/+6
* | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-08-155-85/+373
|\ \
| * | PCI: Add ACS Redirect disable quirk for Intel Sunrise PointLogan Gunthorpe2018-08-091-0/+25
| * | PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe2018-08-093-8/+43
| * | PCI: Convert device-specific ACS quirks from NULL termination to ARRAY_SIZELogan Gunthorpe2018-08-091-9/+9
| * | PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe2018-08-092-2/+80
| * | PCI: Allow specifying devices using a base bus and path of devfnsLogan Gunthorpe2018-08-092-23/+103
| * | PCI: Make specifying PCI devices in kernel parameters reusableLogan Gunthorpe2018-08-092-59/+126
| * | PCI: Hide ACS quirk declarations inside PCI coreBjorn Helgaas2018-08-092-11/+14
| |/
* | Merge branch 'pci/notes'Bjorn Helgaas2018-08-152-0/+189
|\ \
| * | PCI: Document ACPI description of PCI host bridgesBjorn Helgaas2018-07-272-0/+189
| |/
* | Merge branch 'pci/msi'Bjorn Helgaas2018-08-151-0/+3
|\ \
| * | PCI/MSI: Set IRQCHIP_ONESHOT_SAFE for PCI-MSI irqchipsHeiner Kallweit2018-08-141-0/+3
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2018-08-1514-26/+38
|\ \
| * | PCI: Limit config space size for Netronome NFP5000Jakub Kicinski2018-08-142-0/+2
| * | PCI/VPD: Check for VPD access completion before checking for timeoutBert Kenward2018-08-141-2/+5
| * | PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entryAndy Shevchenko2018-08-142-6/+15
| * | PCI: Unify PCI and normal DMA direction definitionsShunyong Yang2018-07-312-8/+6
| * | PCI: Use IRQF_ONESHOT if pci_request_irq() called with no handlerHeiner Kallweit2018-07-311-1/+5
| * | PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig2018-07-304-9/+1
| * | PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva2018-07-124-0/+6
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-1529-964/+715
|\ \
| * | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-312-31/+46
| * | PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner2018-07-311-0/+5
| * | PCI: Whitelist Thunderbolt ports for runtime D3Lukas Wunner2018-07-311-1/+5
| * | PCI: Whitelist native hotplug ports for runtime D3Lukas Wunner2018-07-311-5/+10
| * | PCI: sysfs: Resume to D0 on function resetLukas Wunner2018-07-311-0/+2
| * | PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-312-0/+21
| * | PCI: pciehp: Resume to D0 on enable/disableLukas Wunner2018-07-311-0/+6
| * | PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-312-2/+48
| * | PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner2018-07-311-0/+4
| * | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-316-16/+30
| * | PCI: portdrv: Deduplicate PM callback iteratorLukas Wunner2018-07-311-18/+12
| * | PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-313-7/+14
| * | PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-232-15/+6
| * | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-233-53/+40
| * | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-231-0/+5
| * | PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-232-4/+5
| * | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-233-15/+0
| * | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-234-60/+93
| * | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-233-13/+35
| * | PCI: pciehp: Publish to user space last on probeLukas Wunner2018-07-231-5/+15
| * | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-2316-178/+168