- 7496d64 Define kernel API to get address of each state in xsave area by Fenghua Yu · 11 years ago
- 7e7ce87 x86/xsaves: Enable xsaves/xrstors by Fenghua Yu · 11 years ago
- 47c2f29 x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_buf by Fenghua Yu · 11 years ago
- e7d820a x86, xsave: Support eager-only xsave features, add MPX support by Qiaowei Ren · 11 years ago
- 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
- 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 12 years ago
- e139e95 x86, smap: Do not abuse the [f][x]rstor_checking() functions for user space by H. Peter Anvin · 12 years ago
- e002298 x86, fpu: make eagerfpu= boot param tri-state by Suresh Siddha · 12 years ago
- 212b021 x86, fpu: enable eagerfpu by default for xsaveopt by Suresh Siddha · 12 years ago
- 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago
- 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
- 377ffbc x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig() by Suresh Siddha · 12 years ago
- e962591 x86, fpu: drop_fpu() before restoring new state from sigframe by Suresh Siddha · 12 years ago
- 72a671c x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels by Suresh Siddha · 12 years ago
- 0ca5bd0 x86, fpu: Consolidate inline asm routines for saving/restoring fpu state by Suresh Siddha · 12 years ago
- 5c7d03e x86/fpu/xsave: Keep __user annotation in casts by Mathias Krause · 12 years ago
- c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 13 years ago
- d75f1b3 x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state() by Suresh Siddha · 13 years ago
- 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
- f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
- 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
- 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
- 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
- 10340ae x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem() by Suresh Siddha · 14 years ago
- 4a386c3 Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 75cb5fd 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 by Linus Torvalds · 14 years ago
- 1cff92d x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0 by H. Peter Anvin · 14 years ago
- 4995b9d x86, xsave: Add __init attribute to setup_xstate_features() by Robert Richter · 14 years ago
- 45c2d7f x86, xsave: Make init_xstate_buf static by Robert Richter · 14 years ago
- ee813d5 x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) by Robert Richter · 14 years ago
- 97e80a7 x86, xsave: Introduce xstate enable functions by Robert Richter · 14 years ago
- 0e49bf6 x86, xsave: Separate fpu and xsave initialization by Robert Richter · 14 years ago
- 82d4150 x86, xsave: Move boot cpu initialization to xsave_init() by Robert Richter · 14 years ago
- 29104e1 x86, xsave: Sync xsave memory layout with its header for user handling by Suresh Siddha · 14 years ago
- a1488f8 x86, xsave: Track the offset, size of state in the xsave layout by Suresh Siddha · 14 years ago
- 8e221b6 x86: Avoid unnecessary __clear_user() and xrstor in signal handling by Suresh Siddha · 15 years ago
- d6d4d42 x86, xsave: Cleanup return codes in check_for_xstate() by Dan Carpenter · 15 years ago
- 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 15 years ago
- c9ad488 x86: Eliminate TS_XSAVE by Avi Kivity · 15 years ago
- 5b3efd5 x86, ptrace: regset extensions to support xstate by Suresh Siddha · 15 years ago
- 06c38d5 x86-64: fix FPU corruption with signals and preemption by Suresh Siddha · 16 years ago
- a30469e x86: add linux kernel support for YMM state by Suresh Siddha · 16 years ago
- 7820b75 x86: xsave.c: restore_user_xstate should be static by Jaswinder Singh Rajput · 16 years ago
- bfe085f x86: fixing __cpuinit/__init tangle, xsave_cntxt_init() by Rakib Mullick · 16 years ago
- 8bcad30 x86: make variables static by roel kluin · 16 years ago
- 9f48280 x86, fpu: check __clear_user() return value by Ingo Molnar · 16 years ago
- 04944b7 x86: xsave: set FP, SSE bits in the xsave header in the user sigcontext by Suresh Siddha · 16 years ago
- f364ead x86: xsave: fix error condition in save_i387_xstate() by Suresh Siddha · 16 years ago
- a19aac8 x86: make setup_xstate_init() __init by Alexey Dobriyan · 16 years ago
- f65bc21 x86, xsave: use BUG_ON() instead of BUILD_BUG_ON() by Suresh Siddha · 16 years ago
- ed40595 x86, xsave: clear the user buffer before doing fxsave/xsave by Suresh Siddha · 16 years ago
- 6152e4b x86, xsave: keep the XSAVE feature mask as an u64 by H. Peter Anvin · 16 years ago
- c37b5ef x86, xsave: save/restore the extended state context in sigframe by Suresh Siddha · 16 years ago
- ab51370 x86, xsave: reorganization of signal save/restore fpstate code layout by Suresh Siddha · 16 years ago
- 3c1c7f1 x86, xsave: dynamically allocate sigframes fpstate instead of static allocation by Suresh Siddha · 16 years ago
- dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago