summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu/types.h
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Track AVX-512 usage of tasksAubrey Li2019-02-111-0/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-261-3/+3
* x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak...Rik van Riel2017-09-241-0/+3
* x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar2017-09-241-23/+0
* x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski2016-10-181-23/+0
* x86/fpu: Remove struct fpu::counterRik van Riel2016-10-071-11/+0
* x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu2016-07-111-0/+6
* x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu2016-07-101-0/+1
* x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen2016-02-161-0/+11
* x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen2016-02-161-0/+1
* x86/fpu: Add C structures for AVX-512 state componentsDave Hansen2015-09-141-0/+33
* x86/fpu: Rework YMM definitionDave Hansen2015-09-141-5/+11
* x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen2015-09-141-6/+23
* x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen2015-09-141-0/+2
* x86/fpu: Rename XFEATURES_NR_MAXDave Hansen2015-09-141-1/+1
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-19/+25
* x86/fpu: Remove partial LWP support definitionsDave Hansen2015-09-141-5/+0
* x86/fpu: Remove XSTATE_RESERVEDave Hansen2015-09-141-8/+7
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-34/+38
* x86/fpu: Reorganize fpu/internal.hIngo Molnar2015-05-191-0/+3
* x86/fpu: Clean up xstate feature reservationIngo Molnar2015-05-191-5/+10
* x86/fpu: Document the various fpregs state formatsIngo Molnar2015-05-191-2/+33
* x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...Ingo Molnar2015-05-191-10/+72
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-191-12/+12
* x86/fpu: Move xfeature type enumeration to fpu/types.hIngo Molnar2015-05-191-0/+28
* x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-191-1/+1
* x86/fpu: Rename fpu->has_fpu to fpu->fpregs_activeIngo Molnar2015-05-191-1/+1
* x86/fpu: Explain the AVX register layout in the xsave areaIngo Molnar2015-05-191-2/+9
* x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'Ingo Molnar2015-05-191-1/+1
* x86/fpu: Rename 'xsave_hdr' to 'header'Ingo Molnar2015-05-191-2/+2
* x86/fpu: Move MXCSR_DEFAULT to fpu/internal.hIngo Molnar2015-05-191-2/+0
* x86/fpu: Remove task_disable_lazy_fpu_restore()Ingo Molnar2015-05-191-0/+11
* x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-191-0/+6
* x86/fpu: Clean up asm/fpu/types.hIngo Molnar2015-05-191-20/+30
* x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar2015-05-191-0/+132