aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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...Ingo 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
2015-05-19x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar2-5/+2
2015-05-19x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the endIngo Molnar1-8/+9
2015-05-19x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()Ingo Molnar1-1/+2
2015-05-19x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...Ingo Molnar2-8/+7
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar5-31/+31
2015-05-19x86/fpu: Factor out the FPU regset code into fpu/regset.cIngo Molnar3-352/+358
2015-05-19x86/fpu: Factor out fpu/signal.cIngo Molnar3-393/+407
2015-05-19x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar2-16/+16
2015-05-19x86/fpu: Move restore_init_xstate() out of fpu/internal.hIngo Molnar1-1/+13
2015-05-19x86/fpu: Generalize 'init_xstate_ctx'Ingo Molnar3-13/+14
2015-05-19x86/fpu: Create 'union thread_xstate' helper for fpstate_init()Ingo Molnar2-8/+8