index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
fpu.c
Age
Commit message (
Expand
)
Author
2024-02-16
s390/fpu: limit save and restore to used registers
Heiko Carstens
2024-02-16
s390/fpu: decrease stack usage for some cases
Heiko Carstens
2024-02-16
s390/fpu: remove anonymous union from struct fpu
Heiko Carstens
2024-02-16
s390/fpu: remove regs member from struct fpu
Heiko Carstens
2024-02-16
s390/fpu: change type of fpu mask from u32 to int
Heiko Carstens
2024-02-16
s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etc
Heiko Carstens
2024-02-16
s390/fpu: convert FPU CIF flag to regular TIF flag
Heiko Carstens
2024-02-16
s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to C
Heiko Carstens
2024-02-16
s390/fpu: provide and use vlm and vstm inline assemblies
Heiko Carstens
2024-02-16
s390/fpu: provide and use lfpc, sfpc, and stfpc inline assemblies
Heiko Carstens
2024-02-16
s390/fpu: provide and use ld and std inline assemblies
Heiko Carstens
2024-02-16
s390/fpu: use lfpc instead of sfpc instruction
Heiko Carstens
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
2024-02-16
s390/fpu: various coding style changes
Heiko Carstens
2024-02-16
s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7
Heiko Carstens
2024-01-11
s390/fpu: remove __load_fpu_regs() export
Heiko Carstens
2023-12-11
s390/fpu: get rid of MACHINE_HAS_VX
Heiko Carstens
2023-12-11
s390/fpu: get rid of test_fp_ctl()
Heiko Carstens
2022-12-06
s390/vx: add vx-insn.h wrapper include file
Heiko Carstens
2021-01-19
s390: convert to generic entry
Sven Schnelle
2019-04-17
s390: correct some inline assembly constraints
Vasily Gorbik
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-08-29
s390/fpu: improve kernel_fpu_[begin|end]
Martin Schwidefsky
2016-06-14
s390/vx: add support functions for in-kernel FPU use
Hendrik Brueckner