summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'pci/portdrv' into nextBjorn Helgaas1-0/+1
2017-11-14Merge branch 'pci/msi' into nextBjorn Helgaas1-96/+75
2017-11-14Merge branch 'pci/misc' into nextBjorn Helgaas5-4/+16
2017-11-14Merge branch 'pci/hotplug' into nextBjorn Helgaas15-113/+413
2017-11-14Merge branch 'pci/aspm' into nextBjorn Helgaas1-18/+28
2017-11-14Merge branch 'pci/aer' into nextBjorn Helgaas1-1/+8
2017-11-14PCI/ASPM: Add L1 Substates definitionsBjorn Helgaas1-14/+20
2017-11-14PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas1-1/+1
2017-11-14PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas1-1/+1
2017-11-09PCI: Fix kernel-doc build warningRandy Dunlap1-1/+1
2017-11-08PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap1-0/+9
2017-11-08PCI/PME: Handle invalid data when reading Root StatusQiang1-1/+4
2017-11-07PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg1-3/+8
2017-11-07PCI: pciehp: Fix race condition handling surprise link downMika Westerberg3-5/+10
2017-11-07PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg1-0/+177
2017-11-07PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg1-18/+138
2017-11-07PCI: Do not allocate more buses than available in parentMika Westerberg1-1/+6
2017-11-07PCI: Open-code the two pass loop when scanning bridgesMika Westerberg1-7/+20
2017-11-07PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg3-32/+23
2017-11-07PCI: Add for_each_pci_bridge() helperAndy Shevchenko6-29/+17
2017-11-07PCI: shpchp: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-11-07PCI: cpqphp: Convert timers to use timer_setup()Kees Cook3-12/+12
2017-11-07PCI: pciehp: Convert timers to use timer_setup()Kees Cook1-8/+4
2017-11-07PCI: ibmphp: Use common error handling code in unconfigure_boot_device()Markus Elfring1-8/+11
2017-11-07PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya1-0/+1
2017-10-21PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocationBjorn Helgaas1-10/+20
2017-10-20PCI/portdrv: Factor out Interrupt Message Number lookupBjorn Helgaas1-48/+62
2017-10-20PCI/portdrv: Consolidate commentsBjorn Helgaas1-54/+9
2017-10-20PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masksDongdong Liu1-2/+2
2017-10-05PCI: Constify pci_dev_type structureBhumika Goyal2-2/+2
2017-10-05PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel1-2/+6
2017-10-05PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni1-1/+8
2017-10-05ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov1-1/+1
2017-09-26PCI: Fix race condition with driver_overrideNicolai Stange1-2/+9
2017-09-20PCI: endpoint: Use correct "end of test" interruptJohn Keeping1-7/+6
2017-09-15Revert "PCI: Avoid race while enabling upstream bridges"Bjorn Helgaas1-11/+2
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2-2/+2
2017-09-09Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds70-1002/+2438
2017-09-07Merge branch 'pci/virtualization' into nextBjorn Helgaas2-3/+33
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas12-20/+16
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas2-0/+22
2017-09-07Merge branch 'pci/pm' into nextBjorn Helgaas1-0/+2
2017-09-07Merge branch 'pci/msi' into nextBjorn Helgaas1-5/+22
2017-09-07Merge branch 'pci/misc' into nextBjorn Helgaas17-36/+35
2017-09-07Merge branch 'pci/irq-fixups' into nextBjorn Helgaas1-31/+1
2017-09-07Merge branch 'pci/hotplug' into nextBjorn Helgaas2-0/+10
2017-09-07Merge branch 'pci/enumeration' into nextBjorn Helgaas4-45/+149
2017-09-07Merge branch 'pci/dpc' into nextBjorn Helgaas1-10/+177
2017-09-07Merge branch 'pci/aer' into nextBjorn Helgaas2-123/+7
2017-09-07Merge branch 'pci/endpoint' into nextBjorn Helgaas7-54/+157