aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu/types.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+2
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-12-27kill unnecessary thread_info.h includeGravatar Kent Overstreet 1-0/+2
2023-08-02x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesGravatar Rick Edgecombe 1-2/+14
2023-01-19x86/fpu: Replace zero-length array in struct xregs_state with flexible-array ...Gravatar Gustavo A. R. Silva 1-1/+1
2022-01-14x86/fpu: Add uabi_size to guest_fpuGravatar Thomas Gleixner 1-0/+5
2022-01-14x86/fpu: Prepare xfd_err in struct fpu_guestGravatar Jing Liu 1-0/+5
2022-01-07x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresGravatar Thomas Gleixner 1-0/+13
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsGravatar Thomas Gleixner 1-0/+9
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksGravatar Chang S. Bae 1-0/+32
2021-10-26x86/fpu: Add XFD state to fpstateGravatar Chang S. Bae 1-0/+3
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresGravatar Thomas Gleixner 1-0/+7
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationGravatar Thomas Gleixner 1-0/+46
2021-10-23x86/fpu: Prepare for sanitizing KVM FPU codeGravatar Thomas Gleixner 1-1/+43
2021-10-21x86/fpu: Provide struct fpu_configGravatar Thomas Gleixner 1-0/+42
2021-10-21x86/fpu: Add size and mask information to fpstateGravatar Thomas Gleixner 1-0/+12
2021-10-20x86/fpu: Remove fpu::stateGravatar Thomas Gleixner 1-11/+7
2021-10-20x86/fpu: Provide struct fpstateGravatar Thomas Gleixner 1-1/+19
2020-09-17x86/fpu/xstate: Add supervisor PASID state for ENQCMDGravatar Yu-cheng Yu 1-1/+10
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchGravatar Kan Liang 1-0/+20
2020-07-08x86/fpu/xstate: Support dynamic supervisor feature for LBRGravatar Kan Liang 1-0/+7
2019-04-10x86/fpu: Remove fpu->initializedGravatar Sebastian Andrzej Siewior 1-9/+0
2019-02-11x86/fpu: Track AVX-512 usage of tasksGravatar Aubrey Li 1-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedGravatar Ingo Molnar 1-3/+3
2017-09-24x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak...Gravatar Rik van Riel 1-0/+3
2017-09-24x86/fpu: Remove struct fpu::fpregs_activeGravatar Ingo Molnar 1-23/+0
2016-10-18x86/fpu: Finish excising 'eagerfpu'Gravatar Andy Lutomirski 1-23/+0
2016-10-07x86/fpu: Remove struct fpu::counterGravatar Rik van Riel 1-11/+0
2016-07-11x86/fpu/xstate: Fix fpstate_init() for XRSTORSGravatar Yu-cheng Yu 1-0/+6
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetGravatar Yu-cheng Yu 1-0/+1
2016-02-16x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresGravatar Dave Hansen 1-0/+11
2016-02-16x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateGravatar Dave Hansen 1-0/+1
2015-09-14x86/fpu: Add C structures for AVX-512 state componentsGravatar Dave Hansen 1-0/+33
2015-09-14x86/fpu: Rework YMM definitionGravatar Dave Hansen 1-5/+11
2015-09-14x86/fpu/mpx: Rework MPX 'xstate' typesGravatar Dave Hansen 1-6/+23
2015-09-14x86/fpu: Rework XSTATE_* macros to remove magic '2'Gravatar Dave Hansen 1-0/+2
2015-09-14x86/fpu: Rename XFEATURES_NR_MAXGravatar Dave Hansen 1-1/+1
2015-09-14x86/fpu: Rename XSAVE macrosGravatar Dave Hansen 1-19/+25
2015-09-14x86/fpu: Remove partial LWP support definitionsGravatar Dave Hansen 1-5/+0
2015-09-14x86/fpu: Remove XSTATE_RESERVEGravatar Dave Hansen 1-8/+7
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Gravatar Dave Hansen 1-34/+38
2015-05-19x86/fpu: Reorganize fpu/internal.hGravatar Ingo Molnar 1-0/+3
2015-05-19x86/fpu: Clean up xstate feature reservationGravatar Ingo Molnar 1-5/+10
2015-05-19x86/fpu: Document the various fpregs state formatsGravatar Ingo Molnar 1-2/+33
2015-05-19x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...Gravatar Ingo Molnar 1-10/+72
2015-05-19x86/fpu: Harmonize FPU register state typesGravatar Ingo Molnar 1-12/+12
2015-05-19x86/fpu: Move xfeature type enumeration to fpu/types.hGravatar Ingo Molnar 1-0/+28
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Gravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Rename fpu->has_fpu to fpu->fpregs_activeGravatar Ingo Molnar 1-1/+1