aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar1-4/+4
2009-06-05[CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones1-6/+7
2009-06-03x86, mce: support action-optional machine checksAndi Kleen1-0/+133
2009-06-03x86, mce: rename mce_notify_user to mce_notify_irqAndi Kleen3-7/+7
2009-06-03x86, mce: export MCE severities coverage via debugfsHuang Ying1-0/+83
2009-06-03x86, mce: implement new status bitsAndi Kleen3-44/+127
2009-06-03x86, mce: print header/footer only once for multiple MCEsAndi Kleen1-10/+17
2009-06-03x86, mce: default to panic timeout for machine checksAndi Kleen1-0/+7
2009-06-03x86, mce: improve mce_get_ripHuang Ying1-6/+7
2009-06-03x86, mce: make non Monarch panic message "Fatal machine check" tooAndi Kleen1-2/+2
2009-06-03x86, mce: switch x86 machine check handler to Monarch election.Andi Kleen1-29/+331
2009-06-03x86, mce: implement panic synchronizationAndi Kleen1-0/+22
2009-06-03x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen1-0/+54
2009-06-03x86, mce: check early in exception handler if panic is neededAndi Kleen1-13/+25
2009-06-03x86, mce: add table driven machine check gradingAndi Kleen3-0/+72
2009-06-03x86, mce: remove TSC print heuristicAndi Kleen1-14/+18
2009-06-03x86, mce: log corrected errors when panicingAndi Kleen1-2/+2
2009-06-03x86, mce: extend struct mce user interface with more information.Andi Kleen1-0/+12
2009-06-03x86, mce: support more than 256 CPUs in struct mceAndi Kleen2-7/+7
2009-06-03x86, mce: store record length into memory struct mce anchorAndi Kleen1-2/+3
2009-06-03x86, mce: add MCE poll count to /proc/interruptsAndi Kleen1-0/+4
2009-06-03x86, mce: add machine check exception count in /proc/interruptsAndi Kleen1-0/+4
2009-06-03perf_counter: Fix throttling lock-upIngo Molnar1-1/+1
2009-06-03perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang1-15/+6
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra1-8/+8
2009-06-02perf_counter: x86: Emulate longer sample periodsPeter Zijlstra1-9/+22
2009-06-02perf_counter: Remove the last nmi/irq bitsPeter Zijlstra1-6/+0
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra1-4/+4
2009-06-01Merge branch 'irq/numa' into x86/mce3H. Peter Anvin5-12/+37
2009-06-01Merge branch 'x86/cpufeature' into irq/numaIngo Molnar1-5/+12
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar6-19/+43
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar5-17/+41
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches1-2/+2
2009-05-29perf_counter/x86: Always use NMI for performance-monitoring interruptYong Wang1-14/+5
2009-05-28x86, mce: trivial clean up for mce-inject.cHidetoshi Seto1-2/+2
2009-05-28x86, mce: trivial clean up for mce_intel_64.cHidetoshi Seto1-1/+1
2009-05-28x86, mce: trivial clean up for mce_amd_64.cHidetoshi Seto1-13/+6
2009-05-28x86, mce: trivial clean up for mce.cHidetoshi Seto1-6/+6
2009-05-28x86, mce: trivial clean up for therm_throt.cHidetoshi Seto1-1/+0
2009-05-28x86, mce: use strict_strtoullHidetoshi Seto2-15/+10
2009-05-28x86, mce: drop BKL in mce_openAndi Kleen1-4/+0
2009-05-28x86, mce: rename and align out2 labelAndi Kleen1-3/+3
2009-05-28x86, mce: remove mce_init unused argumentThomas Gleixner1-4/+4
2009-05-28x86, mce: remove unused mce_events variableAndi Kleen1-2/+0
2009-05-28x86, mce: use extended sysattrs for the check_interval attribute.Andi Kleen1-24/+15
2009-05-28x86, mce: synchronize core after machine check handlingAndi Kleen1-0/+3
2009-05-28x86, mce: fix comment style in mce-inject.cH. Peter Anvin1-1/+2
2009-05-28x86, mce: add comment about mce_chrdev_ops being writableH. Peter Anvin1-0/+1
2009-05-28x86, mce: add basic error injection infrastructureAndi Kleen3-1/+165
2009-05-28x86, mce: add MSR read wrappers for easier error injectionAndi Kleen1-12/+25