yu-cheng yu
|
a5fe93a549
x86/fpu: Disable MPX when eagerfpu is off
|
9 years ago |
yu-cheng yu
|
eb7c5f872e
x86/fpu: Disable XGETBV1 when no XSAVE
|
9 years ago |
Rasmus Villemoes
|
e49a449b86
x86/fpu: Put a few variables in .init.data
|
9 years ago |
Huaitong Han
|
a05917b6ba
x86/fpu: Fix get_xsave_addr() behavior under virtualization
|
9 years ago |
Dave Hansen
|
ef78f2a4bf
x86/fpu: Check CPU-provided sizes against struct declarations
|
10 years ago |
Dave Hansen
|
e6e888f96b
x86/fpu: Check to ensure increasing-offset xstate offsets
|
10 years ago |
Dave Hansen
|
65ac2e9baa
x86/fpu: Correct and check XSAVE xstate size calculations
|
10 years ago |
Dave Hansen
|
633d54c47a
x86/fpu: Add xfeature_enabled() helper instead of test_bit()
|
10 years ago |
Dave Hansen
|
ee9ae257eb
x86/fpu: Remove 'xfeature_nr'
|
10 years ago |
Dave Hansen
|
8a93c9e0dc
x86/fpu: Rework XSTATE_* macros to remove magic '2'
|
10 years ago |
Dave Hansen
|
dad8c4fe85
x86/fpu: Rename XFEATURES_NR_MAX
|
10 years ago |
Dave Hansen
|
d91cab7813
x86/fpu: Rename XSAVE macros
|
10 years ago |
Dave Hansen
|
4109ca066b
x86/fpu: Remove XSTATE_RESERVE
|
10 years ago |
Dave Hansen
|
0a26537502
x86/fpu: Move XSAVE-disabling code to a helper
|
10 years ago |
Dave Hansen
|
b081535959
x86/fpu: Print xfeature buffer size in decimal
|
10 years ago |
Dave Hansen
|
a842400367
x86/fpu: Fix double-increment in setup_xstate_features()
|
10 years ago |
Dave Hansen
|
04cd027bcb
x86/fpu/xstate: Wrap get_xsave_addr() to make it safer
|
10 years ago |
Dave Hansen
|
0c4109bec0
x86/fpu/xstate: Fix up bad get_xsave_addr() assumptions
|
10 years ago |
Ingo Molnar
|
d65fcd608f
x86/fpu: Simplify copy_kernel_to_xregs_booting()
|
10 years ago |
Ingo Molnar
|
6e5535940f
x86/fpu: Fix fpu__init_system_xstate() comments
|
10 years ago |
Ingo Molnar
|
e97131a839
x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
|
10 years ago |
Ingo Molnar
|
32231879f6
x86/fpu/init: Propagate __init annotations
|
10 years ago |
Ingo Molnar
|
5fd402dfa7
x86/fpu/xstate: Clean up setup_xstate_comp() call
|
10 years ago |
Ingo Molnar
|
39f1acd243
x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the end
|
10 years ago |
Ingo Molnar
|
aeb997b9f2
x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching comments
|
10 years ago |
Ingo Molnar
|
c47ada305d
x86/fpu: Harmonize FPU register state types
|
10 years ago |
Ingo Molnar
|
b992c660d3
x86/fpu: Factor out fpu/signal.c
|
10 years ago |
Ingo Molnar
|
c681314421
x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions
|
10 years ago |
Ingo Molnar
|
6f57502310
x86/fpu: Generalize 'init_xstate_ctx'
|
10 years ago |
Ingo Molnar
|
bf935b0b52
x86/fpu: Create 'union thread_xstate' helper for fpstate_init()
|
10 years ago |