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 |
Robert Richter
|
4995b9dba9
x86, xsave: Add __init attribute to setup_xstate_features()
|
15 years ago |
Robert Richter
|
45c2d7f462
x86, xsave: Make init_xstate_buf static
|
15 years ago |
Robert Richter
|
ee813d53a8
x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)
|
15 years ago |
Robert Richter
|
97e80a70db
x86, xsave: Introduce xstate enable functions
|
15 years ago |
Robert Richter
|
0e49bf66d2
x86, xsave: Separate fpu and xsave initialization
|
15 years ago |
Robert Richter
|
82d4150cec
x86, xsave: Move boot cpu initialization to xsave_init()
|
15 years ago |
Suresh Siddha
|
29104e101d
x86, xsave: Sync xsave memory layout with its header for user handling
|
15 years ago |
Suresh Siddha
|
a1488f8bf4
x86, xsave: Track the offset, size of state in the xsave layout
|
15 years ago |
Suresh Siddha
|
8e221b6db4
x86: Avoid unnecessary __clear_user() and xrstor in signal handling
|
15 years ago |
Dan Carpenter
|
d6d4d4205c
x86, xsave: Cleanup return codes in check_for_xstate()
|
15 years ago |
Avi Kivity
|
8660328332
x86: Introduce 'struct fpu' and related API
|
15 years ago |
Avi Kivity
|
c9ad488289
x86: Eliminate TS_XSAVE
|
15 years ago |
Suresh Siddha
|
5b3efd5008
x86, ptrace: regset extensions to support xstate
|
15 years ago |
Suresh Siddha
|
06c38d5e36
x86-64: fix FPU corruption with signals and preemption
|
16 years ago |
Suresh Siddha
|
a30469e792
x86: add linux kernel support for YMM state
|
16 years ago |
Jaswinder Singh Rajput
|
7820b75643
x86: xsave.c: restore_user_xstate should be static
|
16 years ago |
Rakib Mullick
|
bfe085f62f
x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()
|
16 years ago |
roel kluin
|
8bcad30f2e
x86: make variables static
|
16 years ago |
Ingo Molnar
|
9f482807a6
x86, fpu: check __clear_user() return value
|
17 years ago |
Suresh Siddha
|
04944b793e
x86: xsave: set FP, SSE bits in the xsave header in the user sigcontext
|
16 years ago |
Suresh Siddha
|
f364eadab5
x86: xsave: fix error condition in save_i387_xstate()
|
16 years ago |
Alexey Dobriyan
|
a19aac8548
x86: make setup_xstate_init() __init
|
17 years ago |
Suresh Siddha
|
f65bc214e0
x86, xsave: use BUG_ON() instead of BUILD_BUG_ON()
|
17 years ago |
Suresh Siddha
|
ed40595805
x86, xsave: clear the user buffer before doing fxsave/xsave
|
17 years ago |
H. Peter Anvin
|
6152e4b1c9
x86, xsave: keep the XSAVE feature mask as an u64
|
17 years ago |