aboutsummaryrefslogtreecommitdiffstats
path: root/cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-23assign freed pointers to NULL pointerHui Li1-0/+3
2021-07-06mcelog: Fix issues with "yellow" cache offliningTony Luck1-1/+1
2017-01-30Fix warning with gcc 6.xAndi Kleen1-1/+1
2017-01-25replace asprintf with xasprintf as per memutil.cAlfred Perlstein1-2/+2
2016-12-15Fix malloc buffer overrun for unordered CPUs in sysfsAndi Kleen1-2/+5
2015-09-28Fix parsing of sysfs CPU cache descriptionv128Andi Kleen1-0/+5
2013-05-02Fix cache map parsingLarry Baker1-16/+17
2013-05-02Fix corner case in cpumap parsingLarry Baker1-6/+8
2010-02-27Make code clang static verifier cleanAndi Kleen1-4/+4
2010-02-27Fix various minor memory leaksAndi Kleen1-0/+1
2009-12-04Fix sysfs cpumap parsingAndi Kleen1-3/+9
2009-11-27Fix potential NULL pointer reference in cache.cAndi Kleen1-1/+1
2009-11-26Various fixes from the icc static verifierAndi Kleen1-0/+1
2009-11-26Initial yellow bit supportAndi Kleen1-0/+174