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