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