summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+27
2023-10-26Merge branches 'acpi-video', 'acpi-prm', 'acpi-apei' and 'acpi-pcc'Rafael J. Wysocki1-0/+10
2023-10-26PCI/AER: Factor out interrupt toggling into helpersKai-Heng Feng1-18/+27
2023-09-21ACPI: APEI: Fix AER info corruption when error status data has multiple sectionsShiju Jose1-0/+10
2023-09-12PCI/AER: Export pcie_aer_is_native()Smita Koralahalli1-0/+1
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-4/+3
2023-08-25PCI/AER: Simplify AER_RECOVER_RING_SIZE definitionBjorn Helgaas1-2/+1
2023-08-08PCI/AER: Use pci_dev_id() to simplify the codeXiongfeng Wang1-2/+2
2023-07-13PCI/AER: Unexport pci_enable_pcie_error_reporting()Bjorn Helgaas1-2/+1
2023-07-13PCI/AER: Drop unused pci_disable_pcie_error_reporting()Bjorn Helgaas1-12/+0
2023-01-27PCI/AER: Remove redundant Device Control Error Reporting EnableBjorn Helgaas1-48/+0
2023-01-12PCI/AER: Configure ECRC only if AER is nativeVidya Sagar1-0/+3
2022-12-04PCI/AER: Add optional logging callback for correctable errorDave Jiang1-1/+7
2022-07-13PCI/AER: Iterate over error counters instead of error stringsMohamed Khalfella1-1/+6
2022-07-13PCI/AER: Enable error reporting when AER is nativeStefan Roese1-0/+3
2022-07-11PCI/AER: Configure ECRC for every deviceStefan Roese1-3/+2
2022-05-18PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bitsKuppuswamy Sathyanarayanan1-1/+6
2021-10-09PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński1-1/+1
2021-08-19PCI: Change the type of probe argument in reset functionsAmey Narkhede1-1/+1
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede1-7/+5
2021-07-06Merge branch 'pci/sysfs'Bjorn Helgaas1-9/+11
2021-06-04PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński1-9/+11
2021-05-28PCI/AER: Use consistent format when printing PCI deviceYicong Yang1-2/+2
2021-03-12PCI: Fix kernel-doc errorsKrzysztof Wilczyński1-3/+3
2021-02-24PCI/AER: Specify the type of Port that was resetKeith Busch1-1/+2
2021-02-24PCI/AER: Clear AER status from Root Port when resetting Downstream PortKeith Busch1-1/+1
2020-12-06PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley1-4/+11
2020-12-06PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo1-5/+19
2020-12-06PCI/ERR: Recover from RCEC AER errorsSean V Kelley1-17/+41
2020-12-04PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley1-2/+3
2020-12-02PCI/AER: Write AER Capability only when we control itSean V Kelley1-13/+16
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+55
2020-08-06Merge branch 'pci/misc'Bjorn Helgaas1-3/+8
2020-07-22PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron1-1/+2
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas1-9/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-08PCI/AER: Log correctable errors as warning, not errorMatt Jolly1-10/+15
2020-07-08PCI/AER: Simplify __aer_print_error()Bjorn Helgaas1-14/+34
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed1-3/+8
2020-06-01PCI/AER: Use "aer" variable for capability offsetBjorn Helgaas1-95/+84
2020-06-01PCI/AER: Remove redundant dev->aer_cap checksKuppuswamy Sathyanarayanan1-10/+2
2020-06-01PCI/AER: Remove redundant pci_is_pcie() checksKuppuswamy Sathyanarayanan1-9/+0
2020-06-01PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownershipKuppuswamy Sathyanarayanan1-107/+11
2020-05-01PCI/AER: Use only _OSC to determine AER ownershipAlexandru Gagniuc1-25/+1
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-4/+4
2020-03-28PCI/AER: Add pci_aer_raw_clear_status() to unconditionally clear Error StatusKuppuswamy Sathyanarayanan1-4/+18
2020-03-28PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan1-7/+5
2020-01-24PCI/AER: Initialize aer_fifoDongdong Liu1-0/+1
2019-10-19PCI/AER: Fix kernel-doc warningsAndy Shevchenko1-1/+3
2019-10-19PCI/AER: Use for_each_set_bit() to simplify codeAndy Shevchenko1-11/+8