index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
fpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/fpu: Re-add exception handling in load_fpu_state()
Heiko Carstens
2024-07-31
1
-1
/
+1
*
s390/fpu: limit save and restore to used registers
Heiko Carstens
2024-02-16
1
-35
/
+77
*
s390/fpu: decrease stack usage for some cases
Heiko Carstens
2024-02-16
1
-24
/
+24
*
s390/fpu: remove anonymous union from struct fpu
Heiko Carstens
2024-02-16
1
-4
/
+4
*
s390/fpu: remove regs member from struct fpu
Heiko Carstens
2024-02-16
1
-7
/
+4
*
s390/fpu: change type of fpu mask from u32 to int
Heiko Carstens
2024-02-16
1
-4
/
+4
*
s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etc
Heiko Carstens
2024-02-16
1
-10
/
+10
*
s390/fpu: convert FPU CIF flag to regular TIF flag
Heiko Carstens
2024-02-16
1
-3
/
+3
*
s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to C
Heiko Carstens
2024-02-16
1
-86
/
+62
*
s390/fpu: provide and use vlm and vstm inline assemblies
Heiko Carstens
2024-02-16
1
-18
/
+6
*
s390/fpu: provide and use lfpc, sfpc, and stfpc inline assemblies
Heiko Carstens
2024-02-16
1
-9
/
+5
*
s390/fpu: provide and use ld and std inline assemblies
Heiko Carstens
2024-02-16
1
-72
/
+9
*
s390/fpu: use lfpc instead of sfpc instruction
Heiko Carstens
2024-02-16
1
-1
/
+1
*
s390/fpu: move, rename, and merge header files
Heiko Carstens
2024-02-16
1
-3
/
+1
*
s390/fpu: various coding style changes
Heiko Carstens
2024-02-16
1
-11
/
+7
*
s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7
Heiko Carstens
2024-02-16
1
-2
/
+2
*
s390/fpu: remove __load_fpu_regs() export
Heiko Carstens
2024-01-11
1
-1
/
+0
*
s390/fpu: get rid of MACHINE_HAS_VX
Heiko Carstens
2023-12-11
1
-4
/
+4
*
s390/fpu: get rid of test_fp_ctl()
Heiko Carstens
2023-12-11
1
-2
/
+2
*
s390/vx: add vx-insn.h wrapper include file
Heiko Carstens
2022-12-06
1
-2
/
+1
*
s390: convert to generic entry
Sven Schnelle
2021-01-19
1
-0
/
+88
*
s390: correct some inline assembly constraints
Vasily Gorbik
2019-04-17
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
s390/fpu: improve kernel_fpu_[begin|end]
Martin Schwidefsky
2016-08-29
1
-195
/
+122
*
s390/vx: add support functions for in-kernel FPU use
Hendrik Brueckner
2016-06-14
1
-0
/
+249