Yu-cheng Yu
|
35ac2d7ba7
x86/fpu/xstate: Fix fpstate_init() for XRSTORS
|
9 anos atrás |
Fenghua Yu
|
bf15a8cf8d
x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size'
|
9 anos atrás |
Dave Hansen
|
d1898b7336
x86/fpu: Add tracepoints to dump FPU state at key points
|
9 anos atrás |
Borislav Petkov
|
6aa6dbfced
x86/fpu: Get rid of x87 math exception helpers
|
9 anos atrás |
Borislav Petkov
|
01f8fd7379
x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage
|
9 anos atrás |
Borislav Petkov
|
a402a8dffc
x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage
|
9 anos atrás |
Borislav Petkov
|
dda9edf7c1
x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage
|
9 anos atrás |
Linus Torvalds
|
643ad15d47
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
9 anos atrás |
Linus Torvalds
|
ecc026bff6
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
9 anos atrás |
Borislav Petkov
|
6e6867093d
x86/fpu: Fix eager-FPU handling on legacy FPU machines
|
9 anos atrás |
Dave Hansen
|
b8b9b6ba9d
x86/fpu: Allow setting of XSAVE state
|
9 anos atrás |
Andy Lutomirski
|
a20d729704
x86/fpu: Fold fpu_copy() into fpu__copy()
|
9 anos atrás |
Andy Lutomirski
|
5ed73f4073
x86/fpu: Fix FNSAVE usage in eagerfpu mode
|
9 anos atrás |
Andy Lutomirski
|
4ecd16ec70
x86/fpu: Fix math emulation in eager fpu mode
|
9 anos atrás |
Ingo Molnar
|
827409b2f5
x86/fpu/math-emu: Fix crash in fork()
|
10 anos atrás |
Ingo Molnar
|
003e2e8b57
x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()
|
10 anos atrás |
Ingo Molnar
|
9ccc27a5d2
x86/fpu: Remove error return values from copy_kernel_to_*regs() functions
|
10 anos atrás |
Ingo Molnar
|
3e1bf47e5c
x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()
|
10 anos atrás |
Ingo Molnar
|
ce2a1e67f1
x86/fpu: Add debugging check to fpu__restore()
|
10 anos atrás |
Ingo Molnar
|
343763c3b0
x86/fpu: Optimize fpu__activate_fpstate_write()
|
10 anos atrás |
Ingo Molnar
|
6a81d7eb33
x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
|
10 anos atrás |
Ingo Molnar
|
9ba6b79102
x86/fpu: Optimize fpu__activate_fpstate_read()
|
10 anos atrás |
Ingo Molnar
|
0560281266
x86/fpu: Split out the fpu__activate_fpstate_read() method
|
10 anos atrás |
Ingo Molnar
|
47f01e8cc2
x86/fpu: Fix FPU register read access to the current task
|
10 anos atrás |
Ingo Molnar
|
e97131a839
x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
|
10 anos atrás |
Ingo Molnar
|
e1884d69f6
x86/fpu: Pass 'struct fpu' to fpu__restore()
|
10 anos atrás |
Ingo Molnar
|
63c6680cd0
x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()
|
10 anos atrás |
Ingo Molnar
|
aeb997b9f2
x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching comments
|
10 anos atrás |
Ingo Molnar
|
c47ada305d
x86/fpu: Harmonize FPU register state types
|
10 anos atrás |
Ingo Molnar
|
0c306bcfba
x86/fpu: Factor out the FPU regset code into fpu/regset.c
|
10 anos atrás |