summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/fpu.c
Commit message (Expand)AuthorAgeFilesLines
* s390/fpu: limit save and restore to used registersHeiko Carstens2024-02-161-35/+77
* s390/fpu: decrease stack usage for some casesHeiko Carstens2024-02-161-24/+24
* s390/fpu: remove anonymous union from struct fpuHeiko Carstens2024-02-161-4/+4
* s390/fpu: remove regs member from struct fpuHeiko Carstens2024-02-161-7/+4
* s390/fpu: change type of fpu mask from u32 to intHeiko Carstens2024-02-161-4/+4
* s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens2024-02-161-10/+10
* s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens2024-02-161-3/+3
* s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to CHeiko Carstens2024-02-161-86/+62
* s390/fpu: provide and use vlm and vstm inline assembliesHeiko Carstens2024-02-161-18/+6
* s390/fpu: provide and use lfpc, sfpc, and stfpc inline assembliesHeiko Carstens2024-02-161-9/+5
* s390/fpu: provide and use ld and std inline assembliesHeiko Carstens2024-02-161-72/+9
* s390/fpu: use lfpc instead of sfpc instructionHeiko Carstens2024-02-161-1/+1
* s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-161-3/+1
* s390/fpu: various coding style changesHeiko Carstens2024-02-161-11/+7
* s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7Heiko Carstens2024-02-161-2/+2
* s390/fpu: remove __load_fpu_regs() exportHeiko Carstens2024-01-111-1/+0
* s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-111-4/+4
* s390/fpu: get rid of test_fp_ctl()Heiko Carstens2023-12-111-2/+2
* s390/vx: add vx-insn.h wrapper include fileHeiko Carstens2022-12-061-2/+1
* s390: convert to generic entrySven Schnelle2021-01-191-0/+88
* s390: correct some inline assembly constraintsVasily Gorbik2019-04-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390/fpu: improve kernel_fpu_[begin|end]Martin Schwidefsky2016-08-291-195/+122
* s390/vx: add support functions for in-kernel FPU useHendrik Brueckner2016-06-141-0/+249