summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.31-rc7' into x86/cpuIngo Molnar2009-08-2323-847/+1122
|\
| * x86, mce: Don't initialize MCEs on unknown CPUsIngo Molnar2009-08-171-5/+14
| * x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz2009-08-171-0/+4
| * x86, mce: therm_throt: Don't log redundant normalityHugh Dickins2009-08-161-2/+5
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-7/+33
| |\
| | * perf_counter, x86: Fix/improve apic fallbackIngo Molnar2009-08-121-4/+30
| | * perf_counter, x86: Fix generic cache events on P6-mobile CPUsIngo Molnar2009-08-111-2/+2
| | * perf_counter, x86: Fix lapic printk messageIngo Molnar2009-08-111-1/+1
| * | x86: Fix oops in identify_cpu() on CPUs without CPUIDOndrej Zary2009-08-121-24/+24
| * | x86: Clear incorrectly forced X86_FEATURE_LAHF_LM flagKevin Winchester2009-08-111-0/+7
| * | x86, mce: therm_throt - change when we print messagesDmitry Torokhov2009-08-111-7/+11
| |/
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-272-5/+3Star
| |\
| | * x86, amd: Don't probe for extended APIC ID if APICs are disabledJeremy Fitzhardinge2009-07-221-1/+1
| | * x86, mce: Fix set_trigger() accessorJan Beulich2009-07-211-4/+2Star
| * | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-221-20/+233
| |\ \ | | |/ | |/|
| | * perf_counter: Remove unused variablesPeter Zijlstra2009-07-221-2/+0Star
| | * perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras2009-07-131-4/+2Star
| | * perf_counter: Clean up global vs counter enablePeter Zijlstra2009-07-101-8/+8
| | * perf_counter: Fix up P6 PMU detailsPeter Zijlstra2009-07-101-5/+23
| | * perf_counter: Add P6 PMU supportVince Weaver2009-07-101-14/+213
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-101-1/+7
| |\|
| | * perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-011-1/+7
| * | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-082-7/+7
| * | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2009-07-072-20/+13Star
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-071-5/+0Star
| |\ \ | | |/ | |/|
| | * x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput2009-07-031-5/+0Star
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-011-12/+10Star
| |\ \ | | |/ | |/|
| | * perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu2009-06-291-2/+2
| | * perf_counter, x86: Add mmap counter read supportPeter Zijlstra2009-06-251-0/+6
| | * perf_counter, x86: Set global control MSR correctlyYong Wang2009-06-241-9/+1Star
| | * perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput2009-06-211-1/+1
| * | Revert "x86: cap iomem_resource to addressable physical memory"H. Peter Anvin2009-06-281-3/+0Star
| * | x86, mce: percpu mcheck_timer should be pinnedHidetoshi Seto2009-06-251-2/+2
| * | x86: Set cpu_llc_id on AMD CPUsAndreas Herrmann2009-06-211-1/+3
| |/
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-201-64/+74
| |\
| | * perf_counter: Make callchain samples extensiblePeter Zijlstra2009-06-191-23/+6Star
| | * perf_counter: x86: Set the period in the intel overflow handlerPeter Zijlstra2009-06-171-0/+2
| | * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-1721-1608/+2743
| | |\
| | * | perf_counter: x86: Fix call-chain support to use NMI-safe methodsPeter Zijlstra2009-06-151-10/+39
| | * | perf_counter, x86: Fix kernel-space call-chainsIngo Molnar2009-06-151-13/+9Star
| | * | perf_counter, x86: Fix call-chain walkingIngo Molnar2009-06-141-2/+4
| | * | perf_counter, x86: Update AMD hw caching related event tableJaswinder Singh Rajput2009-06-131-21/+15Star
| | * | perf_counter, x86: Check old-AMD performance monitoring supportJaswinder Singh Rajput2009-06-131-0/+4
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-2015-486/+490
| |\ \ \
| | * \ \ Merge branch 'x86/mce3' into x86/urgentIngo Molnar2009-06-2013-485/+476Star
| | |\ \ \
| | | * | | x86, mce: fix error path in mce_create_device()Hidetoshi Seto2009-06-181-5/+5
| | | * | | x86: use zalloc_cpumask_var for mce_dev_initializedYinghai Lu2009-06-181-1/+1
| | | * | | x86: fix duplicated sysfs attributeYinghai Lu2009-06-181-1/+1
| | | * | | Merge branch 'x86/urgent' into x86/mce3Ingo Molnar2009-06-173-5/+12
| | | |\ \ \
| | | * | | | x86, mce: mce_intel.c needs <asm/apic.h>H. Peter Anvin2009-06-171-0/+1