| Commit message (Expand) | Author | Age |
* | Merge branch 'perfcounters/urgent' into perfcounters/core | Ingo Molnar | 2009-08-15 |
|\ |
|
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-13 |
| |\ |
|
| | * | perf_counter, x86: Fix/improve apic fallback | Ingo Molnar | 2009-08-12 |
| | * | perf_counter, x86: Fix generic cache events on P6-mobile CPUs | Ingo Molnar | 2009-08-11 |
| | * | perf_counter, x86: Fix lapic printk message | Ingo Molnar | 2009-08-11 |
| * | | x86: Fix oops in identify_cpu() on CPUs without CPUID | Ondrej Zary | 2009-08-12 |
| * | | x86: Clear incorrectly forced X86_FEATURE_LAHF_LM flag | Kevin Winchester | 2009-08-11 |
| * | | x86, mce: therm_throt - change when we print messages | Dmitry Torokhov | 2009-08-11 |
| |/ |
|
* / | x86, perf_counter, bts: Add BTS support to perfcounters | Markus Metzger | 2009-08-09 |
|/ |
|
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-07-27 |
|\ |
|
| * | x86, amd: Don't probe for extended APIC ID if APICs are disabled | Jeremy Fitzhardinge | 2009-07-22 |
| * | x86, mce: Fix set_trigger() accessor | Jan Beulich | 2009-07-21 |
* | | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-07-22 |
|\ \
| |/
|/| |
|
| * | perf_counter: Remove unused variables | Peter Zijlstra | 2009-07-22 |
| * | perf_counter, x86: Extend perf_counter Pentium M support | Daniel Qarras | 2009-07-13 |
| * | perf_counter: Clean up global vs counter enable | Peter Zijlstra | 2009-07-10 |
| * | perf_counter: Fix up P6 PMU details | Peter Zijlstra | 2009-07-10 |
| * | perf_counter: Add P6 PMU support | Vince Weaver | 2009-07-10 |
* | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-07-10 |
|\| |
|
| * | perf_counter: Ignore the nmi call frames in the x86-64 backtraces | Frederic Weisbecker | 2009-07-01 |
* | | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 |
* | | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-states | Mark Langsdorf | 2009-07-06 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-07-06 |
|\ \
| |/
|/| |
|
| * | x86: Remove unused function lapic_watchdog_ok() | Jaswinder Singh Rajput | 2009-07-03 |
* | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-06-30 |
|\ \
| |/
|/| |
|
| * | perf_counter, x86: Update x86_pmu after WARN() | Yinghai Lu | 2009-06-29 |
| * | perf_counter, x86: Add mmap counter read support | Peter Zijlstra | 2009-06-25 |
| * | perf_counter, x86: Set global control MSR correctly | Yong Wang | 2009-06-24 |
| * | perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMD | Jaswinder Singh Rajput | 2009-06-21 |
* | | Revert "x86: cap iomem_resource to addressable physical memory" | H. Peter Anvin | 2009-06-28 |
* | | x86, mce: percpu mcheck_timer should be pinned | Hidetoshi Seto | 2009-06-25 |
* | | x86: Set cpu_llc_id on AMD CPUs | Andreas Herrmann | 2009-06-21 |
|/ |
|
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-06-20 |
|\ |
|
| * | perf_counter: Make callchain samples extensible | Peter Zijlstra | 2009-06-19 |
| * | perf_counter: x86: Set the period in the intel overflow handler | Peter Zijlstra | 2009-06-17 |
| * | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-17 |
| |\ |
|
| * | | perf_counter: x86: Fix call-chain support to use NMI-safe methods | Peter Zijlstra | 2009-06-15 |
| * | | perf_counter, x86: Fix kernel-space call-chains | Ingo Molnar | 2009-06-15 |
| * | | perf_counter, x86: Fix call-chain walking | Ingo Molnar | 2009-06-14 |
| * | | perf_counter, x86: Update AMD hw caching related event table | Jaswinder Singh Rajput | 2009-06-13 |
| * | | perf_counter, x86: Check old-AMD performance monitoring support | Jaswinder Singh Rajput | 2009-06-13 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-06-20 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/mce3' into x86/urgent | Ingo Molnar | 2009-06-20 |
| |\ \ \ |
|
| | * | | | x86, mce: fix error path in mce_create_device() | Hidetoshi Seto | 2009-06-18 |
| | * | | | x86: use zalloc_cpumask_var for mce_dev_initialized | Yinghai Lu | 2009-06-18 |
| | * | | | x86: fix duplicated sysfs attribute | Yinghai Lu | 2009-06-18 |
| | * | | | Merge branch 'x86/urgent' into x86/mce3 | Ingo Molnar | 2009-06-17 |
| | |\ \ \ |
|
| | * | | | | x86, mce: mce_intel.c needs <asm/apic.h> | H. Peter Anvin | 2009-06-17 |
| | * | | | | x86, mce: rename _64.c files which are no longer 64-bit-specific | Hidetoshi Seto | 2009-06-16 |
| | * | | | | x86, mce: remove therm_throt.h | Hidetoshi Seto | 2009-06-16 |