aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu/fpu_entry.c
Commit message (Expand)AuthorAge
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* x86/fpu/math-emu: Add support for FCMOVcc insnsDenys Vlasenko2015-09-20
* x86/fpu/math-emu: Add support for F[U]COMI[P] insnsDenys Vlasenko2015-09-20
* x86/fpu/math-emu: Remove define layer for undocumented opcodesDenys Vlasenko2015-09-20
* x86/fpu/math-emu: Remove !NO_UNDOC_CODEDenys Vlasenko2015-09-15
* x86/ldt: Correct FPU emulation access to LDTJuergen Gross2015-08-08
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-19
* x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar2015-05-19
* x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar2015-05-19
* x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar2015-05-19
* x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-19
* x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar2015-05-19
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-19
* x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar2015-05-19
* x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-19
* x86/fpu: Open code PF_USED_MATH usagesIngo Molnar2015-05-19
* x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar2015-05-19
* x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-13
* x86, fpu: Unbreak FPU emulationH. Peter Anvin2010-05-10
* x86: fix math_emu register frame accessTejun Heo2009-02-09
* x86: math_emu info cleanupTejun Heo2009-02-09
* x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha2008-06-04
* x86, fpu: split FPU state from task struct - v5Suresh Siddha2008-04-19
* i386: arch/x86/math-emu/fpu_entry.c warning fixAndrew Morton2008-04-17
* x86: x86 user_regset cleanupRoland McGrath2008-01-30
* x86: x86 user_regset math_emuRoland McGrath2008-01-30
* x86: lindent arch/i386/math-emu, cleanupIngo Molnar2008-01-30
* x86: lindent arch/i386/math-emuIngo Molnar2008-01-30
* i386: move math-emuThomas Gleixner2007-10-11