| Age | Commit message (Expand) | Author |
| 2009-04-29 | perf_counter, x86: rework counter enable functions | Robert Richter |
| 2009-04-29 | perf_counter, x86: consistent use of type int for counter index | Robert Richter |
| 2009-04-29 | perf_counter, x86: generic use of cpuc->active | Robert Richter |
| 2009-04-29 | perf_counter, x86: rename cpuc->active_mask | Robert Richter |
| 2009-04-29 | perf_counter, x86: make x86_pmu_read() static inline | Robert Richter |
| 2009-04-29 | perf_counter, x86: make pmu version generic | Robert Richter |
| 2009-04-29 | perf_counter, x86: move counter parameters to struct x86_pmu | Robert Richter |
| 2009-04-29 | perf_counter, x86: make x86_pmu data a static struct | Robert Richter |
| 2009-04-29 | perf_counter, x86: modify initialization of struct x86_pmu | Robert Richter |
| 2009-04-29 | perf_counter, x86: rename intel only functions | Robert Richter |
| 2009-04-29 | perf_counter, x86: rename __hw_perf_counter_set_period into x86_perf_counter_... | Robert Richter |
| 2009-04-29 | perf_counter, x86: remove ack_status() from struct x86_pmu | Robert Richter |
| 2009-04-29 | perf_counter, x86: remove get_status() from struct x86_pmu | Robert Richter |
| 2009-04-29 | perf_counter, x86: make interrupt handler model specific | Robert Richter |
| 2009-04-29 | perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmu | Robert Richter |
| 2009-04-29 | perfcounters: rename struct hw_perf_counter_ops into struct pmu | Robert Richter |
| 2009-04-29 | perf_counter, x86: protect per-cpu variables with compile barriers only | Robert Richter |
| 2009-04-29 | perf_counter, x86: rework pmc_amd_save_disable_all() and pmc_amd_restore_all() | Robert Richter |
| 2009-04-29 | perf_counter, x86: add default path to cpu detection | Robert Richter |
| 2009-04-29 | perf_counter, x86: remove X86_FEATURE_ARCH_PERFMON flag for AMD cpus | Robert Richter |
| 2009-04-29 | Merge branch 'linus' into perfcounters/core | Ingo Molnar |
| 2009-04-22 | x86, mce: fix boot logging logic | Andi Kleen |
| 2009-04-22 | x86, mce: make polling timer interval per CPU | Andi Kleen |
| 2009-04-19 | acpi-cpufreq: Do not let get_measured perf depend on internal variable | Thomas Renninger |
| 2009-04-19 | acpi-cpufreq: style-only: add parens to math expression | Thomas Renninger |
| 2009-04-19 | acpi-cpufreq: Cleanup: Use printk_once | Thomas Renninger |
| 2009-04-19 | x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perf | Pallipadi, Venkatesh |
| 2009-04-15 | acpi-cpufreq: fix 'smp_call_function_many()' confusion | Linus Torvalds |
| 2009-04-13 | Fix quilt merge error in acpi-cpufreq.c | Linus Torvalds |
| 2009-04-13 | cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.c | Andrew Morton |
| 2009-04-10 | x86: cacheinfo: complete L2/L3 Cache and TLB associativity field definitions | Andreas Herrmann |
| 2009-04-10 | x86: cacheinfo: disable L3 ECC scrubbing when L3 cache index is disabled | Mark Langsdorf |
| 2009-04-10 | x86: cacheinfo: replace sysfs interface for cache_disable feature | Mark Langsdorf |
| 2009-04-10 | x86: cacheinfo: use cached K8 NB_MISC devices instead of scanning for it | Andreas Herrmann |
| 2009-04-10 | x86: cacheinfo: correct return value when cache_disable feature is not active | Andreas Herrmann |
| 2009-04-10 | x86: cacheinfo: use L3 cache index disable feature only for CPUs that support it | Andreas Herrmann |
| 2009-04-09 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
| 2009-04-09 | x86: cpu_debug remove execute permission | Jaswinder Singh Rajput |
| 2009-04-08 | perf_counter: allow for data addresses to be recorded | Peter Zijlstra |
| 2009-04-07 | Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an... | Len Brown |
| 2009-04-07 | x86 ACPI: Add support for Always Running APIC timer | Venkatesh Pallipadi |
| 2009-04-07 | ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_only | Venkatesh Pallipadi |
| 2009-04-07 | ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperf | Venkatesh Pallipadi |
| 2009-04-07 | perf_counter: theres more to overflow than writing events | Peter Zijlstra |
| 2009-04-07 | perf_counter: x86: self-IPI for pending work | Peter Zijlstra |
| 2009-04-07 | ACPI: cpufreq: remove dupilcated #include | Huang Weiyi |
| 2009-04-06 | perf_counter: add more context information | Peter Zijlstra |
| 2009-04-06 | perf_counter: pmc arbitration | Peter Zijlstra |
| 2009-04-06 | perf_counter: x86: callchain support | Peter Zijlstra |
| 2009-04-06 | perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init() | Peter Zijlstra |