summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mce.h
Commit message (Expand)AuthorAgeFilesLines
* x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao2012-09-271-0/+1
* x86, MCE: Remove unused definesBorislav Petkov2012-09-171-11/+1Star
* x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h>Tony Luck2012-07-261-0/+8
* x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman2012-02-221-1/+1
* mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2012-01-171-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-1/+1
|\
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-1/+1
| |\
| | * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-1/+1
* | | Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2011-12-181-4/+5
|\ \ \
| * | | x86: add IRQ context simulation in module mce-injectChen Gong2011-12-161-4/+5
| |/ /
* / / x86, mce: Add wrappers for registering on the decode chainBorislav Petkov2011-12-141-1/+2
|/ /
* / x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony2011-11-081-1/+4
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* x86, mce: Use mce_sysdev_ prefix to group functionsHidetoshi Seto2011-06-161-1/+1
* x86, mce: Replace MCM_ with MCI_MISC_Hidetoshi Seto2011-06-161-6/+11
* x86, mce: Drop the default decoding notifierBorislav Petkov2011-04-211-2/+0Star
* x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss2011-01-031-0/+3
* x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setupHuang Ying2010-06-111-1/+1
* x86, mce: Rename MSR_IA32_MCx_CTL2 valueHuang Ying2010-06-111-0/+4
* ACPI, APEI, Generic Hardware Error Source memory error supportHuang Ying2010-05-201-0/+8
* x86: mce.h: Fix warning in header checksAlan Cox2010-01-131-1/+2
* x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang2009-11-101-0/+9
* x86, mce: Fix up MCE naming nomenclatureBorislav Petkov2009-10-161-2/+2
* mce, edac: Use an atomic notifier for MCEs decodingBorislav Petkov2009-10-121-1/+2
* x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar2009-10-021-0/+2
* x86, mce: Support specifying raise mode for software MCE injectionHuang Ying2009-08-101-0/+1
* x86, mce: Support specifying context for software mce injectionHuang Ying2009-08-101-2/+9
* x86: mce: Lower maximum number of banks to architecture limitAndi Kleen2009-07-101-3/+4
* x86: mce: Remove old i386 machine check codeAndi Kleen2009-07-101-11/+0Star
* x86, mce: fix typo in comment in asm/mce.hBorislav Petkov2009-06-211-1/+1
* x86, mce: mce.h cleanupHidetoshi Seto2009-06-171-11/+18
* x86, mce: remove intel_set_thermal_handler()Hidetoshi Seto2009-06-171-1/+0Star
* x86, mce: unify smp_thermal_interrupt, prepareHidetoshi Seto2009-06-171-11/+14
* x86, mce: make mce_disabled booleanHidetoshi Seto2009-06-171-5/+3Star
* x86, mce: unify mce.hHidetoshi Seto2009-06-171-2/+34
* x86, mce: Add boot options for corrected errorsHidetoshi Seto2009-06-111-0/+2
* x86, mce: support action-optional machine checksAndi Kleen2009-06-031-0/+1
* x86, mce: rename mce_notify_user to mce_notify_irqAndi Kleen2009-06-031-1/+1
* x86, mce: implement new status bitsAndi Kleen2009-06-031-0/+10
* x86, mce: extend struct mce user interface with more information.Andi Kleen2009-06-031-2/+8
* x86, mce: support more than 256 CPUs in struct mceAndi Kleen2009-06-031-2/+2
* x86, mce: store record length into memory struct mce anchorAndi Kleen2009-06-031-1/+1
* x86, mce: add MCE poll count to /proc/interruptsAndi Kleen2009-06-031-0/+1
* x86, mce: add machine check exception count in /proc/interruptsAndi Kleen2009-06-031-0/+3
* x86, mce: drop "extern" from function prototypes in asm/mce.hH. Peter Anvin2009-05-281-5/+5
* x86, mce: add basic error injection infrastructureAndi Kleen2009-05-281-0/+3
* x86, mce: rename 64bit mce_dont_init to mce_disabledAndi Kleen2009-05-281-2/+0Star
* x86, mce: Cleanup MCG definitionsThomas Gleixner2009-05-281-3/+7
* x86, mce: Rename sysfs variablesIngo Molnar2009-05-281-1/+1
* x86, mce: unify, prepare 64bit in mce.hIngo Molnar2009-05-281-18/+12Star