aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-9/+0
2012-11-28death to idle_regs()Al Viro1-9/+0
2012-11-14x86, hotplug: During CPU0 online, enable x2apic, set_numa_node.Fenghua Yu1-3/+2
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+29
2012-10-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2012-10-01Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2012-09-27x86, smep, smap: Make the switching functions one-wayH. Peter Anvin1-31/+18
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin1-2/+0
2012-09-21x86, smap: Turn on Supervisor Mode Access PreventionH. Peter Anvin1-0/+26
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-1/+2
2012-09-19x86/debug: Dump family, model, stepping of the boot CPUBorislav Petkov1-3/+5
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha1-2/+0
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell1-4/+0
2012-08-08x86, avx: don't use avx instructions with "noxsave" boot paramSuresh Siddha1-0/+2
2012-08-06x86, cpu: Push TLB detection CPUID check downBorislav Petkov1-2/+1
2012-08-06x86, cpu: Fixup tlb_flushall_shift formattingBorislav Petkov1-1/+1
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+31
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi1-2/+12
2012-06-27x86/tlb_info: get last level TLB entry number of CPUAlex Shi1-0/+21
2012-06-07x86, cpu: Fix show_msr MSR accessing functionBorislav Petkov1-1/+1
2012-05-31x86: Allow nesting of the debug stack IDT settingSteven Rostedt1-1/+7
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-1/+1
2012-04-16x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann1-9/+0
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23x86: Fix excessive MSR print out when show_msr is not specifiedYinghai Lu1-1/+1
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2012-02-28x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker1-0/+1
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+1
2012-02-21i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds1-2/+0
2012-02-20i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds1-0/+3
2012-02-20i387: support lazy restore of FPU stateLinus Torvalds1-0/+2
2012-02-12x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu1-7/+7
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+24
2011-12-21x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt1-2/+4
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt1-0/+22
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-7/+0
2011-12-06x86: Fix the !CONFIG_NUMA build of the new CPU ID fixup code supportSteffen Persvold1-0/+2
2011-12-05x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman1-0/+9
2011-10-28Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2011-10-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2011-08-05x86: Add a BSP cpu_dev helperBorislav Petkov1-0/+3
2011-07-31x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin1-0/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-1/+1
2011-05-29x86 idle: clarify AMD erratum 400 workaroundLen Brown1-1/+1
2011-05-25x86: Remove unnecessary check in detect_ht()Nikhil P Rao1-7/+0
2011-05-22x86: setup_smep needs to be __cpuinitLinus Torvalds1-2/+2