summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Mark init functions __initThomas Gleixner2023-06-161-2/+2
* x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner2023-06-161-3/+3
* x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long2022-11-221-5/+2
* x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae2022-10-171-8/+0
* x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner2021-10-261-3/+6
* x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner2021-10-211-1/+1
* x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner2021-10-211-17/+14
* x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner2021-10-211-10/+5
* x86/fpu: Add size and mask information to fpstateThomas Gleixner2021-10-211-0/+9
* x86/fpu: Remove fpu::stateThomas Gleixner2021-10-201-4/+0
* x86/fpu/core: Convert to fpstateThomas Gleixner2021-10-201-1/+1
* x86/fpu: Provide struct fpstateThomas Gleixner2021-10-201-2/+7
* x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-201-1/+1
* x86/fpu: Mop up the internal.h leftoversThomas Gleixner2021-10-201-0/+1
* x86/fpu: Move mxcsr related code to coreThomas Gleixner2021-10-201-0/+1
* x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner2021-10-201-0/+2
* x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner2021-10-201-1/+0
* x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner2021-10-201-3/+3
* x86/fpu: Cleanup the on_boot_cpu clutterThomas Gleixner2021-10-201-16/+0
* x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner2021-06-231-11/+0
* x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner2021-06-231-2/+2
* x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey2020-09-221-55/+0
* x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar2020-09-101-8/+22
* x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu2020-05-121-1/+2
* x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Sebastian Andrzej Siewior2019-07-071-1/+1
* x86/fpu: Make 'no387' and 'nofxsr' command line options usefulSebastian Andrzej Siewior2019-07-071-10/+7
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior2019-04-101-2/+0
* 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