summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-04-17s390/mm: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2024-04-03s390/entry: align system call table on 8 bytesSumanth Korikkar1-0/+1
2024-04-03s390/pai: fix sampling event removal for PMU device driverThomas Richter2-6/+14
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-45/+34
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle1-16/+15
2024-03-17s390/entry: remove OUTSIDE macroSven Schnelle1-25/+4
2024-03-17s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle1-3/+14
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-15/+36
2024-03-13s390/vtime: fix average steal time calculationMete Durlu1-2/+2
2024-03-13s390/sysinfo: allow response buffer in normal memoryAlexander Gordeev1-1/+1
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds30-549/+503
2024-03-07s390/cache: prevent rebuild of shared_cpu_listHeiko Carstens1-0/+1
2024-03-07s390/pai: change sampling event assignment for PMU device driverThomas Richter2-3/+6
2024-02-26s390/boot: simplify GOT handlingAlexander Gordeev1-2/+2
2024-02-25s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens1-3/+8
2024-02-24arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He3-15/+22
2024-02-24s390, crash: wrap crash dumping code into crash related ifdefsBaoquan He3-0/+14
2024-02-20s390/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+1
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf1-0/+15
2024-02-20s390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar1-0/+1
2024-02-20s390/pai: simplify event start function for perf statThomas Richter2-15/+4
2024-02-20s390/pai: save PAI counter value page in event structureThomas Richter2-16/+59
2024-02-16s390/sysinfo: convert bogomips calculation to CHeiko Carstens1-15/+8
2024-02-16s390/checksum: provide and use cksm() inline assemblyHeiko Carstens2-5/+4
2024-02-16s390/fpu: limit save and restore to used registersHeiko Carstens1-35/+77
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens2-25/+25
2024-02-16s390/fpu: remove anonymous union from struct fpuHeiko Carstens3-56/+15
2024-02-16s390/fpu: remove regs member from struct fpuHeiko Carstens2-8/+4
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens1-2/+0
2024-02-16s390/fpu: make kernel fpu context preemptibleHeiko Carstens1-0/+3
2024-02-16s390/fpu: change type of fpu mask from u32 to intHeiko Carstens1-4/+4
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens7-79/+79
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens3-10/+5
2024-02-16s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to CHeiko Carstens1-86/+62
2024-02-16s390/fpu: provide and use vlm and vstm inline assembliesHeiko Carstens1-18/+6
2024-02-16s390/fpu: provide and use lfpc, sfpc, and stfpc inline assembliesHeiko Carstens2-10/+6
2024-02-16s390/fpu: provide and use ld and std inline assembliesHeiko Carstens1-72/+9
2024-02-16s390/fpu: use lfpc instead of sfpc instructionHeiko Carstens1-1/+1
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens13-14/+13
2024-02-16s390/fpu: various coding style changesHeiko Carstens1-11/+7
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/setup: fix virtual vs physical address confusionGerald Schaefer1-6/+6
2024-02-14s390/vdso: remove unused ENTRY in linker scriptsHeiko Carstens2-2/+0
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