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
/
xstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
1
-2
/
+3
2021-10-26
x86/fpu: Add XFD handling for dynamic states
Chang S. Bae
1
-1
/
+27
2021-10-26
x86/fpu: Calculate the default sizes independently
Chang S. Bae
1
-9
/
+21
2021-10-26
x86/fpu/amx: Define AMX state components and have it used for boot-time checks
Chang S. Bae
1
-1
/
+79
2021-10-26
x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbers
Chang S. Bae
1
-13
/
+16
2021-10-26
x86/fpu/xstate: Add fpstate_realloc()/free()
Chang S. Bae
1
-8
/
+89
2021-10-26
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
1
-0
/
+47
2021-10-26
x86/fpu: Update XFD state where required
Chang S. Bae
1
-0
/
+12
2021-10-26
x86/fpu: Add sanity checks for XFD
Thomas Gleixner
1
-0
/
+58
2021-10-26
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
1
-1
/
+0
2021-10-26
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
1
-0
/
+156
2021-10-26
x86/fpu/xstate: Provide xstate_calculate_size()
Chang S. Bae
1
-18
/
+28
2021-10-22
x86/fpu: Rework restore_regs_from_fpstate()
Thomas Gleixner
1
-1
/
+1
2021-10-22
x86/fpu: Mop up xfeatures_mask_uabi()
Thomas Gleixner
1
-3
/
+3
2021-10-21
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
1
-28
/
+29
2021-10-21
x86/fpu: Move xstate size to fpu_*_cfg
Thomas Gleixner
1
-14
/
+18
2021-10-21
x86/fpu/xstate: Cleanup size calculations
Thomas Gleixner
1
-36
/
+46
2021-10-21
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
1
-8
/
+10
2021-10-21
x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
Thomas Gleixner
1
-5
/
+6
2021-10-21
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
1
-0
/
+3
2021-10-21
x86/fpu/core: Convert to fpstate
Thomas Gleixner
1
-1
/
+1
2021-10-20
x86/fpu: Replace KVMs xstate component clearing
Thomas Gleixner
1
-1
/
+11
2021-10-20
x86/fpu: Convert fpstate_init() to struct fpstate
Thomas Gleixner
1
-6
/
+6
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
1
-1
/
+0
2021-10-20
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
1
-1
/
+2
2021-10-20
x86/fpu: Move legacy ASM wrappers to core
Thomas Gleixner
1
-0
/
+1
2021-10-20
x86/fpu: Make os_xrstor_booting() private
Thomas Gleixner
1
-0
/
+23
2021-10-20
x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
Thomas Gleixner
1
-0
/
+1
2021-10-20
x86/fpu: Rework copy_xstate_to_uabi_buf()
Thomas Gleixner
1
-8
/
+26
2021-10-20
x86/fpu: Replace KVMs home brewed FPU copy from user
Thomas Gleixner
1
-2
/
+1
2021-10-20
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
1
-1
/
+0
2021-10-20
x86/fpu/xstate: Mark all init only functions __init
Thomas Gleixner
1
-5
/
+5
2021-10-20
x86/fpu/xstate: Provide and use for_each_xfeature()
Thomas Gleixner
1
-33
/
+23
2021-10-20
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
1
-5
/
+3
2021-10-20
x86/fpu: Cleanup the on_boot_cpu clutter
Thomas Gleixner
1
-9
/
+0
2021-10-20
x86/fpu: Restrict xsaves()/xrstors() to independent states
Thomas Gleixner
1
-15
/
+7
2021-06-24
x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() again
Thomas Gleixner
1
-0
/
+1
2021-06-23
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
1
-0
/
+1
2021-06-23
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
1
-7
/
+18
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
1
-9
/
+9
2021-06-23
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
1
-50
/
+48
2021-06-23
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
1
-31
/
+31
2021-06-23
x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
Thomas Gleixner
1
-90
/
+47
2021-06-23
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
1
-2
/
+3
2021-06-23
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
1
-55
/
+0
2021-06-23
x86/fpu: Cleanup arch_set_user_pkey_access()
Thomas Gleixner
1
-5
/
+6
2021-06-23
x86/fpu: Get rid of using_compacted_format()
Thomas Gleixner
1
-18
/
+4
2021-06-23
x86/fpu: Remove fpstate_sanitize_xstate()
Thomas Gleixner
1
-79
/
+0
[next]