aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)Author
2015-11-12x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han
2015-11-12x86/fpu: Fix 32-bit signal frame handlingDave Hansen
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-14x86/fpu: Check CPU-provided sizes against struct declarationsDave Hansen
2015-09-14x86/fpu: Check to ensure increasing-offset xstate offsetsDave Hansen
2015-09-14x86/fpu: Correct and check XSAVE xstate size calculationsDave Hansen
2015-09-14x86/fpu: Add xfeature_enabled() helper instead of test_bit()Dave Hansen
2015-09-14x86/fpu: Remove 'xfeature_nr'Dave Hansen
2015-09-14x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen
2015-09-14x86/fpu: Rename XFEATURES_NR_MAXDave Hansen
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen
2015-09-14x86/fpu: Remove XSTATE_RESERVEDave Hansen
2015-09-14x86/fpu: Move XSAVE-disabling code to a helperDave Hansen
2015-09-14x86/fpu: Print xfeature buffer size in decimalDave Hansen
2015-09-08x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar
2015-08-22x86/fpu/math-emu: Fix crash in fork()Ingo Molnar
2015-08-22x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar
2015-07-21x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-07-04x86/fpu: Fix boot crash in the early FPU codeIngo Molnar
2015-06-12x86/fpu: Fix double-increment in setup_xstate_features()Dave Hansen
2015-06-09x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen
2015-06-09x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen
2015-05-27x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar
2015-05-27x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar
2015-05-27x86/fpu: Add debugging check to fpu__restore()Ingo Molnar
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar
2015-05-27x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar
2015-05-27x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar
2015-05-27x86/fpu: Fix FPU register read access to the current taskIngo Molnar
2015-05-25x86/fpu: Fix fpu__init_system_xstate() commentsIngo Molnar
2015-05-20Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar
2015-05-20x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar
2015-05-19x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar
2015-05-19x86/fpu/init: Propagate __init annotationsIngo Molnar
2015-05-19x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar
2015-05-19x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the endIngo Molnar
2015-05-19x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()Ingo Molnar
2015-05-19x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...Ingo Molnar
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar
2015-05-19x86/fpu: Factor out the FPU regset code into fpu/regset.cIngo Molnar
2015-05-19x86/fpu: Factor out fpu/signal.cIngo Molnar
2015-05-19x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar
2015-05-19x86/fpu: Move restore_init_xstate() out of fpu/internal.hIngo Molnar