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
/
include
/
asm
/
fpu
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-20
x86: Remove empty files
Borislav Petkov
1
-0
/
+0
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
1
-26
/
+0
2021-10-20
x86/fpu: Mop up the internal.h leftovers
Thomas Gleixner
1
-18
/
+0
2021-10-20
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
1
-7
/
+0
2021-10-20
x86/fpu: Move fpstate functions to api.h
Thomas Gleixner
1
-9
/
+0
2021-10-20
x86/fpu: Move fpregs_restore_userregs() to core
Thomas Gleixner
1
-83
/
+0
2021-10-20
x86/fpu: Make WARN_ON_FPU() private
Thomas Gleixner
1
-9
/
+0
2021-10-20
x86/fpu: Move legacy ASM wrappers to core
Thomas Gleixner
1
-101
/
+0
2021-10-20
x86/fpu: Move os_xsave() and os_xrstor() to core
Thomas Gleixner
1
-165
/
+0
2021-10-20
x86/fpu: Make os_xrstor_booting() private
Thomas Gleixner
1
-25
/
+0
2021-10-20
x86/fpu: Clean up CPU feature tests
Thomas Gleixner
1
-18
/
+0
2021-10-20
x86/fpu: Move context switch and exit to user inlines into sched.h
Thomas Gleixner
1
-60
/
+0
2021-10-20
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
1
-13
/
+2
2021-10-20
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
1
-1
/
+3
2021-10-20
x86/fpu: Remove pointless argument from switch_fpu_finish()
Thomas Gleixner
1
-1
/
+1
2021-09-14
x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
Thomas Gleixner
1
-1
/
+1
2021-09-14
x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
Thomas Gleixner
1
-1
/
+1
2021-09-14
x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
Thomas Gleixner
1
-11
/
+6
2021-09-13
x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
Thomas Gleixner
1
-13
/
+8
2021-09-13
x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups
Thomas Gleixner
1
-2
/
+2
2021-09-13
x86/extable: Rework the exception table mechanics
Thomas Gleixner
1
-2
/
+2
2021-06-23
x86/fpu: Return proper error codes from user access functions
Thomas Gleixner
1
-7
/
+12
2021-06-23
x86/fpu: Remove PKRU handling from switch_fpu_finish()
Thomas Gleixner
1
-30
/
+4
2021-06-23
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
1
-2
/
+2
2021-06-23
x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
Thomas Gleixner
1
-1
/
+15
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
1
-1
/
+6
2021-06-23
x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
Thomas Gleixner
1
-24
/
+1
2021-06-23
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
1
-4
/
+2
2021-06-23
x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
Thomas Gleixner
1
-1
/
+2
2021-06-23
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
1
-2
/
+4
2021-06-23
x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
Thomas Gleixner
1
-4
/
+4
2021-06-23
x86/fpu: Get rid of the FNSAVE optimization
Thomas Gleixner
1
-7
/
+11
2021-06-23
x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
Thomas Gleixner
1
-2
/
+2
2021-06-23
x86/fpu: Rename fregs-related copy functions
Thomas Gleixner
1
-5
/
+5
2021-06-23
x86/fpu: Rename fxregs-related copy functions
Thomas Gleixner
1
-13
/
+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
-6
/
+11
2021-06-23
x86/fpu: Move fpu__write_begin() to regset
Thomas Gleixner
1
-1
/
+0
2021-06-23
x86/fpu/regset: Move fpu__read_begin() into regset
Thomas Gleixner
1
-1
/
+0
2021-06-23
x86/fpu: Remove fpstate_sanitize_xstate()
Thomas Gleixner
1
-2
/
+0
2021-06-23
x86/fpu: Move inlines where they belong
Thomas Gleixner
1
-14
/
+0
2021-06-23
x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
Thomas Gleixner
1
-1
/
+0
2021-06-22
x86/fpu: Make init_fpstate correct with optimized XSAVE
Thomas Gleixner
1
-22
/
+8
2021-06-09
x86/pkru: Write hardware init value to PKRU when xstate is init
Thomas Gleixner
1
-2
/
+9
2021-06-09
x86/process: Check PF_KTHREAD and not current->mm for kernel threads
Thomas Gleixner
1
-1
/
+1
2021-06-03
x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()
Thomas Gleixner
1
-7
/
+0
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-29
/
+1
2020-10-12
Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+7
2020-09-17
x86/mmu: Allocate/free a PASID
Fenghua Yu
1
-0
/
+7
2020-09-07
x86/fpu: Move xgetbv()/xsetbv() into a separate header
Joerg Roedel
1
-29
/
+1
[next]