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
starfive-6.6.48-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
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-17
x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
Kyle Huey
1
-1
/
+1
2021-12-01
x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()
Marco Elver
1
-1
/
+1
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2021-10-26
x86/fpu: Update XFD state where required
Chang S. Bae
1
-0
/
+2
2021-10-26
x86/fpu: Add sanity checks for XFD
Thomas Gleixner
1
-3
/
+3
2021-10-26
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
1
-36
/
+26
2021-10-22
x86/fpu: Mop up xfeatures_mask_uabi()
Thomas Gleixner
1
-1
/
+1
2021-10-21
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
1
-1
/
+2
2021-10-21
x86/fpu: Move xstate size to fpu_*_cfg
Thomas Gleixner
1
-3
/
+3
2021-10-21
x86/fpu/signal: Use fpstate for size and features
Thomas Gleixner
1
-17
/
+27
2021-10-21
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
1
-1
/
+1
2021-10-21
x86/fpu/xstate: Use fpstate for os_xsave()
Thomas Gleixner
1
-2
/
+2
2021-10-21
x86/fpu: Use fpstate::size
Thomas Gleixner
1
-4
/
+3
2021-10-20
x86/fpu/signal: Convert to fpstate
Thomas Gleixner
1
-14
/
+16
2021-10-20
x86/fpu: Convert fpstate_init() to struct fpstate
Thomas Gleixner
1
-1
/
+1
2021-10-20
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
1
-1
/
+0
2021-10-20
x86/fpu: Move fpregs_restore_userregs() to core
Thomas Gleixner
1
-0
/
+1
2021-10-20
x86/fpu: Move legacy ASM wrappers to core
Thomas Gleixner
1
-0
/
+1
2021-10-20
x86/fpu: Move os_xsave() and os_xrstor() to core
Thomas Gleixner
1
-0
/
+1
2021-10-20
x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
Thomas Gleixner
1
-1
/
+3
2021-10-20
x86/fpu: Update stale comments
Thomas Gleixner
1
-10
/
+3
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-4
/
+3
2021-10-16
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
1
-3
/
+8
2021-10-16
x86/fpu: Mask out the invalid MXCSR bits properly
Borislav Petkov
1
-1
/
+1
2021-10-08
x86/fpu: Restore the masking out of reserved MXCSR bits
Borislav Petkov
1
-3
/
+8
2021-09-23
x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstat...
Anders Roxell
1
-1
/
+1
2021-09-14
x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean
Thomas Gleixner
1
-9
/
+8
2021-09-14
x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean
Thomas Gleixner
1
-7
/
+7
2021-09-14
x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean
Thomas Gleixner
1
-21
/
+20
2021-09-14
x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
Thomas Gleixner
1
-12
/
+10
2021-09-14
x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to bo...
Thomas Gleixner
1
-8
/
+9
2021-09-14
x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
Thomas Gleixner
1
-10
/
+10
2021-09-14
x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()
Thomas Gleixner
1
-12
/
+6
2021-09-14
x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
Thomas Gleixner
1
-0
/
+12
2021-09-13
x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
Thomas Gleixner
1
-2
/
+3
2021-06-24
x86/fpu/signal: Let xrstor handle the features to init
Thomas Gleixner
1
-58
/
+31
2021-06-23
x86/fpu/signal: Handle #PF in the direct restore path
Thomas Gleixner
1
-34
/
+33
2021-06-23
x86/fpu/signal: Split out the direct restore code
Thomas Gleixner
1
-54
/
+58
2021-06-23
x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
Thomas Gleixner
1
-21
/
+15
2021-06-23
x86/fpu/signal: Sanitize the xstate check on sigframe
Thomas Gleixner
1
-37
/
+33
2021-06-23
x86/fpu/signal: Remove the legacy alignment check
Thomas Gleixner
1
-3
/
+0
2021-06-23
x86/fpu/signal: Move initial checks into fpu__restore_sig()
Thomas Gleixner
1
-35
/
+41
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
1
-5
/
+5
2021-06-23
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/fpu: Rename fregs-related copy functions
Thomas Gleixner
1
-3
/
+3
2021-06-23
x86/fpu: Rename fxregs-related copy functions
Thomas Gleixner
1
-5
/
+5
2021-06-23
x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
Thomas Gleixner
1
-2
/
+2
2021-06-23
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
1
-10
/
+11
2021-06-23
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
1
-5
/
+8
[next]