summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-05-29x86 idle: clarify AMD erratum 400 workaroundLen Brown
2011-05-25x86: Remove unnecessary check in detect_ht()Nikhil P Rao
2011-05-22x86: setup_smep needs to be __cpuinitLinus Torvalds
2011-05-17x86, cpu: Enable/disable Supervisor Mode Execution ProtectionFenghua Yu
2011-05-17x86, cpufeature: Fix cpuid leaf 7 feature detectionFenghua Yu
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-05x86: Really print supported CPUs if PROCESSOR_SELECT=yJan Beulich
2011-01-28x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra
2010-10-21Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-10-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-10-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-10-04x86, cpu: Fix X86_FEATURE_NOPLBorislav Petkov
2010-09-28x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin
2010-09-20x86, cpu: Re-run get_cpu_cap() after adjusting the CPUID levelH. Peter Anvin
2010-09-09x86, fpu: Merge fpu_init()Brian Gerst
2010-08-12x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter
2010-08-06Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-06Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-07-21x86, xsave: Separate fpu and xsave initializationRobert Richter
2010-07-20x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter
2010-07-20x86, xsave: 32/64 bit boot cpu check unification in initializationRobert Richter
2010-07-19x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha
2010-07-07x86, cpu: Support the features flags in new CPUID leaf 7H. Peter Anvin
2010-05-27numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn
2010-05-20x86,early dr regs,kgdb: Allow kernel debugger early dr register accessJason Wessel
2010-05-19x86: detect scattered cpuid features earlierJacob Pan
2010-05-10x86: Eliminate TS_XSAVEAvi Kivity
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-11x86: Limit the number of processor bootup messagesMike Travis
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-12-05Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-11-23x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin
2009-11-14x86: Fix cpu_devs[] initialization in early_cpu_init()Ingo Molnar
2009-11-14x86: Remove CPU cache size output for non-Intel tooRoland Dreier
2009-11-14x86: Minimise printk spew from per-vendor init codeDave Jones
2009-11-10x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang
2009-10-29percpu: make percpu symbols in x86 uniqueTejun Heo
2009-10-16x86, mce: Fix up MCE naming nomenclatureBorislav Petkov
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-20includecheck fix: x86, cpu/common.cJaswinder Singh Rajput
2009-09-14Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-09-14Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-04x86/i386: Put aligned stack-canary in percpu shared_aligned sectionJeremy Fitzhardinge
2009-09-03x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge
2009-08-25Merge commit 'origin/x86/urgent' into x86/asmH. Peter Anvin