aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)Author
2023-08-30x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-01-24x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long
2021-08-26x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-07-20x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner
2021-06-23x86/fpu: Reset state for all signal restore failuresThomas Gleixner
2021-01-27x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski
2020-10-29x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar
2020-10-01x86/pkeys: Add check for pkey "overflow"Dave Hansen
2020-07-22copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner
2020-07-22x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen
2020-06-03copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro
2020-02-24x86/fpu: Deactivate FPU state after failure during state loadSebastian Andrzej Siewior
2019-07-08Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-07x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Sebastian Andrzej Siewior
2019-07-07x86/fpu: Make 'no387' and 'nofxsr' command line options usefulSebastian Andrzej Siewior
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-06-12x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_statusAubrey Li
2019-06-08x86/fpu: Update kernel's FPU state before using for the fsave headerSebastian Andrzej Siewior
2019-06-06x86/fpu: Use fault_in_pages_writeable() for pre-faultingHugh Dickins
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-06x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() failsSebastian Andrzej Siewior
2019-04-12x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpathSebastian Andrzej Siewior
2019-04-12x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()Sebastian Andrzej Siewior
2019-04-12x86/fpu: Add a fastpath to __fpu__restore_sig()Sebastian Andrzej Siewior
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel
2019-04-12x86/fpu: Merge the two code paths in __fpu__restore_sig()Sebastian Andrzej Siewior
2019-04-12x86/fpu: Restore from kernel memory on the 64-bit path tooSebastian Andrzej Siewior
2019-04-11x86/fpu: Inline copy_user_to_fpregs_zeroing()Sebastian Andrzej Siewior
2019-04-11x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOADRik van Riel
2019-04-11x86/fpu: Always store the registers in copy_fpstate_to_sigframe()Rik van Riel
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior
2019-04-10x86/fpu: Make __raw_xsave_addr() use a feature number instead of maskSebastian Andrzej Siewior
2019-04-10x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior
2019-04-10x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()Sebastian Andrzej Siewior
2019-04-09x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()Sebastian 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
2019-04-09x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()Sebastian Andrzej Siewior
2019-04-03x86/fpu: Fix __user annotationsJann Horn
2019-02-08x86/fpu: Move init_xstate_size() to __init sectionSergey Senozhatsky
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds