| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-09-02 | x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable() |  Oleg Nesterov | 1 | -1/+4 |
| 2014-09-02 | x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal() |  Oleg Nesterov | 1 | -2/+0 |
| 2014-05-30 | x86/xsaves: Clean up code in xstate offsets computation in xsave area |  Fenghua Yu | 1 | -4/+9 |
| 2014-05-29 | Define kernel API to get address of each state in xsave area |  Fenghua Yu | 1 | -0/+64 |
| 2014-05-29 | x86/xsaves: Enable xsaves/xrstors |  Fenghua Yu | 1 | -6/+33 |
| 2014-05-29 | x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_buf |  Fenghua Yu | 1 | -2/+8 |
| 2013-12-06 | x86, xsave: Support eager-only xsave features, add MPX support |  Qiaowei Ren | 1 | -0/+10 |
| 2013-07-14 | x86: delete __cpuinit usage from all x86 files |  Paul Gortmaker | 1 | -2/+2 |
| 2013-06-06 | x86: Get rid of ->hard_math and all the FPU asm fu |  H. Peter Anvin | 1 | -3/+2 |
| 2012-09-25 | x86, smap: Do not abuse the [f][x]rstor_checking() functions for user space |  H. Peter Anvin | 1 | -3/+3 |
| 2012-09-18 | x86, fpu: make eagerfpu= boot param tri-state |  Suresh Siddha | 1 | -5/+12 |
| 2012-09-18 | x86, fpu: enable eagerfpu by default for xsaveopt |  Suresh Siddha | 1 | -0/+3 |
| 2012-09-18 | x86, fpu: decouple non-lazy/eager fpu restore from xsave |  Suresh Siddha | 1 | -30/+57 |
| 2012-09-18 | x86, fpu: use non-lazy fpu restore for processors supporting xsave |  Suresh Siddha | 1 | -11/+46 |
| 2012-09-18 | x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig() |  Suresh Siddha | 1 | -1/+0 |
| 2012-09-18 | x86, fpu: drop_fpu() before restoring new state from sigframe |  Suresh Siddha | 1 | -5/+3 |
| 2012-09-18 | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels |  Suresh Siddha | 1 | -174/+258 |
| 2012-09-18 | x86, fpu: Consolidate inline asm routines for saving/restoring fpu state |  Suresh Siddha | 1 | -1/+3 |
| 2012-09-05 | x86/fpu/xsave: Keep __user annotation in casts |  Mathias Krause | 1 | -3/+3 |
| 2012-06-06 | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> |  Joe Perches | 1 | -5/+7 |
| 2012-05-16 | x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state() |  Suresh Siddha | 1 | -2/+0 |
| 2012-02-21 | i387: Split up <asm/i387.h> into exported and internal interfaces |  Linus Torvalds | 1 | -0/+1 |
| 2012-02-18 | i387: move TS_USEDFPU flag from thread_info to task_struct |  Linus Torvalds | 1 | -1/+1 |
| 2012-02-16 | i387: don't ever touch TS_USEDFPU directly, use helper functions |  Linus Torvalds | 1 | -1/+1 |
| 2012-02-16 | i387: fix x86-64 preemption-unsafe user stack save/restore |  Linus Torvalds | 1 | -7/+3 |
| 2011-03-18 | x86: Fix common misspellings |  Lucas De Marchi | 1 | -1/+1 |
| 2010-12-13 | x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem() |  Suresh Siddha | 1 | -1/+2 |
| 2010-08-06 | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -18/+152 |
| 2010-08-06 | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -10/+2 |
| 2010-07-21 | x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0 |  H. Peter Anvin | 1 | -11/+17 |
| 2010-07-21 | x86, xsave: Add __init attribute to setup_xstate_features() |  Robert Richter | 1 | -1/+1 |
| 2010-07-21 | x86, xsave: Make init_xstate_buf static |  Robert Richter | 1 | -5/+5 |
| 2010-07-21 | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) |  Robert Richter | 1 | -3/+8 |
| 2010-07-21 | x86, xsave: Introduce xstate enable functions |  Robert Richter | 1 | -11/+8 |
| 2010-07-21 | x86, xsave: Separate fpu and xsave initialization |  Robert Richter | 1 | -5/+5 |
| 2010-07-20 | x86, xsave: Move boot cpu initialization to xsave_init() |  Robert Richter | 1 | -2/+12 |
| 2010-07-19 | x86, xsave: Sync xsave memory layout with its header for user handling |  Suresh Siddha | 1 | -1/+88 |
| 2010-07-19 | x86, xsave: Track the offset, size of state in the xsave layout |  Suresh Siddha | 1 | -0/+29 |
| 2010-07-06 | x86: Avoid unnecessary __clear_user() and xrstor in signal handling |  Suresh Siddha | 1 | -10/+2 |
| 2010-06-09 | x86, xsave: Cleanup return codes in check_for_xstate() |  Dan Carpenter | 1 | -6/+7 |
| 2010-05-10 | x86: Introduce 'struct fpu' and related API |  Avi Kivity | 1 | -1/+1 |
| 2010-05-10 | x86: Eliminate TS_XSAVE |  Avi Kivity | 1 | -3/+3 |
| 2010-02-11 | x86, ptrace: regset extensions to support xstate |  Suresh Siddha | 1 | -0/+1 |
| 2009-04-20 | x86-64: fix FPU corruption with signals and preemption |  Suresh Siddha | 1 | -1/+3 |
| 2009-04-12 | x86: add linux kernel support for YMM state |  Suresh Siddha | 1 | -1/+1 |
| 2008-12-30 | x86: xsave.c: restore_user_xstate should be static |  Jaswinder Singh Rajput | 1 | -1/+1 |
| 2008-11-20 | x86: fixing __cpuinit/__init tangle, xsave_cntxt_init() |  Rakib Mullick | 1 | -1/+1 |
| 2008-10-22 | x86: make variables static |  roel kluin | 1 | -1/+1 |
| 2008-10-12 | x86, fpu: check __clear_user() return value |  Ingo Molnar | 1 | -1/+3 |
| 2008-10-07 | x86: xsave: set FP, SSE bits in the xsave header in the user sigcontext |  Suresh Siddha | 1 | -0/+25 |