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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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-06-03
x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()
Thomas Gleixner
1
-57
/
+0
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-01-29
x86/fpu/xstate: Use sizeof() instead of a constant
Yejune Deng
1
-2
/
+2
2020-09-17
x86/mmu: Allocate/free a PASID
Fenghua Yu
1
-0
/
+57
2020-09-17
x86/fpu/xstate: Add supervisor PASID state for ENQCMD
Yu-cheng Yu
1
-1
/
+5
2020-08-15
Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+32
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-137
/
+27
2020-08-07
x86/fpu/xstate: Fix an xstate size check warning with architectural LBRs
Kan Liang
1
-1
/
+32
2020-07-28
Merge tag 'v5.8-rc7' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2020-07-27
x86: switch to ->regset_get()
Al Viro
1
-137
/
+27
2020-07-20
copy_xstate_to_kernel: Fix typo which caused GDB regression
Kevin Buettner
1
-1
/
+1
2020-07-08
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
1
-1
/
+1
2020-07-08
x86/fpu/xstate: Add helpers for LBR dynamic supervisor feature
Kan Liang
1
-0
/
+72
2020-07-08
x86/fpu/xstate: Support dynamic supervisor feature for LBR
Kan Liang
1
-5
/
+10
2020-06-02
Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-46
/
+153
2020-05-28
copy_xstate_to_kernel(): don't leave parts of destination uninitialized
Al Viro
1
-38
/
+48
2020-05-16
x86/fpu: Introduce copy_supervisor_to_kernel()
Yu-cheng Yu
1
-0
/
+84
2020-05-13
x86/fpu/xstate: Introduce XSAVES supervisor states
Yu-cheng Yu
1
-9
/
+19
2020-05-13
x86/fpu/xstate: Separate user and supervisor xfeatures mask
Yu-cheng Yu
1
-30
/
+43
2020-05-12
x86/fpu/xstate: Define new macros for supervisor and user xstates
Fenghua Yu
1
-13
/
+13
2020-05-12
x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()
Fenghua Yu
1
-3
/
+3
2020-02-24
x86/pkeys: Add check for pkey "overflow"
Dave Hansen
1
-2
/
+7
2020-02-12
x86/fpu/xstate: Warn when checking alignment of disabled xfeatures
Yu-cheng Yu
1
-0
/
+7
2020-02-12
x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp()
Yu-cheng Yu
1
-20
/
+12
2020-02-11
x86/fpu/xstate: Fix last_good_offset in setup_xstate_features()
Yu-cheng Yu
1
-14
/
+13
2020-01-06
x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return bool
Yu-cheng Yu
1
-3
/
+3
2020-01-06
x86/fpu/xstate: Fix small issues
Yu-cheng Yu
1
-7
/
+5
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-11-05
x86/fpu: Use XFEATURE_FP/SSE enum values instead of hardcoded numbers
Cyrill Gorcunov
1
-6
/
+10
2019-11-05
x86/fpu: Shrink space allocated for xstate_comp_offsets
Cyrill Gorcunov
1
-2
/
+2
2019-11-05
x86/fpu: Update stale variable name in comment
Cyrill Gorcunov
1
-1
/
+1
2019-07-09
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+47
2019-07-07
x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()
Sebastian Andrzej Siewior
1
-10
/
+1
2019-06-12
x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status
Aubrey Li
1
-0
/
+47
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-10
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
1
-12
/
+10
2019-04-10
x86/fpu: Make __raw_xsave_addr() use a feature number instead of mask
Sebastian Andrzej Siewior
1
-11
/
+11
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
1
-2
/
+0
2019-02-08
x86/fpu: Move init_xstate_size() to __init section
Sergey Senozhatsky
1
-1
/
+1
2018-12-27
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2018-12-08
x86/kernel: Fix more -Wmissing-prototypes warnings
Borislav Petkov
1
-1
/
+1
2018-12-03
x86/fpu: Update comment for __raw_xsave_addr()
Sebastian Andrzej Siewior
1
-2
/
+0
2018-12-03
x86/fpu: Use unsigned long long shift in xfeature_uncompacted_offset()
Sebastian Andrzej Siewior
1
-1
/
+1
2017-10-17
x86/fpu: Remove the explicit clearing of XSAVE dependent features
Andi Kleen
1
-20
/
+0
2017-10-17
x86/fpu: Make XSAVE check the base CPUID features before enabling
Andi Kleen
1
-0
/
+23
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_u...
Eric Biggers
1
-11
/
+5
2017-09-26
x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()
Eric Biggers
1
-7
/
+4
2017-09-26
x86/fpu: Copy the full header in copy_user_to_xstate()
Eric Biggers
1
-2
/
+5
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_k...
Eric Biggers
1
-10
/
+2
2017-09-26
x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()
Eric Biggers
1
-6
/
+4
[next]