summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-23x86/fpu: Mark init_fpstate __ro_after_initThomas Gleixner1-1/+1
2021-06-23x86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()Thomas Gleixner1-18/+4
2021-06-23x86/fpu: Dont restore PKRU in fpregs_restore_userspace()Thomas Gleixner1-1/+1
2021-06-23x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Thomas Gleixner1-1/+1
2021-06-23x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()Thomas Gleixner1-0/+27
2021-06-23x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()Thomas Gleixner1-1/+1
2021-06-23x86/fpu: Clean up the fpu__clear() variantsAndy Lutomirski1-37/+76
2021-06-23x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()Thomas Gleixner1-2/+2
2021-06-23x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()Thomas Gleixner1-2/+1
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner1-1/+1
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner1-9/+8
2021-06-23x86/fpu: Rename initstate copy functionsThomas Gleixner1-3/+3
2021-06-23x86/fpu: Get rid of the FNSAVE optimizationThomas Gleixner1-31/+23
2021-06-23x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()Thomas Gleixner1-5/+5
2021-06-23x86/fpu: Rename fregs-related copy functionsThomas Gleixner1-1/+1
2021-06-23x86/fpu: Rename fxregs-related copy functionsThomas Gleixner1-3/+3
2021-06-23x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()Thomas Gleixner1-4/+3
2021-06-23x86/fpu: Move fpu__write_begin() to regsetThomas Gleixner1-24/+0
2021-06-23x86/fpu/regset: Move fpu__read_begin() into regsetThomas Gleixner1-20/+0
2021-06-23x86/fpu: Move inlines where they belongThomas Gleixner1-0/+15
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski1-4/+5
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar1-0/+6
2020-07-08x86/fpu: Use proper mask to replace full instruction maskKan Liang1-0/+39
2020-06-29x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen1-0/+6
2020-05-13x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu1-18/+35
2019-06-17x86/fpu: Remove the fpu__save() exportChristoph Hellwig1-1/+0
2019-06-17x86/fpu: Simplify kernel_fpu_begin()Christoph Hellwig1-24/+12
2019-06-17x86/fpu: Simplify kernel_fpu_end()Christoph Hellwig1-12/+3
2019-06-13x86/fpu: Don't use current->mm to check for a kthreadChristoph Hellwig1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel1-26/+80
2019-04-10x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior1-3/+1
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-50/+20
2019-04-09x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior1-3/+2
2019-04-09x86/fpu: Remove preempt_disable() in fpu__clear()Sebastian Andrzej Siewior1-2/+0
2019-04-09x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior1-24/+0
2018-12-04x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior1-4/+2
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2017-09-26x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...Ingo Molnar1-2/+2
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar1-4/+4
2017-09-26x86/fpu: Simplify and speed up fpu__copy()Ingo Molnar1-12/+3
2017-09-26x86/fpu: Fix stale comments about lazy FPU logicIngo Molnar1-6/+3
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-12/+12
2017-09-26x86/fpu: Remove fpu__current_fpstate_write_begin/end()Ingo Molnar1-63/+0
2017-09-26x86/fpu: Fix fpu__activate_fpstate_read() and update commentsIngo Molnar1-7/+10
2017-09-24x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar1-9/+0
2017-09-24x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_activeIngo Molnar1-2/+1
2017-09-24x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar1-6/+10
2017-09-24x86/fpu: Split the state handling in fpu__drop()Ingo Molnar1-6/+13
2017-09-24x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomicIngo Molnar1-0/+2