| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -1/+1 |
* | x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem() | Suresh Siddha | 2010-12-13 | 1 | -1/+2 |
* | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -18/+152 |
|\ |
|
| * | x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0 | H. Peter Anvin | 2010-07-21 | 1 | -11/+17 |
| * | x86, xsave: Add __init attribute to setup_xstate_features() | Robert Richter | 2010-07-21 | 1 | -1/+1 |
| * | x86, xsave: Make init_xstate_buf static | Robert Richter | 2010-07-21 | 1 | -5/+5 |
| * | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) | Robert Richter | 2010-07-21 | 1 | -3/+8 |
| * | x86, xsave: Introduce xstate enable functions | Robert Richter | 2010-07-21 | 1 | -11/+8 |
| * | x86, xsave: Separate fpu and xsave initialization | Robert Richter | 2010-07-21 | 1 | -5/+5 |
| * | x86, xsave: Move boot cpu initialization to xsave_init() | Robert Richter | 2010-07-20 | 1 | -2/+12 |
| * | x86, xsave: Sync xsave memory layout with its header for user handling | Suresh Siddha | 2010-07-19 | 1 | -1/+88 |
| * | x86, xsave: Track the offset, size of state in the xsave layout | Suresh Siddha | 2010-07-19 | 1 | -0/+29 |
| | | |
| \ | |
*-. \ | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo... | Linus Torvalds | 2010-08-06 | 1 | -10/+2 |
|\ \ \
| |_|/
|/| | |
|
| | * | x86: Avoid unnecessary __clear_user() and xrstor in signal handling | Suresh Siddha | 2010-07-06 | 1 | -10/+2 |
| |/ |
|
* / | x86, xsave: Cleanup return codes in check_for_xstate() | Dan Carpenter | 2010-06-09 | 1 | -6/+7 |
|/ |
|
* | x86: Introduce 'struct fpu' and related API | Avi Kivity | 2010-05-10 | 1 | -1/+1 |
* | x86: Eliminate TS_XSAVE | Avi Kivity | 2010-05-10 | 1 | -3/+3 |
* | x86, ptrace: regset extensions to support xstate | Suresh Siddha | 2010-02-11 | 1 | -0/+1 |
* | x86-64: fix FPU corruption with signals and preemption | Suresh Siddha | 2009-04-20 | 1 | -1/+3 |
* | x86: add linux kernel support for YMM state | Suresh Siddha | 2009-04-12 | 1 | -1/+1 |
* | x86: xsave.c: restore_user_xstate should be static | Jaswinder Singh Rajput | 2008-12-30 | 1 | -1/+1 |
* | x86: fixing __cpuinit/__init tangle, xsave_cntxt_init() | Rakib Mullick | 2008-11-20 | 1 | -1/+1 |
* | x86: make variables static | roel kluin | 2008-10-22 | 1 | -1/+1 |
* | x86, fpu: check __clear_user() return value | Ingo Molnar | 2008-10-12 | 1 | -1/+3 |
* | x86: xsave: set FP, SSE bits in the xsave header in the user sigcontext | Suresh Siddha | 2008-10-07 | 1 | -0/+25 |
* | x86: xsave: fix error condition in save_i387_xstate() | Suresh Siddha | 2008-10-07 | 1 | -0/+2 |
* | x86: make setup_xstate_init() __init | Alexey Dobriyan | 2008-09-06 | 1 | -1/+1 |
* | x86, xsave: use BUG_ON() instead of BUILD_BUG_ON() | Suresh Siddha | 2008-08-14 | 1 | -2/+1 |
* | x86, xsave: clear the user buffer before doing fxsave/xsave | Suresh Siddha | 2008-08-14 | 1 | -0/+6 |
* | x86, xsave: keep the XSAVE feature mask as an u64 | H. Peter Anvin | 2008-07-30 | 1 | -28/+17 |
* | x86, xsave: save/restore the extended state context in sigframe | Suresh Siddha | 2008-07-30 | 1 | -10/+162 |
* | x86, xsave: reorganization of signal save/restore fpstate code layout | Suresh Siddha | 2008-07-30 | 1 | -0/+79 |
* | x86, xsave: dynamically allocate sigframes fpstate instead of static allocation | Suresh Siddha | 2008-07-30 | 1 | -0/+4 |
* | x86, xsave: enable xsave/xrstor on cpus with xsave support | Suresh Siddha | 2008-07-30 | 1 | -0/+87 |