| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-11-03 | 1 | -1/+1 |
|\ |
|
| * | x86/headers: Remove <asm/sigcontext.h> references on the kernel side | Ingo Molnar | 2015-09-08 | 1 | -1/+1 |
* | | x86/fpu/math-emu: Add support for FISTTP instructions | Denys Vlasenko | 2015-09-20 | 1 | -12/+51 |
* | | x86/fpu/math-emu: Add support for FCMOVcc insns | Denys Vlasenko | 2015-09-20 | 3 | -9/+87 |
* | | x86/fpu/math-emu: Add support for F[U]COMI[P] insns | Denys Vlasenko | 2015-09-20 | 3 | -12/+147 |
* | | x86/fpu/math-emu: Remove define layer for undocumented opcodes | Denys Vlasenko | 2015-09-20 | 1 | -22/+21 |
* | | x86/fpu/math-emu: Remove !NO_UNDOC_CODE | Denys Vlasenko | 2015-09-15 | 1 | -36/+0 |
|/ |
|
* | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes | Ingo Molnar | 2015-08-18 | 3 | -7/+20 |
|\ |
|
| * | x86/ldt: Further fix FPU emulation | Andy Lutomirski | 2015-08-16 | 1 | -1/+1 |
| * | x86/ldt: Correct FPU emulation access to LDT | Juergen Gross | 2015-08-08 | 3 | -7/+20 |
* | | x86/vm86: Clean up vm86.h includes | Brian Gerst | 2015-07-31 | 1 | -0/+1 |
|/ |
|
* | x86/fpu: Harmonize FPU register state types | Ingo Molnar | 2015-05-19 | 2 | -6/+6 |
* | x86/fpu: Harmonize the names of the fpstate_init() helper functions | Ingo Molnar | 2015-05-19 | 1 | -2/+2 |
* | x86/fpu: Simplify fpstate_init_curr() usage | Ingo Molnar | 2015-05-19 | 1 | -2/+1 |
* | x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Remove failure return from fpstate_alloc_init() | Ingo Molnar | 2015-05-19 | 1 | -6/+2 |
* | x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) | Ingo Molnar | 2015-05-19 | 3 | -4/+4 |
* | x86/fpu: Move various internal function prototypes to fpu/internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Rename i387.h to fpu/api.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Use 'struct fpu' in fpstate_alloc_init() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active | Ingo Molnar | 2015-05-19 | 1 | -1/+2 |
* | x86/fpu: Open code PF_USED_MATH usages | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 2014-05-05 | 1 | -8/+8 |
* | x86: math-emu: Drop already-disabled print of build date | Josh Triplett | 2014-01-27 | 1 | -5/+0 |
* | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju | 2012-03-13 | 1 | -2/+3 |
* | x86, fpu: Unbreak FPU emulation | H. Peter Anvin | 2010-05-10 | 3 | -4/+4 |
* | x86: Introduce 'struct fpu' and related API | Avi Kivity | 2010-05-10 | 1 | -3/+3 |
* | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -4/+2 |
|\ |
|
| * | x86: add %gs accessors for x86_32 | Tejun Heo | 2009-02-10 | 1 | -4/+2 |
* | | x86, math-emu: fix init_fpu for task != current | Daniel Glöckner | 2009-03-04 | 1 | -11/+20 |
|/ |
|
* | x86: fix math_emu register frame access | Tejun Heo | 2009-02-10 | 4 | -46/+42 |
* | x86: math_emu info cleanup | Tejun Heo | 2009-02-09 | 4 | -42/+39 |
* | x86: coding style fixes to arch/x86/math-emu/reg_constant | Paolo Ciarrocchi | 2008-06-18 | 1 | -4/+4 |
* | x86: fix broken math-emu with lazy allocation of fpu area | Suresh Siddha | 2008-06-04 | 1 | -5/+8 |
* | x86, fpu: split FPU state from task struct - v5 | Suresh Siddha | 2008-04-19 | 3 | -17/+17 |
* | i386: arch/x86/math-emu/reg_ld_str.c: fix warning | Andrew Morton | 2008-04-17 | 1 | -9/+4 |
* | i386: arch/x86/math-emu/fpu_entry.c warning fix | Andrew Morton | 2008-04-17 | 1 | -0/+1 |
* | x86: arch/x86/math-emu/errors.c: fix printk warnings | Andrew Morton | 2008-01-30 | 1 | -2/+2 |
* | x86: x86 user_regset cleanup | Roland McGrath | 2008-01-30 | 1 | -14/+0 |
* | x86: x86 user_regset math_emu | Roland McGrath | 2008-01-30 | 1 | -32/+54 |
* | x86: lindent arch/i386/math-emu, cleanup | Ingo Molnar | 2008-01-30 | 14 | -101/+101 |
* | x86: lindent arch/i386/math-emu | Ingo Molnar | 2008-01-30 | 27 | -6764/+6046 |
* | kbuild: fix up CFLAGS usage | Sam Ravnborg | 2007-10-14 | 1 | -2/+1 |
* | i386: move math-emu | Thomas Gleixner | 2007-10-11 | 47 | -0/+13419 |