aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/xstate.c
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu/xstate: Cleanup size calculationsThomas Gleixner2021-10-211-36/+46
* x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner2021-10-211-8/+10
* x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner2021-10-211-5/+6
* x86/fpu: Add size and mask information to fpstateThomas Gleixner2021-10-211-0/+3
* x86/fpu/core: Convert to fpstateThomas Gleixner2021-10-201-1/+1
* x86/fpu: Replace KVMs xstate component clearingThomas Gleixner2021-10-201-1/+11
* x86/fpu: Convert fpstate_init() to struct fpstateThomas Gleixner2021-10-201-6/+6
* x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-201-1/+0
* x86/fpu: Move mxcsr related code to coreThomas Gleixner2021-10-201-1/+2
* x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner2021-10-201-0/+1
* x86/fpu: Make os_xrstor_booting() privateThomas Gleixner2021-10-201-0/+23
* x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner2021-10-201-0/+1
* x86/fpu: Rework copy_xstate_to_uabi_buf()Thomas Gleixner2021-10-201-8/+26
* x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner2021-10-201-2/+1
* x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner2021-10-201-1/+0
* x86/fpu/xstate: Mark all init only functions __initThomas Gleixner2021-10-201-5/+5
* x86/fpu/xstate: Provide and use for_each_xfeature()Thomas Gleixner2021-10-201-33/+23
* x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner2021-10-201-5/+3
* x86/fpu: Cleanup the on_boot_cpu clutterThomas Gleixner2021-10-201-9/+0
* x86/fpu: Restrict xsaves()/xrstors() to independent statesThomas Gleixner2021-10-201-15/+7
* x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() againThomas Gleixner2021-06-241-0/+1
* x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner2021-06-231-0/+1
* x86/fpu: Hook up PKRU into ptrace()Dave Hansen2021-06-231-7/+18
* x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Thomas Gleixner2021-06-231-9/+9
* x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner2021-06-231-1/+1
* x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner2021-06-231-50/+48
* x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski2021-06-231-31/+31
* x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()Thomas Gleixner2021-06-231-90/+47
* x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner2021-06-231-2/+3
* x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()Thomas Gleixner2021-06-231-1/+1
* x86/fpu: Get rid of copy_supervisor_to_kernel()Thomas Gleixner2021-06-231-55/+0
* x86/fpu: Cleanup arch_set_user_pkey_access()Thomas Gleixner2021-06-231-5/+6
* x86/fpu: Get rid of using_compacted_format()Thomas Gleixner2021-06-231-18/+4
* x86/fpu: Remove fpstate_sanitize_xstate()Thomas Gleixner2021-06-231-79/+0
* x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Thomas Gleixner2021-06-231-11/+31
* x86/fpu: Simplify PTRACE_GETREGS codeDave Hansen2021-06-231-3/+3
* x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()Thomas Gleixner2021-06-231-3/+16
* x86/fpu: Sanitize xstateregs_set()Thomas Gleixner2021-06-231-6/+8
* x86/fpu: Remove unused get_xsave_field_ptr()Thomas Gleixner2021-06-231-30/+0
* x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner2021-06-231-1/+3
* x86/fpu: Make xfeatures_mask_all __ro_after_initThomas Gleixner2021-06-231-13/+15
* x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner2021-06-231-5/+9
* x86/fpu: Fix copy_xstate_to_kernel() gap handlingThomas Gleixner2021-06-231-44/+61
* Merge x86/urgent into x86/fpuBorislav Petkov2021-06-231-60/+38
|\
| * x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2021-06-221-3/+38
| * x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner2021-06-031-57/+0
* | x86/fpu: Add address range checks to copy_user_to_xstate()Andy Lutomirski2021-06-091-3/+3
|/
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* x86/fpu/xstate: Use sizeof() instead of a constantYejune Deng2021-01-291-2/+2
* x86/mmu: Allocate/free a PASIDFenghua Yu2020-09-171-0/+57