summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/i387.h
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-107/+0
* x86/fpu: Rename fpu__flush_thread() to fpu__clear()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Use 'struct fpu' in fpu__save()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Make kernel_fpu_disable/enable() staticIngo Molnar2015-05-191-4/+0
* x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()Ingo Molnar2015-05-191-0/+1
* x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Factor out fpu__flush_thread() from flush_thread()Ingo Molnar2015-05-191-0/+1
* x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Make init_fpu() staticIngo Molnar2015-05-191-2/+0
* x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar2015-05-191-0/+3
* x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar2015-05-191-1/+1
* x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov2015-01-201-0/+4
* x86, fpu: Introduce per-cpu in_kernel_fpu stateOleg Nesterov2015-01-201-1/+1
* x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha2012-09-211-2/+26
* x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha2012-09-181-0/+1
* Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
* i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-506/+6
* i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds2012-02-211-74/+4
* i387: support lazy restore of FPU stateLinus Torvalds2012-02-201-12/+23
* i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds2012-02-201-3/+14
* i387: fix up some fpu_counter confusionLinus Torvalds2012-02-201-1/+2
* i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-181-17/+93
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-181-22/+22
* i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-161-19/+0
* i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-161-1/+0
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-161-20/+55
* i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds2012-02-161-3/+6
* i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-161-0/+42
* i387: fix sense of sanity checkLinus Torvalds2012-02-151-1/+1
* i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-131-8/+46
* i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-131-1/+1
* sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-061-1/+1
* x86-32, fpu: Fix FPU exception handling on non-SSE systemsHans Rosenfeld2011-04-061-1/+1
* x86-64, asm: Use fxsaveq/fxrestorq in more placesH. Peter Anvin2010-10-221-0/+24
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-211-134/+49
|\
| * x86, fpu: Merge fpu_save_init()Brian Gerst2010-09-091-44/+4
| * x86-32, fpu: Rewrite fpu_save_init()Brian Gerst2010-09-091-25/+22
| * x86, fpu: Remove PSHUFB_XMM5_* macrosBrian Gerst2010-09-091-3/+0
| * x86, fpu: Remove unnecessary ifdefs from i387 code.Brian Gerst2010-09-091-6/+6
| * x86-64, fpu: Simplify constraints for fxsave/fxtstorBrian Gerst2010-09-091-27/+17
| * x86-64, fpu: Disable preemption when using TS_USEDFPUBrian Gerst2010-09-091-15/+0
| * x86, fpu: Merge __save_init_fpu()Brian Gerst2010-09-091-9/+2
| * x86, fpu: Merge tolerant_fwait()Brian Gerst2010-09-091-15/+4
* | x86-64, asm: If the assembler supports fxsave64, use itH. Peter Anvin2010-10-131-1/+1
|/
* Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-1/+14
|\
| * x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-211-1/+0
| * x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha2010-07-191-1/+1
| * x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2010-07-191-0/+14
| |
| \
*-. \ Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds2010-08-061-0/+9
|\ \ \ | | |/ | |/|
OpenPOWER on IntegriCloud