summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-0615-270/+207
|\
| * Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-0113-54/+13
| |\
| | * PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas2018-01-284-16/+4
| | * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-285-38/+5
| | * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-264-0/+4
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-317-42/+35
| |\ \
| | * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-187-42/+35
| | |/
| * | Merge branch 'pci/dpc' into nextBjorn Helgaas2018-01-313-148/+109
| |\ \
| | * | PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas2018-01-301-2/+2
| | * | PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()Bjorn Helgaas2018-01-301-7/+1
| | * | PCI/DPC: Remove unnecessary RP PIO register structsBjorn Helgaas2018-01-301-56/+24
| | * | PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()Bjorn Helgaas2018-01-301-1/+2
| | * | PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()Bjorn Helgaas2018-01-301-39/+21
| | * | PCI/DPC: Make RP PIO log size check more genericBjorn Helgaas2018-01-301-2/+3
| | * | PCI/DPC: Rename local "status" to "dpc_status"Bjorn Helgaas2018-01-301-3/+3
| | * | PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()Bjorn Helgaas2018-01-301-8/+3
| | * | PCI/DPC: Process RP PIO details only if RP PIO extensions supportedBjorn Helgaas2018-01-301-1/+1
| | * | PCI/DPC: Read RP PIO Log Size once at probeBjorn Helgaas2018-01-301-13/+16
| | * | PCI/DPC: Rename struct dpc_dev.rp to rp_extensionsBjorn Helgaas2018-01-301-4/+4
| | * | PCI/DPC: Add local variable for DPC capability offsetBjorn Helgaas2018-01-301-36/+29
| | * | PCI/DPC: Rename interrupt_event_handler() to dpc_work()Bjorn Helgaas2018-01-261-2/+2
| | * | PCI/DPC: Fix interrupt message number printKeith Busch2018-01-261-1/+1
| | * | PCI/DPC: Enable DPC only if AER is availableKeith Busch2018-01-263-3/+7
| | * | PCI/DPC: Fix shared interrupt handlingAlex Williamson2018-01-101-20/+40
| | |/
| * | Merge branch 'pci/aspm' into nextBjorn Helgaas2018-01-311-24/+47
| |\ \
| | * | PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristicsBjorn Helgaas2017-12-181-24/+47
| | |/
| * | PCI/AER: Return error if AER is not supportedKeith Busch2018-01-111-1/+1
| * | PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEITyler Baicar2017-12-181-1/+2
| |/
* | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-0/+3
|\ \
| * | PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly2018-01-271-0/+3
| |/
* | PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe portsRafael J. Wysocki2018-01-091-0/+3
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-155-116/+116
|\
| * Merge branch 'pci/portdrv' into nextBjorn Helgaas2017-11-141-0/+1
| |\
| | * PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya2017-11-061-0/+1
| * | Merge branch 'pci/msi' into nextBjorn Helgaas2017-11-141-96/+75
| |\ \
| | * | 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-191-2/+2
| | |/
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2017-11-141-1/+4
| |\ \
| | * | PCI/PME: Handle invalid data when reading Root StatusQiang2017-11-071-1/+4
| | |/
| * | Merge branch 'pci/aspm' into nextBjorn Helgaas2017-11-141-18/+28
| |\ \
| | * | PCI/ASPM: Add L1 Substates definitionsBjorn Helgaas2017-11-141-14/+20
| | * | PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas2017-11-141-1/+1
| | * | PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas2017-11-131-1/+1
| | * | PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel2017-10-051-2/+6
| | |/
| * | PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni2017-10-051-1/+8
| |/
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+3
|\ \
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+3
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
|/
OpenPOWER on IntegriCloud