summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu/init.c
AgeCommit message (Expand)Author
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-26x86/fpu: Fix irq_fpu_usable() to return false during CPU onliningEric Biggers
2025-05-04x86/fpu: Remove x86_init_fpuOleg Nesterov
2025-04-16x86/fpu: Remove export of mxcsr_feature_maskChang S. Bae
2025-04-14x86/fpu: Remove init_task FPU state dependencies, add debugging warning for P...Ingo Molnar
2025-04-14x86/fpu: Remove the thread::fpu pointerIngo Molnar
2025-04-14x86/fpu: Make task_struct::thread constant sizeIngo Molnar
2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar
2023-06-16x86/fpu: Mark init functions __initThomas Gleixner
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2022-11-22x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long
2022-10-17x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner
2021-10-21x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner
2021-10-20x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner
2021-10-20x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner
2021-10-20x86/fpu: Cleanup the on_boot_cpu clutterThomas Gleixner
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner
2021-06-23x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner
2020-09-22x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey
2020-09-10x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar
2020-05-12x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu
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