summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
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 Chancellor1-0/+16
2024-02-14s390: vmlinux.lds.S: handle '.data.rel' sections explicitlyNathan Chancellor1-0/+6
2024-02-12s390/switch_to: use generic header fileHeiko Carstens7-10/+30
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens5-4/+6
2024-02-09s390/fpu: make use of __uninitialized macroHeiko Carstens1-1/+1
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/diag: add missing virt_to_phys() translation to diag14()Thomas Richter1-0/+20
2024-02-09s390/time: improve steering precisionSven Schnelle1-2/+2
2024-02-09s390/pai_crypto: return proper error code in paicrypt_initThomas Richter1-1/+1
2024-02-09s390/pai: export number of sysfs attribute filesThomas Richter2-6/+16
2024-02-09s390/pai_crypto: emit error on too many countersThomas Richter1-2/+4
2024-02-09s390/pai: fix attr_event_free upper limit for pai device driversThomas Richter2-2/+2
2024-02-09s390/hypfs_diag0c: fix virtual vs physical address confusionHeiko Carstens2-1/+10
2024-02-09s390/diag: fix diag26c() physical vs virtual address confusionAlexander Gordeev1-1/+1
2024-01-19Merge tag 's390-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-75/+86
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+22
2024-01-12s390/pai_ext: split function paiext_push_sampleThomas Richter1-10/+20
2024-01-12s390/pai_ext: rework function paiext_copy argmentsThomas Richter1-4/+3
2024-01-12s390/pai: rework paiXXX_start and paiXXX_stop functionsThomas Richter2-34/+30
2024-01-12s390/pai_crypto: split function paicrypt_push_sampleThomas Richter1-18/+25
2024-01-12s390/pai: rework paixxxx_getctr interfaceThomas Richter2-11/+12
2024-01-11s390/ptrace: remove leftover commentHeiko Carstens1-1/+0
2024-01-11s390/fpu: remove __load_fpu_regs() exportHeiko Carstens1-1/+0
2024-01-11Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds16-89/+78
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+2
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+2
2024-01-02Merge tag 'kvm-s390-next-6.8-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-1/+22
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet1-0/+1
2023-12-23KVM: s390: vsie: Fix length of facility list shadowedNina Schoetterl-Glausch2-1/+22
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi1-0/+2
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens12-39/+44
2023-12-11s390/fpu: remove "novx" optionHeiko Carstens2-12/+1
2023-12-11s390/fpu: remove ARCH_WANTS_DYNAMIC_TASK_STRUCT supportHeiko Carstens2-18/+1
2023-12-11s390/fpu: get rid of test_fp_ctl()Heiko Carstens5-18/+8
2023-12-11s390/ptrace: handle setting of fpc register correctlyHeiko Carstens1-3/+3
2023-12-11s390/nmi: implement and use local_mcck_save() / local_mcck_restore()Heiko Carstens1-2/+3
2023-12-11s390/nmi: consistently enable machine checks in trap_init()Heiko Carstens2-4/+15
2023-12-11s390/traps: only define is_valid_bugaddr() under CONFIG_GENERIC_BUGNathan Chancellor1-0/+2
2023-11-22s390/sysinfo: add variable capacity informationVasily Gorbik1-0/+10
2023-11-22s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()Mikhail Zaslonko1-0/+1
2023-11-22s390/pai: cleanup event initializationThomas Richter2-7/+5
2023-11-13LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-08Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-0/+85
2023-11-06s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens1-0/+1
2023-11-06s390: add USER_STACKTRACE supportHeiko Carstens1-0/+43
2023-11-06s390/perf: implement perf_callchain_user()Heiko Carstens1-0/+41