aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu
AgeCommit message (Expand)Author
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-29x86/fpu/math-emu: Add ENDPROC to functionsJiri Slaby
2017-08-29x86/gdt: Use bitfields for initializationThomas Gleixner
2017-08-29x86/fpu: Use bitfield accessors for desc_structThomas Gleixner
2017-07-20x86/fpu/math-emu: Avoid bogus -Wint-in-bool-context warningArnd Bergmann
2017-07-20x86/fpu/math-emu: Fix possible uninitialized variable useArnd Bergmann
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-20x86/fpu/math-emu: Add support for FISTTP instructionsDenys Vlasenko
2015-09-20x86/fpu/math-emu: Add support for FCMOVcc insnsDenys Vlasenko
2015-09-20x86/fpu/math-emu: Add support for F[U]COMI[P] insnsDenys Vlasenko
2015-09-20x86/fpu/math-emu: Remove define layer for undocumented opcodesDenys Vlasenko
2015-09-15x86/fpu/math-emu: Remove !NO_UNDOC_CODEDenys Vlasenko
2015-09-08x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar
2015-08-16x86/ldt: Further fix FPU emulationAndy Lutomirski
2015-08-08x86/ldt: Correct FPU emulation access to LDTJuergen Gross
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar
2015-05-19x86/fpu: Harmonize the names of the fpstate_init() helper functionsIngo Molnar
2015-05-19x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar
2015-05-19x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar
2015-05-19x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar
2015-05-19x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar
2015-05-19x86/fpu: Open code PF_USED_MATH usagesIngo Molnar
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2014-01-27x86: math-emu: Drop already-disabled print of build dateJosh Triplett
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju
2010-05-10x86, fpu: Unbreak FPU emulationH. Peter Anvin
2010-05-10x86: Introduce 'struct fpu' and related APIAvi Kivity
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-04x86, math-emu: fix init_fpu for task != currentDaniel Glöckner
2009-02-10x86: add %gs accessors for x86_32Tejun Heo
2009-02-10x86: fix math_emu register frame accessTejun Heo
2009-02-09x86: math_emu info cleanupTejun Heo
2008-06-18x86: coding style fixes to arch/x86/math-emu/reg_constantPaolo Ciarrocchi
2008-06-04x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha
2008-04-17i386: arch/x86/math-emu/reg_ld_str.c: fix warningAndrew Morton
2008-04-17i386: arch/x86/math-emu/fpu_entry.c warning fixAndrew Morton
2008-01-30x86: arch/x86/math-emu/errors.c: fix printk warningsAndrew Morton