summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/init.c
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen2017-10-171-0/+11
* x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-261-1/+1
* KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-151-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* x86/fpu: Fix the "Giving up, no FPU found" testAndy Lutomirski2017-01-251-1/+1
* x86/fpu: Fix CPUID-less FPU detectionAndy Lutomirski2017-01-251-13/+14
* x86/fpu: Get rid of two redundant clts() callsAndy Lutomirski2016-11-011-18/+0
* x86/fpu: Hard-disable lazy FPU modeAndy Lutomirski2016-10-071-88/+3
* x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-151-1/+0
* x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu2016-07-111-15/+0
* x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu2016-06-181-9/+11
* x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu2016-06-181-1/+4
* x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov2016-04-131-3/+3
* x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov2016-04-131-4/+4
* x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-8/+5
|\
| * x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski2016-02-091-8/+5
* | x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov2016-03-121-1/+1
* | x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu2016-03-101-6/+0
* | x86/fpu: Fix 'no387' regressionAndy Lutomirski2016-03-091-6/+8
|/
* x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2016-01-121-0/+6
* x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2016-01-121-12/+44
* x86/fpu: Fix early FPU command-line parsingyu-cheng yu2016-01-121-71/+38
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-2/+2
|\
| * x86/fpu: Put a few variables in .init.dataRasmus Villemoes2015-11-271-2/+2
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-2/+2
|\ \
| * | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-2/+2
| |/
* | x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macroJiri Olsa2016-01-061-2/+11
|/
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-3/+3
* x86/fpu: Move XSAVE-disabling code to a helperDave Hansen2015-09-141-11/+1
* x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar2015-08-221-1/+6
* x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich2015-07-211-0/+6
* x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-8/+9
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-0/+39
* x86/fpu: Fix boot crash in the early FPU codeIngo Molnar2015-07-041-3/+4
* Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2015-05-201-0/+14
* x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar2015-05-201-10/+25
* x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar2015-05-201-0/+37
* x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar2015-05-191-1/+11
* x86/fpu/init: Propagate __init annotationsIngo Molnar2015-05-191-6/+6
* x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar2015-05-191-1/+0
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-191-4/+4
* x86/fpu: Generalize 'init_xstate_ctx'Ingo Molnar2015-05-191-1/+1
* x86/fpu: Harmonize the names of the fpstate_init() helper functionsIngo Molnar2015-05-191-1/+1
* x86/fpu: Remove run-once init quirksIngo Molnar2015-05-191-6/+0
* x86/fpu: Initialize fpregs in fpu__init_cpu_generic()Ingo Molnar2015-05-191-0/+3
* x86/fpu: Remove failure paths from fpstate-alloc low level functionsIngo Molnar2015-05-191-0/+1
* x86/fpu: Add more comments to the FPU init codeIngo Molnar2015-05-191-12/+58
* x86/fpu: Reorder init methodsIngo Molnar2015-05-191-47/+49
* x86/fpu: Rename fpstate_xstate_init_size() to fpu__init_system_xstate_size_le...Ingo Molnar2015-05-191-2/+2
OpenPOWER on IntegriCloud