index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
fpu.c
Age
Commit message (
Expand
)
Author
2025-06-17
s390: Explicitly include <linux/export.h>
Heiko Carstens
2024-07-31
s390/fpu: Re-add exception handling in load_fpu_state()
Heiko Carstens
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