Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has() | Borislav Petkov | 2016-04-13 | 1 | -2/+2 |
* | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -4/+4 |
* | x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -5/+8 |
* | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 | 1 | -1/+1 |
* | x86/fpu: Rename XSAVE macros | Dave Hansen | 2015-09-14 | 1 | -2/+2 |
* | x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write() | Ingo Molnar | 2015-05-27 | 1 | -3/+3 |
* | x86/fpu: Split out the fpu__activate_fpstate_read() method | Ingo Molnar | 2015-05-27 | 1 | -3/+3 |
* | x86/fpu: Fix FPU register read access to the current task | Ingo Molnar | 2015-05-27 | 1 | -6/+6 |
* | x86/fpu: Harmonize FPU register state types | Ingo Molnar | 2015-05-19 | 1 | -5/+5 |
* | x86/fpu: Factor out the FPU regset code into fpu/regset.c | Ingo Molnar | 2015-05-19 | 1 | -0/+356 |