summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/i387.h
AgeCommit message (Expand)Author
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar
2015-05-19x86/fpu: Rename fpu__flush_thread() to fpu__clear()Ingo Molnar
2015-05-19x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar
2015-05-19x86/fpu: Use 'struct fpu' in fpu__save()Ingo Molnar
2015-05-19x86/fpu: Make kernel_fpu_disable/enable() staticIngo Molnar
2015-05-19x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()Ingo Molnar
2015-05-19x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar
2015-05-19x86/fpu: Factor out fpu__flush_thread() from flush_thread()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar
2015-05-19x86/fpu: Make init_fpu() staticIngo Molnar
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar
2015-05-19x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar
2015-01-20x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov
2015-01-20x86, fpu: Introduce per-cpu in_kernel_fpu stateOleg Nesterov
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha
2012-03-28Disintegrate asm/system.h for X86David Howells
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds
2012-02-21i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds
2012-02-20i387: support lazy restore of FPU stateLinus Torvalds
2012-02-20i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds
2012-02-20i387: fix up some fpu_counter confusionLinus Torvalds
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-16i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds
2012-02-16i387: do not preload FPU state at task switch timeLinus Torvalds
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2012-02-16i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds
2012-02-15i387: fix sense of sanity checkLinus Torvalds
2012-02-13i387: make irq_fpu_usable() tests more robustLinus Torvalds
2012-02-13i387: math_state_restore() isn't called from asmLinus Torvalds
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa
2011-04-06x86-32, fpu: Fix FPU exception handling on non-SSE systemsHans Rosenfeld
2010-10-22x86-64, asm: Use fxsaveq/fxrestorq in more placesH. Peter Anvin
2010-10-21Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-10-13x86-64, asm: If the assembler supports fxsave64, use itH. Peter Anvin
2010-09-09x86, fpu: Merge fpu_save_init()Brian Gerst
2010-09-09x86-32, fpu: Rewrite fpu_save_init()Brian Gerst
2010-09-09x86, fpu: Remove PSHUFB_XMM5_* macrosBrian Gerst
2010-09-09x86, fpu: Remove unnecessary ifdefs from i387 code.Brian Gerst
2010-09-09x86-64, fpu: Simplify constraints for fxsave/fxtstorBrian Gerst
2010-09-09x86-64, fpu: Disable preemption when using TS_USEDFPUBrian Gerst
2010-09-09x86, fpu: Merge __save_init_fpu()Brian Gerst
2010-09-09x86, fpu: Merge tolerant_fwait()Brian Gerst
2010-08-06Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-06Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds
2010-08-01x86: Export FPU API for KVM useSheng Yang
2010-07-21x86, xsave: Separate fpu and xsave initializationRobert Richter
2010-07-19x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha