aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/xstate.c
AgeCommit message (Expand)Author
2021-08-26x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2020-10-01x86/pkeys: Add check for pkey "overflow"Dave Hansen
2020-07-22copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner
2020-06-03copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro
2017-12-25x86/fpu: Remove the explicit clearing of XSAVE dependent featuresAndi Kleen
2017-12-25x86/fpu: Make XSAVE check the base CPUID features before enablingAndi Kleen
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_u...Eric Biggers
2017-09-26x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()Eric Biggers
2017-09-26x86/fpu: Copy the full header in copy_user_to_xstate()Eric Biggers
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_k...Eric Biggers
2017-09-26x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()Eric Biggers
2017-09-26x86/fpu: Copy the full state_header in copy_kernel_to_xstate()Eric Biggers
2017-09-26x86/fpu: Introduce validate_xstate_header()Eric Biggers
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar
2017-09-24x86/fpu: Fix boolreturn.cocci warningskbuild test robot
2017-09-24x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak...Rik van Riel
2017-09-24x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() APIIngo Molnar
2017-09-24x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...Ingo Molnar
2017-09-24x86/fpu: Simplify __copy_xstate_to_kernel() return valuesIngo Molnar
2017-09-24x86/fpu: Change 'size_total' parameter to unsigned and standardize the size c...Ingo Molnar
2017-09-24x86/fpu: Clarify parameter names in the copy_xstate_to_*() methodsIngo Molnar
2017-09-24x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() funct...Ingo Molnar
2017-09-24x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()Ingo Molnar
2017-09-24x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIsIngo Molnar
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIsIngo Molnar
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIsIngo Molnar
2017-09-24x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...Ingo Molnar
2017-09-24x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...Ingo Molnar
2017-02-20Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-01-25x86/fpu: Fix "x86/fpu: Legacy x87 FPU detected" messageAndy Lutomirski
2017-01-24x86/fpu/xstate: Fix xcomp_bv in XSAVES headerYu-cheng Yu
2017-01-23x86/fpu: Set the xcomp_bv when we fake up a XSAVES areaKevin Hao
2017-01-16x86/cpufeature: Add AVX512_VPOPCNTDQ featurePiotr Luc
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-17x86/cpufeatures: Enable new AVX512 cpu featuresGayatri Kammela
2016-11-01Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar
2016-10-19x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar
2016-10-07x86/fpu: Remove use_eager_fpu()Andy Lutomirski
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen
2016-08-10x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani...Dave Hansen
2016-07-21x86/fpu: Do not BUG_ON() in early FPU codeDave Hansen
2016-07-11x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu
2016-07-11x86/fpu/xstate: Return NULL for disabled xstate component addressYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstatesYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix XSTATE component offset print outYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu