summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-06Merge branch 'pci/enumeration'Bjorn Helgaas
2026-02-06PCI/AER: Clear stale errors on reporting agents upon probeLukas Wunner
2026-01-30PCI/ACPI: Restrict program_hpx_type2() to AER bitsHåkon Bugge
2026-01-22PCI/AER: Report CXL or PCIe bus type in AER trace loggingTerry Bowman
2026-01-22PCI/AER: Move CXL RCH error handling to aer_cxl_rch.cTerry Bowman
2026-01-22PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()Terry Bowman
2026-01-22PCI/AER: Export pci_aer_unmask_internal_errors()Terry Bowman
2026-01-22PCI: Replace cxl_error_is_native() with pcie_aer_is_native()Terry Bowman
2026-01-14ACPI: extlog: Trace CPER PCI Express Error SectionFabio M. De Francesco
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao
2025-10-02PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()Breno Leitao
2025-09-11PCI/AER: Fix NULL pointer access by aer_infoVernon Yang
2025-09-04PCI/AER: Print TLP Log for errors introduced since PCIe r1.1Lukas Wunner
2025-08-27PCI/AER: Support errors introduced by PCIe r6.0Lukas Wunner
2025-06-26PCI/AER: Add message when AER_MAX_MULTI_ERR_DEVICES limit is hitAkshay Jindal
2025-06-17PCI/AER: Use bool for AER disable state trackingHans Zhang
2025-05-23PCI/AER: Add sysfs attributes for log ratelimitsJon Pan-Doh
2025-05-23PCI/AER: Ratelimit correctable and non-fatal error loggingJon Pan-Doh
2025-05-23PCI/AER: Simplify add_error_device()Bjorn Helgaas
2025-05-23PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to indexBjorn Helgaas
2025-05-23PCI/AER: Rename struct aer_stats to aer_infoKarolina Stolarek
2025-05-23PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNINGKarolina Stolarek
2025-05-23PCI/ERR: Add printk level to pcie_print_tlp_log()Bjorn Helgaas
2025-05-23PCI/AER: Check log level once and remember itKarolina Stolarek
2025-05-23PCI/AER: Trace error event before ratelimitingBjorn Helgaas
2025-05-23PCI/AER: Update statistics before ratelimitingBjorn Helgaas
2025-05-23PCI/AER: Simplify pci_print_aer()Bjorn Helgaas
2025-05-23PCI/AER: Initialize aer_err_info before using itBjorn Helgaas
2025-05-23PCI/AER: Move aer_print_source() earlier in fileBjorn Helgaas
2025-05-23PCI/AER: Rename aer_print_port_info() to aer_print_source()Jon Pan-Doh
2025-05-23PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etcBjorn Helgaas
2025-05-23PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type()Bjorn Helgaas
2025-05-23PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error()Bjorn Helgaas
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas
2025-03-08PCI: Fix typosBjorn Helgaas
2025-02-21PCI/ERR: Handle TLP Log in Flit modeIlpo Järvinen
2025-02-21PCI/AER: Descope pci_printk() to aer_printk()Ilpo Järvinen
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-16PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix LogIlpo Järvinen
2025-01-16PCI: Add TLP Prefix reading to pcie_read_tlp_log()Ilpo Järvinen
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-15PCI: Fix typosBjorn Helgaas
2024-06-18PCI/AER: Disable AER service on suspendKai-Heng Feng
2024-03-08PCI/AER: Generalize TLP Header Log readingIlpo Järvinen
2024-03-08PCI/AER: Use explicit register size for PCI_ERR_CAPIlpo Järvinen
2024-01-02PCI/AER: Use explicit register sizes for struct membersBjorn Helgaas