summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-05-261-0/+4
* x86: Disable large pages on CPUs with Atom erratum AAE44H. Peter Anvin2010-05-121-0/+21
* powernow-k8: Fix frequency reportingMark Langsdorf2010-05-121-1/+2
* perf_events, x86: Implement Intel Westmere/Nehalem-EX supportPeter Zijlstra2010-04-261-1/+103
* x86, cacheinfo: Enable L3 CID only on AMDBorislav Petkov2010-04-261-88/+98
* x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1Borislav Petkov2010-04-261-3/+3
* x86, cacheinfo: Calculate L3 indicesBorislav Petkov2010-04-261-4/+31
* x86, cacheinfo: Add cache index disable sysfs attrs only to L3 cachesBorislav Petkov2010-04-261-9/+26
* x86, cacheinfo: Fix disabling of L3 cache indicesBorislav Petkov2010-04-261-13/+21
* x86: Fix sched_clock_cpu for systems with unsynchronized TSCDimitri Sivanich2010-04-011-1/+2
* perf: Provide generic perf_sample_data initializationPeter Zijlstra2010-04-011-6/+3
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-02-081-1/+2
|\
| * [CPUFREQ] Fix use after free of struct powernow_k8_dataThomas Renninger2010-01-131-1/+2
* | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin2010-01-232-690/+0
* | perf: x86: Add support for the ANY bitStephane Eranian2010-01-211-0/+7
* | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-311-1/+1
|\ \
| * | perf: Pass appropriate frame pointer to dump_trace()Frederic Weisbecker2009-12-311-1/+1
* | | Merge branch 'misc-2.6.33' into releaseLen Brown2009-12-241-1/+3
|\ \ \
| * | | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi...Andrew Morton2009-12-221-1/+3
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-191-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Frederic Weisbecker2009-12-171-1/+1
| * | | perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-171-0/+1
| | |/ | |/|
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-192-39/+15
|\ \ \ | |_|/ |/| |
| * | x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2009-12-171-1/+0
| * | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann2009-12-161-38/+15
* | | cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell2009-12-171-1/+1
| |/ |/|
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-161-10/+12
|\|
| * Merge branch 'x86/mce' into x86/urgentIngo Molnar2009-12-151-10/+12
| |\
| | * cpumask: Use modern cpumask style in arch/x86/kernel/cpu/mcheck/mce-inject.cRusty Russell2009-11-041-10/+12
* | | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-7/+4
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-146-25/+35
|\| |
| * | x86, mce: Clean up thermal init by introducing intel_thermal_supported()Hidetoshi Seto2009-12-141-5/+12
| * | x86, mce: Thermal monitoring depends on APIC being enabledCyrill Gorcunov2009-12-141-2/+3
| * | x86: Limit the number of processor bootup messagesMike Travis2009-12-115-15/+16
| * | Merge commit 'linus/master' into x86/urgentH. Peter Anvin2009-12-112-2/+2
| |\ \
| * | | x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasksPrarit Bhargava2009-12-101-6/+7
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-144-60/+60
|\ \ \ \
| * | | | percpu: make percpu symbols in x86 uniqueTejun Heo2009-10-293-46/+46
| * | | | percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-291-14/+14
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-111-2/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-093-13/+46
| |\ \ \ \
| * | | | | x86, mce: fix confusion between bank attributes and mce attributesHidetoshi Seto2009-12-081-1/+1
| * | | | | x86/mce: Set up timer unconditionallyJan Beulich2009-12-081-1/+2
| * | | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-0716-124/+322
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-111-10/+21
|\ \ \ \ \ \ \
| * | | | | | | x86, perf events: Check if we have APIC enabledCyrill Gorcunov2009-12-101-6/+12
| * | | | | | | perf_event: Fix variable initialization in other codepathsXiao Guangrong2009-12-101-0/+4
| * | | | | | | x86/perf: Exclude the debug stack from the callchainsFrederic Weisbecker2009-12-061-4/+5
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-12-118-47/+57
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-243-24/+29