summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | s390/fpu: change type of fpu mask from u32 to intHeiko Carstens2024-02-163-9/+9
| * | | | | s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens2024-02-1613-102/+102
| * | | | | s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens2024-02-169-16/+11
| * | | | | s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to CHeiko Carstens2024-02-163-96/+75
| * | | | | s390/fpu: provide and use vlm and vstm inline assembliesHeiko Carstens2024-02-163-27/+88
| * | | | | s390/fpu: provide and use lfpc, sfpc, and stfpc inline assembliesHeiko Carstens2024-02-163-10/+32
| * | | | | s390/fpu: provide and use ld and std inline assembliesHeiko Carstens2024-02-163-72/+67
| * | | | | s390/fpu: use lfpc instead of sfpc instructionHeiko Carstens2024-02-162-9/+15
| * | | | | s390/fpu: add documentation about fpu helper functionsHeiko Carstens2024-02-161-0/+20
| * | | | | s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-1630-145/+129
| * | | | | s390/fpu: various coding style changesHeiko Carstens2024-02-164-27/+24
| * | | | | s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7Heiko Carstens2024-02-161-2/+2
| * | | | | s390/nmi: remove register validation codeHeiko Carstens2024-02-162-122/+47
| * | | | | s390/fpu: improve description of RXB macroHeiko Carstens2024-02-161-4/+26
| * | | | | s390/fpu: fix VLGV macroHeiko Carstens2024-02-161-1/+1
| * | | | | s390/setup: fix virtual vs physical address confusionGerald Schaefer2024-02-161-6/+6
| * | | | | s390: don't allow CONFIG_COMPAT with LD=ld.lldNathan Chancellor2024-02-161-1/+1
| * | | | | s390/vdso: remove unused ENTRY in linker scriptsHeiko Carstens2024-02-142-2/+0
| * | | | | s390/bug: remove entry size from __bug_table sectionHeiko Carstens2024-02-141-2/+2
| * | | | | s390: link vmlinux with '-z notext'Nathan Chancellor2024-02-141-1/+1
| * | | | | s390: select CONFIG_ARCH_WANT_LD_ORPHAN_WARNNathan Chancellor2024-02-141-0/+1
| * | | | | s390/boot: vmlinux.lds.S: handle commonly discarded sectionsNathan Chancellor2024-02-141-0/+1
| * | | | | s390/boot: vmlinux.lds.S: handle ELF required sectionsNathan Chancellor2024-02-141-0/+1
| * | | | | s390/boot: vmlinux.lds.S: handle DWARF debug sectionsNathan Chancellor2024-02-141-0/+2
| * | | | | s390/boot: vmlinux.lds.S: handle '.rela' sectionsNathan Chancellor2024-02-141-0/+4
| * | | | | s390/boot: vmlinux.lds.S: handle '.init.text'Nathan Chancellor2024-02-141-0/+1
| * | | | | s390: vmlinux.lds.S: explicitly keep various sectionsNathan Chancellor2024-02-141-0/+12
| * | | | | s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor2024-02-142-0/+32
| * | | | | s390: vmlinux.lds.S: handle '.data.rel' sections explicitlyNathan Chancellor2024-02-141-0/+6
| * | | | | s390/boot: add support for CONFIG_LD_ORPHAN_WARNNathan Chancellor2024-02-141-2/+3
| * | | | | s390/switch_to: use generic header fileHeiko Carstens2024-02-1210-47/+34
| * | | | | s390/acrs: cleanup access register handlingHeiko Carstens2024-02-1210-21/+48
| * | | | | s390/extmem: fix virtual vs physical address confusionAlexander Gordeev2024-02-091-2/+2
| * | | | | s390/fpu: make use of __uninitialized macroHeiko Carstens2024-02-094-3/+6
| * | | | | s390/time: make stp_subsys constRicardo B. Marliere2024-02-091-1/+1
| * | | | | s390/vdso: drop '-fPIC' from LDFLAGSNathan Chancellor2024-02-092-2/+2
| * | | | | s390/mmap: disable mmap alignment when randomize_va_space = 0Sven Schnelle2024-02-091-8/+11
| * | | | | s390/hypfs_sprp: remove unneeded DMA zone allocationHeiko Carstens2024-02-091-1/+1
| * | | | | s390/diag: add missing virt_to_phys() translation to diag14()Thomas Richter2024-02-091-0/+20
| * | | | | s390/time: improve steering precisionSven Schnelle2024-02-091-2/+2
| * | | | | s390/pai_crypto: return proper error code in paicrypt_initThomas Richter2024-02-091-1/+1
| * | | | | s390/pai: export number of sysfs attribute filesThomas Richter2024-02-092-6/+16
| * | | | | s390/pai_crypto: emit error on too many countersThomas Richter2024-02-091-2/+4
| * | | | | s390/pai: fix attr_event_free upper limit for pai device driversThomas Richter2024-02-092-2/+2
| * | | | | s390/hypfs_diag0c: fix virtual vs physical address confusionHeiko Carstens2024-02-094-5/+20
| * | | | | s390/hypfs_sprp: fix virtual vs physical address confusionHeiko Carstens2024-02-091-1/+1
| * | | | | s390/appldata: fix virtual vs physical address confusionGerald Schaefer2024-02-091-2/+2
| * | | | | s390/diag: fix diag26c() physical vs virtual address confusionAlexander Gordeev2024-02-092-3/+3
* | | | | | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-112-5/+1
|\ \ \ \ \ \
| * | | | | | s390/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-4/+1