aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/i387.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* KVM: Initialize fpu state in preemptible contextAvi Kivity2011-01-121-0/+1
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-211-30/+28
|\
| * x86, fpu: Remove unnecessary ifdefs from i387 code.Brian Gerst2010-09-091-4/+0
| * x86-64, fpu: Fix %cs value in convert_from_fxsr()Brian Gerst2010-09-091-10/+8
| * x86, fpu: Merge fpu_init()Brian Gerst2010-09-091-16/+14
| * x86, xsave: Disable xsave in i387 emulation modeRobert Richter2010-08-121-0/+6
* | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-08-221-0/+1
|\ \ | |/ |/|
| * KVM: fix poison overwritten caused by using wrong xstate sizeXiaotian Feng2010-08-151-0/+1
* | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-11/+28
|\ \ | |/ |/|
| * x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-211-8/+19
| * x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter2010-07-201-5/+0
| * x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2010-07-191-0/+11
* | x86: Export FPU API for KVM useSheng Yang2010-08-011-1/+2
|/
* x86: Introduce 'struct fpu' and related APIAvi Kivity2010-05-101-51/+51
* x86: Eliminate TS_XSAVEAvi Kivity2010-05-101-4/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* x86, ptrace: Remove set_stopped_child_used_math() in [x]fpregs_setSuresh Siddha2010-02-231-4/+0
* x86, ptrace: Simplify xstateregs_get()Suresh Siddha2010-02-231-23/+7
* x86, ptrace: regset extensions to support xstateSuresh Siddha2010-02-111-0/+83
* x86, math-emu: fix init_fpu for task != currentDaniel Glöckner2009-03-041-1/+1
* x86: fix __cpuinit/__init tangle in init_thread_xstate()Rakib Mullick2008-11-201-1/+1
* x86: xsave: set FP, SSE bits in the xsave header in the user sigcontextSuresh Siddha2008-10-071-0/+14
* x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin2008-07-301-7/+5
* x86, xsave: update xsave header bits during ptrace fpregs setSuresh Siddha2008-07-301-0/+13
* x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-301-6/+76
* x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha2008-07-301-13/+31
* x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-301-0/+2
* x86, xsave: context switch support using xsave/xrstorSuresh Siddha2008-07-301-1/+4
* x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-301-0/+12
* x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha2008-06-041-15/+29
* x86: fix fpu restore from sig returnSuresh Siddha2008-05-101-2/+10
* x86, fpu: lazy allocation of FPU area - v5Suresh Siddha2008-04-191-8/+30
* x86, fpu: split FPU state from task struct - v5Suresh Siddha2008-04-191-34/+46
* x86: clean up i387.cIngo Molnar2008-04-171-42/+46
* x86: fix merge mistake in i387.cJan Beulich2008-03-071-1/+1
* x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha2008-03-041-4/+4
* x86: make mxcsr_feature_mask static againAdrian Bunk2008-02-191-1/+1
* x86: x86 user_regset cleanupRoland McGrath2008-01-301-96/+9
* x86: x86 i387 user_regsetRoland McGrath2008-01-301-233/+248
* x86: i387 renamingRoland McGrath2008-01-301-0/+551