aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mcheck/mce.c
AgeCommit message (Expand)Author
2009-06-03x86, mce: implement panic synchronizationAndi Kleen
2009-06-03x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen
2009-06-03x86, mce: check early in exception handler if panic is neededAndi Kleen
2009-06-03x86, mce: remove TSC print heuristicAndi Kleen
2009-06-03x86, mce: log corrected errors when panicingAndi Kleen
2009-06-03x86, mce: extend struct mce user interface with more information.Andi Kleen
2009-06-03x86, mce: support more than 256 CPUs in struct mceAndi Kleen
2009-06-03x86, mce: store record length into memory struct mce anchorAndi Kleen
2009-06-03x86, mce: add MCE poll count to /proc/interruptsAndi Kleen
2009-06-03x86, mce: add machine check exception count in /proc/interruptsAndi Kleen
2009-05-28x86, mce: trivial clean up for mce.cHidetoshi Seto
2009-05-28x86, mce: use strict_strtoullHidetoshi Seto
2009-05-28x86, mce: drop BKL in mce_openAndi Kleen
2009-05-28x86, mce: rename and align out2 labelAndi Kleen
2009-05-28x86, mce: remove mce_init unused argumentThomas Gleixner
2009-05-28x86, mce: remove unused mce_events variableAndi Kleen
2009-05-28x86, mce: use extended sysattrs for the check_interval attribute.Andi Kleen
2009-05-28x86, mce: synchronize core after machine check handlingAndi Kleen
2009-05-28x86, mce: add comment about mce_chrdev_ops being writableH. Peter Anvin
2009-05-28x86, mce: add basic error injection infrastructureAndi Kleen
2009-05-28x86, mce: add MSR read wrappers for easier error injectionAndi Kleen
2009-05-28x86, mce: use 64bit machine check code on 32bitAndi Kleen
2009-05-28x86, mce: remove oops_begin() use in 64bit machine checkAndi Kleen
2009-05-28x86, mce: remove machine check handler idle notify on 64bitAndi Kleen
2009-05-28x86, mce: move mce_disabled option into common 32bit/64bit codeAndi Kleen
2009-05-28x86, mce: rename 64bit mce_dont_init to mce_disabledAndi Kleen
2009-05-28x86, mce: use a call vector to call the 64bit mce handlerAndi Kleen
2009-05-28x86, mce: port K7 bank 0 quirk to 64bit mce codeAndi Kleen
2009-05-28x86, mce: implement the PPro bank 0 quirk in the 64bit machine check codeAndi Kleen
2009-05-28x86, mce: initial steps to make 64bit mce code 32bit cleanAndi Kleen
2009-05-28x86, mce: Cleanup MCG definitionsThomas Gleixner
2009-05-28x86, mce: print number of MCE banksIngo Molnar
2009-05-28x86, mce: Rename sysfs variablesIngo Molnar
2009-05-28x86, mce: unifyIngo Molnar
2007-10-23x86: prepare consolidation of cpu/ related code usageThomas Gleixner
2007-10-11i386: move kernel/cpu/mcheckThomas Gleixner