aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens
2024-02-16s390/checksum: provide csum_partial_copy_nocheck()Heiko Carstens
2024-02-16s390/checksum: provide vector register variant of csum_partial()Heiko Carstens
2024-02-16s390/checksum: provide and use cksm() inline assemblyHeiko Carstens
2024-02-16s390/checksum: call instrument_read() instead of kasan_check_read()Heiko Carstens
2024-02-16s390/fpu: remove TIF_FPUHeiko Carstens
2024-02-16s390/fpu: limit save and restore to used registersHeiko Carstens
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens
2024-02-16s390/fpu: let fpu_vlm() and fpu_vstm() return number of registersHeiko Carstens
2024-02-16s390/fpu: remove anonymous union from struct fpuHeiko Carstens
2024-02-16s390/fpu: remove regs member from struct fpuHeiko Carstens
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens
2024-02-16s390/fpu: make kernel fpu context preemptibleHeiko Carstens
2024-02-16s390/fpu: change type of fpu mask from u32 to intHeiko Carstens
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens
2024-02-16s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to CHeiko Carstens
2024-02-16s390/fpu: provide and use vlm and vstm inline assembliesHeiko Carstens
2024-02-16s390/fpu: provide and use lfpc, sfpc, and stfpc inline assembliesHeiko Carstens
2024-02-16s390/fpu: provide and use ld and std inline assembliesHeiko Carstens
2024-02-16s390/fpu: use lfpc instead of sfpc instructionHeiko Carstens
2024-02-16s390/fpu: add documentation about fpu helper functionsHeiko Carstens
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens
2024-02-16s390/fpu: various coding style changesHeiko Carstens
2024-02-16s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7Heiko Carstens
2024-02-16s390/nmi: remove register validation codeHeiko Carstens
2024-02-16s390/fpu: improve description of RXB macroHeiko Carstens
2024-02-16s390/fpu: fix VLGV macroHeiko Carstens
2024-02-16s390/zcrypt: add debug possibility for CCA and EP11 messagesHarald Freudenberger
2024-02-16s390/ap: add debug possibility for AP messagesHarald Freudenberger
2024-02-16s390/pkey: introduce dynamic debugging for pkeyHarald Freudenberger
2024-02-16s390/pkey: harmonize pkey s390 debug feature callsHarald Freudenberger
2024-02-16s390/zcrypt: introduce dynamic debugging for AP and zcrypt codeHarald Freudenberger
2024-02-16s390/zcrypt: harmonize debug feature calls and definesHarald Freudenberger
2024-02-16s390/setup: fix virtual vs physical address confusionGerald Schaefer
2024-02-16s390: don't allow CONFIG_COMPAT with LD=ld.lldNathan Chancellor
2024-02-14s390/vdso: remove unused ENTRY in linker scriptsHeiko Carstens
2024-02-14s390/bug: remove entry size from __bug_table sectionHeiko Carstens
2024-02-14s390: link vmlinux with '-z notext'Nathan Chancellor
2024-02-14s390: select CONFIG_ARCH_WANT_LD_ORPHAN_WARNNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle commonly discarded sectionsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle ELF required sectionsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle DWARF debug sectionsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle '.rela' sectionsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle '.init.text'Nathan Chancellor
2024-02-14s390: vmlinux.lds.S: explicitly keep various sectionsNathan Chancellor
2024-02-14s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor
2024-02-14s390: vmlinux.lds.S: handle '.data.rel' sections explicitlyNathan Chancellor
2024-02-14s390/boot: add support for CONFIG_LD_ORPHAN_WARNNathan Chancellor
2024-02-12s390/switch_to: use generic header fileHeiko Carstens