aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu1-0/+6
2016-01-12x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2-14/+45
2016-01-12x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu1-0/+1
2016-01-12x86/fpu: Fix early FPU command-line parsingyu-cheng yu1-71/+38
2016-01-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-01-06x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macroJiri Olsa1-2/+11
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-2/+2
2015-11-27x86/fpu: Put a few variables in .init.dataRasmus Villemoes2-4/+4
2015-11-12x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han1-1/+0
2015-11-12x86/fpu: Fix 32-bit signal frame handlingDave Hansen1-6/+5
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-09-14x86/fpu: Check CPU-provided sizes against struct declarationsDave Hansen1-0/+45
2015-09-14x86/fpu: Check to ensure increasing-offset xstate offsetsDave Hansen1-11/+24
2015-09-14x86/fpu: Correct and check XSAVE xstate size calculationsDave Hansen1-10/+174
2015-09-14x86/fpu: Add xfeature_enabled() helper instead of test_bit()Dave Hansen1-3/+13
2015-09-14x86/fpu: Remove 'xfeature_nr'Dave Hansen1-16/+8
2015-09-14x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen1-6/+7
2015-09-14x86/fpu: Rename XFEATURES_NR_MAXDave Hansen1-2/+2
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen4-24/+28
2015-09-14x86/fpu: Remove XSTATE_RESERVEDave Hansen1-8/+52
2015-09-14x86/fpu: Move XSAVE-disabling code to a helperDave Hansen2-11/+20
2015-09-14x86/fpu: Print xfeature buffer size in decimalDave Hansen1-2/+2
2015-09-08x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar1-2/+2
2015-08-22x86/fpu/math-emu: Fix crash in fork()Ingo Molnar1-1/+1
2015-08-22x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar1-1/+6
2015-07-21x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich1-0/+6
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86Ingo Molnar1-8/+9
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen1-0/+39
2015-07-04x86/fpu: Fix boot crash in the early FPU codeIngo Molnar1-3/+4
2015-06-12x86/fpu: Fix double-increment in setup_xstate_features()Dave Hansen1-2/+2
2015-06-09x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen1-0/+32
2015-06-09x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen1-8/+37
2015-05-27x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar1-1/+1
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar1-2/+2
2015-05-27x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar1-13/+5
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar1-2/+2
2015-05-27x86/fpu: Add debugging check to fpu__restore()Ingo Molnar1-0/+2
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar1-32/+19
2015-05-27x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2-4/+4
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar1-4/+1
2015-05-27x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar2-3/+32
2015-05-27x86/fpu: Fix FPU register read access to the current taskIngo Molnar2-24/+31
2015-05-25x86/fpu: Fix fpu__init_system_xstate() commentsIngo Molnar1-8/+2
2015-05-20Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar1-0/+14
2015-05-20x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar1-10/+25
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar1-0/+37
2015-05-19x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar3-11/+30
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar2-7/+4
2015-05-19x86/fpu/init: Propagate __init annotationsIngo Molnar3-12/+12