aboutsummaryrefslogtreecommitdiffstats
path: root/page.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27page.c: Disable gcc warningsv198Andi Kleen1-0/+5
2024-03-27page.c: Remove obsolete commentAndi Kleen1-4/+1
2024-03-27mcelog: mempage_replace missing initialization of mempage fieldsHamilton Coutinho (he/him)1-1/+8
2023-12-23assign freed pointers to NULL pointerHui Li1-2/+13
2021-01-08mcelog: Report how often the replacement of page CE counter happenedQiuxu Zhuo1-2/+62
2021-01-08mcelog: Limit memory consumption for counting CEs per pageQiuxu Zhuo1-2/+73
2020-09-23mcelog: Rebalance the red-black tree after inserting a new nodev173Qiuxu Zhuo1-2/+1
2020-05-27Add reporter tracking to trigger-invoking functions.Jiri Dluhos1-3/+3
2018-05-16transfer the page address to pre/post-sync-trigger scriptsZou Cao1-5/+19
2018-05-16fixed build errors for some lose code when merging codeZou Cao1-1/+1
2018-05-12page: trigger: add pre/post sync trigger when doing soft memory offlineZou Cao1-1/+37
2017-04-04Compress some fields in mempage.Andi Kleen1-4/+5
2017-01-25replace asprintf with xasprintf as per memutil.cAlfred Perlstein1-1/+1
2012-09-18Add method to lookup whether a DIMM exists in memdbTony Luck1-1/+1
2012-08-07fix the issue that page-offline takes action too earlyChen Gong1-0/+18
2010-03-01Clarify page dump output for triggersAndi Kleen1-1/+1
2010-01-21Fix CMCI overflow count handlingAndi Kleen1-2/+2
2009-11-30Fix commentAndi Kleen1-1/+1
2009-11-28Fix format for offline write for the kernelAndi Kleen1-1/+1
2009-11-28Move sysfs write functions from page.c to sysfs.cAndi Kleen1-20/+4
2009-11-27Cleanup/fixes for page accountingAndi Kleen1-12/+36
2009-11-26Fill in fallback time if the kernel didn't supply itAndi Kleen1-1/+1
2009-11-26Rename too long page section configsAndi Kleen1-2/+2
2009-11-26Initial page predictive failure analysis supportAndi Kleen1-0/+238