| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/fpu: Rename i387.h to fpu/api.h | Ingo Molnar | 2015-05-19 | 1 | -107/+0 |
* | x86/fpu: Rename fpu__flush_thread() to fpu__clear() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Use 'struct fpu' in fpstate_alloc_init() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Use 'struct fpu' in fpu__save() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Make kernel_fpu_disable/enable() static | Ingo Molnar | 2015-05-19 | 1 | -4/+0 |
* | x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs() | Ingo Molnar | 2015-05-19 | 1 | -0/+1 |
* | x86/fpu: Rename math_state_restore() to fpu__restore() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Factor out fpu__flush_thread() from flush_thread() | Ingo Molnar | 2015-05-19 | 1 | -0/+1 |
* | x86/fpu: Rename fpu_finit() to fpstate_init() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Make init_fpu() static | Ingo Molnar | 2015-05-19 | 1 | -2/+0 |
* | x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() | Ingo Molnar | 2015-05-19 | 1 | -0/+3 |
* | x86/fpu: Rename unlazy_fpu() to fpu__save() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() | Oleg Nesterov | 2015-01-20 | 1 | -0/+4 |
* | x86, fpu: Introduce per-cpu in_kernel_fpu state | Oleg Nesterov | 2015-01-20 | 1 | -1/+1 |
* | x86, kvm: fix kvm's usage of kernel_fpu_begin/end() | Suresh Siddha | 2012-09-21 | 1 | -2/+26 |
* | x86, fpu: use non-lazy fpu restore for processors supporting xsave | Suresh Siddha | 2012-09-18 | 1 | -0/+1 |
* | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -1/+0 |
* | i387: Split up <asm/i387.h> into exported and internal interfaces | Linus Torvalds | 2012-02-21 | 1 | -506/+6 |
* | i387: Uninline the generic FP helpers that we expose to kernel modules | Linus Torvalds | 2012-02-21 | 1 | -74/+4 |
* | i387: support lazy restore of FPU state | Linus Torvalds | 2012-02-20 | 1 | -12/+23 |
* | i387: use 'restore_fpu_checking()' directly in task switching code | Linus Torvalds | 2012-02-20 | 1 | -3/+14 |
* | i387: fix up some fpu_counter confusion | Linus Torvalds | 2012-02-20 | 1 | -1/+2 |
* | i387: re-introduce FPU state preloading at context switch time | Linus Torvalds | 2012-02-18 | 1 | -17/+93 |
* | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds | 2012-02-18 | 1 | -22/+22 |
* | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore | Linus Torvalds | 2012-02-16 | 1 | -19/+0 |
* | i387: do not preload FPU state at task switch time | Linus Torvalds | 2012-02-16 | 1 | -1/+0 |
* | i387: don't ever touch TS_USEDFPU directly, use helper functions | Linus Torvalds | 2012-02-16 | 1 | -20/+55 |
* | i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers | Linus Torvalds | 2012-02-16 | 1 | -3/+6 |
* | i387: fix x86-64 preemption-unsafe user stack save/restore | Linus Torvalds | 2012-02-16 | 1 | -0/+42 |
* | i387: fix sense of sanity check | Linus Torvalds | 2012-02-15 | 1 | -1/+1 |
* | i387: make irq_fpu_usable() tests more robust | Linus Torvalds | 2012-02-13 | 1 | -8/+46 |
* | i387: math_state_restore() isn't called from asm | Linus Torvalds | 2012-02-13 | 1 | -1/+1 |
* | sched/accounting: Change cpustat fields to an array | Glauber Costa | 2011-12-06 | 1 | -1/+1 |
* | x86-32, fpu: Fix FPU exception handling on non-SSE systems | Hans Rosenfeld | 2011-04-06 | 1 | -1/+1 |
* | x86-64, asm: Use fxsaveq/fxrestorq in more places | H. Peter Anvin | 2010-10-22 | 1 | -0/+24 |
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-10-21 | 1 | -134/+49 |
|\ |
|
| * | x86, fpu: Merge fpu_save_init() | Brian Gerst | 2010-09-09 | 1 | -44/+4 |
| * | x86-32, fpu: Rewrite fpu_save_init() | Brian Gerst | 2010-09-09 | 1 | -25/+22 |
| * | x86, fpu: Remove PSHUFB_XMM5_* macros | Brian Gerst | 2010-09-09 | 1 | -3/+0 |
| * | x86, fpu: Remove unnecessary ifdefs from i387 code. | Brian Gerst | 2010-09-09 | 1 | -6/+6 |
| * | x86-64, fpu: Simplify constraints for fxsave/fxtstor | Brian Gerst | 2010-09-09 | 1 | -27/+17 |
| * | x86-64, fpu: Disable preemption when using TS_USEDFPU | Brian Gerst | 2010-09-09 | 1 | -15/+0 |
| * | x86, fpu: Merge __save_init_fpu() | Brian Gerst | 2010-09-09 | 1 | -9/+2 |
| * | x86, fpu: Merge tolerant_fwait() | Brian Gerst | 2010-09-09 | 1 | -15/+4 |
* | | x86-64, asm: If the assembler supports fxsave64, use it | H. Peter Anvin | 2010-10-13 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -1/+14 |
|\ |
|
| * | x86, xsave: Separate fpu and xsave initialization | Robert Richter | 2010-07-21 | 1 | -1/+0 |
| * | x86, xsave: Use xsaveopt in context-switch path when supported | Suresh Siddha | 2010-07-19 | 1 | -1/+1 |
| * | x86, xsave: Sync xsave memory layout with its header for user handling | Suresh Siddha | 2010-07-19 | 1 | -0/+14 |
| | | |
| \ | |
*-. \ | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo... | Linus Torvalds | 2010-08-06 | 1 | -0/+9 |
|\ \ \
| | |/
| |/| |
|