aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/core.c
AgeCommit message (Expand)Author
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar
2020-07-08x86/fpu: Use proper mask to replace full instruction maskKan Liang
2020-06-29x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen
2020-05-13x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu
2019-06-17x86/fpu: Remove the fpu__save() exportChristoph Hellwig
2019-06-17x86/fpu: Simplify kernel_fpu_begin()Christoph Hellwig
2019-06-17x86/fpu: Simplify kernel_fpu_end()Christoph Hellwig
2019-06-13x86/fpu: Don't use current->mm to check for a kthreadChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel
2019-04-10x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior
2019-04-09x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior
2019-04-09x86/fpu: Remove preempt_disable() in fpu__clear()Sebastian Andrzej Siewior
2019-04-09x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior
2018-12-04x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2017-09-26x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...Ingo Molnar
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar
2017-09-26x86/fpu: Simplify and speed up fpu__copy()Ingo Molnar
2017-09-26x86/fpu: Fix stale comments about lazy FPU logicIngo Molnar
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar
2017-09-26x86/fpu: Remove fpu__current_fpstate_write_begin/end()Ingo Molnar
2017-09-26x86/fpu: Fix fpu__activate_fpstate_read() and update commentsIngo Molnar
2017-09-24x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar
2017-09-24x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_activeIngo Molnar
2017-09-24x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar
2017-09-24x86/fpu: Split the state handling in fpu__drop()Ingo Molnar
2017-09-24x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomicIngo Molnar
2017-09-24x86/fpu: Simplify fpu->fpregs_active useIngo Molnar
2017-01-25x86/fpu/xstate: Move XSAVES state init to a functionYu-cheng Yu
2017-01-24x86/fpu/xstate: Fix xcomp_bv in XSAVES headerYu-cheng Yu
2016-11-23Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar
2016-11-21x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu
2016-11-01x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar
2016-10-16x86/fpu: Remove 'cpu' argument from __cpu_invalidate_fpregs_state()Rik van Riel
2016-10-07x86/fpu: Rename lazy restore functions to "register state valid"Rik van Riel
2016-10-07x86/fpu: Remove struct fpu::counterRik van Riel
2016-10-07x86/fpu: Remove use_eager_fpu()Andy Lutomirski
2016-09-09x86/pkeys: Default to a restrictive init PKRUDave Hansen
2016-07-11x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu
2016-06-18x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu
2016-06-08x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen
2016-04-13x86/fpu: Get rid of x87 math exception helpersBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-15Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds