summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-02-16s390/checksum: provide and use cksm() inline assemblyHeiko Carstens3-16/+20
2024-02-16s390/checksum: call instrument_read() instead of kasan_check_read()Heiko Carstens1-2/+2
2024-02-16s390/fpu: remove TIF_FPUHeiko Carstens1-2/+0
2024-02-16s390/fpu: limit save and restore to used registersHeiko Carstens4-69/+128
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens7-40/+94
2024-02-16s390/fpu: let fpu_vlm() and fpu_vstm() return number of registersHeiko Carstens1-8/+16
2024-02-16s390/fpu: remove anonymous union from struct fpuHeiko Carstens5-109/+78
2024-02-16s390/fpu: remove regs member from struct fpuHeiko Carstens4-10/+4
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens5-26/+22
2024-02-16s390/fpu: make kernel fpu context preemptibleHeiko Carstens4-13/+36
2024-02-16s390/fpu: change type of fpu mask from u32 to intHeiko Carstens3-9/+9
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens13-102/+102
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens9-16/+11
2024-02-16s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to CHeiko Carstens3-96/+75
2024-02-16s390/fpu: provide and use vlm and vstm inline assembliesHeiko Carstens3-27/+88
2024-02-16s390/fpu: provide and use lfpc, sfpc, and stfpc inline assembliesHeiko Carstens3-10/+32
2024-02-16s390/fpu: provide and use ld and std inline assembliesHeiko Carstens3-72/+67
2024-02-16s390/fpu: use lfpc instead of sfpc instructionHeiko Carstens2-9/+15
2024-02-16s390/fpu: add documentation about fpu helper functionsHeiko Carstens1-0/+20
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens30-145/+129
2024-02-16s390/fpu: various coding style changesHeiko Carstens4-27/+24
2024-02-16s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7Heiko Carstens1-2/+2
2024-02-16s390/nmi: remove register validation codeHeiko Carstens2-122/+47
2024-02-16s390/fpu: improve description of RXB macroHeiko Carstens1-4/+26
2024-02-16s390/fpu: fix VLGV macroHeiko Carstens1-1/+1
2024-02-16s390/setup: fix virtual vs physical address confusionGerald Schaefer1-6/+6
2024-02-16s390: don't allow CONFIG_COMPAT with LD=ld.lldNathan Chancellor1-1/+1
2024-02-14s390/vdso: remove unused ENTRY in linker scriptsHeiko Carstens2-2/+0
2024-02-14s390/bug: remove entry size from __bug_table sectionHeiko Carstens1-2/+2
2024-02-14s390: link vmlinux with '-z notext'Nathan Chancellor1-1/+1
2024-02-14s390: select CONFIG_ARCH_WANT_LD_ORPHAN_WARNNathan Chancellor1-0/+1
2024-02-14s390/boot: vmlinux.lds.S: handle commonly discarded sectionsNathan Chancellor1-0/+1
2024-02-14s390/boot: vmlinux.lds.S: handle ELF required sectionsNathan Chancellor1-0/+1
2024-02-14s390/boot: vmlinux.lds.S: handle DWARF debug sectionsNathan Chancellor1-0/+2
2024-02-14s390/boot: vmlinux.lds.S: handle '.rela' sectionsNathan Chancellor1-0/+4
2024-02-14s390/boot: vmlinux.lds.S: handle '.init.text'Nathan Chancellor1-0/+1
2024-02-14s390: vmlinux.lds.S: explicitly keep various sectionsNathan Chancellor1-0/+12
2024-02-14s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor2-0/+32
2024-02-14s390: vmlinux.lds.S: handle '.data.rel' sections explicitlyNathan Chancellor1-0/+6
2024-02-14s390/boot: add support for CONFIG_LD_ORPHAN_WARNNathan Chancellor1-2/+3
2024-02-12s390/switch_to: use generic header fileHeiko Carstens10-47/+34
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens10-21/+48
2024-02-09s390/extmem: fix virtual vs physical address confusionAlexander Gordeev1-2/+2
2024-02-09s390/fpu: make use of __uninitialized macroHeiko Carstens4-3/+6
2024-02-09s390/time: make stp_subsys constRicardo B. Marliere1-1/+1
2024-02-09s390/vdso: drop '-fPIC' from LDFLAGSNathan Chancellor2-2/+2
2024-02-09s390/mmap: disable mmap alignment when randomize_va_space = 0Sven Schnelle1-8/+11
2024-02-09s390/hypfs_sprp: remove unneeded DMA zone allocationHeiko Carstens1-1/+1
2024-02-09s390/diag: add missing virt_to_phys() translation to diag14()Thomas Richter1-0/+20
2024-02-09s390/time: improve steering precisionSven Schnelle1-2/+2