summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-11-149-66/+95
|\
| * PCI: Document reset method return valuesBjorn Helgaas2017-10-261-0/+8
| * PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson2017-10-251-1/+1
| * PCI: Apply Cavium ThunderX ACS quirk to more Root PortsVadim Lomovtsev2017-10-191-1/+14
| * PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UFVadim Lomovtsev2017-10-191-5/+7
| * PCI: Restore ARI Capable Hierarchy before setting numVFsTony Nguyen2017-10-111-0/+8
| * PCI: Create SR-IOV virtfn/physfn links before attaching driverStuart Hayes2017-10-111-1/+2
| * PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi2017-10-111-0/+33
| * PCI: Cache the VF device ID in the SR-IOV structureFilippo Sironi2017-10-052-2/+4
| * PCI: Add Kconfig PCI_IOV dependency for PCI_REALLOC_ENABLE_AUTOSascha El-Sharkawy2017-10-051-4/+4
| * PCI: Remove unused function __pci_reset_function()Jan H. Schönherr2017-10-052-33/+3
| * PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr2017-10-053-19/+11
* | Merge branch 'pci/switchtec' into nextBjorn Helgaas2017-11-141-1/+1
|\ \
| * | switchtec: Make struct event_regs staticColin Ian King2017-10-051-1/+1
| |/
* | Merge branch 'pci/resource' into nextBjorn Helgaas2017-11-148-17/+380
|\ \
| * | PCI: Fail pci_map_rom() if the option ROM is invalidChangbin Du2017-11-081-0/+5
| * | PCI: Move pci_map_rom() error pathChangbin Du2017-11-081-6/+8
| * | x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)Christian König2017-10-251-0/+85
| * | PCI: Add pci_resize_resource() for resizing BARsChristian König2017-10-253-0/+159
| * | PCI: Add resizable BAR infrastructureChristian König2017-10-243-2/+115
| * | PCI: Add PCI resource type mask #defineChristian König2017-10-241-9/+8
| |/
* | Merge branch 'pci/portdrv' into nextBjorn Helgaas2017-11-141-0/+1
|\ \
| * | PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya2017-11-071-0/+1
| |/
* | Merge branch 'pci/msi' into nextBjorn Helgaas2017-11-142-96/+77
|\ \
| * | PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocationBjorn Helgaas2017-10-211-10/+20
| * | PCI/portdrv: Factor out Interrupt Message Number lookupBjorn Helgaas2017-10-201-48/+62
| * | PCI/portdrv: Consolidate commentsBjorn Helgaas2017-10-201-54/+9
| * | PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masksDongdong Liu2017-10-202-2/+4
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2017-11-1422-76/+27
|\ \
| * | PCI: Fix kernel-doc build warningRandy Dunlap2017-11-091-1/+1
| * | PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2017-11-082-9/+9
| * | alpha/PCI: Make pdev_save_srm_config() staticBjorn Helgaas2017-11-082-9/+10
| * | PCI: Remove unused declarationsBjorn Helgaas2017-11-084-12/+0
| * | PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-0811-28/+0
| * | PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-088-13/+0
| * | PCI/PME: Handle invalid data when reading Root StatusQiang2017-11-081-1/+4
| * | x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconstBhumika Goyal2017-10-051-1/+1
| * | PCI: Constify pci_dev_type structureBhumika Goyal2017-10-052-2/+2
| |/
* | Merge branch 'pci/hotplug' into nextBjorn Helgaas2017-11-1417-116/+419
|\ \
| * | PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg2017-11-071-3/+8
| * | PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-073-5/+10
| * | PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg2017-11-071-0/+177
| * | PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg2017-11-071-18/+138
| * | PCI: Do not allocate more buses than available in parentMika Westerberg2017-11-071-1/+6
| * | PCI: Open-code the two pass loop when scanning bridgesMika Westerberg2017-11-071-7/+20
| * | PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg2017-11-073-32/+23
| * | PCI: Add for_each_pci_bridge() helperAndy Shevchenko2017-11-078-32/+23
| * | PCI: shpchp: Convert timers to use timer_setup()Kees Cook2017-11-071-6/+3
| * | PCI: cpqphp: Convert timers to use timer_setup()Kees Cook2017-11-073-12/+12
| * | PCI: pciehp: Convert timers to use timer_setup()Kees Cook2017-11-071-8/+4