summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-08-25Merge branch 'linus' into x86/urgentIngo Molnar2-75/+37
2008-08-23x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki2-13/+10
2008-08-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-26/+34
2008-08-22x86: work around MTRR mask setting, v2Ingo Molnar1-1/+6
2008-08-22x86: work around MTRR mask settingYinghai Lu1-2/+13
2008-08-21x86: PAT Update validate_pat_support for intel CPUsvenkatesh.pallipadi@intel.com1-2/+15
2008-08-21x86: use WARN() in arch/x86/kernelArjan van de Ven1-4/+1
2008-08-20x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)"Samuel Sieb1-18/+0
2008-08-19Revert "[CPUFREQ][2/2] preregister support for powernow-k8"Linus Torvalds2-75/+37
2008-08-15x86, perfctr: don't use CCCR_OVF_PMI1 on Pentium 4DsAristeu Rozanski1-1/+7
2008-08-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+5
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-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis5-29/+14
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-87/+135
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/cp...Linus 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', 'x8...Ingo 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-18cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_targetMike Travis1-28/+45
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis5-13/+27
2008-07-18arch/x86/kernel/cpu/common_64.c: remove double inclusionsAlexander Beregalov1-3/+0
2008-07-18x86: consolidate the definition of the force_mwait variableThomas Petazzoni1-2/+0
2008-07-18x86, intel_cacheinfo: fix use-after-free cache_kobjectAkinobu Mita1-4/+3
2008-07-18x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki3-24/+13
2008-07-16x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge2-3/+2
2008-07-16x86: use __page_aligned_data/bssJeremy Fitzhardinge1-2/+2
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar22-283/+2247
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar4-8/+8
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+4
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2-3/+14
2008-07-14x86: get x86_phys_bits earlyYinghai Lu3-26/+8
2008-07-13x86: fix numaq_tsc_disable callingYinghai Lu1-0/+4
2008-07-13x86: max_low_pfn_mapped fix, #2Yinghai Lu1-0/+1
2008-07-11x86_64: add pseudo-features for 32-bit compat syscallJeremy Fitzhardinge3-0/+7
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-3/+7
2008-07-08x86: remove open-coded save/load segment operationsJeremy Fitzhardinge1-1/+2
2008-07-08x86: perfctr-watchdog.c - coding style cleanupCyrill Gorcunov1-90/+112
2008-07-08x86: move boot_params declaring to setup.cYinghai Lu1-6/+0
2008-07-08x86: merge setup64.c into common_64.cYinghai Lu1-1/+276