aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/i387.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-19x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Ingo Molnar1-718/+0
2015-05-19x86/fpu: Rename init_thread_xstate() to fpstate_xstate_init_size()Ingo Molnar1-4/+4
2015-05-19x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar1-4/+6
2015-05-19x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar1-4/+4
2015-05-19x86/fpu: Rename fpu_alloc() to fpstate_alloc()Ingo Molnar1-4/+8
2015-05-19x86/fpu: Move fpu_alloc() out of lineIngo Molnar1-0/+12
2015-05-19x86/fpu: Simplify fpu__unlazy_stopped()Ingo Molnar1-2/+4
2015-05-19x86/fpu: Optimize fpu__unlazy_stopped()Ingo Molnar1-2/+0
2015-05-19x86/fpu: Rename init_fpu() to fpu__unlazy_stopped() and add debugging checkIngo Molnar1-14/+17
2015-05-19x86/fpu: Make init_fpu() staticIngo Molnar1-2/+1
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar1-0/+31
2015-05-19x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar1-1/+5
2015-05-19x86/fpu: Add debugging check to fpu__save()Ingo Molnar1-0/+4
2015-05-19x86/fpu: Add comments to fpu__save() and restrict its exportIngo Molnar1-1/+4
2015-05-19x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar1-3/+3
2015-04-17x86/fpu: Load xsave pointer *after* initializationBorislav Petkov1-2/+6
2015-04-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+26
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-1/+1
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov1-1/+1
2015-03-23Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar1-1/+2
2015-03-10x86/fpu: Factor out memset(xstate, 0) in fpu_finit() pathsOleg Nesterov1-1/+2
2015-03-10x86/fpu: Change xstateregs_get()/set() to use ->xsave.i387 rather than ->fxsaveOleg Nesterov1-16/+9
2015-02-23x86/fpu: Always allow FPU in interrupt if use_eager_fpu()Oleg Nesterov1-3/+3
2015-02-23x86/fpu: __kernel_fpu_begin() should clear fpu_owner_task even if use_eager_fpu()Oleg Nesterov1-2/+3
2015-02-19Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/fpuIngo Molnar1-5/+8
2015-02-19x86/fpu: Use task_disable_lazy_fpu_restore() helperRik van Riel1-1/+1
2015-02-19x86/fpu: Don't do __thread_fpu_end() if use_eager_fpu()Oleg Nesterov1-2/+6
2015-02-19x86/fpu: Don't reset thread.fpu_counterOleg Nesterov1-2/+1
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-1/+2
2015-01-20x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov1-0/+11
2015-01-20x86, fpu: Don't abuse has_fpu in __kernel_fpu_begin/end()Oleg Nesterov1-13/+6
2015-01-20x86, fpu: Introduce per-cpu in_kernel_fpu stateOleg Nesterov1-0/+9
2014-05-29x86/xsaves: Clear reserved bits in xsave headerFenghua Yu1-1/+1
2014-03-11x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPUSuresh Siddha1-3/+12
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