summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer/aerdrv_core.c
AgeCommit message (Expand)Author
2017-12-25PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni
2016-09-27PCI/AER: Cache capability positionKeith Busch
2016-09-27PCI/AER: Avoid memory allocation in interrupt handling pathJon Derrick
2016-09-14PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas
2016-09-14PCI/AER: Remove aerdriver.nosourceid kernel parameterBjorn Helgaas
2016-09-06PCI/AER: Add bus flag to skip source ID matchingJon Derrick
2016-01-25PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior
2015-12-10PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmaskBjorn Helgaas
2015-09-17PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi
2015-05-29PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang
2014-06-10PCI: Whitespace cleanupRyan Desfosses
2013-11-22Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-15kfifo API type safetyStefani Seibold
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-08-14PCI: Remove aer_do_secondary_bus_reset()Alex Williamson
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-06-06PCI/AER: Reset link for devices below Root Port or Downstream PortBetty Dall
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz
2013-03-26PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan
2013-01-13PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()Betty Dall
2012-11-28Merge branch 'pci/misc' into nextBjorn Helgaas
2012-11-26PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil
2012-11-02PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas
2012-09-07PCI: Make pci_error_handlers constStephen Hemminger
2012-08-24PCI/AER: Print completion message at KERN_INFO to match starting messageLance Ortiz
2012-08-23PCI/AER: Use PCI Express Capability accessorsJiang Liu
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-07-22PCI: PCIe AER: add aer_recover_queueHuang Ying
2010-10-15PCI: aerdrv: fix uninitialized variable warningBill Pemberton
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki
2010-07-30PCI aerdrv: fix annoying warningsLinus Torvalds
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2010-05-19ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying
2010-05-11PCI: aerdrv: trivial cleanup for aerdrv_core.cHidetoshi Seto
2010-05-11PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto
2010-05-11PCI: aerdrv: rework find_aer_serviceHidetoshi Seto
2010-05-11PCI: aerdrv: remove is_downstreamHidetoshi Seto
2010-05-11PCI: aerdrv: rework do_recoveryHidetoshi Seto
2010-05-11PCI: aerdrv: rework get_e_source()Hidetoshi Seto
2010-05-11PCI: aerdrv: rework aer_isr_one_error()Hidetoshi Seto
2010-05-11PCI: aerdrv: rework add_error_deviceHidetoshi Seto
2010-05-11PCI: aerdrv: remove compare_device_idHidetoshi Seto
2010-05-11PCI: aerdrv: introduce is_error_sourceHidetoshi Seto
2010-05-11PCI: aerdrv: rework find_source_deviceHidetoshi Seto
2010-05-11PCI: aerdrv: make aer_{en,dis}able_rootport staticHidetoshi Seto
2010-05-11PCI: aerdrv: cleanup inconsistent functionsHidetoshi Seto
2010-05-11PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMANDHidetoshi Seto