aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aer/aerdrv_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-11PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas1-496/+0
2018-06-05PCI/AER: Replace struct pcie_device with pci_devKeith Busch1-10/+8
2018-06-05PCI/AER: Remove unused parametersKeith Busch1-9/+5
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 Pawandeep1-333/+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 Pawandeep1-19/+70
2018-03-19PCI: Tidy commentsBjorn Helgaas1-7/+4
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+13
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-4/+1
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas1-12/+9
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas1-4/+1
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly1-0/+3
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-12/+9
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-10-05PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni1-1/+8
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas1-2/+2
2016-09-27PCI/AER: Cache capability positionKeith Busch1-6/+12
2016-09-27PCI/AER: Avoid memory allocation in interrupt handling pathJon Derrick1-11/+2
2016-09-14PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas1-19/+0
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-01-25PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior1-2/+0
2015-12-10PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmaskBjorn Helgaas1-5/+5
2015-09-17PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi1-0/+28
2015-05-29PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang1-2/+1
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-2/+1
2013-11-22Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-11-15kfifo API type safetyStefani Seibold1-1/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-08-14PCI: Remove aer_do_secondary_bus_reset()Alex Williamson1-34/+1
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+9
2013-06-06PCI/AER: Reset link for devices below Root Port or Downstream PortBetty Dall1-8/+9
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz1-1/+4
2013-03-26PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan1-3/+1
2013-01-13PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()Betty Dall1-0/+1
2012-11-28Merge branch 'pci/misc' into nextBjorn Helgaas1-4/+18
2012-11-26PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil1-3/+18
2012-11-02PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying1-4/+16
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas1-4/+2
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-4/+4
2012-09-07PCI: Make pci_error_handlers constStephen Hemminger1-4/+4
2012-08-24PCI/AER: Print completion message at KERN_INFO to match starting messageLance Ortiz1-4/+2
2012-08-23PCI/AER: Use PCI Express Capability accessorsJiang Liu1-41/+10
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-07-22PCI: PCIe AER: add aer_recover_queueHuang Ying1-7/+69
2010-10-15PCI: aerdrv: fix uninitialized variable warningBill Pemberton1-1/+1
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki1-13/+1
2010-07-30PCI aerdrv: fix annoying warningsLinus Torvalds1-8/+9
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-4/+4
2010-05-19ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying1-4/+4
2010-05-11PCI: aerdrv: trivial cleanup for aerdrv_core.cHidetoshi Seto1-11/+10
2010-05-11PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto1-17/+61
2010-05-11PCI: aerdrv: rework find_aer_serviceHidetoshi Seto1-21/+16
2010-05-11PCI: aerdrv: remove is_downstreamHidetoshi Seto1-21/+12
2010-05-11PCI: aerdrv: rework do_recoveryHidetoshi Seto1-21/+17
2010-05-11PCI: aerdrv: rework get_e_source()Hidetoshi Seto1-32/+31
2010-05-11PCI: aerdrv: rework aer_isr_one_error()Hidetoshi Seto1-21/+36
2010-05-11PCI: aerdrv: rework add_error_deviceHidetoshi Seto1-5/+13
2010-05-11PCI: aerdrv: remove compare_device_idHidetoshi Seto1-16/+2
2010-05-11PCI: aerdrv: introduce is_error_sourceHidetoshi Seto1-40/+34
2010-05-11PCI: aerdrv: rework find_source_deviceHidetoshi Seto1-12/+16
2010-05-11PCI: aerdrv: make aer_{en,dis}able_rootport staticHidetoshi Seto1-107/+0
2010-05-11PCI: aerdrv: cleanup inconsistent functionsHidetoshi Seto1-16/+2
2010-05-11PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMANDHidetoshi Seto1-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-3/+3
2009-12-04PCI: remove ifdefed pci_cleanup_aer_correct_error_statusAndrew Patterson1-17/+0
2009-12-04PCI: unconditionally clear AER uncorr status register during cleanupAndrew Patterson1-7/+3
2009-12-04PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige1-6/+5
2009-11-24PCIe AER: use pci_pcie_cap()Kenji Kaneshige1-4/+4
2009-11-04PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch1-2/+22
2009-09-09PCI: pcie, aer: report all error before recoveryHidetoshi Seto1-11/+18
2009-09-09PCI: pcie, aer: change error print formatHidetoshi Seto1-0/+2
2009-09-09PCI: pcie, aer: flags to bitsHidetoshi Seto1-6/+6
2009-09-09PCI: pcie, aer: report multiple/first error on a deviceHidetoshi Seto1-1/+5
2009-09-09PCI: pcie, aer: refer mask state in mask register properlyHidetoshi Seto1-16/+12
2009-09-09PCI: pcie, aer: init struct aer_err_info for reuseHidetoshi Seto1-0/+3
2009-09-09PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto1-17/+14
2009-06-16PCI AER: multiple error supportZhang, Yanmin1-22/+66
2009-06-16PCI AER: support invalid error source IDsZhang, Yanmin1-60/+116
2009-06-16PCI AER: support Multiple Error Received and no error source idZhang, Yanmin1-14/+16
2009-06-11PCI: Add support for turning PCIe ECRC on or offAndrew Patterson1-7/+9
2009-03-19PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki1-5/+5
2009-03-12PCIe: AER: during disable, check subordinate before walkingAlex Chiang1-0/+3
2009-02-24PCI: Enable PCIe AER only after checking firmware supportAndrew Patterson1-9/+39
2008-12-16PCI: fix aer resume sanity checkHidetoshi Seto1-1/+1
2008-10-20PCI: fix AER capability checkYu Zhao1-2/+2
2008-10-20PCI: use pci_find_ext_capability everywhereJesse Barnes1-37/+10
2008-06-25PCIE: aer: use dev_printk when possibleBjorn Helgaas1-12/+12
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-20PCI: #if 0 pci_cleanup_aer_correct_error_status()Adrian Bunk1-1/+2
2007-11-28pci-aer: fix kernel-doc mistakesRandy Dunlap1-14/+15
2007-07-11PCI aer: add pci_cleanup_aer_correct_aer_statusStephen Hemminger1-0/+16
2007-07-11PCI: fix AER driver error informationZhang, Yanmin1-16/+2
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-4/+4
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman1-1/+2
2006-09-26PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin1-0/+757