aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+7
2010-01-29perf_events, x86: Remove spurious counter reset from x86_pmu_enable()Peter Zijlstra1-3/+0
2010-01-29perf_events, x86: Implement Intel Westmere supportPeter Zijlstra1-7/+117
2010-01-29perf_events, x86: Clean up hw_perf_*_all() implementationPeter Zijlstra1-45/+14
2010-01-29perf_events, x86: Fix event constraint masksPeter Zijlstra1-4/+9
2010-01-29perf_event: x86: Deduplicate the disable codePeter Zijlstra1-16/+13
2010-01-29perf, x86: Clean up event constraints code a bitIngo Molnar1-29/+8
2010-01-29perf_event: x86: Optimize x86_pmu_disable()Peter Zijlstra1-0/+1
2010-01-29perf_event: x86: Optimize the fast path a little morePeter Zijlstra1-3/+3
2010-01-29perf_event: x86: Optimize constraint weight computationPeter Zijlstra1-4/+5
2010-01-29perf_event: x86: Optimize the constraint searching bitsPeter Zijlstra1-41/+34
2010-01-29perf_event: x86: Reduce some overly long lines with some MACROsPeter Zijlstra1-31/+37
2010-01-29perf_event: x86: Clean up some of the u64/long bitmask castingPeter Zijlstra1-24/+23
2010-01-29perf_event: x86: Fixup constraints typing issuePeter Zijlstra1-3/+3
2010-01-29perf_event: x86: Allocate the fake_cpucPeter Zijlstra1-10/+19
2010-01-29perf_events: Add fast-path to the rescheduling codeStephane Eranian1-30/+61
2010-01-29perf_events, x86: Improve x86 event schedulingStephane Eranian1-213/+558
2010-01-28perf: Fix inconsistency between IP and callchain samplingAnton Blanchard1-3/+0
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-3/+3
2010-01-23x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin2-690/+0
2010-01-22x86, cacheinfo: Calculate L3 indicesBorislav Petkov1-4/+31
2010-01-22x86, cacheinfo: Add cache index disable sysfs attrs only to L3 cachesBorislav Petkov1-9/+26
2010-01-22x86, cacheinfo: Fix disabling of L3 cache indicesBorislav Petkov1-13/+21
2010-01-21perf: x86: Add support for the ANY bitStephane Eranian1-0/+7
2010-01-13[CPUFREQ] Fix cast warning in pcc driver.Dave Jones1-2/+1
2010-01-13[CPUFREQ] Processor Clocking Control interface driverNaga Chumbalkar3-0/+636
2010-01-13[CPUFREQ] Fix use after free of struct powernow_k8_dataThomas Renninger1-1/+2
2010-01-13perf: Drop useless check for ignored frameFrederic Weisbecker1-8/+0
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar5-42/+20
2010-01-13x86: Macroise x86 cache descriptorsDave Jones1-41/+43
2009-12-31Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-31perf: Pass appropriate frame pointer to dump_trace()Frederic Weisbecker1-1/+1
2009-12-28x86, perfctr: Remove unused func avail_to_resrv_perfctr_nmi()Naga Chumbalkar1-11/+0
2009-12-24Merge branch 'misc-2.6.33' into releaseLen Brown1-1/+3
2009-12-22arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by using smp_call_function_any()Andrew Morton1-1/+3
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-39/+15
2009-12-17x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh1-1/+0
2009-12-17perf events, x86/stacktrace: Fix performance/softlockup by providing a special frame pointer-only stack walkerFrederic Weisbecker1-1/+1
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker1-0/+1
2009-12-17cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell1-1/+1
2009-12-16x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann1-38/+15
2009-12-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+12
2009-12-15Merge branch 'x86/mce' into x86/urgentIngo Molnar1-10/+12
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-7/+4
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-25/+35
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds4-60/+60
2009-12-14x86, mce: Clean up thermal init by introducing intel_thermal_supported()Hidetoshi Seto1-5/+12
2009-12-14x86, mce: Thermal monitoring depends on APIC being enabledCyrill Gorcunov1-2/+3
2009-12-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3