summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aer
Commit message (Expand)AuthorAgeFilesLines
* PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas2018-06-114-1979/+0
* PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2018-06-112-21/+14
* PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2018-06-112-80/+63
* PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas2018-06-112-3/+2
* PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas2018-06-111-10/+0
* PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas2018-06-111-1/+0
* PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas2018-06-113-119/+110
* PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas2018-06-113-142/+122
* PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas2018-06-114-263/+244
* PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas2018-06-114-498/+475
* PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas2018-06-111-58/+58
* PCI/AER: Remove forward declarationsBjorn Helgaas2018-06-081-16/+11
* PCI/AER: Replace struct pcie_device with pci_devKeith Busch2018-06-053-14/+12
* PCI/AER: Remove unused parametersKeith Busch2018-06-051-9/+5
* PCI/AER: Decode Error Source Requester IDBjorn Helgaas2018-06-021-7/+11
* PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov2018-06-021-24/+24
* PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep2018-06-021-2/+2
* PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep2018-05-171-26/+0
* PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2018-05-172-363/+1
* 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/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-071-7/+9
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-044-6/+6
|\
| * PCI/AER: Use cached AER Capability offsetFrederick Lawler2018-03-302-4/+4
| * PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas2018-03-091-1/+1
| * PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler2018-02-222-2/+2
* | PCI: Tidy commentsBjorn Helgaas2018-03-196-20/+9
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-067-68/+37
|\
| * Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-017-33/+7
| |\
| | * PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas2018-01-283-12/+3
| | * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-282-21/+2
| | * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-262-0/+2
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-314-33/+27
| |\ \
| | * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-184-33/+27
| | |/
| * | 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
| |/
* | PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly2018-01-271-0/+3
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+8
|\
| * PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni2017-10-051-1/+8
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* Merge branch 'pci/trivial' into nextBjorn Helgaas2017-09-071-2/+2
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2017-09-011-2/+2
* | PCI/portdrv: Move error handler methods to struct pcie_port_service_driverChristoph Hellwig2017-07-311-24/+1
|/
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-12/+6
|\
| * PCI/AER: Log AER IRQ when claiming Root PortBjorn Helgaas2016-12-121-2/+2
| * PCI/AER: Log errors with PCI device, not PCIe service deviceBjorn Helgaas2016-12-121-3/+4
| * PCI/AER: Remove unused version macrosBjorn Helgaas2016-12-121-7/+0
* | PCI: Export pcie_find_root_portJohannes Thumshirn2016-11-231-14/+0
|/
* Merge branch 'pci/aer' into nextBjorn Helgaas2016-10-034-66/+28
|\
OpenPOWER on IntegriCloud