summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Allow nesting of the debug stack IDT settingSteven Rostedt2012-05-311-1/+7
* x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-1/+1
* x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann2012-04-161-9/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-291-1/+1
|\
| * x86: Fix excessive MSR print out when show_msr is not specifiedYinghai Lu2012-03-231-1/+1
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \ | |/ |/|
| * x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2012-02-281-0/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-2/+1
|\ \
| * | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+1
| * | i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds2012-02-211-2/+0
| |/
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-221-7/+7
|\ \ | |/ |/|
| * x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu2012-02-121-7/+7
* | i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds2012-02-201-0/+3
* | i387: support lazy restore of FPU stateLinus Torvalds2012-02-201-0/+2
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-151-0/+24
|\
| * x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-211-2/+4
| * x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-211-0/+22
* | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-211-7/+0
* | x86: Fix the !CONFIG_NUMA build of the new CPU ID fixup code supportSteffen Persvold2011-12-061-0/+2
* | x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman2011-12-051-0/+9
|/
* Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-281-0/+2
|\
| * x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin2011-07-311-0/+2
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-10-281-0/+3
|\ \
| * | x86: Add a BSP cpu_dev helperBorislav Petkov2011-08-051-0/+3
| |/
* / atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
|/
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-291-1/+1
|\
| * x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-291-1/+1
* | x86: Remove unnecessary check in detect_ht()Nikhil P Rao2011-05-251-7/+0
* | x86: setup_smep needs to be __cpuinitLinus Torvalds2011-05-221-2/+2
* | x86, cpu: Enable/disable Supervisor Mode Execution ProtectionFenghua Yu2011-05-171-0/+23
* | x86, cpufeature: Fix cpuid leaf 7 feature detectionFenghua Yu2011-05-171-2/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-151-1/+1
|\ \
| * | x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo2011-01-281-1/+1
| |/
* / x86: Really print supported CPUs if PROCESSOR_SELECT=yJan Beulich2011-03-051-2/+2
|/
* perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-1/+0
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-211-7/+0
|\
| * x86, fpu: Merge fpu_init()Brian Gerst2010-09-091-7/+0
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-211-5/+10
|\ \
| * | x86, cpu: Fix X86_FEATURE_NOPLBorislav Petkov2010-10-041-5/+10
| * | x86, cpu: Re-run get_cpu_cap() after adjusting the CPUID levelH. Peter Anvin2010-09-201-1/+1
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-211-1/+1
|\ \
| * | x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter2010-08-121-1/+1
| |/
* / x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin2010-09-281-1/+1
|/
* Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-6/+10
|\
| * x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-211-0/+2
| * x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter2010-07-201-6/+0
| * x86, xsave: 32/64 bit boot cpu check unification in initializationRobert Richter2010-07-201-1/+1
| * x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha2010-07-191-0/+8
* | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-1/+1
|\ \ | |/ |/|
| * x86: detect scattered cpuid features earlierJacob Pan2010-05-191-1/+1