summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper2015-11-191-2/+1Star
* x86/cpu: Add CLZERO detectionWan Zongshun2015-11-011-0/+1
* x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-0/+18
|\
| * x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-211-0/+18
* | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-231-3/+3
* | x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-311-2/+2
|/
* x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar2015-06-301-1/+1
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-231-10/+6Star
|\
| * Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-4/+4
| |\
| | * x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-081-1/+1
| | * x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-081-2/+2
| | * x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-081-1/+1
| * | x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-071-2/+2
| |/
| * x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-081-4/+0Star
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-231-35/+12Star
|\ \
| * | x86/mpx: Introduce a boot-time disable flagDave Hansen2015-06-091-0/+16
| * | x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar2015-05-201-36/+0Star
| * | x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPTIngo Molnar2015-05-191-8/+9
| * | x86/fpu: Remove the extra fpu__detect() layerIngo Molnar2015-05-191-1/+1
| * | x86/fpu: Simplify fpu__cpu_init()Ingo Molnar2015-05-191-2/+2
| * | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
| * | x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.cIngo Molnar2015-05-191-3/+0Star
| * | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0Star
| * | x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar2015-05-191-2/+2
| * | x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar2015-05-191-1/+1
| |/
* | x86/cpu: Trim model ID whitespaceBorislav Petkov2015-06-021-5/+17
* | x86/cpu: Strip any /proc/cpuinfo model name field whitespacePrarit Bhargava2015-05-271-13/+4Star
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-0/+39
|\
| * Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-271-0/+39
| |\
| | * x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr2015-02-251-0/+39
* | | x86/asm/entry/64: Use a define for an invalid segment selectorBorislav Petkov2015-04-031-1/+1
* | | x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR valueBorislav Petkov2015-04-031-1/+1
* | | x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski2015-04-031-4/+5
* | | x86/asm/entry/64: Fix comment about SYSENTER MSRsDenys Vlasenko2015-03-271-2/+4
* | | x86/asm/entry/64: Always set up SYSENTER MSRsIngo Molnar2015-03-241-3/+7
* | | x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-1/+1
* | | x86/asm/entry/64: Fold syscall32_cpu_init() into its sole userDenys Vlasenko2015-03-241-21/+10Star
* | | x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_i...Ingo Molnar2015-03-171-13/+29
* | | x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko2015-03-171-1/+1
* | | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski2015-03-071-2/+11
* | | x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski2015-03-061-3/+3
|/ /
* | x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs tooSteven Rostedt2015-02-281-0/+6
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-5/+12
|\|
| * x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-0/+7
| * x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-5/+5
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-101-6/+7
|\ \
| * | x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman2015-01-111-6/+7
| |/
* / x86/x2apic: Split enable and setup functionThomas Gleixner2015-01-221-1/+1
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-10/+0Star
|\