aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/i387.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta1-1/+1
2013-07-26x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.dazH.J. Lu1-1/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-5/+5
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-11/+48
2013-05-30x86: Allow FPU to be used at interrupt time even with eagerfpuPekka Riikonen1-9/+5
2012-11-14x86/i387.c: Initialize thread xstate only on CPU0 only onceFenghua Yu1-1/+5
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha1-8/+5
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha1-17/+8
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha1-3/+17
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha1-242/+4
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-1/+1
2012-04-16i387: ptrace breaks the lazy-fpu-restore logicOleg Nesterov1-0/+1
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-1/+2
2012-02-21i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds1-0/+80
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12KVM: Initialize fpu state in preemptible contextAvi Kivity1-0/+1
2010-10-21Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-30/+28
2010-09-09x86, fpu: Remove unnecessary ifdefs from i387 code.Brian Gerst1-4/+0
2010-09-09x86-64, fpu: Fix %cs value in convert_from_fxsr()Brian Gerst1-10/+8
2010-09-09x86, fpu: Merge fpu_init()Brian Gerst1-16/+14
2010-08-22Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2010-08-15KVM: fix poison overwritten caused by using wrong xstate sizeXiaotian Feng1-0/+1
2010-08-12x86, xsave: Disable xsave in i387 emulation modeRobert Richter1-0/+6
2010-08-06Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+28
2010-08-01x86: Export FPU API for KVM useSheng Yang1-1/+2
2010-07-21x86, xsave: Separate fpu and xsave initializationRobert Richter1-8/+19
2010-07-20x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter1-5/+0
2010-07-19x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha1-0/+11
2010-05-10x86: Introduce 'struct fpu' and related APIAvi Kivity1-51/+51
2010-05-10x86: Eliminate TS_XSAVEAvi Kivity1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-23x86, ptrace: Remove set_stopped_child_used_math() in [x]fpregs_setSuresh Siddha1-4/+0
2010-02-23x86, ptrace: Simplify xstateregs_get()Suresh Siddha1-23/+7
2010-02-11x86, ptrace: regset extensions to support xstateSuresh Siddha1-0/+83
2009-03-04x86, math-emu: fix init_fpu for task != currentDaniel Glöckner1-1/+1
2008-11-20x86: fix __cpuinit/__init tangle in init_thread_xstate()Rakib Mullick1-1/+1
2008-10-07x86: xsave: set FP, SSE bits in the xsave header in the user sigcontextSuresh Siddha1-0/+14
2008-07-30x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin1-7/+5
2008-07-30x86, xsave: update xsave header bits during ptrace fpregs setSuresh Siddha1-0/+13
2008-07-30x86, xsave: save/restore the extended state context in sigframeSuresh Siddha1-6/+76
2008-07-30x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha1-13/+31
2008-07-30x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha1-0/+2
2008-07-30x86, xsave: context switch support using xsave/xrstorSuresh Siddha1-1/+4
2008-07-30x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha1-0/+12
2008-06-04x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha1-15/+29
2008-05-10x86: fix fpu restore from sig returnSuresh Siddha1-2/+10
2008-04-19x86, fpu: lazy allocation of FPU area - v5Suresh Siddha1-8/+30
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha1-34/+46
2008-04-17x86: clean up i387.cIngo Molnar1-42/+46