aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/cper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-22efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes1-3/+1
2020-09-17cper,edac,efi: Memory Error Record: bank group/address and chip idAlex Kluver1-0/+9
2020-09-17edac,ghes,cper: Add Row Extension to Memory Error RecordAlex Kluver1-2/+7
2020-05-14efi: cper: Add support for printing Firmware Error Record ReferencePunit Agrawal1-0/+62
2020-04-14efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2019-10-07efi/cper: Fix endianness of PCIe class codeLukas Wunner1-1/+1
2019-08-12efi: cper: print AER info of PCIe fatal errorXiaofei Tan1-0/+15
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+9
2019-02-20efi: cper: Fix possible out-of-bounds accessRoss Lagerwall1-4/+9
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel1-13/+1
2018-07-22efi/cper: Use consistent types for UUIDsAndy Shevchenko1-1/+1
2018-07-16efi/cper: Avoid using get_seconds()Arnd Bergmann1-2/+15
2018-05-14efi: Decode IA32/X64 Processor Error SectionYazen Ghannam1-0/+10
2018-05-14efi/cper: Remove the INDENT_SP sillinessBorislav Petkov1-4/+2
2018-01-03efi: Move ARM CPER code to new fileTyler Baicar1-119/+3
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+5
2017-08-30efi: switch to use new generic UUID APIAndy Shevchenko1-5/+5
2017-08-24ACPI: APEI: fix the wrong iteration of generic error status blockgengdongjiu1-10/+2
2017-06-22trace, ras: add ARM processor error trace eventTyler Baicar1-0/+1
2017-06-22efi: print unrecognized CPER sectionTyler Baicar1-2/+9
2017-06-22efi: parse ARM processor errorTyler Baicar1-0/+129
2017-06-22cper: add timestamp print to CPER status printingTyler Baicar1-0/+26
2017-06-22ras: acpi/apei: cper: add support for generic data v3 structureTyler Baicar1-15/+22
2015-07-15efi: Handle memory error structures produced based on old versions of standardLuck, Tony1-3/+12
2014-11-19RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open codedSteven Rostedt (Red Hat)1-1/+1
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-10/+10
2014-06-25trace, RAS: Add eMCA trace event interfaceChen, Gong1-4/+41
2014-06-25CPER: Adjust code flow of some functionsChen, Gong1-55/+100
2014-06-16ACPICA: Restore error table definitions to reduce code differences between Linux and ACPICA upstream.Lv Zheng1-10/+10
2013-10-31Move cper.c from drivers/acpi/apei to drivers/firmware/efiLuck, Tony1-0/+410