aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu/fpu_entry.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20x86/math-emu: Convert to fpstateThomas Gleixner1-2/+2
2021-10-20x86/fpu: Move fpstate functions to api.hThomas Gleixner1-1/+1
2020-07-27x86: switch to ->regset_get()Al Viro1-14/+5
2019-04-09x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar1-1/+1
2017-08-29x86/fpu: Use bitfield accessors for desc_structThomas Gleixner1-6/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-09-20x86/fpu/math-emu: Add support for FCMOVcc insnsDenys Vlasenko1-9/+9
2015-09-20x86/fpu/math-emu: Add support for F[U]COMI[P] insnsDenys Vlasenko1-12/+15
2015-09-20x86/fpu/math-emu: Remove define layer for undocumented opcodesDenys Vlasenko1-22/+21
2015-09-15x86/fpu/math-emu: Remove !NO_UNDOC_CODEDenys Vlasenko1-36/+0
2015-08-08x86/ldt: Correct FPU emulation access to LDTJuergen Gross1-2/+1
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-5/+5
2015-05-19x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar1-2/+1
2015-05-19x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar1-6/+2
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar1-2/+2
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar1-1/+2
2015-05-19x86/fpu: Open code PF_USED_MATH usagesIngo Molnar1-1/+1
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar1-1/+1
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-2/+3
2010-05-10x86, fpu: Unbreak FPU emulationH. Peter Anvin1-2/+2
2009-02-10x86: fix math_emu register frame accessTejun Heo1-2/+2
2009-02-09x86: math_emu info cleanupTejun Heo1-1/+1
2008-06-04x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha1-5/+8
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha1-2/+2
2008-04-17i386: arch/x86/math-emu/fpu_entry.c warning fixAndrew Morton1-0/+1
2008-01-30x86: x86 user_regset cleanupRoland McGrath1-14/+0
2008-01-30x86: x86 user_regset math_emuRoland McGrath1-32/+54
2008-01-30x86: lindent arch/i386/math-emu, cleanupIngo Molnar1-3/+3
2008-01-30x86: lindent arch/i386/math-emuIngo Molnar1-613/+607
2007-10-11i386: move math-emuThomas Gleixner1-0/+761