summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce.c
Commit message (Expand)AuthorAgeFilesLines
* x86, MCE: Remove bios_cmci_threshold sysfs attributeBorislav Petkov2012-10-191-6/+0
* x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao2012-09-271-0/+10
* Merge tag 'v3.6-rc6' into x86/mceIngo Molnar2012-09-191-3/+40
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-3/+40
| |\
| | * x86/mce: Add quirk for instruction recovery on Sandy Bridge processorsTony Luck2012-07-261-3/+40
* | | x86/mce: Add CMCI poll modeChen Gong2012-08-091-6/+41
* | | x86: mce: Remove the frozen cases in the hotplug codeThomas Gleixner2012-08-031-7/+5
* | | x86: mce: Split timer initThomas Gleixner2012-08-031-12/+13
|/ /
* | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-241-3/+1
|\ \
| * | xen/mce: Add mcelog support for Xen platformLiu, Jinsong2012-07-191-3/+1
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-221-2/+4
|\ \ \ | |_|/ |/| |
| * | x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck2012-07-111-2/+4
| |/
* | Merge commit 'v3.5-rc3' into x86/debugIngo Molnar2012-06-201-2/+2
|\|
| * x86: mce: Add the dropped timer interval init backThomas Gleixner2012-06-061-1/+1
| * x86/mce: Fix the MCE poll timer logicChen Gong2012-06-061-1/+1
* | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-10/+12
|/
* Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-311-15/+16
|\
| * x86/mce: Cleanup timer messThomas Gleixner2012-05-301-15/+16
* | Merge branch 'x86/trampoline' into x86/urgentH. Peter Anvin2012-05-301-5/+19
|\ \
| * | Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2012-05-251-5/+19
| |\|
| | * MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen2012-05-231-0/+8
| | * x86/mce: Avoid reading every machine check bank register twice.Tony Luck2012-04-191-5/+11
* | | Merge branch 'x86/mce' into x86/urgentIngo Molnar2012-05-301-3/+3
|\ \ \ | |/ / |/| |
| * | x86/mce: Fix 32-bit buildBorislav Petkov2012-05-231-3/+3
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-0/+37
|\| |
| * | x86, MCE, AMD: Disable error thresholding bank 4 on some modelsBorislav Petkov2012-04-301-0/+37
| |/
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-05-221-2/+2
|\ \
| * | x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-2/+2
| |/
* / x86/mce: Only restart instruction after machine check recovery if it is safeTony Luck2012-05-141-3/+11
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-221-1/+1
|\
| * x86, mce: Fix rcu splat in drain_mce_log_buffer()Srivatsa S. Bhat2012-03-071-1/+1
* | Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2012-03-141-4/+10
|\ \
| * | x86/mce: Fix return value of mce_chrdev_read() when erst is disabledNaoya Horiguchi2012-02-221-0/+6
| * | x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman2012-02-221-4/+4
| |/
* | Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-261-53/+126
|\ \ | |/ |/|
| * x86/mce: Handle "action required" errorsTony Luck2012-01-031-42/+53
| * x86/mce: Add mechanism to safely save information in MCE handlerTony Luck2012-01-031-0/+43
| * x86/mce: Create helper function to save addr/misc when neededTony Luck2012-01-031-8/+23
| * HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-031-4/+8
* | mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2012-01-161-4/+14
* | x86/mce: Fix CPU hotplug and suspend regression related to MCESrivatsa S. Bhat2012-01-131-1/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-64/+64
|\ \
| * \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-64/+64
| |\ \ | | |/ | |/|
| | * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-64/+64
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-061-7/+57
|\ \ \
| * | | x86, MCE: Drain mcelog bufferBorislav Petkov2011-12-141-0/+39
| * | | x86, mce: Add wrappers for registering on the decode chainBorislav Petkov2011-12-141-7/+18
| |/ /
* / / x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-211-2/+0
|/ /
* / x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony2011-11-081-3/+22
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\