summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu/math-emu: Fix crash in fork()Ingo Molnar2015-08-221-1/+1
* x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar2015-08-221-1/+6
* x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich2015-07-211-0/+6
* x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-8/+9
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-0/+39
* x86/fpu: Fix boot crash in the early FPU codeIngo Molnar2015-07-041-3/+4
* x86/fpu: Fix double-increment in setup_xstate_features()Dave Hansen2015-06-121-2/+2
* x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen2015-06-091-0/+32
* x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen2015-06-091-8/+37
* x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar2015-05-271-1/+1
* x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar2015-05-271-2/+2
* x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar2015-05-271-13/+5
* x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar2015-05-271-2/+2
* x86/fpu: Add debugging check to fpu__restore()Ingo Molnar2015-05-271-0/+2
* x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar2015-05-271-32/+19
* x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2015-05-272-4/+4
* x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar2015-05-271-4/+1
* x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar2015-05-272-3/+32
* x86/fpu: Fix FPU register read access to the current taskIngo Molnar2015-05-272-24/+31
* x86/fpu: Fix fpu__init_system_xstate() commentsIngo Molnar2015-05-251-8/+2
* Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2015-05-201-0/+14
* x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar2015-05-201-10/+25
* x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar2015-05-201-0/+37
* x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar2015-05-193-11/+30
* x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar2015-05-192-7/+4
* x86/fpu/init: Propagate __init annotationsIngo Molnar2015-05-193-12/+12
* x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar2015-05-192-5/+2
* x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the endIngo Molnar2015-05-191-8/+9
* x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()Ingo Molnar2015-05-191-1/+2
* x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...Ingo Molnar2015-05-192-8/+7
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-195-31/+31
* x86/fpu: Factor out the FPU regset code into fpu/regset.cIngo Molnar2015-05-193-352/+358
* x86/fpu: Factor out fpu/signal.cIngo Molnar2015-05-193-393/+407
* x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar2015-05-192-16/+16
* x86/fpu: Move restore_init_xstate() out of fpu/internal.hIngo Molnar2015-05-191-1/+13
* x86/fpu: Generalize 'init_xstate_ctx'Ingo Molnar2015-05-193-13/+14
* x86/fpu: Create 'union thread_xstate' helper for fpstate_init()Ingo Molnar2015-05-192-8/+8
* x86/fpu: Harmonize the names of the fpstate_init() helper functionsIngo Molnar2015-05-192-11/+17
* x86/fpu: Factor out the exception error code handling codeIngo Molnar2015-05-191-0/+88
* x86/fpu: Remove run-once init quirksIngo Molnar2015-05-192-17/+0
* x86/fpu: Factor out fpu/regset.h from fpu/internal.hIngo Molnar2015-05-192-0/+3
* x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...Ingo Molnar2015-05-192-0/+3
* x86/fpu: Merge fpu__reset() and fpu__clear()Ingo Molnar2015-05-192-17/+8
* x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar2015-05-191-1/+38
* x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passingIngo Molnar2015-05-191-4/+2
* x86/fpu: Move all the fpu__*() high level methods closer to each otherIngo Molnar2015-05-191-0/+38
* x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()Ingo Molnar2015-05-191-2/+2
* x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state()Ingo Molnar2015-05-192-6/+6
* x86/fpu: Better document fpu__clear() state handlingIngo Molnar2015-05-191-0/+4
OpenPOWER on IntegriCloud