summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu/types.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-14x86/fpu: Add uabi_size to guest_fpuThomas Gleixner1-0/+5
2022-01-14x86/fpu: Prepare xfd_err in struct fpu_guestJing Liu1-0/+5
2022-01-07x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner1-0/+13
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner1-0/+9
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae1-0/+32
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae1-0/+3
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner1-0/+7
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner1-0/+46
2021-10-23x86/fpu: Prepare for sanitizing KVM FPU codeThomas Gleixner1-1/+43
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner1-0/+42
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner1-0/+12
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner1-11/+7
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner1-1/+19
2020-09-17x86/fpu/xstate: Add supervisor PASID state for ENQCMDYu-cheng Yu1-1/+10
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchKan Liang1-0/+20
2020-07-08x86/fpu/xstate: Support dynamic supervisor feature for LBRKan Liang1-0/+7
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-9/+0
2019-02-11x86/fpu: Track AVX-512 usage of tasksAubrey Li1-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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 Skylak...Rik 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 c...Ingo 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