aboutsummaryrefslogtreecommitdiffstats
path: root/dmi.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-23assign freed pointers to NULL pointerHui Li1-0/+1
2017-04-23Merge branch 'master' of https://github.com/andikleen/mcelogAndi Kleen1-1/+3
2017-04-04Add coverity fixesAndi Kleen1-1/+1
2017-03-27dmi: Handle NULL DMI stringv149Andi Kleen1-0/+2
2017-03-27mcelog: Fix (harmless) off by one error in DMI scanningAndi Kleen1-1/+1
2016-03-21Read the DMI entries we need from /sys/firmware/dmi/entries if available.Sergio Gelato1-15/+84
2016-03-21New form factors, memory types and type details from SMBIOS 3.0.0Sergio Gelato1-3/+6
2015-08-25Fix a spelling error in dmi_sanity_check()v124Andrey Rahmatullin1-1/+1
2015-08-25Fix segfault when failing to mmap SMBIOS tables as a daemonAndrey Rahmatullin1-0/+1
2015-08-25Use 64bit types for memory addressesAndrey Rahmatullin1-5/+5
2015-08-21do not return with error when EFI detection failsBalázs Póka1-2/+0
2015-06-11Fix potential NULL reference while parsing kernel efi filesv120Andi Kleen1-0/+2
2014-07-04Avoid segfault when system has no SMBIOS entry point.v102Julian Wolf1-2/+6
2012-03-21mcelog: accept large SMBIOS tablesSimon Derr1-1/+1
2011-07-04Add support for non-page aligned EFI Configuration TablesMaarten Lankhorst1-3/+6
2011-03-23mcelog: Implement dmi decoding for UEFIHidetoshi Seto1-3/+80
2010-10-25Fix length calculation of SMBIOS mappingHironobu Ishii1-1/+2
2010-10-17Tidy up some format strings to be fully correctAndi Kleen1-1/+1
2010-07-23Improve DMI parserDavid Müller1-8/+14
2009-12-04Move round_up/down/BITS_PER_* into mcelog.hAndi Kleen1-3/+0
2009-12-04Close /dev/mem file descriptor when not needed anymoreAndi Kleen1-1/+18
2009-11-30Close /dev/mem fd when not neededAndi Kleen1-4/+11
2009-11-30Avoid 32bit warningsAndi Kleen1-6/+3
2009-05-23Add support for calling icc static verifierAndi Kleen1-1/+0
2009-05-23Fix two code bugs found by static verifierAndi Kleen1-1/+3
2009-05-23Enable -Wextra and some more warnings and clean them in codeAndi Kleen1-7/+12
2009-05-22Allocate dmi sparse handle table dynamicallyAndi Kleen1-1/+4
2009-05-21Use memutil allocation wrappers in dmi.cAndi Kleen1-7/+3
2009-05-20Use sizeof_field in dmi.cAndi Kleen1-1/+1
2009-05-08Move diskdb high level support into separate file from mcelog.cAndi Kleen1-1/+21
2008-09-04Initial import of mcelog-0.8pre + some old patchesAndi Kleen1-0/+499