Oleg Nesterov
|
df24fb859a
x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()
|
11 years ago |
Oleg Nesterov
|
66463db4fc
x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()
|
11 years ago |
Fenghua Yu
|
8ff925e10f
x86/xsaves: Clean up code in xstate offsets computation in xsave area
|
11 years ago |
Fenghua Yu
|
7496d6458f
Define kernel API to get address of each state in xsave area
|
11 years ago |
Fenghua Yu
|
7e7ce87f6a
x86/xsaves: Enable xsaves/xrstors
|
11 years ago |
Fenghua Yu
|
47c2f292cc
x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_buf
|
11 years ago |
Qiaowei Ren
|
e7d820a5e5
x86, xsave: Support eager-only xsave features, add MPX support
|
11 years ago |
Paul Gortmaker
|
148f9bb877
x86: delete __cpuinit usage from all x86 files
|
12 years ago |
H. Peter Anvin
|
60e019eb37
x86: Get rid of ->hard_math and all the FPU asm fu
|
12 years ago |
H. Peter Anvin
|
e139e95590
x86, smap: Do not abuse the [f][x]rstor_checking() functions for user space
|
13 years ago |
Suresh Siddha
|
e00229819f
x86, fpu: make eagerfpu= boot param tri-state
|
13 years ago |
Suresh Siddha
|
212b02125f
x86, fpu: enable eagerfpu by default for xsaveopt
|
13 years ago |
Suresh Siddha
|
5d2bd7009f
x86, fpu: decouple non-lazy/eager fpu restore from xsave
|
13 years ago |
Suresh Siddha
|
304bceda6a
x86, fpu: use non-lazy fpu restore for processors supporting xsave
|
13 years ago |
Suresh Siddha
|
377ffbcc53
x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()
|
13 years ago |
Suresh Siddha
|
e962591749
x86, fpu: drop_fpu() before restoring new state from sigframe
|
13 years ago |
Suresh Siddha
|
72a671ced6
x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels
|
13 years ago |
Suresh Siddha
|
0ca5bd0d88
x86, fpu: Consolidate inline asm routines for saving/restoring fpu state
|
13 years ago |
Mathias Krause
|
5c7d03e99c
x86/fpu/xsave: Keep __user annotation in casts
|
13 years ago |
Joe Perches
|
c767a54ba0
x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>
|
13 years ago |
Suresh Siddha
|
d75f1b391f
x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state()
|
13 years ago |
Linus Torvalds
|
1361b83a13
i387: Split up <asm/i387.h> into exported and internal interfaces
|
13 years ago |
Linus Torvalds
|
f94edacf99
i387: move TS_USEDFPU flag from thread_info to task_struct
|
13 years ago |
Linus Torvalds
|
6d59d7a9f5
i387: don't ever touch TS_USEDFPU directly, use helper functions
|
13 years ago |
Linus Torvalds
|
15d8791cae
i387: fix x86-64 preemption-unsafe user stack save/restore
|
13 years ago |
Lucas De Marchi
|
0d2eb44f63
x86: Fix common misspellings
|
14 years ago |
Suresh Siddha
|
10340ae130
x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem()
|
14 years ago |
Linus Torvalds
|
4a386c3e17
Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
Linus Torvalds
|
75cb5fdce2
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
|
15 years ago |
H. Peter Anvin
|
1cff92d8fd
x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0
|
15 years ago |