summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-06-23x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()Thomas Gleixner
2021-06-23x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()Thomas Gleixner
2021-06-23x86/fpu: Clean up the fpu__clear() variantsAndy Lutomirski
2021-06-23x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()Thomas Gleixner
2021-06-23x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()Thomas Gleixner
2021-06-23x86/cpu: Write the default PKRU value when enabling PKEThomas Gleixner
2021-06-23x86/pkru: Provide pkru_write_default()Thomas Gleixner
2021-06-23x86/pkru: Provide pkru_get_init_value()Thomas Gleixner
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen
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: Rename initstate copy functionsThomas Gleixner
2021-06-23x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()Thomas Gleixner
2021-06-23x86/fpu: Get rid of the FNSAVE optimizationThomas Gleixner
2021-06-23x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()Thomas Gleixner
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 fregs-related copy functionsThomas Gleixner
2021-06-23x86/math-emu: Rename frstor()Thomas Gleixner
2021-06-23x86/fpu: Rename fxregs-related copy functionsThomas Gleixner
2021-06-23x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()Thomas 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/kvm: Avoid looking up PKRU in XSAVE bufferDave Hansen
2021-06-23x86/fpu: Get rid of using_compacted_format()Thomas Gleixner
2021-06-23x86/fpu: Move fpu__write_begin() to regsetThomas Gleixner
2021-06-23x86/fpu/regset: Move fpu__read_begin() into regsetThomas Gleixner
2021-06-23x86/fpu: Remove fpstate_sanitize_xstate()Thomas Gleixner
2021-06-23x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()Thomas Gleixner
2021-06-23x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()Thomas Gleixner
2021-06-23x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Thomas Gleixner
2021-06-23x86/fpu: Clean up fpregs_set()Andy Lutomirski
2021-06-23x86/fpu: Fail ptrace() requests that try to set invalid MXCSR valuesAndy Lutomirski
2021-06-23x86/fpu: Rewrite xfpregs_set()Andy Lutomirski
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: Limit xstate copy size in xstateregs_set()Thomas Gleixner
2021-06-23x86/fpu: Move inlines where they belongThomas 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/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas 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