summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-06-175-184/+172
|\
| * [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powe...Rusty Russell2009-06-152-15/+4
| * [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.cRusty Russell2009-06-151-58/+60
| * [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedst...Rusty Russell2009-06-151-43/+17
| * [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.cRusty Russell2009-06-152-39/+55
| * [CPUFREQ] powernow-k8: get drv data for correct CPUNaga Chumbalkar2009-06-151-5/+1
| * [CPUFREQ] powernow-k8: read P-state from HWNaga Chumbalkar2009-06-151-14/+11
| * [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[]Andrew Morton2009-06-151-4/+3
| * [CPUFREQ] powernow-k8.c: mess cleanupLuis Henriques2009-06-151-7/+9
| * [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0Thomas Renninger2009-06-151-0/+13
* | Merge branch 'akpm'Linus Torvalds2009-06-161-8/+3
|\ \
| * | use printk_once() in several placesMinchan Kim2009-06-161-8/+3
| |/
* | Merge commit 'linus/master' into HEADVegard Nossum2009-06-1520-1600/+2724
|\ \ | |/
| * Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1319-1600/+2717
| |\
| | * Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-1118-461/+1929
| | |\
| | * | x86, mce: Add boot options for corrected errorsHidetoshi Seto2009-06-112-2/+20
| | * | x86, mce: Fix mce printingHidetoshi Seto2009-06-111-11/+15
| | * | x86, mce: support action-optional machine checksAndi Kleen2009-06-031-0/+133
| | * | x86, mce: rename mce_notify_user to mce_notify_irqAndi Kleen2009-06-033-7/+7
| | * | x86, mce: export MCE severities coverage via debugfsHuang Ying2009-06-031-0/+83
| | * | x86, mce: implement new status bitsAndi Kleen2009-06-033-44/+127
| | * | x86, mce: print header/footer only once for multiple MCEsAndi Kleen2009-06-031-10/+17
| | * | x86, mce: default to panic timeout for machine checksAndi Kleen2009-06-031-0/+7
| | * | 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-015-12/+37
| | |\ \
| | * | | 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
OpenPOWER on IntegriCloud