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
/
math-emu
/
fpu_entry.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-18
x86/fpu: Include asm/fpu/regset.h
Arnd Bergmann
1
-0
/
+1
2021-10-21
x86/math-emu: Convert to fpstate
Thomas Gleixner
1
-2
/
+2
2021-10-20
x86/fpu: Move fpstate functions to api.h
Thomas Gleixner
1
-1
/
+1
2020-07-27
x86: switch to ->regset_get()
Al Viro
1
-14
/
+5
2019-04-09
x86/fpu: Always init the state in fpu__clear()
Sebastian Andrzej Siewior
1
-3
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-26
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
1
-1
/
+1
2017-08-29
x86/fpu: Use bitfield accessors for desc_struct
Thomas Gleixner
1
-6
/
+5
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2015-09-20
x86/fpu/math-emu: Add support for FCMOVcc insns
Denys Vlasenko
1
-9
/
+9
2015-09-20
x86/fpu/math-emu: Add support for F[U]COMI[P] insns
Denys Vlasenko
1
-12
/
+15
2015-09-20
x86/fpu/math-emu: Remove define layer for undocumented opcodes
Denys Vlasenko
1
-22
/
+21
2015-09-15
x86/fpu/math-emu: Remove !NO_UNDOC_CODE
Denys Vlasenko
1
-36
/
+0
2015-08-08
x86/ldt: Correct FPU emulation access to LDT
Juergen Gross
1
-2
/
+1
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
1
-5
/
+5
2015-05-19
x86/fpu: Simplify fpstate_init_curr() usage
Ingo Molnar
1
-2
/
+1
2015-05-19
x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Remove failure return from fpstate_alloc_init()
Ingo Molnar
1
-6
/
+2
2015-05-19
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
1
-2
/
+2
2015-05-19
x86/fpu: Move various internal function prototypes to fpu/internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Use 'struct fpu' in fpstate_alloc_init()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
Ingo Molnar
1
-1
/
+2
2015-05-19
x86/fpu: Open code PF_USED_MATH usages
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
Ingo Molnar
1
-1
/
+1
2012-03-13
x86: Rename trap_no to trap_nr in thread_struct
Srikar Dronamraju
1
-2
/
+3
2010-05-11
x86, fpu: Unbreak FPU emulation
H. Peter Anvin
1
-2
/
+2
2009-02-10
x86: fix math_emu register frame access
Tejun Heo
1
-2
/
+2
2009-02-09
x86: math_emu info cleanup
Tejun Heo
1
-1
/
+1
2008-06-04
x86: fix broken math-emu with lazy allocation of fpu area
Suresh Siddha
1
-5
/
+8
2008-04-19
x86, fpu: split FPU state from task struct - v5
Suresh Siddha
1
-2
/
+2
2008-04-17
i386: arch/x86/math-emu/fpu_entry.c warning fix
Andrew Morton
1
-0
/
+1
2008-01-30
x86: x86 user_regset cleanup
Roland McGrath
1
-14
/
+0
2008-01-30
x86: x86 user_regset math_emu
Roland McGrath
1
-32
/
+54
2008-01-30
x86: lindent arch/i386/math-emu, cleanup
Ingo Molnar
1
-3
/
+3
2008-01-30
x86: lindent arch/i386/math-emu
Ingo Molnar
1
-613
/
+607
2007-10-11
i386: move math-emu
Thomas Gleixner
1
-0
/
+761