aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/init.c
AgeCommit message (Expand)Author
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-01-24x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long
2020-10-29x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar
2019-07-07x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Sebastian Andrzej Siewior
2019-07-07x86/fpu: Make 'no387' and 'nofxsr' command line options usefulSebastian Andrzej Siewior
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior
2017-10-17x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar
2017-05-15KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-25x86/fpu: Fix the "Giving up, no FPU found" testAndy Lutomirski
2017-01-25x86/fpu: Fix CPUID-less FPU detectionAndy Lutomirski
2016-11-01x86/fpu: Get rid of two redundant clts() callsAndy Lutomirski
2016-10-07x86/fpu: Hard-disable lazy FPU modeAndy Lutomirski
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski
2016-07-11x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu
2016-06-18x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov
2016-03-15Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-12x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu
2016-03-09x86/fpu: Fix 'no387' regressionAndy Lutomirski
2016-02-09x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu
2016-01-12x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu
2016-01-12x86/fpu: Fix early FPU command-line parsingyu-cheng yu
2016-01-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-06x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macroJiri Olsa
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov
2015-11-27x86/fpu: Put a few variables in .init.dataRasmus Villemoes
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen
2015-09-14x86/fpu: Move XSAVE-disabling code to a helperDave Hansen
2015-08-22x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar
2015-07-21x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-07-04x86/fpu: Fix boot crash in the early FPU codeIngo Molnar
2015-05-20Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar
2015-05-20x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar
2015-05-19x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar
2015-05-19x86/fpu/init: Propagate __init annotationsIngo Molnar
2015-05-19x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar