summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds87-1281/+2451
2024-03-12Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+1
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+0
2024-03-07s390/tools: handle rela R_390_GOTPCDBL/R_390_GOTOFF64Sumanth Korikkar1-0/+2
2024-03-07s390/cache: prevent rebuild of shared_cpu_listHeiko Carstens1-0/+1
2024-03-07s390/crypto: remove retry loop with sleep from PAES pkey invocationHarald Freudenberger1-14/+2
2024-03-07s390/configs: increase number of LOCKDEP_BITSHeiko Carstens1-0/+2
2024-03-07s390/pai: change sampling event assignment for PMU device driverThomas Richter2-3/+6
2024-02-26s390/boot: fix minor comment style damagesAlexander Gordeev1-3/+3
2024-02-26s390/boot: do not check for zero-termination relocation entryAlexander Gordeev1-3/+1
2024-02-26s390/boot: make type of __vmlinux_relocs_64_start|end consistentAlexander Gordeev2-8/+6
2024-02-26s390/boot: sanitize kaslr_adjust_relocs() function prototypeAlexander Gordeev1-4/+3
2024-02-26s390/boot: simplify GOT handlingAlexander Gordeev3-9/+7
2024-02-25s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens2-6/+16
2024-02-23Merge tag 's390-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-17/+7
2024-02-22s390/boot: workaround current 'llvm-objdump -t -j ...' behaviorNathan Chancellor1-2/+2
2024-02-22KVM: s390: fix access register usage in ioctlsEric Farman3-1/+7
2024-02-21KVM: s390: introduce kvm_s390_fpu_(store|load)Janosch Frank3-20/+22
2024-02-21s390: use the correct count for __iowrite64_copy()Jason Gunthorpe1-1/+1
2024-02-20s390/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+1
2024-02-20s390/vdso/data: Drop unnecessary header includeAnna-Maria Behnsen1-1/+0
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf9-13/+145
2024-02-20s390: add relocs toolJosh Poimboeuf3-0/+391
2024-02-20s390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar1-0/+1
2024-02-20s390/boot: add 'alloc' to info.bin .vmlinux.info section flagsNathan Chancellor1-1/+1
2024-02-20s390/pci: fix three typos in commentsGerd Bayer2-3/+3
2024-02-20s390/pci: remove hotplug slot when releasing the deviceGerd Bayer1-2/+3
2024-02-20s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer4-30/+63
2024-02-20s390/pci: rename lock member in struct zpci_devGerd Bayer3-7/+7
2024-02-20s390/pai: adjust whitespace indentationThomas Richter1-1/+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 Richter3-16/+60
2024-02-16s390/crc32le: convert to CHeiko Carstens3-146/+109
2024-02-16s390/crc32be: convert to CHeiko Carstens3-110/+80
2024-02-16s390/fpu: add vector instruction inline assemblies for crc32Heiko Carstens1-0/+56
2024-02-16s390/sysinfo: convert bogomips calculation to CHeiko Carstens2-15/+43
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens1-0/+48
2024-02-16s390/checksum: provide csum_partial_copy_nocheck()Heiko Carstens4-13/+112
2024-02-16s390/checksum: provide vector register variant of csum_partial()Heiko Carstens6-16/+187
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