aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-17x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae1-8/+0
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner1-3/+6
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner1-1/+1
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner1-17/+14
2021-10-21x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner1-10/+5
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner1-0/+9
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner1-4/+0
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner1-1/+1
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner1-2/+7
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner1-1/+1
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner1-0/+1
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner1-0/+1
2021-10-20x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner1-0/+2
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner1-1/+0
2021-10-20x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner1-3/+3
2021-10-20x86/fpu: Cleanup the on_boot_cpu clutterThomas Gleixner1-16/+0
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner1-11/+0
2021-06-23x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner1-2/+2
2020-09-22x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey1-55/+0
2020-09-10x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar1-8/+22
2020-05-12x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu1-1/+2
2019-07-07x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Sebastian Andrzej Siewior1-1/+1
2019-07-07x86/fpu: Make 'no387' and 'nofxsr' command line options usefulSebastian Andrzej Siewior1-10/+7
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-2/+0
2017-10-17x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen1-0/+11
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-1/+1
2017-05-15KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-01-25x86/fpu: Fix the "Giving up, no FPU found" testAndy Lutomirski1-1/+1
2017-01-25x86/fpu: Fix CPUID-less FPU detectionAndy Lutomirski1-13/+14
2016-11-01x86/fpu: Get rid of two redundant clts() callsAndy Lutomirski1-18/+0
2016-10-07x86/fpu: Hard-disable lazy FPU modeAndy Lutomirski1-88/+3
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski1-1/+0
2016-07-11x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu1-15/+0
2016-06-18x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size'Fenghua Yu1-9/+11
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu1-1/+4
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov1-3/+3
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov1-4/+4
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-03-15Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+5
2016-03-12x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov1-1/+1
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu1-6/+0
2016-03-09x86/fpu: Fix 'no387' regressionAndy Lutomirski1-6/+8
2016-02-09x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski1-8/+5
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu1-0/+6
2016-01-12x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu1-12/+44
2016-01-12x86/fpu: Fix early FPU command-line parsingyu-cheng yu1-71/+38
2016-01-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2