summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'pci/portdrv'Bjorn Helgaas2018-06-061-57/+0
| |\ \ \
| | * | | PCI/portdrv: Remove unused pcie_port_acpi_setup()Bjorn Helgaas2018-05-031-57/+0
| | |/ /
| * | | Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-0617-169/+257
| |\ \ \
| | * | | PCI: Improve "partially hidden behind bridge" log messageMika Westerberg2018-06-041-9/+4
| | * | | PCI: Improve pci_scan_bridge() and pci_scan_bridge_extend() docMika Westerberg2018-06-041-0/+4
| | * | | PCI: Move resource distribution for single bridge outside loopMika Westerberg2018-06-041-41/+41
| | * | | PCI: Account for all bridges on bus when distributing bus numbersMika Westerberg2018-06-041-3/+12
| | * | | ACPI / hotplug / PCI: Drop unnecessary parenthesesMika Westerberg2018-06-041-2/+2
| | * | | ACPI / hotplug / PCI: Mark stale PCI devices disconnectedMika Westerberg2018-06-041-0/+5
| | * | | ACPI / hotplug / PCI: Don't scan bridges managed by native hotplugMika Westerberg2018-06-041-17/+58
| | * | | PCI: shpchp: Add shpchp_is_native()Mika Westerberg2018-06-044-16/+32
| | * | | PCI: shpchp: Fix AMD POGO identificationBjorn Helgaas2018-06-041-4/+4
| | * | | PCI: shpchp: Use dev_printk() for OSHP-related messagesBjorn Helgaas2018-06-021-7/+6
| | * | | PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg2018-06-022-11/+1
| | * | | PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsMika Westerberg2018-06-022-4/+2
| | * | | PCI: shpchp: Rely on previous _OSC resultsMika Westerberg2018-06-021-19/+10
| | * | | PCI: shpchp: Request SHPC control via _OSC when adding host bridgeMika Westerberg2018-06-021-0/+1
| | * | | PCI: shpchp: Convert SHPC to be builtin onlyMika Westerberg2018-06-021-4/+1
| | * | | PCI: pciehp: Make pciehp_is_native() stricterMika Westerberg2018-06-022-14/+14
| | * | | PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplugMika Westerberg2018-06-022-2/+2
| | * | | PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg2018-05-243-3/+14
| | * | | PCI: pnv_php: Add missing of_node_put()Julia Lawall2018-05-231-2/+6
| | * | | PCI: pciehp: Add quirk for Command Completed errataBjorn Helgaas2018-05-071-12/+39
| | * | | PCI: Add Qualcomm vendor IDBjorn Helgaas2018-05-071-2/+2
| | * | | PCI: ibmphp: Fix use-before-set in get_max_bus_speed()Dan Carpenter2018-04-201-1/+1
| | |/ /
| * | | Merge branch 'pci/enumeration'Bjorn Helgaas2018-06-063-49/+61
| |\ \ \
| | * | | PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas2018-05-261-43/+0
| | * | | PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig2018-05-261-6/+9
| | * | | PCI: Check whether bridges allow access to extended config spaceGilles Buloz2018-05-071-0/+52
| | |/ /
| * | | Merge branch 'pci/dpc'Bjorn Helgaas2018-06-061-1/+4
| |\ \ \
| | * | | PCI/DPC: Clear interrupt status in interrupt handler top halfOza Pawandeep2018-05-161-1/+4
| | |/ /
| * | | Merge branch 'pci/aspm'Bjorn Helgaas2018-06-062-0/+14
| |\ \ \
| | * | | PCI/ACPI: Request LTR control from platform before using itBjorn Helgaas2018-04-231-0/+5
| | * | | PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTRBjorn Helgaas2018-04-181-0/+9
| | |/ /
| * | | PCI/AER: Replace struct pcie_device with pci_devKeith Busch2018-06-063-14/+12
| * | | PCI/AER: Remove unused parametersKeith Busch2018-06-061-9/+5
| * | | PCI/AER: Decode Error Source Requester IDBjorn Helgaas2018-06-031-7/+11
| * | | PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov2018-06-031-24/+24
| * | | PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep2018-06-031-20/+33
| * | | PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep2018-06-033-8/+9
| * | | PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep2018-06-031-2/+2
| * | | PCI/portdrv: Add generic pcie_port_find_device()Oza Pawandeep2018-06-032-0/+24
| * | | PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep2018-05-174-30/+49
| * | | PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2018-05-177-365/+397
| * | | PCI/AER: Rename error recovery interfaces to generic PCI namingOza Pawandeep2018-05-171-8/+8
| * | | PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devicesOza Pawandeep2018-05-172-23/+71
| * | | PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep2018-05-174-28/+34
| * | | PCI/AER: Add TLP header information to tracepointThomas Tai2018-05-101-2/+2
| * | | PCI/AER: Unify error bit printing for native and CPER reportingAlexandru Gagniuc2018-05-081-7/+9
| |/ /
* | | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-052-6/+5
|\ \ \