index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
regset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-25
x86/fpu: Don't let userspace set bogus xcomp_bv
Eric Biggers
1
-0
/
+4
2017-09-24
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
1
-2
/
+2
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...
Ingo Molnar
1
-3
/
+7
2017-09-24
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
Ingo Molnar
1
-2
/
+2
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...
Ingo Molnar
1
-1
/
+4
2017-09-24
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
1
-2
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-07-10
x86/fpu/xstate: Fix PTRACE frames for XSAVES
Yu-cheng Yu
1
-15
/
+37
2016-04-13
x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()
Borislav Petkov
1
-2
/
+2
2016-04-13
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
1
-4
/
+4
2016-04-13
x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage
Borislav Petkov
1
-5
/
+8
2016-02-24
x86: Fix misspellings in comments
Adam Buchbinder
1
-1
/
+1
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
1
-2
/
+2
2015-05-27
x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
Ingo Molnar
1
-3
/
+3
2015-05-27
x86/fpu: Split out the fpu__activate_fpstate_read() method
Ingo Molnar
1
-3
/
+3
2015-05-27
x86/fpu: Fix FPU register read access to the current task
Ingo Molnar
1
-6
/
+6
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
1
-5
/
+5
2015-05-19
x86/fpu: Factor out the FPU regset code into fpu/regset.c
Ingo Molnar
1
-0
/
+356