summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86, mce: improve mce_get_ripHuang Ying2009-06-031-6/+7
* x86, mce: make non Monarch panic message "Fatal machine check" tooAndi Kleen2009-06-031-2/+2
* x86, mce: switch x86 machine check handler to Monarch election.Andi Kleen2009-06-031-29/+331
* x86, mce: implement panic synchronizationAndi Kleen2009-06-031-0/+22
* x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen2009-06-031-0/+54
* x86, mce: check early in exception handler if panic is neededAndi Kleen2009-06-031-13/+25
* x86, mce: add table driven machine check gradingAndi Kleen2009-06-033-0/+72
* x86, mce: remove TSC print heuristicAndi Kleen2009-06-031-14/+18
* x86, mce: log corrected errors when panicingAndi Kleen2009-06-031-2/+2
* x86, mce: extend struct mce user interface with more information.Andi Kleen2009-06-031-0/+12
* x86, mce: support more than 256 CPUs in struct mceAndi Kleen2009-06-032-7/+7
* x86, mce: store record length into memory struct mce anchorAndi Kleen2009-06-031-2/+3
* x86, mce: add MCE poll count to /proc/interruptsAndi Kleen2009-06-031-0/+4
* x86, mce: add machine check exception count in /proc/interruptsAndi Kleen2009-06-031-0/+4
* Merge branch 'irq/numa' into x86/mce3H. Peter Anvin2009-06-025-12/+37
|\
| * Merge branch 'x86/cpufeature' into irq/numaIngo Molnar2009-06-011-5/+12
| |\
| | * x86: clean up and fix setup_clear/force_cpu_cap handlingYinghai Lu2009-05-111-5/+12
| * | Merge branch 'linus' into irq/numaIngo Molnar2009-06-016-19/+43
| |\ \
| | * | acpi-cpufreq: fix printk typo and indentationJoe Perches2009-05-301-2/+2
| * | | x86: don't call read_apic_id if !cpu_has_apicYinghai Lu2009-05-183-4/+10
| * | | x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann2009-05-111-1/+13
* | | | x86, mce: trivial clean up for mce-inject.cHidetoshi Seto2009-05-281-2/+2
* | | | x86, mce: trivial clean up for mce_intel_64.cHidetoshi Seto2009-05-281-1/+1
* | | | x86, mce: trivial clean up for mce_amd_64.cHidetoshi Seto2009-05-281-13/+6
* | | | x86, mce: trivial clean up for mce.cHidetoshi Seto2009-05-281-6/+6
* | | | x86, mce: trivial clean up for therm_throt.cHidetoshi Seto2009-05-281-1/+0
* | | | x86, mce: use strict_strtoullHidetoshi Seto2009-05-282-15/+10
* | | | x86, mce: drop BKL in mce_openAndi Kleen2009-05-281-4/+0
* | | | x86, mce: rename and align out2 labelAndi Kleen2009-05-281-3/+3
* | | | x86, mce: remove mce_init unused argumentThomas Gleixner2009-05-281-4/+4
* | | | x86, mce: remove unused mce_events variableAndi Kleen2009-05-281-2/+0
* | | | x86, mce: use extended sysattrs for the check_interval attribute.Andi Kleen2009-05-281-24/+15
* | | | x86, mce: synchronize core after machine check handlingAndi Kleen2009-05-281-0/+3
* | | | x86, mce: fix comment style in mce-inject.cH. Peter Anvin2009-05-281-1/+2
* | | | x86, mce: add comment about mce_chrdev_ops being writableH. Peter Anvin2009-05-281-0/+1
* | | | x86, mce: add basic error injection infrastructureAndi Kleen2009-05-283-1/+165
* | | | x86, mce: add MSR read wrappers for easier error injectionAndi Kleen2009-05-281-12/+25
* | | | x86, mce: enable MCE_INTEL for 32bit new MCEAndi Kleen2009-05-281-1/+1
* | | | x86, mce: use 64bit machine check code on 32bitAndi Kleen2009-05-284-8/+50
* | | | x86, mce: remove oops_begin() use in 64bit machine checkAndi Kleen2009-05-281-1/+2
* | | | x86, mce: remove machine check handler idle notify on 64bitAndi Kleen2009-05-281-23/+0
* | | | x86, mce: move mce_disabled option into common 32bit/64bit codeAndi Kleen2009-05-281-18/+11
* | | | x86, mce: rename 64bit mce_dont_init to mce_disabledAndi Kleen2009-05-281-8/+7
* | | | x86, mce: use a call vector to call the 64bit mce handlerAndi Kleen2009-05-282-12/+14
* | | | x86, mce: port K7 bank 0 quirk to 64bit mce codeAndi Kleen2009-05-281-0/+6
* | | | x86, mce: implement the PPro bank 0 quirk in the 64bit machine check codeAndi Kleen2009-05-281-6/+34
* | | | x86, mce: initial steps to make 64bit mce code 32bit cleanAndi Kleen2009-05-281-5/+5
* | | | x86, mce: Cleanup MCG definitionsThomas Gleixner2009-05-281-2/+3
* | | | x86, mce: Cleanup symbols in intel thermal codesThomas Gleixner2009-05-283-6/+7
* | | | x86, mce: print number of MCE banksIngo Molnar2009-05-281-0/+3