summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)Author
2018-11-13x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior
2018-10-13x86/fpu: Remove struct fpu::counterRik van Riel
2018-10-13x86/fpu: Remove use_eager_fpu()Andy Lutomirski
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-06-16x86/fpu: Hard-disable lazy FPU modeAndy Lutomirski
2017-12-09x86/fpu: Set the xcomp_bv when we fake up a XSAVES areaKevin Hao
2017-10-05x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers
2017-05-25KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li
2017-02-18x86/fpu/xstate: Fix xcomp_bv in XSAVES headerYu-cheng Yu
2016-11-21x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu
2016-10-19x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski
2016-09-09x86/pkeys: Default to a restrictive init PKRUDave Hansen
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen
2016-08-10x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani...Dave Hansen
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-21x86/fpu: Do not BUG_ON() in early FPU codeDave Hansen
2016-07-11x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu
2016-07-11x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu
2016-07-11x86/fpu/xstate: Return NULL for disabled xstate component addressYu-cheng Yu
2016-07-11x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVESYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstatesYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix XSTATE component offset print outYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu
2016-07-10x86/fpu/xstate: Align xstate components according to CPUIDYu-cheng Yu
2016-06-18x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...Yu-cheng Yu
2016-06-18x86/fpu/xstate: Keep init_fpstate.xsave.header.xfeatures as zero for init opt...Fenghua Yu
2016-06-18x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'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/fpu: Remove check_fpu() indirectionBorislav Petkov
2016-04-13x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav 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-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-03-15Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-12x86/cpufeature: Enable new AVX-512 featuresFenghua Yu
2016-03-12x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu
2016-03-09x86/fpu: Fix 'no387' regressionAndy Lutomirski
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder