| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, mce: percpu mcheck_timer should be pinned | Hidetoshi Seto | 2009-06-25 | 1 | -2/+2 |
* | x86, mce: fix error path in mce_create_device() | Hidetoshi Seto | 2009-06-18 | 1 | -5/+5 |
* | x86: use zalloc_cpumask_var for mce_dev_initialized | Yinghai Lu | 2009-06-17 | 1 | -1/+1 |
* | x86: fix duplicated sysfs attribute | Yinghai Lu | 2009-06-17 | 1 | -1/+1 |
* | Merge branch 'x86/urgent' into x86/mce3 | Ingo Molnar | 2009-06-17 | 1 | -1/+1 |
|\ |
|
| * | x86: mce: Handle banks == 0 case in K7 quirk | Andi Kleen | 2009-06-17 | 1 | -1/+1 |
* | | x86, mce: make mce_disabled boolean | Hidetoshi Seto | 2009-06-16 | 1 | -5/+3 |
* | | x86, mce: unify mce.h | Hidetoshi Seto | 2009-06-16 | 1 | -1/+0 |
* | | x86, mce: sysfs entries for new mce options | Hidetoshi Seto | 2009-06-16 | 1 | -1/+83 |
* | | x86, mce: rename static variables around trigger | Hidetoshi Seto | 2009-06-16 | 1 | -13/+14 |
* | | x86, mce: add __read_mostly | Hidetoshi Seto | 2009-06-16 | 1 | -13/+13 |
* | | x86, mce: cleanup mce_start() | Hidetoshi Seto | 2009-06-16 | 1 | -35/+31 |
* | | x86, mce: don't init timer if !mce_available | Hidetoshi Seto | 2009-06-16 | 1 | -2/+3 |
* | | x86, mce: fix a race condition about mce_callin and no_way_out | Huang Ying | 2009-06-16 | 1 | -2/+10 |
|/ |
|
* | x86, mce: Add boot options for corrected errors | Hidetoshi Seto | 2009-06-11 | 1 | -2/+17 |
* | x86, mce: Fix mce printing | Hidetoshi Seto | 2009-06-11 | 1 | -11/+15 |
* | x86, mce: support action-optional machine checks | Andi Kleen | 2009-06-03 | 1 | -0/+133 |
* | x86, mce: rename mce_notify_user to mce_notify_irq | Andi Kleen | 2009-06-03 | 1 | -5/+5 |
* | x86, mce: implement new status bits | Andi Kleen | 2009-06-03 | 1 | -40/+44 |
* | x86, mce: print header/footer only once for multiple MCEs | Andi Kleen | 2009-06-03 | 1 | -10/+17 |
* | x86, mce: default to panic timeout for machine checks | Andi Kleen | 2009-06-03 | 1 | -0/+7 |
* | x86, mce: improve mce_get_rip | Huang Ying | 2009-06-03 | 1 | -6/+7 |
* | x86, mce: make non Monarch panic message "Fatal machine check" too | Andi Kleen | 2009-06-03 | 1 | -2/+2 |
* | x86, mce: switch x86 machine check handler to Monarch election. | Andi Kleen | 2009-06-03 | 1 | -29/+331 |
* | x86, mce: implement panic synchronization | Andi Kleen | 2009-06-03 | 1 | -0/+22 |
* | x86, mce: implement bootstrapping for machine check wakeups | Andi Kleen | 2009-06-03 | 1 | -0/+54 |
* | x86, mce: check early in exception handler if panic is needed | Andi Kleen | 2009-06-03 | 1 | -13/+25 |
* | x86, mce: remove TSC print heuristic | Andi Kleen | 2009-06-03 | 1 | -14/+18 |
* | x86, mce: log corrected errors when panicing | Andi Kleen | 2009-06-03 | 1 | -2/+2 |
* | x86, mce: extend struct mce user interface with more information. | Andi Kleen | 2009-06-03 | 1 | -0/+12 |
* | x86, mce: support more than 256 CPUs in struct mce | Andi Kleen | 2009-06-03 | 1 | -2/+2 |
* | x86, mce: store record length into memory struct mce anchor | Andi Kleen | 2009-06-03 | 1 | -2/+3 |
* | x86, mce: add MCE poll count to /proc/interrupts | Andi Kleen | 2009-06-03 | 1 | -0/+4 |
* | x86, mce: add machine check exception count in /proc/interrupts | Andi Kleen | 2009-06-03 | 1 | -0/+4 |
* | x86, mce: trivial clean up for mce.c | Hidetoshi Seto | 2009-05-28 | 1 | -6/+6 |
* | x86, mce: use strict_strtoull | Hidetoshi Seto | 2009-05-28 | 1 | -5/+4 |
* | x86, mce: drop BKL in mce_open | Andi Kleen | 2009-05-28 | 1 | -4/+0 |
* | x86, mce: rename and align out2 label | Andi Kleen | 2009-05-28 | 1 | -3/+3 |
* | x86, mce: remove mce_init unused argument | Thomas Gleixner | 2009-05-28 | 1 | -4/+4 |
* | x86, mce: remove unused mce_events variable | Andi Kleen | 2009-05-28 | 1 | -2/+0 |
* | x86, mce: use extended sysattrs for the check_interval attribute. | Andi Kleen | 2009-05-28 | 1 | -24/+15 |
* | x86, mce: synchronize core after machine check handling | Andi Kleen | 2009-05-28 | 1 | -0/+3 |
* | x86, mce: add comment about mce_chrdev_ops being writable | H. Peter Anvin | 2009-05-28 | 1 | -0/+1 |
* | x86, mce: add basic error injection infrastructure | Andi Kleen | 2009-05-28 | 1 | -1/+38 |
* | x86, mce: add MSR read wrappers for easier error injection | Andi Kleen | 2009-05-28 | 1 | -12/+25 |
* | x86, mce: use 64bit machine check code on 32bit | Andi Kleen | 2009-05-28 | 1 | -4/+28 |
* | x86, mce: remove oops_begin() use in 64bit machine check | Andi Kleen | 2009-05-28 | 1 | -1/+2 |
* | x86, mce: remove machine check handler idle notify on 64bit | Andi Kleen | 2009-05-28 | 1 | -23/+0 |
* | x86, mce: move mce_disabled option into common 32bit/64bit code | Andi Kleen | 2009-05-28 | 1 | -18/+11 |
* | x86, mce: rename 64bit mce_dont_init to mce_disabled | Andi Kleen | 2009-05-28 | 1 | -8/+7 |