aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-04-29perf_counter, x86: protect per-cpu variables with compile barriers onlyRobert Richter1-2/+2
2009-04-29perf_counter, x86: rework pmc_amd_save_disable_all() and pmc_amd_restore_all()Robert Richter1-10/+14
2009-04-29perf_counter, x86: add default path to cpu detectionRobert Richter1-0/+2
2009-04-29perf_counter, x86: remove X86_FEATURE_ARCH_PERFMON flag for AMD cpusRobert Richter2-7/+3
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar4-49/+54
2009-04-22x86, mce: fix boot logging logicAndi Kleen1-4/+5
2009-04-22x86, mce: make polling timer interval per CPUAndi Kleen1-12/+12
2009-04-19acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger1-3/+4
2009-04-19acpi-cpufreq: style-only: add parens to math expressionThomas Renninger1-1/+1
2009-04-19acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger1-6/+2
2009-04-19x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh1-5/+10
2009-04-15acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds1-0/+6
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds1-1/+1
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton1-15/+9
2009-04-10x86: cacheinfo: complete L2/L3 Cache and TLB associativity field definitionsAndreas Herrmann1-4/+12
2009-04-10x86: cacheinfo: disable L3 ECC scrubbing when L3 cache index is disabledMark Langsdorf1-0/+6
2009-04-10x86: cacheinfo: replace sysfs interface for cache_disable featureMark Langsdorf1-45/+45
2009-04-10x86: cacheinfo: use cached K8 NB_MISC devices instead of scanning for itAndreas Herrmann1-34/+3
2009-04-10x86: cacheinfo: correct return value when cache_disable feature is not activeAndreas Herrmann1-1/+1
2009-04-10x86: cacheinfo: use L3 cache index disable feature only for CPUs that support itAndreas Herrmann1-0/+8
2009-04-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+0
2009-04-09x86: cpu_debug remove execute permissionJaswinder Singh Rajput1-0/+0
2009-04-08perf_counter: allow for data addresses to be recordedPeter Zijlstra1-1/+1
2009-04-07Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' and 'bjorn.notify' into releaseLen Brown2-1/+1
2009-04-07x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi1-0/+1
2009-04-07ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_onlyVenkatesh Pallipadi1-5/+10
2009-04-07ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperfVenkatesh Pallipadi1-22/+20
2009-04-07perf_counter: theres more to overflow than writing eventsPeter Zijlstra1-1/+2
2009-04-07perf_counter: x86: self-IPI for pending workPeter Zijlstra1-0/+14
2009-04-07ACPI: cpufreq: remove dupilcated #includeHuang Weiyi1-1/+0
2009-04-06perf_counter: add more context informationPeter Zijlstra1-0/+9
2009-04-06perf_counter: pmc arbitrationPeter Zijlstra1-0/+75
2009-04-06perf_counter: x86: callchain supportPeter Zijlstra1-0/+154
2009-04-06perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init()Peter Zijlstra1-1/+1
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra1-29/+0
2009-04-06perf_counter: remove the event config bitfieldsPeter Zijlstra1-4/+4
2009-04-06perf_counter: unify irq output codePeter Zijlstra1-52/+1
2009-04-06perf_counter: revamp syscall input ABIPeter Zijlstra1-5/+5
2009-04-06perf_counter: fix crash on perfmon v1 systemsIngo Molnar1-5/+11
2009-04-06perf_counter: x86: use ULL postfix for 64bit constantsPeter Zijlstra1-6/+6
2009-04-06perf_counter: add comment to barrierPeter Zijlstra1-0/+4
2009-04-06perf_counter: x86: fix 32-bit irq_period assumptionPeter Zijlstra1-1/+1
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar46-2342/+4193
2009-04-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-3/+15
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+3
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds9-42/+36
2009-04-05Merge branch 'linus' into releaseLen Brown49-2469/+4334
2009-04-05Merge branch 'misc' into releaseLen Brown1-0/+12
2009-04-04x86, mtrr: remove debug messageIngo Molnar1-3/+0
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-1/+3