summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu/types.h
AgeCommit message (Expand)Author
2018-10-13x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski
2018-10-13x86/fpu: Remove struct fpu::counterRik van Riel
2016-07-11x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu
2016-02-16x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen
2016-02-16x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen
2015-09-14x86/fpu: Add C structures for AVX-512 state componentsDave Hansen
2015-09-14x86/fpu: Rework YMM definitionDave Hansen
2015-09-14x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen
2015-09-14x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen
2015-09-14x86/fpu: Rename XFEATURES_NR_MAXDave Hansen
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen
2015-09-14x86/fpu: Remove partial LWP support definitionsDave Hansen
2015-09-14x86/fpu: Remove XSTATE_RESERVEDave Hansen
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-05-19x86/fpu: Reorganize fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Clean up xstate feature reservationIngo Molnar
2015-05-19x86/fpu: Document the various fpregs state formatsIngo Molnar
2015-05-19x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...Ingo Molnar
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar
2015-05-19x86/fpu: Move xfeature type enumeration to fpu/types.hIngo Molnar
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar
2015-05-19x86/fpu: Rename fpu->has_fpu to fpu->fpregs_activeIngo Molnar
2015-05-19x86/fpu: Explain the AVX register layout in the xsave areaIngo Molnar
2015-05-19x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'Ingo Molnar
2015-05-19x86/fpu: Rename 'xsave_hdr' to 'header'Ingo Molnar
2015-05-19x86/fpu: Move MXCSR_DEFAULT to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Remove task_disable_lazy_fpu_restore()Ingo Molnar
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar
2015-05-19x86/fpu: Clean up asm/fpu/types.hIngo Molnar
2015-05-19x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar