summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu/xstate.c
AgeCommit message (Expand)Author
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner
2021-10-20x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner
2021-10-20x86/fpu: Make os_xrstor_booting() privateThomas Gleixner
2021-10-20x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner
2021-10-20x86/fpu: Rework copy_xstate_to_uabi_buf()Thomas Gleixner
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner
2021-10-20x86/fpu/xstate: Mark all init only functions __initThomas Gleixner
2021-10-20x86/fpu/xstate: Provide and use for_each_xfeature()Thomas Gleixner
2021-10-20x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner
2021-10-20x86/fpu: Cleanup the on_boot_cpu clutterThomas Gleixner
2021-10-20x86/fpu: Restrict xsaves()/xrstors() to independent statesThomas Gleixner
2021-06-24x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() againThomas Gleixner
2021-06-23x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner
2021-06-23x86/fpu: Hook up PKRU into ptrace()Dave Hansen
2021-06-23x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Thomas Gleixner
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner
2021-06-23x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner
2021-06-23x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski
2021-06-23x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()Thomas Gleixner
2021-06-23x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner
2021-06-23x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()Thomas Gleixner
2021-06-23x86/fpu: Get rid of copy_supervisor_to_kernel()Thomas Gleixner
2021-06-23x86/fpu: Cleanup arch_set_user_pkey_access()Thomas Gleixner
2021-06-23x86/fpu: Get rid of using_compacted_format()Thomas Gleixner
2021-06-23x86/fpu: Remove fpstate_sanitize_xstate()Thomas Gleixner
2021-06-23x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Thomas Gleixner
2021-06-23x86/fpu: Simplify PTRACE_GETREGS codeDave Hansen
2021-06-23x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()Thomas Gleixner
2021-06-23x86/fpu: Sanitize xstateregs_set()Thomas Gleixner
2021-06-23x86/fpu: Remove unused get_xsave_field_ptr()Thomas Gleixner
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner
2021-06-23x86/fpu: Make xfeatures_mask_all __ro_after_initThomas Gleixner
2021-06-23x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner
2021-06-23x86/fpu: Fix copy_xstate_to_kernel() gap handlingThomas Gleixner
2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-06-09x86/fpu: Add address range checks to copy_user_to_xstate()Andy Lutomirski
2021-06-03x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-01-29x86/fpu/xstate: Use sizeof() instead of a constantYejune Deng
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu
2020-09-17x86/fpu/xstate: Add supervisor PASID state for ENQCMDYu-cheng Yu
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