aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu/types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-3/+3
2017-09-24x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUsRik van Riel1-0/+3
2017-09-24x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar1-23/+0
2016-10-18x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski1-23/+0
2016-10-07x86/fpu: Remove struct fpu::counterRik van Riel1-11/+0
2016-07-11x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu1-0/+6
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu1-0/+1
2016-02-16x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen1-0/+11
2016-02-16x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen1-0/+1
2015-09-14x86/fpu: Add C structures for AVX-512 state componentsDave Hansen1-0/+33
2015-09-14x86/fpu: Rework YMM definitionDave Hansen1-5/+11
2015-09-14x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen1-6/+23
2015-09-14x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen1-0/+2
2015-09-14x86/fpu: Rename XFEATURES_NR_MAXDave Hansen1-1/+1
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-19/+25
2015-09-14x86/fpu: Remove partial LWP support definitionsDave Hansen1-5/+0
2015-09-14x86/fpu: Remove XSTATE_RESERVEDave Hansen1-8/+7
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen1-34/+38
2015-05-19x86/fpu: Reorganize fpu/internal.hIngo Molnar1-0/+3
2015-05-19x86/fpu: Clean up xstate feature reservationIngo Molnar1-5/+10
2015-05-19x86/fpu: Document the various fpregs state formatsIngo Molnar1-2/+33
2015-05-19x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching commentsIngo Molnar1-10/+72
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-12/+12
2015-05-19x86/fpu: Move xfeature type enumeration to fpu/types.hIngo Molnar1-0/+28
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu->has_fpu to fpu->fpregs_activeIngo Molnar1-1/+1
2015-05-19x86/fpu: Explain the AVX register layout in the xsave areaIngo Molnar1-2/+9
2015-05-19x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename 'xsave_hdr' to 'header'Ingo Molnar1-2/+2
2015-05-19x86/fpu: Move MXCSR_DEFAULT to fpu/internal.hIngo Molnar1-2/+0
2015-05-19x86/fpu: Remove task_disable_lazy_fpu_restore()Ingo Molnar1-0/+11
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar1-0/+6
2015-05-19x86/fpu: Clean up asm/fpu/types.hIngo Molnar1-20/+30
2015-05-19x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar1-0/+132