aboutsummaryrefslogtreecommitdiffstats
path: root/memdb.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-23assign freed pointers to NULL pointerHui Li1-1/+10
2020-05-27Add reporter tracking to trigger-invoking functions.Jiri Dluhos1-10/+11
2018-05-16transfer the page address to pre/post-sync-trigger scriptsZou Cao1-5/+5
2018-05-16fixed build errors for some lose code when merging codeZou Cao1-3/+3
2018-05-12trigger: add a sync argument for waiting trigger child process exitZou Cao1-2/+2
2017-04-04Compress some fields in mempage.Andi Kleen1-1/+1
2017-01-25replace asprintf with xasprintf as per memutil.cAlfred Perlstein1-19/+19
2015-07-01Add support for DMI strings in AMI BIOSv121Vincent Wang K1-0/+8
2015-06-09Avoid filling prefilling memory data base when DMI is disabledAndi Kleen1-2/+2
2015-03-31Fix error count during the last agetimev114Rui Wang1-0/+1
2012-09-18Add method to lookup whether a DIMM exists in memdbTony Luck1-6/+7
2012-09-18Add DMI parse rule for Sandy Bridge -EP systemsTony Luck1-0/+3
2010-03-01Only dump memdb trigger when enabledAndi Kleen1-1/+1
2010-02-27Fix incorrect trigger message for socketsAndi Kleen1-8/+13
2010-02-26Fix handling of overflowed errors for socketsAndi Kleen1-9/+23
2010-02-26Only warn once about missing DMI parsingAndi Kleen1-2/+6
2010-02-26Move DMI DIMM parsing code to separate functionAndi Kleen1-3/+13
2010-01-21Fix CMCI overflow count handlingAndi Kleen1-0/+3
2009-11-30Use copies of DMI strings in memdb.cAndi Kleen1-2/+2
2009-11-30Always log location through triggersAndi Kleen1-5/+8
2009-11-30Avoid memory leaks in trigger functionsAndi Kleen1-1/+2
2009-11-30Make threshold logging configurableAndi Kleen1-2/+4
2009-11-30Avoid 32bit warningsAndi Kleen1-1/+1
2009-11-27Avoid shadowing of function name by parameterAndi Kleen1-2/+2
2009-11-26Various fixes from the icc static verifierAndi Kleen1-2/+3
2009-11-26Add per socket triggers/thresholdsAndi Kleen1-23/+45
2009-11-26Move memdimm accounting into separate functionAndi Kleen1-15/+19
2009-11-26Improve triggersAndi Kleen1-1/+3
2009-11-26Rename memdb section in config file to dimmoAndi Kleen1-4/+4
2009-11-26Initial page predictive failure analysis supportAndi Kleen1-8/+3
2009-11-26Initial client supportAndi Kleen1-3/+4
2009-11-26Initial memdb supportAndi Kleen1-0/+360