aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-17[CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c44a60ac5cRusty Russell1-12/+7
2009-11-17[CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in notification messageJohn Villalovos1-6/+17
2009-11-17[CPUFREQ] powernow-k8: Fix test in get_transition_latency()Roel Kluin1-1/+1
2009-11-17[CPUFREQ] longhaul: select Longhaul version 2 for capable CPUsKrzysztof Helt1-1/+1
2009-11-02x86: Fix printk message typo in mtrr cleanup codeDave Jones1-1/+1
2009-10-16x86: Don't print number of MCE banks for every CPURoland Dreier1-1/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-02x86: Simplify bound checks in the MTRR codeArjan van de Ven1-5/+12
2009-10-02x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar1-22/+36
2009-09-30Revert "x86, mce: do not compile mcelog message on AMD"Linus Torvalds1-4/+1
2009-09-26Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-09-24Merge branch 'linus' into x86/urgentIngo Molnar5-283/+283
2009-09-23x86: mce: Use safer ways to access MCE registersIngo Molnar1-2/+21
2009-09-23perf_event, x86: Fix 'perf sched record' crashing the machinePeter Zijlstra1-0/+3
2009-09-22x86: mce, inject: Use real inject-msg in raise_localHuang Ying1-3/+4
2009-09-22x86: mce: Fix thermal throttling message stormIngo Molnar1-2/+4
2009-09-22x86: mce: Clean up thermal throttling state tracking codeIngo Molnar1-24/+39
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-282/+282
2009-09-21Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+6
2009-09-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-7/+14
2009-09-21trivial: fix missing printk space in amd_k7_smp_checkMichael Tokarev1-1/+1
2009-09-21perf: Tidy up after the big renameIngo Molnar1-7/+7
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar4-256/+256
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar1-24/+24
2009-09-21Merge branch 'linus' into perfcounters/renameIngo Molnar5-49/+52
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds1-1/+0
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-28/+39
2009-09-20x86: Print the hypervisor returned tsc_khz during bootAlok Kataria1-0/+6
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar4-48/+52
2009-09-20x86/i386: Remove duplicated #includeHuang Weiyi1-1/+0
2009-09-20x86, mtrr: Convert loop to a while based construct, avoid naked semicolonJoe Perches1-6/+6
2009-09-20perf_counter: x86: Fix PMU resource leakPeter Zijlstra1-3/+6
2009-09-20includecheck fix: x86, cpu/common.cJaswinder Singh Rajput1-1/+0
2009-09-19x86, mce: Fix compile warning in case of CONFIG_SMP=nAndreas Herrmann1-1/+2
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven1-5/+2
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar37-1827/+1618
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-16/+19
2009-09-18x86, perf_counter, bts: Optimize BTS overflow handlingMarkus Metzger1-23/+37
2009-09-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-32/+33
2009-09-17Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-691/+322
2009-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-78/+73
2009-09-16[CPUFREQ] Fix NULL ptr regression in powernow-k8Kurt Roeckx1-7/+8
2009-09-16x86, EDAC: Provide function to return NodeId of a CPUAndreas Herrmann1-0/+10
2009-09-16sched: x86: Name old_perf in a unique wayPeter Zijlstra1-2/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds4-14/+14
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+37
2009-09-15x86: sched: Provide arch implementations using aperf/mperfPeter Zijlstra2-1/+56
2009-09-15x86: Add generic aperf/mperf codePeter Zijlstra1-70/+9
2009-09-15x86: Move APERF/MPERF into a X86_FEATUREPeter Zijlstra2-7/+8