| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-01-29 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 1 | -0/+7 |
| 2010-01-29 | perf_events, x86: Remove spurious counter reset from x86_pmu_enable() |  Peter Zijlstra | 1 | -3/+0 |
| 2010-01-29 | perf_events, x86: Implement Intel Westmere support |  Peter Zijlstra | 1 | -7/+117 |
| 2010-01-29 | perf_events, x86: Clean up hw_perf_*_all() implementation |  Peter Zijlstra | 1 | -45/+14 |
| 2010-01-29 | perf_events, x86: Fix event constraint masks |  Peter Zijlstra | 1 | -4/+9 |
| 2010-01-29 | perf_event: x86: Deduplicate the disable code |  Peter Zijlstra | 1 | -16/+13 |
| 2010-01-29 | perf, x86: Clean up event constraints code a bit |  Ingo Molnar | 1 | -29/+8 |
| 2010-01-29 | perf_event: x86: Optimize x86_pmu_disable() |  Peter Zijlstra | 1 | -0/+1 |
| 2010-01-29 | perf_event: x86: Optimize the fast path a little more |  Peter Zijlstra | 1 | -3/+3 |
| 2010-01-29 | perf_event: x86: Optimize constraint weight computation |  Peter Zijlstra | 1 | -4/+5 |
| 2010-01-29 | perf_event: x86: Optimize the constraint searching bits |  Peter Zijlstra | 1 | -41/+34 |
| 2010-01-29 | perf_event: x86: Reduce some overly long lines with some MACROs |  Peter Zijlstra | 1 | -31/+37 |
| 2010-01-29 | perf_event: x86: Clean up some of the u64/long bitmask casting |  Peter Zijlstra | 1 | -24/+23 |
| 2010-01-29 | perf_event: x86: Fixup constraints typing issue |  Peter Zijlstra | 1 | -3/+3 |
| 2010-01-29 | perf_event: x86: Allocate the fake_cpuc |  Peter Zijlstra | 1 | -10/+19 |
| 2010-01-29 | perf_events: Add fast-path to the rescheduling code |  Stephane Eranian | 1 | -30/+61 |
| 2010-01-29 | perf_events, x86: Improve x86 event scheduling |  Stephane Eranian | 1 | -213/+558 |
| 2010-01-28 | perf: Fix inconsistency between IP and callchain sampling |  Anton Blanchard | 1 | -3/+0 |
| 2010-01-28 | ACPI: replace acpi_integer by u64 |  Lin Ming | 1 | -3/+3 |
| 2010-01-23 | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG) |  H. Peter Anvin | 2 | -690/+0 |
| 2010-01-22 | x86, cacheinfo: Calculate L3 indices |  Borislav Petkov | 1 | -4/+31 |
| 2010-01-22 | x86, cacheinfo: Add cache index disable sysfs attrs only to L3 caches |  Borislav Petkov | 1 | -9/+26 |
| 2010-01-22 | x86, cacheinfo: Fix disabling of L3 cache indices |  Borislav Petkov | 1 | -13/+21 |
| 2010-01-21 | perf: x86: Add support for the ANY bit |  Stephane Eranian | 1 | -0/+7 |
| 2010-01-13 | [CPUFREQ] Fix cast warning in pcc driver. |  Dave Jones | 1 | -2/+1 |
| 2010-01-13 | [CPUFREQ] Processor Clocking Control interface driver |  Naga Chumbalkar | 3 | -0/+636 |
| 2010-01-13 | [CPUFREQ] Fix use after free of struct powernow_k8_data |  Thomas Renninger | 1 | -1/+2 |
| 2010-01-13 | perf: Drop useless check for ignored frame |  Frederic Weisbecker | 1 | -8/+0 |
| 2010-01-13 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 5 | -42/+20 |
| 2010-01-13 | x86: Macroise x86 cache descriptors |  Dave Jones | 1 | -41/+43 |
| 2009-12-31 | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+1 |
| 2009-12-31 | perf: Pass appropriate frame pointer to dump_trace() |  Frederic Weisbecker | 1 | -1/+1 |
| 2009-12-28 | x86, perfctr: Remove unused func avail_to_resrv_perfctr_nmi() |  Naga Chumbalkar | 1 | -11/+0 |
| 2009-12-24 | Merge branch 'misc-2.6.33' into release |  Len Brown | 1 | -1/+3 |
| 2009-12-22 | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by using smp_call_function_any() |  Andrew Morton | 1 | -1/+3 |
| 2009-12-19 | 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/+1 |
| 2009-12-19 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -39/+15 |
| 2009-12-17 | x86: Reenable TSC sync check at boot, even with NONSTOP_TSC |  Pallipadi, Venkatesh | 1 | -1/+0 |
| 2009-12-17 | perf events, x86/stacktrace: Fix performance/softlockup by providing a special frame pointer-only stack walker |  Frederic Weisbecker | 1 | -1/+1 |
| 2009-12-17 | perf events, x86/stacktrace: Make stack walking optional |  Frederic Weisbecker | 1 | -0/+1 |
| 2009-12-17 | cpumask: rename tsk_cpumask to tsk_cpus_allowed |  Rusty Russell | 1 | -1/+1 |
| 2009-12-16 | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space |  Andreas Herrmann | 1 | -38/+15 |
| 2009-12-16 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -10/+12 |
| 2009-12-15 | Merge branch 'x86/mce' into x86/urgent |  Ingo Molnar | 1 | -10/+12 |
| 2009-12-15 | tree-wide: convert open calls to remove spaces to skip_spaces() lib function |  André Goddard Rosa | 1 | -7/+4 |
| 2009-12-14 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 6 | -25/+35 |
| 2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu |  Linus Torvalds | 4 | -60/+60 |
| 2009-12-14 | x86, mce: Clean up thermal init by introducing intel_thermal_supported() |  Hidetoshi Seto | 1 | -5/+12 |
| 2009-12-14 | x86, mce: Thermal monitoring depends on APIC being enabled |  Cyrill Gorcunov | 1 | -2/+3 |
| 2009-12-11 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -2/+3 |