Sebastian Andrzej Siewior
|
68239654ac
x86/fpu: Disable bottom halves while loading FPU registers
|
6 years ago |
Sebastian Andrzej Siewior
|
6aa676761d
x86/fpu: Remove second definition of fpu in __fpu__restore_sig()
|
6 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
Eric Biggers
|
b11e2e18a7
x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig()
|
7 years ago |
Ingo Molnar
|
2ce03d850b
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
|
7 years ago |
Ingo Molnar
|
e4a81bfcaa
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
|
7 years ago |
Eric Biggers
|
814fb7bb7d
x86/fpu: Don't let userspace set bogus xcomp_bv
|
7 years ago |
Ingo Molnar
|
99dc26bda2
x86/fpu: Remove struct fpu::fpregs_active
|
7 years ago |
Ingo Molnar
|
f1c8cd0176
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
|
7 years ago |
Ingo Molnar
|
b3a163081c
x86/fpu: Simplify fpu->fpregs_active use
|
7 years ago |
Ingo Molnar
|
6d7f7da553
x86/fpu: Flip the parameter order in copy_*_to_xstate()
|
7 years ago |
Ingo Molnar
|
7b9094c688
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
|
7 years ago |
Ingo Molnar
|
656f083116
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xstate()/copy_xstate_to_user()
|
7 years ago |
Andy Lutomirski
|
c592b57347
x86/fpu: Remove use_eager_fpu()
|
8 years ago |
Masahiro Yamada
|
97f2645f35
tree-wide: replace config_enabled() with IS_ENABLED()
|
9 years ago |
Yu-cheng Yu
|
1fc2b67b43
x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES
|
9 years ago |
Yu-cheng Yu
|
99aa22d0d8
x86/fpu/xstate: Copy xstate registers directly to the signal frame when compacted format is in use
|
9 years ago |
Fenghua Yu
|
bf15a8cf8d
x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size'
|
9 years ago |
Fenghua Yu
|
a1141e0b5c
x86/fpu/xstate: Define and use 'fpu_user_xstate_size'
|
9 years ago |
Dave Hansen
|
d1898b7336
x86/fpu: Add tracepoints to dump FPU state at key points
|
9 years ago |
Dave Hansen
|
ab6b529475
x86/fpu: Fix 32-bit signal frame handling
|
9 years ago |
Linus Torvalds
|
4302d506d5
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
9 years ago |
Dave Hansen
|
d91cab7813
x86/fpu: Rename XSAVE macros
|
10 years ago |
Ingo Molnar
|
86e9fc3a0e
x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32
|
10 years ago |
Ingo Molnar
|
e1884d69f6
x86/fpu: Pass 'struct fpu' to fpu__restore()
|
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 |