index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
aer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-27
vmcoreinfo: track and log recoverable hardware errors
Breno Leitao
1
-0
/
+2
2025-10-02
PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()
Breno Leitao
1
-0
/
+3
2025-09-11
PCI/AER: Fix NULL pointer access by aer_info
Vernon Yang
1
-0
/
+4
2025-09-04
PCI/AER: Print TLP Log for errors introduced since PCIe r1.1
Lukas Wunner
1
-3
/
+27
2025-08-27
PCI/AER: Support errors introduced by PCIe r6.0
Lukas Wunner
1
-6
/
+6
2025-06-26
PCI/AER: Add message when AER_MAX_MULTI_ERR_DEVICES limit is hit
Akshay Jindal
1
-1
/
+2
2025-06-17
PCI/AER: Use bool for AER disable state tracking
Hans Zhang
1
-2
/
+2
2025-05-23
PCI/AER: Add sysfs attributes for log ratelimits
Jon Pan-Doh
1
-0
/
+105
2025-05-23
PCI/AER: Ratelimit correctable and non-fatal error logging
Jon Pan-Doh
1
-5
/
+61
2025-05-23
PCI/AER: Simplify add_error_device()
Bjorn Helgaas
1
-6
/
+9
2025-05-23
PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to index
Bjorn Helgaas
1
-10
/
+23
2025-05-23
PCI/AER: Rename struct aer_stats to aer_info
Karolina Stolarek
1
-23
/
+23
2025-05-23
PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNING
Karolina Stolarek
1
-5
/
+6
2025-05-23
PCI/ERR: Add printk level to pcie_print_tlp_log()
Bjorn Helgaas
1
-2
/
+3
2025-05-23
PCI/AER: Check log level once and remember it
Karolina Stolarek
1
-11
/
+10
2025-05-23
PCI/AER: Trace error event before ratelimiting
Bjorn Helgaas
1
-6
/
+4
2025-05-23
PCI/AER: Update statistics before ratelimiting
Bjorn Helgaas
1
-1
/
+4
2025-05-23
PCI/AER: Simplify pci_print_aer()
Bjorn Helgaas
1
-8
/
+8
2025-05-23
PCI/AER: Initialize aer_err_info before using it
Bjorn Helgaas
1
-22
/
+17
2025-05-23
PCI/AER: Move aer_print_source() earlier in file
Bjorn Helgaas
1
-13
/
+13
2025-05-23
PCI/AER: Rename aer_print_port_info() to aer_print_source()
Jon Pan-Doh
1
-3
/
+3
2025-05-23
PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etc
Bjorn Helgaas
1
-4
/
+4
2025-05-23
PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type()
Bjorn Helgaas
1
-13
/
+9
2025-05-23
PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error()
Bjorn Helgaas
1
-13
/
+23
2025-03-27
Merge branch 'pci/misc'
Bjorn Helgaas
1
-34
/
+34
2025-03-08
PCI: Fix typos
Bjorn Helgaas
1
-34
/
+34
2025-02-21
PCI/ERR: Handle TLP Log in Flit mode
Ilpo Järvinen
1
-0
/
+1
2025-02-21
PCI/AER: Descope pci_printk() to aer_printk()
Ilpo Järvinen
1
-3
/
+7
2025-01-25
Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+6
2025-01-16
PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix Log
Ilpo Järvinen
1
-8
/
+2
2025-01-16
PCI: Add TLP Prefix reading to pcie_read_tlp_log()
Ilpo Järvinen
1
-1
/
+4
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-2
/
+2
2024-11-15
PCI: Fix typos
Bjorn Helgaas
1
-6
/
+9
2024-06-18
PCI/AER: Disable AER service on suspend
Kai-Heng Feng
1
-0
/
+18
2024-03-08
PCI/AER: Generalize TLP Header Log reading
Ilpo Järvinen
1
-11
/
+3
2024-03-08
PCI/AER: Use explicit register size for PCI_ERR_CAP
Ilpo Järvinen
1
-3
/
+3
2024-01-02
PCI/AER: Use explicit register sizes for struct members
Bjorn Helgaas
1
-2
/
+2
2024-01-02
PCI/AER: Decode Requester ID when no error info found
Bjorn Helgaas
1
-2
/
+7
2024-01-02
PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errors
Bjorn Helgaas
1
-4
/
+4
2023-11-04
Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-6
/
+153
2023-11-02
Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-18
/
+27
2023-10-27
PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error hand...
Robert Richter
1
-0
/
+57
2023-10-27
PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
Robert Richter
1
-2
/
+91
2023-10-27
PCI/AER: Refactor cper_print_aer() for use by CXL driver module
Terry Bowman
1
-4
/
+5
2023-10-26
Merge branches 'acpi-video', 'acpi-prm', 'acpi-apei' and 'acpi-pcc'
Rafael J. Wysocki
1
-0
/
+10
2023-10-25
PCI/AER: Factor out interrupt toggling into helpers
Kai-Heng Feng
1
-18
/
+27
2023-09-21
ACPI: APEI: Fix AER info corruption when error status data has multiple sections
Shiju Jose
1
-0
/
+10
2023-09-11
PCI/AER: Export pcie_aer_is_native()
Smita Koralahalli
1
-0
/
+1
2023-08-29
Merge branch 'pci/misc'
Bjorn Helgaas
1
-4
/
+3
2023-08-25
PCI/AER: Simplify AER_RECOVER_RING_SIZE definition
Bjorn Helgaas
1
-2
/
+1
[next]