Age | Commit message (Expand) | Author |
2012-03-28 | Disintegrate asm/system.h for X86 | David Howells |
2012-02-21 | i387: Split up <asm/i387.h> into exported and internal interfaces | Linus Torvalds |
2012-02-21 | i387: Uninline the generic FP helpers that we expose to kernel modules | Linus Torvalds |
2012-02-20 | i387: support lazy restore of FPU state | Linus Torvalds |
2012-02-20 | i387: use 'restore_fpu_checking()' directly in task switching code | Linus Torvalds |
2012-02-20 | i387: fix up some fpu_counter confusion | Linus Torvalds |
2012-02-18 | i387: re-introduce FPU state preloading at context switch time | Linus Torvalds |
2012-02-18 | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds |
2012-02-16 | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore | Linus Torvalds |
2012-02-16 | i387: do not preload FPU state at task switch time | Linus Torvalds |
2012-02-16 | i387: don't ever touch TS_USEDFPU directly, use helper functions | Linus Torvalds |
2012-02-16 | i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers | Linus Torvalds |
2012-02-16 | i387: fix x86-64 preemption-unsafe user stack save/restore | Linus Torvalds |
2012-02-15 | i387: fix sense of sanity check | Linus Torvalds |
2012-02-13 | i387: make irq_fpu_usable() tests more robust | Linus Torvalds |
2012-02-13 | i387: math_state_restore() isn't called from asm | Linus Torvalds |
2011-12-06 | sched/accounting: Change cpustat fields to an array | Glauber Costa |
2011-04-06 | x86-32, fpu: Fix FPU exception handling on non-SSE systems | Hans Rosenfeld |
2010-10-22 | x86-64, asm: Use fxsaveq/fxrestorq in more places | H. Peter Anvin |
2010-10-21 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2010-10-13 | x86-64, asm: If the assembler supports fxsave64, use it | H. Peter Anvin |
2010-09-09 | x86, fpu: Merge fpu_save_init() | Brian Gerst |
2010-09-09 | x86-32, fpu: Rewrite fpu_save_init() | Brian Gerst |
2010-09-09 | x86, fpu: Remove PSHUFB_XMM5_* macros | Brian Gerst |
2010-09-09 | x86, fpu: Remove unnecessary ifdefs from i387 code. | Brian Gerst |
2010-09-09 | x86-64, fpu: Simplify constraints for fxsave/fxtstor | Brian Gerst |
2010-09-09 | x86-64, fpu: Disable preemption when using TS_USEDFPU | Brian Gerst |
2010-09-09 | x86, fpu: Merge __save_init_fpu() | Brian Gerst |
2010-09-09 | x86, fpu: Merge tolerant_fwait() | Brian Gerst |
2010-08-06 | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-08-06 | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo... | Linus Torvalds |
2010-08-01 | x86: Export FPU API for KVM use | Sheng Yang |
2010-07-21 | x86, xsave: Separate fpu and xsave initialization | Robert Richter |
2010-07-19 | x86, xsave: Use xsaveopt in context-switch path when supported | Suresh Siddha |
2010-07-19 | x86, xsave: Sync xsave memory layout with its header for user handling | Suresh Siddha |
2010-07-06 | x86: Avoid unnecessary __clear_user() and xrstor in signal handling | Suresh Siddha |
2010-05-11 | x86, fpu: Use static_cpu_has() to implement use_xsave() | H. Peter Anvin |
2010-05-10 | x86, fpu: Use the proper asm constraint in use_xsave() | H. Peter Anvin |
2010-05-10 | x86: Introduce 'struct fpu' and related API | Avi Kivity |
2010-05-10 | x86: Eliminate TS_XSAVE | Avi Kivity |
2010-02-11 | x86, ptrace: regset extensions to support xstate | Suresh Siddha |
2009-11-03 | crypto: ghash-intel - Add PSHUFB macros | Herbert Xu |
2009-09-14 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2009-09-01 | x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.h | Huang Ying |
2009-06-17 | x86: split out core __math_state_restore | Jeremy Fitzhardinge |
2009-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-06-09 | x86: Clear TS in irq_ts_save() when in an atomic section | Chuck Ebbert |
2009-04-08 | x86_64: fix incorrect comments | Jiri Slaby |
2009-04-08 | x86: unify restore_fpu_checking | Jiri Slaby |
2009-04-08 | x86_32: introduce restore_fpu_checking() | Jiri Slaby |