summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer
AgeCommit message (Expand)AuthorFilesLines
2018-06-05PCI/AER: Replace struct pcie_device with pci_devKeith Busch3-14/+12
2018-06-05PCI/AER: Remove unused parametersKeith Busch1-9/+5
2018-06-02PCI/AER: Decode Error Source Requester IDBjorn Helgaas1-7/+11
2018-06-02PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov1-24/+24
2018-06-02PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep1-2/+2
2018-05-17PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep1-26/+0
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2-363/+1
2018-05-17PCI/AER: Rename error recovery interfaces to generic PCI namingOza Pawandeep1-8/+8
2018-05-17PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devicesOza Pawandeep2-23/+71
2018-05-10PCI/AER: Add TLP header information to tracepointThomas Tai1-2/+2
2018-05-07PCI/AER: Unify error bit printing for native and CPER reportingAlexandru Gagniuc1-7/+9
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas4-6/+6
2018-03-30PCI/AER: Use cached AER Capability offsetFrederick Lawler2-4/+4
2018-03-19PCI: Tidy commentsBjorn Helgaas6-20/+9
2018-03-09PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas1-1/+1
2018-02-22PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler2-2/+2
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-68/+37
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas7-33/+7
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas4-33/+27
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas3-12/+3
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2-21/+2
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly1-0/+3
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2-0/+2
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler4-33/+27
2018-01-11PCI/AER: Return error if AER is not supportedKeith Busch1-1/+1
2017-12-18PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEITyler Baicar1-1/+2
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-05PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni1-1/+8
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas1-2/+2
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas1-2/+2
2017-07-31PCI/portdrv: Move error handler methods to struct pcie_port_service_driverChristoph Hellwig1-24/+1
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+6
2016-12-12PCI/AER: Log AER IRQ when claiming Root PortBjorn Helgaas1-2/+2
2016-12-12PCI/AER: Log errors with PCI device, not PCIe service deviceBjorn Helgaas1-3/+4
2016-12-12PCI/AER: Remove unused version macrosBjorn Helgaas1-7/+0
2016-11-23PCI: Export pcie_find_root_portJohannes Thumshirn1-14/+0
2016-10-03Merge branch 'pci/aer' into nextBjorn Helgaas4-66/+28
2016-09-30PCI/AER: Fix aer_probe() kernel-doc commentCao jin1-1/+0
2016-09-27PCI/AER: Cache capability positionKeith Busch2-11/+17
2016-09-27PCI/AER: Avoid memory allocation in interrupt handling pathJon Derrick2-11/+3
2016-09-20PCI/AER: Remove duplicate AER severity translationTyler Baicar1-4/+2
2016-09-14PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas3-33/+1
2016-09-14PCI/AER: Remove aerdriver.nosourceid kernel parameterBjorn Helgaas1-8/+4
2016-09-06PCI/AER: Add bus flag to skip source ID matchingJon Derrick1-2/+5
2016-08-24PCI/AER: Make explicitly non-modularPaul Gortmaker1-17/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+63
2016-03-08PCI/AER: Log aer_inject error injectionsJean Delvare1-0/+3
2016-03-08PCI/AER: Log actual error causes in aer_injectJean Delvare1-1/+7
2016-03-08PCI/AER: Use dev_warn() in aer_injectJean Delvare1-3/+7