aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-08-18x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin3-2/+69
2008-08-18x86: configuration options to compile out x86 CPU support codeThomas Petazzoni1-9/+10
2008-08-18x86: move cmpxchg fallbacks to a generic placeThomas Petazzoni3-65/+73
2008-08-18x86: make movsl_mask definition non-CPU specificThomas Petazzoni1-7/+0
2008-08-15Merge branch 'linus' into x86/cpuIngo Molnar9-72/+96
2008-08-15x86, perfctr: don't use CCCR_OVF_PMI1 on Pentium 4DsAristeu Rozanski1-1/+7
2008-08-14Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/coreIngo Molnar1-1/+1
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar5-44/+83
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar14-124/+203
2008-08-14Merge commit 'v2.6.27-rc3' into x86/xsaveIngo Molnar5-44/+83
2008-08-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+5
2008-08-11x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-10/+13
2008-08-11x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-6/+9
2008-08-11Merge branch 'linus' into x86/x2apicIngo Molnar8-71/+91
2008-08-08[CPUFREQ][2/2] preregister support for powernow-k8Mark Langsdorf2-37/+75
2008-08-08[CPUFREQ][1/2] whitespace fix for powernow-k8Mark Langsdorf1-3/+0
2008-08-08[CPUFREQ] Fix warning in elanfreqDave Jones1-1/+1
2008-08-08[CPUFREQ] Remove EXPERIMENTAL annotation from VIA C7 powersaver kconfig.Dave Jones1-2/+2
2008-07-31x86: fdiv bug detection fixKrzysztof Helt1-1/+5
2008-07-30x86, xsave: context switch support using xsave/xrstorSuresh Siddha1-1/+4
2008-07-30x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha1-0/+8
2008-07-30x86, xsave: xsave cpuid feature bitsSuresh Siddha1-1/+1
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar5-29/+14
2008-07-28x86: L3 cache index disable for 2.6.26, fix #2Ingo Molnar1-0/+9
2008-07-28Merge branch 'linus' into x86/cpuIngo Molnar10-92/+147
2008-07-28x86 l3 cache index disable for 2 6 26 fixIngo Molnar1-19/+20
2008-07-28x86: L3 cache index disable for 2.6.26Mark Langsdorf1-5/+38
2008-07-28x86: L3 cache index disable for 2.6.26, cleanupsIngo Molnar1-52/+59
2008-07-28x86: L3 cache index disable for 2.6.26Mark Langsdorf1-6/+81
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis5-29/+14
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar10-92/+147
2008-07-25Merge branch 'linus' into x86/pebsIngo Molnar31-407/+2402
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-86/+134
2008-07-22x86: mtrr/main.c declare range_state as staticJaswinder Singh1-1/+1
2008-07-22x86, cyrix: debugIngo Molnar1-10/+10
2008-07-22Merge branch 'linus' into x86/x2apicIngo Molnar6-22/+9
2008-07-21sysdev: Convert the x86 mce tolerant sysdev attribute to generic attributeAndi Kleen1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2-4/+11
2008-07-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+0
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner1-2/+2
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar6-39/+17
2008-07-21x86: remove extra calling to get ext cpuid levelYinghai Lu1-1/+0
2008-07-21x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu1-4/+0
2008-07-20NR_CPUS: Replace NR_CPUS in speedstep-centrino.cMike Travis1-34/+51
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis1-1/+1
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis1-1/+1
2008-07-18x86: reduce force_mwait visibilityJan Beulich1-2/+0
2008-07-18Merge branch 'x86/apic' into x86/x2apicIngo Molnar3-24/+13
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar9-34/+25
2008-07-18cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_targetMike Travis1-27/+44