aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/math-emu
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 5-5/+5
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2015-09-20x86/fpu/math-emu: Add support for FISTTP instructionsGravatar Denys Vlasenko 1-12/+51
2015-09-20x86/fpu/math-emu: Add support for FCMOVcc insnsGravatar Denys Vlasenko 3-9/+87
2015-09-20x86/fpu/math-emu: Add support for F[U]COMI[P] insnsGravatar Denys Vlasenko 3-12/+147
2015-09-20x86/fpu/math-emu: Remove define layer for undocumented opcodesGravatar Denys Vlasenko 1-22/+21
2015-09-15x86/fpu/math-emu: Remove !NO_UNDOC_CODEGravatar Denys Vlasenko 1-36/+0
2015-09-08x86/headers: Remove <asm/sigcontext.h> references on the kernel sideGravatar Ingo Molnar 1-1/+1
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesGravatar Ingo Molnar 3-7/+20
2015-08-16x86/ldt: Further fix FPU emulationGravatar Andy Lutomirski 1-1/+1
2015-08-08x86/ldt: Correct FPU emulation access to LDTGravatar Juergen Gross 3-7/+20
2015-07-31x86/vm86: Clean up vm86.h includesGravatar Brian Gerst 1-0/+1
2015-05-19x86/fpu: Harmonize FPU register state typesGravatar Ingo Molnar 2-6/+6
2015-05-19x86/fpu: Harmonize the names of the fpstate_init() helper functionsGravatar Ingo Molnar 1-2/+2
2015-05-19x86/fpu: Simplify fpstate_init_curr() usageGravatar Ingo Molnar 1-2/+1
2015-05-19x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Gravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Remove failure return from fpstate_alloc_init()Gravatar Ingo Molnar 1-6/+2
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Gravatar Ingo Molnar 3-4/+4
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hGravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hGravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Gravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeGravatar Ingo Molnar 1-1/+2
2015-05-19x86/fpu: Open code PF_USED_MATH usagesGravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Gravatar Ingo Molnar 1-1/+1
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Gravatar Andi Kleen 1-8/+8
2014-01-27x86: math-emu: Drop already-disabled print of build dateGravatar Josh Triplett 1-5/+0
2012-03-13x86: Rename trap_no to trap_nr in thread_structGravatar Srikar Dronamraju 1-2/+3
2010-05-10x86, fpu: Unbreak FPU emulationGravatar H. Peter Anvin 3-4/+4
2010-05-10x86: Introduce 'struct fpu' and related APIGravatar Avi Kivity 1-3/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 1-4/+2
2009-03-04x86, math-emu: fix init_fpu for task != currentGravatar Daniel Glöckner 1-11/+20
2009-02-10x86: add %gs accessors for x86_32Gravatar Tejun Heo 1-4/+2
2009-02-10x86: fix math_emu register frame accessGravatar Tejun Heo 4-46/+42
2009-02-09x86: math_emu info cleanupGravatar Tejun Heo 4-42/+39
2008-06-18x86: coding style fixes to arch/x86/math-emu/reg_constantGravatar Paolo Ciarrocchi 1-4/+4
2008-06-04x86: fix broken math-emu with lazy allocation of fpu areaGravatar Suresh Siddha 1-5/+8
2008-04-19x86, fpu: split FPU state from task struct - v5Gravatar Suresh Siddha 3-17/+17
2008-04-17i386: arch/x86/math-emu/reg_ld_str.c: fix warningGravatar Andrew Morton 1-9/+4
2008-04-17i386: arch/x86/math-emu/fpu_entry.c warning fixGravatar Andrew Morton 1-0/+1
2008-01-30x86: arch/x86/math-emu/errors.c: fix printk warningsGravatar Andrew Morton 1-2/+2
2008-01-30x86: x86 user_regset cleanupGravatar Roland McGrath 1-14/+0
2008-01-30x86: x86 user_regset math_emuGravatar Roland McGrath 1-32/+54
2008-01-30x86: lindent arch/i386/math-emu, cleanupGravatar Ingo Molnar 14-101/+101
2008-01-30x86: lindent arch/i386/math-emuGravatar Ingo Molnar 27-6764/+6046
2007-10-14kbuild: fix up CFLAGS usageGravatar Sam Ravnborg 1-2/+1
2007-10-11i386: move math-emuGravatar Thomas Gleixner 47-0/+13419