index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
regset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES
Eric Biggers
2017-09-26
1
-1
/
+1
*
x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate...
Eric Biggers
2017-09-26
1
-13
/
+6
*
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...
Ingo Molnar
2017-09-26
1
-6
/
+6
*
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
2017-09-26
1
-3
/
+3
*
x86/fpu: Don't let userspace set bogus xcomp_bv
Eric Biggers
2017-09-25
1
-0
/
+4
*
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
2017-09-24
1
-2
/
+2
*
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...
Ingo Molnar
2017-09-24
1
-3
/
+7
*
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
Ingo Molnar
2017-09-24
1
-2
/
+2
*
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...
Ingo Molnar
2017-09-24
1
-1
/
+4
*
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
2017-09-24
1
-2
/
+2
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
x86/fpu/xstate: Fix PTRACE frames for XSAVES
Yu-cheng Yu
2016-07-10
1
-15
/
+37
*
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