summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner3-9/+16
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner4-15/+6
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner5-38/+38
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner7-42/+41
2021-10-21x86/fpu/xstate: Cleanup size calculationsThomas Gleixner1-36/+46
2021-10-21x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner1-10/+5
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner2-0/+46
2021-10-21x86/fpu/signal: Use fpstate for size and featuresThomas Gleixner1-17/+27
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner6-25/+26
2021-10-21x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner3-10/+11
2021-10-21x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()Thomas Gleixner1-6/+6
2021-10-21x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()Thomas Gleixner1-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner3-6/+6
2021-10-21x86/fpu: Use fpstate::sizeThomas Gleixner2-11/+9
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner4-0/+30
2021-10-21x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner3-6/+15
2021-10-21x86/fpu: Do not leak fpstate pointer on forkThomas Gleixner1-0/+2
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner2-15/+7
2021-10-20x86/math-emu: Convert to fpstateThomas Gleixner3-4/+4
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner4-25/+27
2021-10-20x86/fpu/signal: Convert to fpstateThomas Gleixner1-14/+16
2021-10-20x86/fpu/regset: Convert to fpstateThomas Gleixner1-13/+14
2021-10-20x86/fpu: Convert tracing to fpstateThomas Gleixner1-2/+2
2021-10-20x86/KVM: Convert to fpstateThomas Gleixner1-2/+2
2021-10-20x86/fpu: Replace KVMs xstate component clearingThomas Gleixner5-11/+19
2021-10-20x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstateThomas Gleixner3-8/+8
2021-10-20x86/fpu: Convert fpstate_init() to struct fpstateThomas Gleixner4-31/+31
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner5-6/+39
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner3-53/+22
2021-10-20x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner4-6/+10
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner12-37/+10
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner4-18/+14
2021-10-20x86/sev: Include fpu/xcr.hThomas Gleixner1-1/+1
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner8-12/+19
2021-10-20x86/fpu: Move fpstate functions to api.hThomas Gleixner4-10/+13
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner6-13/+12
2021-10-20x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner5-83/+88
2021-10-20x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner3-9/+8
2021-10-20x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner5-101/+111
2021-10-20x86/fpu: Move os_xsave() and os_xrstor() to coreThomas Gleixner4-171/+175
2021-10-20x86/fpu: Make os_xrstor_booting() privateThomas Gleixner2-25/+23
2021-10-20x86/fpu: Clean up CPU feature testsThomas Gleixner4-18/+14
2021-10-20x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner6-63/+72
2021-10-20x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner4-3/+12
2021-10-20x86/fpu: Rework copy_xstate_to_uabi_buf()Thomas Gleixner2-8/+29
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner4-74/+43
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner7-60/+48
2021-10-20x86/fpu/xstate: Mark all init only functions __initThomas Gleixner1-5/+5
2021-10-20x86/fpu/xstate: Provide and use for_each_xfeature()Thomas Gleixner1-33/+23
2021-10-20x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner6-33/+49