| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-06-03 | x86, mce: switch x86 machine check handler to Monarch election. |  Andi Kleen | 1 | -29/+331 |
| 2009-06-03 | x86, mce: implement panic synchronization |  Andi Kleen | 1 | -0/+22 |
| 2009-06-03 | x86, mce: implement bootstrapping for machine check wakeups |  Andi Kleen | 1 | -0/+54 |
| 2009-06-03 | x86, mce: check early in exception handler if panic is needed |  Andi Kleen | 1 | -13/+25 |
| 2009-06-03 | x86, mce: add table driven machine check grading |  Andi Kleen | 3 | -0/+72 |
| 2009-06-03 | x86, mce: remove TSC print heuristic |  Andi Kleen | 1 | -14/+18 |
| 2009-06-03 | x86, mce: log corrected errors when panicing |  Andi Kleen | 1 | -2/+2 |
| 2009-06-03 | x86, mce: extend struct mce user interface with more information. |  Andi Kleen | 1 | -0/+12 |
| 2009-06-03 | x86, mce: support more than 256 CPUs in struct mce |  Andi Kleen | 2 | -7/+7 |
| 2009-06-03 | x86, mce: store record length into memory struct mce anchor |  Andi Kleen | 1 | -2/+3 |
| 2009-06-03 | x86, mce: add MCE poll count to /proc/interrupts |  Andi Kleen | 1 | -0/+4 |
| 2009-06-03 | x86, mce: add machine check exception count in /proc/interrupts |  Andi Kleen | 1 | -0/+4 |
| 2009-05-28 | x86, mce: trivial clean up for mce-inject.c |  Hidetoshi Seto | 1 | -2/+2 |
| 2009-05-28 | x86, mce: trivial clean up for mce_intel_64.c |  Hidetoshi Seto | 1 | -1/+1 |
| 2009-05-28 | x86, mce: trivial clean up for mce_amd_64.c |  Hidetoshi Seto | 1 | -13/+6 |
| 2009-05-28 | x86, mce: trivial clean up for mce.c |  Hidetoshi Seto | 1 | -6/+6 |
| 2009-05-28 | x86, mce: trivial clean up for therm_throt.c |  Hidetoshi Seto | 1 | -1/+0 |
| 2009-05-28 | x86, mce: use strict_strtoull |  Hidetoshi Seto | 2 | -15/+10 |
| 2009-05-28 | x86, mce: drop BKL in mce_open |  Andi Kleen | 1 | -4/+0 |
| 2009-05-28 | x86, mce: rename and align out2 label |  Andi Kleen | 1 | -3/+3 |
| 2009-05-28 | x86, mce: remove mce_init unused argument |  Thomas Gleixner | 1 | -4/+4 |
| 2009-05-28 | x86, mce: remove unused mce_events variable |  Andi Kleen | 1 | -2/+0 |
| 2009-05-28 | x86, mce: use extended sysattrs for the check_interval attribute. |  Andi Kleen | 1 | -24/+15 |
| 2009-05-28 | x86, mce: synchronize core after machine check handling |  Andi Kleen | 1 | -0/+3 |
| 2009-05-28 | x86, mce: fix comment style in mce-inject.c |  H. Peter Anvin | 1 | -1/+2 |
| 2009-05-28 | x86, mce: add comment about mce_chrdev_ops being writable |  H. Peter Anvin | 1 | -0/+1 |
| 2009-05-28 | x86, mce: add basic error injection infrastructure |  Andi Kleen | 3 | -1/+165 |
| 2009-05-28 | x86, mce: add MSR read wrappers for easier error injection |  Andi Kleen | 1 | -12/+25 |
| 2009-05-28 | x86, mce: enable MCE_INTEL for 32bit new MCE |  Andi Kleen | 1 | -1/+1 |
| 2009-05-28 | x86, mce: use 64bit machine check code on 32bit |  Andi Kleen | 4 | -8/+50 |
| 2009-05-28 | x86, mce: remove oops_begin() use in 64bit machine check |  Andi Kleen | 1 | -1/+2 |
| 2009-05-28 | x86, mce: remove machine check handler idle notify on 64bit |  Andi Kleen | 1 | -23/+0 |
| 2009-05-28 | x86, mce: move mce_disabled option into common 32bit/64bit code |  Andi Kleen | 1 | -18/+11 |
| 2009-05-28 | x86, mce: rename 64bit mce_dont_init to mce_disabled |  Andi Kleen | 1 | -8/+7 |
| 2009-05-28 | x86, mce: use a call vector to call the 64bit mce handler |  Andi Kleen | 2 | -12/+14 |
| 2009-05-28 | x86, mce: port K7 bank 0 quirk to 64bit mce code |  Andi Kleen | 1 | -0/+6 |
| 2009-05-28 | x86, mce: implement the PPro bank 0 quirk in the 64bit machine check code |  Andi Kleen | 1 | -6/+34 |
| 2009-05-28 | x86, mce: initial steps to make 64bit mce code 32bit clean |  Andi Kleen | 1 | -5/+5 |
| 2009-05-28 | x86, mce: Cleanup MCG definitions |  Thomas Gleixner | 1 | -2/+3 |
| 2009-05-28 | x86, mce: Cleanup symbols in intel thermal codes |  Thomas Gleixner | 3 | -6/+7 |
| 2009-05-28 | x86, mce: print number of MCE banks |  Ingo Molnar | 1 | -0/+3 |
| 2009-05-28 | x86, mce: Rename sysfs variables |  Ingo Molnar | 2 | -36/+32 |
| 2009-05-28 | x86, mce: unify |  Ingo Molnar | 3 | -78/+1 |
| 2009-05-28 | x86, mce: unify, prepare for 32-bit v2 |  Ingo Molnar | 2 | -3/+7 |
| 2009-05-28 | x86, mce: unify, prepare codes |  Ingo Molnar | 1 | -0/+65 |
| 2009-05-28 | x86, mce: unify Intel thermal init |  Thomas Gleixner | 5 | -118/+89 |
| 2009-05-28 | x86, mce: unify Intel thermal init, prepare |  Thomas Gleixner | 2 | -39/+40 |
| 2009-05-28 | x86, mce: clean up mce_amd_64.c |  Ingo Molnar | 1 | -85/+103 |
| 2009-05-28 | x86, mce: clean up therm_throt.c |  Ingo Molnar | 1 | -34/+38 |
| 2009-05-28 | x86, mce: clean up non-fatal.c |  Ingo Molnar | 1 | -26/+27 |