summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aer
AgeCommit message (Expand)AuthorLines
2018-06-11PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas-1979/+0
2018-06-11PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas-21/+14
2018-06-11PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas-80/+63
2018-06-11PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas-3/+2
2018-06-11PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas-10/+0
2018-06-11PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas-1/+0
2018-06-11PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas-119/+110
2018-06-11PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas-142/+122
2018-06-11PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas-263/+244
2018-06-11PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas-498/+475
2018-06-11PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas-58/+58
2018-06-08PCI/AER: Remove forward declarationsBjorn Helgaas-16/+11
2018-06-05PCI/AER: Replace struct pcie_device with pci_devKeith Busch-14/+12
2018-06-05PCI/AER: Remove unused parametersKeith Busch-9/+5
2018-06-02PCI/AER: Decode Error Source Requester IDBjorn Helgaas-7/+11
2018-06-02PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov-24/+24
2018-06-02PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep-2/+2
2018-05-17PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep-26/+0
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep-363/+1
2018-05-17PCI/AER: Rename error recovery interfaces to generic PCI namingOza Pawandeep-8/+8
2018-05-17PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devicesOza Pawandeep-23/+71
2018-05-10PCI/AER: Add TLP header information to tracepointThomas Tai-2/+2
2018-05-07PCI/AER: Unify error bit printing for native and CPER reportingAlexandru Gagniuc-7/+9
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas-6/+6
2018-03-30PCI/AER: Use cached AER Capability offsetFrederick Lawler-4/+4
2018-03-19PCI: Tidy commentsBjorn Helgaas-20/+9
2018-03-09PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas-1/+1
2018-02-22PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler-2/+2
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-68/+37
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas-33/+7
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas-33/+27
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas-12/+3
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas-21/+2
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly-0/+3
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas-0/+2
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler-33/+27
2018-01-11PCI/AER: Return error if AER is not supportedKeith Busch-1/+1
2017-12-18PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEITyler Baicar-1/+2
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-10-05PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni-1/+8
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas-2/+2
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas-2/+2
2017-07-31PCI/portdrv: Move error handler methods to struct pcie_port_service_driverChristoph Hellwig-24/+1
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+6
2016-12-12PCI/AER: Log AER IRQ when claiming Root PortBjorn Helgaas-2/+2
2016-12-12PCI/AER: Log errors with PCI device, not PCIe service deviceBjorn Helgaas-3/+4
2016-12-12PCI/AER: Remove unused version macrosBjorn Helgaas-7/+0
2016-11-23PCI: Export pcie_find_root_portJohannes Thumshirn-14/+0
2016-10-03Merge branch 'pci/aer' into nextBjorn Helgaas-66/+28