| Commit message (Expand) | Author | Age |
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 |
|\ |
|
| * | x86: Eliminate TS_XSAVE | Avi Kivity | 2010-05-10 |
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 |
|\ \ |
|
| * | | x86, hypervisor: add missing <linux/module.h> | H. Peter Anvin | 2010-05-10 |
| * | | x86, hypervisor: Export the x86_hyper* symbols | H. Peter Anvin | 2010-05-09 |
| * | | Merge commit 'v2.6.34-rc6' into x86/cpu | H. Peter Anvin | 2010-05-08 |
| |\| |
|
| * | | x86: Clean up the hypervisor layer | H. Peter Anvin | 2010-05-07 |
| * | | x86, HyperV: fix up the license to mshyperv.c | Greg Kroah-Hartman | 2010-05-07 |
| * | | x86: Detect running on a Microsoft HyperV system | Ky Srinivasan | 2010-05-06 |
| * | | x86, cpu: Make APERF/MPERF a normal table-driven flag | H. Peter Anvin | 2010-05-03 |
| * | | x86, cacheinfo: Disable index in all four subcaches | Borislav Petkov | 2010-04-22 |
| * | | x86, cacheinfo: Make L3 cache info per node | Borislav Petkov | 2010-04-22 |
| * | | x86, cacheinfo: Reorganize AMD L3 cache structure | Borislav Petkov | 2010-04-22 |
| * | | x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro... | Frank Arnold | 2010-04-22 |
| * | | x86, cacheinfo: Unify AMD L3 cache index disable checking | Borislav Petkov | 2010-04-22 |
| * | | powernow-k8: Fix frequency reporting | Mark Langsdorf | 2010-04-09 |
| * | | x86, cpufreq: Add APERF/MPERF support for AMD processors | Mark Langsdorf | 2010-04-09 |
| * | | x86: Unify APERF/MPERF support | Borislav Petkov | 2010-04-09 |
| * | | powernow-k8: Add core performance boost support | Borislav Petkov | 2010-04-09 |
| * | | x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo | Borislav Petkov | 2010-04-09 |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 |
|\ \ \ |
|
| * | | | x86, asm: Introduce and use percpu_inc() | Jan Beulich | 2010-04-28 |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-18 |
|\ \ \ \ |
|
| * | | | | x86, perf: P4 PMU - fix counters management logic | Cyrill Gorcunov | 2010-05-15 |
| * | | | | x86, perf: P4 PMU -- use hash for p4_get_escr_idx() | Cyrill Gorcunov | 2010-05-13 |
| * | | | | x86, perf: P4 PMU -- check for proper event index in RAW events | Cyrill Gorcunov | 2010-05-08 |
| * | | | | x86, perf: P4 PMU -- Get rid of redundant check for array index | Cyrill Gorcunov | 2010-05-08 |
| * | | | | x86, perf: P4 PMU -- protect sensible procedures from preemption | Cyrill Gorcunov | 2010-05-08 |
| * | | | | x86, perf: P4 PMU -- configure predefined events | Cyrill Gorcunov | 2010-05-08 |
| * | | | | perf, x86: implement group scheduling transactional APIs | Lin Ming | 2010-05-07 |
| * | | | | perf, x86: Improve the PEBS ABI | Peter Zijlstra | 2010-05-07 |
| * | | | | perf, x86: Consolidate some code repetition | Peter Zijlstra | 2010-05-07 |
| * | | | | perf, x86: Remove PEBS SAMPLE_RAW support | Peter Zijlstra | 2010-05-07 |
| * | | | | perf, x86: Use weight instead of cmask in for_each_event_constraint() | Robert Richter | 2010-05-07 |
| * | | | | perf, x86: Pass enable bit mask to __x86_pmu_enable_event() | Robert Richter | 2010-05-07 |
| * | | | | perf, x86: Call x86_setup_perfctr() from .hw_config() | Robert Richter | 2010-05-07 |
| * | | | | perf, x86: Move x86_setup_perfctr() | Robert Richter | 2010-05-07 |
| * | | | | perf, x86: Move perfctr init code to x86_setup_perfctr() | Robert Richter | 2010-05-07 |
| * | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-05-07 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge commit 'v2.6.34-rc6' into perf/core | Ingo Molnar | 2010-04-30 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | perf & kvm: Clean up some of the guest profiling callback API details | Zhang, Yanmin | 2010-04-20 |
| * | | | | | perf: Enhance perf to allow for guest statistic collection from host | Zhang, Yanmin | 2010-04-19 |
| * | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-08 |
| |\ \ \ \ \ |
|
| * | | | | | | perf: Drop the frame reliablity check | Frederic Weisbecker | 2010-04-04 |
| * | | | | | | perf, x86: Add Nehalem programming quirk to Westmere | Peter Zijlstra | 2010-04-02 |
| * | | | | | | perf, x86: Fix __initconst vs const | Peter Zijlstra | 2010-04-02 |
| * | | | | | | perf, x86: Fix up the ANY flag stuff | Peter Zijlstra | 2010-04-02 |
| * | | | | | | perf, x86: implement ARCH_PERFMON_EVENTSEL bit masks | Robert Richter | 2010-04-02 |
| * | | | | | | perf, x86: Undo some some *_counter* -> *_event* renames | Robert Richter | 2010-04-02 |
| * | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-04-02 |
| |\ \ \ \ \ \ |
|