| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations | H. Peter Anvin | 2009-02-24 | 1 | -5/+5 |
* | x86, mce, cmci: add CMCI support | Andi Kleen | 2009-02-24 | 2 | -3/+218 |
* | x86, mce, cmci: use polled banks bitmap in machine check poller | Andi Kleen | 2009-02-24 | 2 | -5/+14 |
* | x86, mce: replace machine check events logged interval with ratelimit | Andi Kleen | 2009-02-24 | 1 | -6/+5 |
* | x86, mce, cmci: avoid potential reentry of threshold interrupt | Andi Kleen | 2009-02-24 | 1 | -1/+2 |
* | x86, mce, cmci: factor out threshold interrupt handler | Andi Kleen | 2009-02-24 | 3 | -9/+31 |
* | x86, mce, cmci: export MAX_NR_BANKS | Andi Kleen | 2009-02-24 | 1 | -6/+0 |
* | Merge branch 'x86/urgent' into x86/mce2 | H. Peter Anvin | 2009-02-23 | 5 | -26/+33 |
|\ |
|
| * | x86, mce: remove incorrect __cpuinit for mce_cpu_features() | H. Peter Anvin | 2009-02-20 | 3 | -4/+4 |
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-19 | 1 | -2/+3 |
| |\ |
|
| * | | cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c... | Rusty Russell | 2009-02-16 | 1 | -5/+7 |
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-11 | 1 | -0/+3 |
| |\ \ |
|
| * \ \ | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-02-09 | 1 | -6/+22 |
| |\ \ \ |
|
| | * | | | [CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS table | Mark Langsdorf | 2009-02-05 | 1 | -6/+22 |
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',... | Len Brown | 2009-02-07 | 6 | -40/+49 |
| |\ \ \ \ \ \ |
|
| | | | * | | | | ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent... | Thomas Renninger | 2009-02-04 | 1 | -11/+0 |
| | | | |/ / / |
|
* | | | | | | | x86, mce: remove invalid __cpuinit/__cpuexit annotations | H. Peter Anvin | 2009-02-23 | 1 | -3/+3 |
* | | | | | | | x86, mce: use %ll instead of %L for 64-bit numbers | H. Peter Anvin | 2009-02-19 | 1 | -4/+4 |
* | | | | | | | x86, mce: separate correct machine check poller and fatal exception handler | Andi Kleen | 2009-02-19 | 2 | -22/+109 |
* | | | | | | | x86, mce: factor out duplicated struct mce setup into one function | Andi Kleen | 2009-02-19 | 3 | -13/+16 |
* | | | | | | | x86, mce: implement dynamic machine check banks support | Andi Kleen | 2009-02-19 | 1 | -32/+115 |
* | | | | | | | x86, mce: fix a race condition in mce_read() | Huang Ying | 2009-02-17 | 1 | -17/+24 |
* | | | | | | | x86, mce: disable machine checks on offlined CPUs | Andi Kleen | 2009-02-17 | 1 | -0/+23 |
* | | | | | | | x86, mce: don't set up mce sysdev devices with mce=off | Andi Kleen | 2009-02-17 | 1 | -4/+4 |
* | | | | | | | x86, mce: switch machine check polling to per CPU timer | Andi Kleen | 2009-02-17 | 1 | -23/+45 |
* | | | | | | | x86, mce: always use separate work queue to run trigger | Andi Kleen | 2009-02-17 | 1 | -7/+18 |
* | | | | | | | x86, mce: don't disable machine checks during code patching | Andi Kleen | 2009-02-17 | 2 | -28/+0 |
* | | | | | | | x86, mce: disable machine checks on suspend | Andi Kleen | 2009-02-17 | 1 | -0/+25 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | x86, mce: use force_sig_info to kill process in machine check | Andi Kleen | 2009-02-17 | 1 | -2/+2 |
* | | | | | | x86, mce: reinitialize per cpu features on resume | Andi Kleen | 2009-02-17 | 1 | -0/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | x86: add clflush before monitor for Intel 7400 series | Pallipadi, Venkatesh | 2009-02-09 | 1 | -0/+3 |
| |_|/ /
|/| | | |
|
* | | | | x86: add cache descriptors for Intel Core i7 | Dave Jones | 2009-02-01 | 1 | -0/+15 |
| |_|/
|/| | |
|
* | | | x86: tone down mtrr_trim_uncached_memory() warning | Ingo Molnar | 2009-01-29 | 1 | -2/+1 |
* | | | x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availability | H. Peter Anvin | 2009-01-26 | 1 | -1/+1 |
| |/
|/| |
|
* | | x86: unmask CPUID levels on Intel CPUs, fix | Ingo Molnar | 2009-01-26 | 1 | -8/+11 |
* | | x86: unmask CPUID levels on Intel CPUs | H. Peter Anvin | 2009-01-22 | 1 | -0/+10 |
* | | x86: mtrr fix debug boot parameter | Thomas Renninger | 2009-01-21 | 1 | -5/+7 |
* | | fix: crash: IP: __bitmap_intersects+0x48/0x73 | Ingo Molnar | 2009-01-20 | 1 | -7/+4 |
* | | cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write | Mike Travis | 2009-01-19 | 1 | -13/+9 |
* | | x86, cpufreq: remove leftover copymask_copy() | Ingo Molnar | 2009-01-13 | 1 | -2/+0 |
|/ |
|
* | Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write" | Ingo Molnar | 2009-01-12 | 1 | -13/+12 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-10 | 5 | -5/+5 |
|\ |
|
| * | x86: fix section mismatch warnings in mcheck/mce_amd_64.c | Leonardo Potenza | 2009-01-07 | 1 | -1/+1 |
| *-. | Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8... | Ingo Molnar | 2009-01-06 | 8 | -42/+89 |
| |\ \ |
|
| * | | | x86: update Alan Cox's email addresses | Alan Cox | 2009-01-05 | 4 | -4/+4 |
| |/ / |
|
* | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-01-10 | 7 | -123/+142 |
|\ \ \ |
|
| * | | | cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrs | Mike Travis | 2009-01-06 | 1 | -40/+43 |
| * | | | cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write | Mike Travis | 2009-01-06 | 1 | -12/+13 |
| * | | | cpumask: use cpumask_var_t in acpi-cpufreq.c | Mike Travis | 2009-01-06 | 1 | -29/+29 |
| * | | | cpumask: convert struct cpufreq_policy to cpumask_var_t | Rusty Russell | 2009-01-06 | 6 | -29/+29 |