| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-11-10 | x86: Add new Intel CPU cache size descriptors |  Dave Jones | 1 | -0/+3 |
| 2009-11-10 | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value |  Yong Wang | 3 | -5/+31 |
| 2009-11-04 | cpumask: Use modern cpumask style in arch/x86/kernel/cpu/mcheck/mce-inject.c |  Rusty Russell | 1 | -10/+12 |
| 2009-11-04 | Merge commit 'v2.6.32-rc6' into perf/core |  Ingo Molnar | 1 | -1/+2 |
| 2009-11-02 | x86: Fix printk message typo in mtrr cleanup code |  Dave Jones | 1 | -1/+1 |
| 2009-10-29 | percpu: make percpu symbols in x86 unique |  Tejun Heo | 3 | -46/+46 |
| 2009-10-29 | percpu: make percpu symbols in cpufreq unique |  Tejun Heo | 1 | -14/+14 |
| 2009-10-16 | x86, mce: Add a global MCE init helper |  Borislav Petkov | 1 | -2/+8 |
| 2009-10-16 | x86, mce: Fix up MCE naming nomenclature |  Borislav Petkov | 2 | -27/+27 |
| 2009-10-16 | Merge branches 'x86/mce' and 'x86/urgent' into perf/mce |  Ingo Molnar | 1 | -10/+22 |
| 2009-10-16 | x86: Don't print number of MCE banks for every CPU |  Roland Dreier | 1 | -1/+2 |
| 2009-10-13 | perf_event, x86, mce: Use TRACE_EVENT() for MCE logging |  Hidetoshi Seto | 1 | -0/+6 |
| 2009-10-13 | Merge commit 'v2.6.32-rc4' into perf/core |  Ingo Molnar | 3 | -30/+49 |
| 2009-10-13 | perf_events, x86: Fix event constraints code |  Ingo Molnar | 1 | -7/+7 |
| 2009-10-12 | mce, edac: Use an atomic notifier for MCEs decoding |  Borislav Petkov | 1 | -9/+20 |
| 2009-10-11 | headers: remove sched.h from interrupt.h |  Alexey Dobriyan | 1 | -0/+1 |
| 2009-10-09 | perf, x86: Add simple group validation |  Peter Zijlstra | 1 | -21/+69 |
| 2009-10-09 | perf_events: Add event constraints support for Intel processors |  Stephane Eranian | 1 | -4/+105 |
| 2009-10-09 | perf_events: Check for filters on fixed counter events |  Stephane Eranian | 1 | -0/+6 |
| 2009-10-02 | x86: Simplify bound checks in the MTRR code |  Arjan van de Ven | 1 | -5/+12 |
| 2009-10-02 | x86: EDAC: MCE: Fix MCE decoding callback logic |  Ingo Molnar | 1 | -22/+36 |
| 2009-09-30 | Revert "x86, mce: do not compile mcelog message on AMD" |  Linus Torvalds | 1 | -4/+1 |
| 2009-09-26 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -0/+3 |
| 2009-09-24 | Merge branch 'linus' into x86/urgent |  Ingo Molnar | 5 | -283/+283 |
| 2009-09-23 | x86: mce: Use safer ways to access MCE registers |  Ingo Molnar | 1 | -2/+21 |
| 2009-09-23 | perf_event, x86: Fix 'perf sched record' crashing the machine |  Peter Zijlstra | 1 | -0/+3 |
| 2009-09-22 | x86: mce, inject: Use real inject-msg in raise_local |  Huang Ying | 1 | -3/+4 |
| 2009-09-22 | x86: mce: Fix thermal throttling message storm |  Ingo Molnar | 1 | -2/+4 |
| 2009-09-22 | x86: mce: Clean up thermal throttling state tracking code |  Ingo Molnar | 1 | -24/+39 |
| 2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -1/+1 |
| 2009-09-21 | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 4 | -282/+282 |
| 2009-09-21 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -3/+6 |
| 2009-09-21 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 3 | -7/+14 |
| 2009-09-21 | trivial: fix missing printk space in amd_k7_smp_check |  Michael Tokarev | 1 | -1/+1 |
| 2009-09-21 | perf: Tidy up after the big rename |  Ingo Molnar | 1 | -7/+7 |
| 2009-09-21 | perf: Do the big rename: Performance Counters -> Performance Events |  Ingo Molnar | 4 | -256/+256 |
| 2009-09-21 | perf_counter: Rename 'event' to event_id/hw_event |  Ingo Molnar | 1 | -24/+24 |
| 2009-09-21 | Merge branch 'linus' into perfcounters/rename |  Ingo Molnar | 5 | -49/+52 |
| 2009-09-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 |  Linus Torvalds | 1 | -1/+0 |
| 2009-09-20 | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -28/+39 |
| 2009-09-20 | x86: Print the hypervisor returned tsc_khz during boot |  Alok Kataria | 1 | -0/+6 |
| 2009-09-20 | Merge branch 'linus' into x86/urgent |  Ingo Molnar | 4 | -48/+52 |
| 2009-09-20 | x86/i386: Remove duplicated #include |  Huang Weiyi | 1 | -1/+0 |
| 2009-09-20 | x86, mtrr: Convert loop to a while based construct, avoid naked semicolon |  Joe Perches | 1 | -6/+6 |
| 2009-09-20 | perf_counter: x86: Fix PMU resource leak |  Peter Zijlstra | 1 | -3/+6 |
| 2009-09-20 | includecheck fix: x86, cpu/common.c |  Jaswinder Singh Rajput | 1 | -1/+0 |
| 2009-09-19 | x86, mce: Fix compile warning in case of CONFIG_SMP=n |  Andreas Herrmann | 1 | -1/+2 |
| 2009-09-19 | tracing, perf: Convert the power tracer into an event tracer |  Arjan van de Ven | 1 | -5/+2 |
| 2009-09-19 | Merge branch 'linus' into perfcounters/core |  Ingo Molnar | 37 | -1827/+1618 |
| 2009-09-18 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -16/+19 |