Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / kernel / i387.c
2012-04-16 Oleg Nesterovi387: ptrace breaks the lazy-fpu-restore logic
2012-02-21 Linus Torvaldsi387: Split up <asm/i387.h> into exported and internal...
2012-02-21 Linus Torvaldsi387: Uninline the generic FP helpers that we expose...
2011-07-21 Phil Carmodytreewide: fix potentially dangerous trailing ';' in...
2011-03-18 Lucas De Marchix86: Fix common misspellings
2011-01-12 Avi KivityKVM: Initialize fpu state in preemptible context
2010-10-21 Linus TorvaldsMerge branch 'x86-fpu-for-linus' of git://git./linux...
2010-09-09 Brian Gerstx86, fpu: Remove unnecessary ifdefs from i387 code.
2010-09-09 Brian Gerstx86-64, fpu: Fix %cs value in convert_from_fxsr()
2010-09-09 Brian Gerstx86, fpu: Merge fpu_init()
2010-08-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.36' of git://git./virt...
2010-08-15 Xiaotian FengKVM: fix poison overwritten caused by using wrong xstat...
2010-08-12 Robert Richterx86, xsave: Disable xsave in i387 emulation mode
2010-08-06 Linus TorvaldsMerge branch 'x86-xsave-for-linus' of git://git./linux...
2010-08-01 Sheng Yangx86: Export FPU API for KVM use
2010-07-21 Robert Richterx86, xsave: Separate fpu and xsave initialization
2010-07-20 Robert Richterx86, xsave: Move boot cpu initialization to xsave_init()
2010-07-20 Suresh Siddhax86, xsave: Sync xsave memory layout with its header...
2010-05-10 Avi Kivityx86: Introduce 'struct fpu' and related API
2010-05-10 Avi Kivityx86: Eliminate TS_XSAVE
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-23 Suresh Siddhax86, ptrace: Remove set_stopped_child_used_math() in...
2010-02-23 Suresh Siddhax86, ptrace: Simplify xstateregs_get()
2010-02-11 Suresh Siddhax86, ptrace: regset extensions to support xstate
2009-03-04 Daniel Glöcknerx86, math-emu: fix init_fpu for task != current
2008-11-20 Rakib Mullickx86: fix __cpuinit/__init tangle in init_thread_xstate()
2008-10-07 Suresh Siddhax86: xsave: set FP, SSE bits in the xsave header in...
2008-07-30 H. Peter Anvinx86, xsave: keep the XSAVE feature mask as an u64
2008-07-30 Suresh Siddhax86, xsave: update xsave header bits during ptrace...
2008-07-30 Suresh Siddhax86, xsave: save/restore the extended state context...
2008-07-30 Suresh Siddhax86, xsave: reorganization of signal save/restore fpsta...
2008-07-30 Suresh Siddhax86, xsave: dynamically allocate sigframes fpstate...
2008-07-30 Suresh Siddhax86, xsave: context switch support using xsave/xrstor
2008-07-30 Suresh Siddhax86, xsave: enable xsave/xrstor on cpus with xsave...
2008-07-01 Roland McGrathx86 ptrace: fix PTRACE_GETFPXREGS error
2008-06-30 TAKADA Yoshihitoptrace GET/SET FPXREGS broken
2008-06-04 Suresh Siddhax86: fix broken math-emu with lazy allocation of fpu...
2008-05-10 Suresh Siddhax86: fix fpu restore from sig return
2008-04-19 Suresh Siddhax86, fpu: lazy allocation of FPU area - v5
2008-04-19 Suresh Siddhax86, fpu: split FPU state from task struct - v5
2008-04-17 Ingo Molnarx86: clean up i387.c
2008-03-07 Jan Beulichx86: fix merge mistake in i387.c
2008-03-04 Suresh Siddhax86, i387: fix ptrace leakage using init_fpu()
2008-02-19 Adrian Bunkx86: make mxcsr_feature_mask static again
2008-01-30 Roland McGrathx86: x86 user_regset cleanup
2008-01-30 Roland McGrathx86: x86 i387 user_regset
2008-01-30 Roland McGrathx86: i387 renaming