summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aer/aerdrv_core.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas2018-06-111-496/+0Star
* PCI/AER: Replace struct pcie_device with pci_devKeith Busch2018-06-061-10/+8Star
* PCI/AER: Remove unused parametersKeith Busch2018-06-061-9/+5Star
* PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov2018-06-031-24/+24
* PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep2018-06-031-2/+2
* PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep2018-05-171-26/+0Star
* PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2018-05-171-333/+1Star
* 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-171-19/+70
* PCI: Tidy commentsBjorn Helgaas2018-03-191-7/+4Star
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-18/+13Star
|\
| * Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-4/+1Star
| |\
| | * PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas2018-01-281-4/+1Star
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-311-12/+9Star
| |\ \
| | * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-12/+9Star
| | |/
| * | PCI/AER: Return error if AER is not supportedKeith Busch2018-01-121-1/+1
| * | PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEITyler Baicar2017-12-191-1/+2
| |/
* / PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly2018-01-271-0/+3
|/
* PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni2017-10-051-1/+8
* PCI: Fix typos and whitespace errorsBjorn Helgaas2017-09-011-2/+2
* PCI/AER: Cache capability positionKeith Busch2016-09-271-6/+12
* PCI/AER: Avoid memory allocation in interrupt handling pathJon Derrick2016-09-271-11/+2Star
* PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas2016-09-141-19/+0Star
* PCI/AER: Remove aerdriver.nosourceid kernel parameterBjorn Helgaas2016-09-141-8/+4Star
* PCI/AER: Add bus flag to skip source ID matchingJon Derrick2016-09-061-2/+5
* PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior2016-01-251-2/+0Star
* PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmaskBjorn Helgaas2015-12-111-5/+5
* PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi2015-09-171-0/+28
* PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang2015-05-291-2/+1Star
* PCI: Whitespace cleanupRyan Desfosses2014-06-111-2/+1Star
* Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-221-1/+1
|\
| * PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* | kfifo API type safetyStefani Seibold2013-11-151-1/+1
|/
* PCI: Remove aer_do_secondary_bus_reset()Alex Williamson2013-08-141-34/+1Star
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-041-8/+9
|\
| * PCI/AER: Reset link for devices below Root Port or Downstream PortBetty Dall2013-06-061-8/+9
* | aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2013-05-301-1/+4
|/
* PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan2013-03-261-3/+1Star
* PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()Betty Dall2013-01-131-0/+1
* Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-281-4/+18
|\
| * PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil2012-11-261-3/+18
* | PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2012-11-021-4/+16
|/
* Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-131-4/+2Star
|\
| * PCI/AER: Print completion message at KERN_INFO to match starting messageLance Ortiz2012-08-241-4/+2Star
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-4/+4
|\ \
| * | PCI: Make pci_error_handlers constStephen Hemminger2012-09-081-4/+4
| |/
* | PCI/AER: Use PCI Express Capability accessorsJiang Liu2012-08-231-41/+10Star
* | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-1/+1
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* PCI: PCIe AER: add aer_recover_queueHuang Ying2011-07-221-7/+69