| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-05-07 | x86, HyperV: fix up the license to mshyperv.c |  Greg Kroah-Hartman | 1 | -12/+1 |
| 2010-05-07 | x86: Avoid check hlt for newer cpus |  Jacob Pan | 1 | -1/+1 |
| 2010-05-07 | perf, x86: implement group scheduling transactional APIs |  Lin Ming | 1 | -113/+67 |
| 2010-05-07 | perf, x86: Improve the PEBS ABI |  Peter Zijlstra | 3 | -9/+24 |
| 2010-05-07 | perf, x86: Consolidate some code repetition |  Peter Zijlstra | 1 | -53/+44 |
| 2010-05-07 | perf, x86: Remove PEBS SAMPLE_RAW support |  Peter Zijlstra | 1 | -14/+0 |
| 2010-05-07 | perf, x86: Use weight instead of cmask in for_each_event_constraint() |  Robert Richter | 1 | -1/+1 |
| 2010-05-07 | perf, x86: Pass enable bit mask to __x86_pmu_enable_event() |  Robert Richter | 2 | -6/+8 |
| 2010-05-07 | perf, x86: Call x86_setup_perfctr() from .hw_config() |  Robert Richter | 2 | -8/+3 |
| 2010-05-07 | perf, x86: Move x86_setup_perfctr() |  Robert Richter | 1 | -61/+59 |
| 2010-05-07 | perf, x86: Move perfctr init code to x86_setup_perfctr() |  Robert Richter | 1 | -6/+14 |
| 2010-05-07 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 1 | -1/+2 |
| 2010-05-06 | x86: Detect running on a Microsoft HyperV system |  Ky Srinivasan | 3 | -4/+75 |
| 2010-05-03 | x86, cpu: Make APERF/MPERF a normal table-driven flag |  H. Peter Anvin | 1 | -15/+8 |
| 2010-05-03 | powernow-k8: Fix frequency reporting |  Mark Langsdorf | 1 | -1/+2 |
| 2010-04-30 | Merge commit 'v2.6.34-rc6' into perf/core |  Ingo Molnar | 2 | -0/+23 |
| 2010-04-28 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip |  Linus Torvalds | 1 | -0/+21 |
| 2010-04-28 | x86, asm: Introduce and use percpu_inc() |  Jan Beulich | 1 | -2/+2 |
| 2010-04-24 | VMware Balloon driver |  Dmitry Torokhov | 1 | -0/+2 |
| 2010-04-23 | x86: Disable large pages on CPUs with Atom erratum AAE44 |  H. Peter Anvin | 1 | -0/+21 |
| 2010-04-22 | x86, cacheinfo: Disable index in all four subcaches |  Borislav Petkov | 1 | -17/+43 |
| 2010-04-22 | x86, cacheinfo: Make L3 cache info per node |  Borislav Petkov | 1 | -14/+45 |
| 2010-04-22 | x86, cacheinfo: Reorganize AMD L3 cache structure |  Borislav Petkov | 1 | -21/+32 |
| 2010-04-22 | x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments |  Frank Arnold | 1 | -0/+4 |
| 2010-04-22 | x86, cacheinfo: Unify AMD L3 cache index disable checking |  Borislav Petkov | 1 | -7/+10 |
| 2010-04-20 | perf & kvm: Clean up some of the guest profiling callback API details |  Zhang, Yanmin | 1 | -6/+14 |
| 2010-04-19 | perf: Enhance perf to allow for guest statistic collection from host |  Zhang, Yanmin | 1 | -0/+31 |
| 2010-04-09 | powernow-k8: Fix frequency reporting |  Mark Langsdorf | 1 | -1/+2 |
| 2010-04-09 | x86, cpufreq: Add APERF/MPERF support for AMD processors |  Mark Langsdorf | 5 | -44/+72 |
| 2010-04-09 | x86: Unify APERF/MPERF support |  Borislav Petkov | 2 | -6/+8 |
| 2010-04-09 | powernow-k8: Add core performance boost support |  Borislav Petkov | 2 | -12/+151 |
| 2010-04-09 | x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo |  Borislav Petkov | 1 | -2/+3 |
| 2010-04-08 | Merge branch 'linus' into perf/core |  Ingo Molnar | 20 | -9/+12 |
| 2010-04-06 | perf, x86: Enable Nehalem-EX support |  Vince Weaver | 1 | -0/+1 |
| 2010-04-05 | Merge branch 'master' into export-slabh |  Tejun Heo | 2 | -43/+91 |
| 2010-04-04 | perf: Drop the frame reliablity check |  Frederic Weisbecker | 1 | -2/+1 |
| 2010-04-02 | perf, x86: Add Nehalem programming quirk to Westmere |  Peter Zijlstra | 1 | -0/+2 |
| 2010-04-02 | perf, x86: Fix __initconst vs const |  Peter Zijlstra | 4 | -11/+11 |
| 2010-04-02 | perf, x86: Fix up the ANY flag stuff |  Peter Zijlstra | 5 | -51/+74 |
| 2010-04-02 | perf, x86: implement ARCH_PERFMON_EVENTSEL bit masks |  Robert Richter | 4 | -56/+20 |
| 2010-04-02 | perf, x86: Undo some some *_counter* -> *_event* renames |  Robert Richter | 5 | -61/+61 |
| 2010-04-02 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 2 | -44/+94 |
| 2010-04-02 | perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernels |  Torok Edwin | 1 | -5/+39 |
| 2010-04-02 | perf, x86: Fix AMD hotplug & constraint initialization |  Peter Zijlstra | 2 | -36/+52 |
| 2010-04-01 | perf: Use hot regs with software sched switch/migrate events |  Frederic Weisbecker | 1 | -2/+0 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 18 | -8/+10 |
| 2010-03-26 | perf, x86: Add Nehelem PMU programming errata workaround |  Peter Zijlstra | 4 | -10/+45 |
| 2010-03-26 | x86, perf, bts, mm: Delete the never used BTS-ptrace code |  Peter Zijlstra | 1 | -2/+0 |
| 2010-03-26 | perf, x86: Clean up debugctlmsr bit definitions |  Peter Zijlstra | 2 | -21/+9 |
| 2010-03-26 | x86, perf: Add raw events support for the P4 PMU |  Cyrill Gorcunov | 1 | -322/+424 |