summaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-031-1/+1
|\
| * x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar2015-09-081-1/+1
* | x86/fpu/math-emu: Add support for FISTTP instructionsDenys Vlasenko2015-09-201-12/+51
* | x86/fpu/math-emu: Add support for FCMOVcc insnsDenys Vlasenko2015-09-203-9/+87
* | x86/fpu/math-emu: Add support for F[U]COMI[P] insnsDenys Vlasenko2015-09-203-12/+147
* | x86/fpu/math-emu: Remove define layer for undocumented opcodesDenys Vlasenko2015-09-201-22/+21
* | x86/fpu/math-emu: Remove !NO_UNDOC_CODEDenys Vlasenko2015-09-151-36/+0
|/
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-183-7/+20
|\
| * x86/ldt: Further fix FPU emulationAndy Lutomirski2015-08-161-1/+1
| * x86/ldt: Correct FPU emulation access to LDTJuergen Gross2015-08-083-7/+20
* | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
|/
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-192-6/+6
* x86/fpu: Harmonize the names of the fpstate_init() helper functionsIngo Molnar2015-05-191-2/+2
* x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar2015-05-191-2/+1
* x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar2015-05-191-6/+2
* x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-193-4/+4
* x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-191-1/+2
* x86/fpu: Open code PF_USED_MATH usagesIngo Molnar2015-05-191-1/+1
* x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar2015-05-191-1/+1
* asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-8/+8
* x86: math-emu: Drop already-disabled print of build dateJosh Triplett2014-01-271-5/+0
* x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-2/+3
* x86, fpu: Unbreak FPU emulationH. Peter Anvin2010-05-103-4/+4
* x86: Introduce 'struct fpu' and related APIAvi Kivity2010-05-101-3/+3
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-4/+2
|\
| * x86: add %gs accessors for x86_32Tejun Heo2009-02-101-4/+2
* | x86, math-emu: fix init_fpu for task != currentDaniel Glöckner2009-03-041-11/+20
|/
* x86: fix math_emu register frame accessTejun Heo2009-02-104-46/+42
* x86: math_emu info cleanupTejun Heo2009-02-094-42/+39
* x86: coding style fixes to arch/x86/math-emu/reg_constantPaolo Ciarrocchi2008-06-181-4/+4
* x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha2008-06-041-5/+8
* x86, fpu: split FPU state from task struct - v5Suresh Siddha2008-04-193-17/+17
* i386: arch/x86/math-emu/reg_ld_str.c: fix warningAndrew Morton2008-04-171-9/+4
* i386: arch/x86/math-emu/fpu_entry.c warning fixAndrew Morton2008-04-171-0/+1
* x86: arch/x86/math-emu/errors.c: fix printk warningsAndrew Morton2008-01-301-2/+2
* x86: x86 user_regset cleanupRoland McGrath2008-01-301-14/+0
* x86: x86 user_regset math_emuRoland McGrath2008-01-301-32/+54
* x86: lindent arch/i386/math-emu, cleanupIngo Molnar2008-01-3014-101/+101
* x86: lindent arch/i386/math-emuIngo Molnar2008-01-3027-6764/+6046
* kbuild: fix up CFLAGS usageSam Ravnborg2007-10-141-2/+1
* i386: move math-emuThomas Gleixner2007-10-1147-0/+13419