summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer
AgeCommit message (Expand)AuthorFilesLines
2018-06-11PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas4-1979/+0
2018-06-11PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2-21/+14
2018-06-11PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2-80/+63
2018-06-11PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas2-3/+2
2018-06-11PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas1-10/+0
2018-06-11PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas1-1/+0
2018-06-11PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas3-119/+110
2018-06-11PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas3-142/+122
2018-06-11PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas4-263/+244
2018-06-11PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas4-498/+475
2018-06-11PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas1-58/+58
2018-06-08PCI/AER: Remove forward declarationsBjorn Helgaas1-16/+11
2018-06-06PCI/AER: Replace struct pcie_device with pci_devKeith Busch3-14/+12
2018-06-06PCI/AER: Remove unused parametersKeith Busch1-9/+5
2018-06-03PCI/AER: Decode Error Source Requester IDBjorn Helgaas1-7/+11
2018-06-03PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov1-24/+24
2018-06-03PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep1-2/+2
2018-05-18PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep1-26/+0
2018-05-18PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2-363/+1
2018-05-18PCI/AER: Rename error recovery interfaces to generic PCI namingOza Pawandeep1-8/+8
2018-05-18PCI/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-08PCI/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-31PCI/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-23PCI/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-29PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas3-12/+3
2018-01-29PCI: 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-12PCI/AER: Return error if AER is not supportedKeith Busch1-1/+1
2017-12-19PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEITyler Baicar1-1/+2
2017-11-16Merge 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-02PCI: 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-24PCI: Export pcie_find_root_portJohannes Thumshirn1-14/+0
2016-10-03Merge branch 'pci/aer' into nextBjorn Helgaas4-66/+28