aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/linux-2.6-tipLinus 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/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-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
2008-07-08x86: change identify_cpu to staticYinghai Lu2-2/+2
2008-07-08x86: seperate funcs from setup_64 to cpu common_64.cYinghai Lu2-1/+407
2008-07-08x86: clean up init_amd()Yinghai Lu1-8/+14
2008-07-08Merge branch 'x86/nmi' into x86/develIngo Molnar1-1/+3
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar3-32/+910
2008-07-08x86: rename two e820 related functionsYinghai Lu1-1/+1
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2-3/+14
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar16-154/+543
2008-07-08x86: make 64-bit identify_cpu use cpu_devYinghai Lu4-10/+44
2008-07-08x86: Move PCI IO ECS code to x86/pciRobert Richter3-9/+0
2008-07-08x86, clockevents: add C1E aware idle functionThomas Gleixner2-55/+0
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2-3/+14
2008-07-03x86, mce_64.c: mce_cpu_quirks being ignoredVenki Pallipadi1-1/+5
2008-07-03Merge commit 'v2.6.26-rc8' into x86/mceIngo Molnar2-3/+14
2008-07-02x86-mce: BKL pushdownArnd Bergmann1-0/+4
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe3-6/+6