summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer.c
AgeCommit message (Expand)Author
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede
2021-07-06Merge branch 'pci/sysfs'Bjorn Helgaas
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński
2021-05-27PCI/AER: Use consistent format when printing PCI deviceYicong Yang
2021-03-11PCI: Fix kernel-doc errorsKrzysztof Wilczyński
2021-02-23PCI/AER: Specify the type of Port that was resetKeith Busch
2021-02-23PCI/AER: Clear AER status from Root Port when resetting Downstream PortKeith Busch
2020-12-05PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley
2020-12-05PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo
2020-12-05PCI/ERR: Recover from RCEC AER errorsSean V Kelley
2020-12-04PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley
2020-12-01PCI/AER: Write AER Capability only when we control itSean V Kelley
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas
2020-07-22PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07PCI/AER: Log correctable errors as warning, not errorMatt Jolly
2020-07-07PCI/AER: Simplify __aer_print_error()Bjorn Helgaas
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed
2020-06-01PCI/AER: Use "aer" variable for capability offsetBjorn Helgaas
2020-06-01PCI/AER: Remove redundant dev->aer_cap checksKuppuswamy Sathyanarayanan
2020-06-01PCI/AER: Remove redundant pci_is_pcie() checksKuppuswamy Sathyanarayanan
2020-06-01PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownershipKuppuswamy Sathyanarayanan
2020-04-30PCI/AER: Use only _OSC to determine AER ownershipAlexandru Gagniuc
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan
2020-03-28PCI/AER: Add pci_aer_raw_clear_status() to unconditionally clear Error StatusKuppuswamy Sathyanarayanan
2020-03-28PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan
2020-01-23PCI/AER: Initialize aer_fifoDongdong Liu
2019-10-18PCI/AER: Fix kernel-doc warningsAndy Shevchenko
2019-10-18PCI/AER: Use for_each_set_bit() to simplify codeAndy Shevchenko
2019-10-18PCI/AER: Add PoisonTLPBlocked to Uncorrectable error countersRajat Jain
2019-10-18PCI/AER: Save AER Capability for suspend/resumePatel, Mayurkumar
2019-05-09PCI/AER: Log messages with pci_dev, not pcie_deviceFrederick Lawler
2019-05-09PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()Frederick Lawler
2019-01-29PCI/AER: Use match_string() helper to simplify the codeAndy Shevchenko
2018-12-14PCI/AER: Queue one GHES event, not several uninitialized onesYanjiang Jin
2018-10-18PCI/AER: Abstract AER interrupt handlingKeith Busch
2018-10-18PCI/AER: Use managed resource allocationsKeith Busch
2018-10-08PCI/AER: Use threaded IRQ for bottom halfKeith Busch
2018-10-08PCI/AER: Use kfifo_in_spinlocked() to insert locked elementsKeith Busch
2018-10-08PCI/AER: Use kfifo for tracking events instead of reimplementing itKeith Busch
2018-10-08PCI/AER: Remove error source from AER struct aer_rpcKeith Busch
2018-10-08PCI/AER: Remove unused aer_error_resume()Keith Busch
2018-09-26PCI/ERR: Handle fatal error recoveryKeith Busch
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch
2018-09-21PCI/AER: Don't read upstream ports below fatal errorsKeith Busch
2018-09-21PCI/AER: Take reference on error devicesKeith Busch