| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-08-12 | perf_counter, x86: Fix/improve apic fallback |  Ingo Molnar | 1 | -4/+30 |
| 2009-08-12 | x86: Fix oops in identify_cpu() on CPUs without CPUID |  Ondrej Zary | 1 | -24/+24 |
| 2009-08-11 | x86: Clear incorrectly forced X86_FEATURE_LAHF_LM flag |  Kevin Winchester | 1 | -0/+7 |
| 2009-08-11 | perf_counter, x86: Fix generic cache events on P6-mobile CPUs |  Ingo Molnar | 1 | -2/+2 |
| 2009-08-11 | perf_counter, x86: Fix lapic printk message |  Ingo Molnar | 1 | -1/+1 |
| 2009-08-11 | x86, mce: therm_throt - change when we print messages |  Dmitry Torokhov | 1 | -7/+11 |
| 2009-08-10 | x86, mce: Fake panic support for MCE testing |  Huang Ying | 1 | -11/+64 |
| 2009-08-10 | x86, mce: Move debugfs mce dir creating to mce.c |  Huang Ying | 3 | -3/+15 |
| 2009-08-10 | x86, mce: Support specifying raise mode for software MCE injection |  Huang Ying | 1 | -8/+8 |
| 2009-08-10 | x86, mce: Support specifying context for software mce injection |  Huang Ying | 1 | -30/+126 |
| 2009-08-09 | x86, perf_counter, bts: Add BTS support to perfcounters |  Markus Metzger | 1 | -6/+319 |
| 2009-08-08 | x86: Introduce GDT_ENTRY_INIT(), fix APM |  Ingo Molnar | 1 | -1/+1 |
| 2009-08-08 | x86: Introduce GDT_ENTRY_INIT() |  Akinobu Mita | 1 | -20/+20 |
| 2009-08-04 | x86, percpu: Collect hot percpu variables into one cacheline |  Tejun Heo | 1 | -2/+13 |
| 2009-08-04 | x86, percpu: Fix DECLARE/DEFINE_PER_CPU_PAGE_ALIGNED() |  Tejun Heo | 1 | -2/+1 |
| 2009-07-29 | x86, mce: fix reporting of Thermal Monitoring mechanism enabled |  Bartlomiej Zolnierkiewicz | 1 | -3/+10 |
| 2009-07-29 | x86, mce: remove never executed code |  Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
| 2009-07-29 | x86, mce: add missing __cpuinit tags |  Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2009-07-29 | x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCE |  Bartlomiej Zolnierkiewicz | 1 | -1/+3 |
| 2009-07-29 | x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs |  Bartlomiej Zolnierkiewicz | 1 | -0/+4 |
| 2009-07-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -5/+3 |
| 2009-07-22 | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf |  Linus Torvalds | 1 | -20/+233 |
| 2009-07-22 | x86, amd: Don't probe for extended APIC ID if APICs are disabled |  Jeremy Fitzhardinge | 1 | -1/+1 |
| 2009-07-22 | perf_counter: Remove unused variables |  Peter Zijlstra | 1 | -2/+0 |
| 2009-07-21 | x86, mce: Fix set_trigger() accessor |  Jan Beulich | 1 | -4/+2 |
| 2009-07-13 | perf_counter, x86: Extend perf_counter Pentium M support |  Daniel Qarras | 1 | -4/+2 |
| 2009-07-11 | x86/cpu: Clean up various files a bit |  Alan Cox | 11 | -129/+144 |
| 2009-07-10 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+7 |
| 2009-07-10 | x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded number |  Cyrill Gorcunov | 1 | -1/+1 |
| 2009-07-10 | perf_counter: Clean up global vs counter enable |  Peter Zijlstra | 1 | -8/+8 |
| 2009-07-10 | perf_counter: Fix up P6 PMU details |  Peter Zijlstra | 1 | -5/+23 |
| 2009-07-10 | perf_counter: Add P6 PMU support |  Vince Weaver | 1 | -14/+213 |
| 2009-07-09 | x86: mce: macros to compute banks MSRs |  Andi Kleen | 2 | -22/+22 |
| 2009-07-09 | x86: mce: Move per bank data in a single datastructure |  Andi Kleen | 2 | -56/+67 |
| 2009-07-09 | x86: mce: Move code in mce.c |  Andi Kleen | 1 | -11/+11 |
| 2009-07-09 | x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCE |  Andi Kleen | 1 | -2/+1 |
| 2009-07-09 | x86: mce: Remove old i386 machine check code |  Andi Kleen | 6 | -549/+0 |
| 2009-07-08 | Remove multiple KERN_ prefixes from printk formats |  Joe Perches | 2 | -7/+7 |
| 2009-07-06 | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-states |  Mark Langsdorf | 2 | -20/+13 |
| 2009-07-06 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -5/+0 |
| 2009-07-05 | x86: Further clean up of mtrr/generic.c |  Ingo Molnar | 1 | -29/+27 |
| 2009-07-04 | x86: Clean up mtrr/main.c |  Jaswinder Singh Rajput | 1 | -213/+242 |
| 2009-07-04 | x86: Clean up mtrr/state.c |  Jaswinder Singh Rajput | 1 | -28/+40 |
| 2009-07-04 | x86: Clean up mtrr/mtrr.h |  Jaswinder Singh Rajput | 1 | -10/+9 |
| 2009-07-04 | x86: Clean up mtrr/if.c |  Jaswinder Singh Rajput | 1 | -59/+76 |
| 2009-07-04 | x86: Clean up mtrr/generic.c |  Jaswinder Singh Rajput | 1 | -135/+169 |
| 2009-07-04 | x86: Clean up mtrr/cyrix.c |  Jaswinder Singh Rajput | 1 | -43/+51 |
| 2009-07-04 | x86: Clean up mtrr/cleanup.c |  Jaswinder Singh Rajput | 1 | -174/+176 |
| 2009-07-04 | x86: Clean up mtrr/centaur.c |  Jaswinder Singh Rajput | 1 | -133/+35 |
| 2009-07-04 | x86: Clean up mtrr/amd.c: |  Jaswinder Singh Rajput | 1 | -46/+51 |