summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)Author
2023-01-24x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long
2021-07-20x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner
2021-07-20x86/fpu: Fix copy_xstate_to_kernel() gap handlingThomas Gleixner
2021-06-30x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-06-30x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner
2021-06-23x86/fpu: Reset state for all signal restore failuresThomas Gleixner
2021-06-23x86/fpu: Invalidate FPU state after a failed XRSTOR from a user bufferAndy Lutomirski
2021-06-23x86/fpu: Prevent state corruption in __fpu__restore_sig()Thomas Gleixner
2021-06-10x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner
2021-01-27x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski
2020-10-12Merge tag 'x86_fpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-09-22x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu
2020-09-17x86/fpu/xstate: Add supervisor PASID state for ENQCMDYu-cheng Yu
2020-09-10x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-08-07x86/fpu/xstate: Fix an xstate size check warning with architectural LBRsKan Liang
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar
2020-07-27x86: switch to ->regset_get()Al Viro
2020-07-19copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchKan Liang
2020-07-08x86/fpu/xstate: Add helpers for LBR dynamic supervisor featureKan Liang
2020-07-08x86/fpu/xstate: Support dynamic supervisor feature for LBRKan Liang
2020-07-08x86/fpu: Use proper mask to replace full instruction maskKan Liang
2020-06-29x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen
2020-06-26x86: kill dump_fpu()Al Viro
2020-06-26x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel bufferAl Viro
2020-06-01Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-05-27copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro
2020-05-16x86/fpu/xstate: Restore supervisor states for signal returnYu-cheng Yu
2020-05-16x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...Yu-cheng Yu
2020-05-16x86/fpu: Introduce copy_supervisor_to_kernel()Yu-cheng Yu
2020-05-13x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstatesYu-cheng Yu
2020-05-13x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu
2020-05-13x86/fpu/xstate: Introduce XSAVES supervisor statesYu-cheng Yu
2020-05-13x86/fpu/xstate: Separate user and supervisor xfeatures maskYu-cheng Yu
2020-05-12x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu
2020-05-12x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu
2020-02-24x86/pkeys: Add check for pkey "overflow"Dave Hansen
2020-02-12x86/fpu/xstate: Warn when checking alignment of disabled xfeaturesYu-cheng Yu
2020-02-12x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp()Yu-cheng Yu
2020-02-11x86/fpu/xstate: Fix last_good_offset in setup_xstate_features()Yu-cheng Yu
2020-01-07x86/fpu: Deactivate FPU state after failure during state loadSebastian Andrzej Siewior
2020-01-06x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return boolYu-cheng Yu
2020-01-06x86/fpu/xstate: Fix small issuesYu-cheng Yu
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-04x86/fpu: Use XFEATURE_FP/SSE enum values instead of hardcoded numbersCyrill Gorcunov
2019-11-04x86/fpu: Shrink space allocated for xstate_comp_offsetsCyrill Gorcunov
2019-11-04x86/fpu: Update stale variable name in commentCyrill Gorcunov