summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-122-2/+3
|\
| * ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-1/+1
| * kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan2024-02-011-1/+2
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-1/+2
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-1/+2
* | | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-1287-1281/+2451
|\ \ \
| * | | s390/tools: handle rela R_390_GOTPCDBL/R_390_GOTOFF64Sumanth Korikkar2024-03-071-0/+2
| * | | s390/cache: prevent rebuild of shared_cpu_listHeiko Carstens2024-03-071-0/+1
| * | | s390/crypto: remove retry loop with sleep from PAES pkey invocationHarald Freudenberger2024-03-071-14/+2
| * | | s390/configs: increase number of LOCKDEP_BITSHeiko Carstens2024-03-071-0/+2
| * | | s390/pai: change sampling event assignment for PMU device driverThomas Richter2024-03-072-3/+6
| * | | s390/boot: fix minor comment style damagesAlexander Gordeev2024-02-261-3/+3
| * | | s390/boot: do not check for zero-termination relocation entryAlexander Gordeev2024-02-261-3/+1
| * | | s390/boot: make type of __vmlinux_relocs_64_start|end consistentAlexander Gordeev2024-02-262-8/+6
| * | | s390/boot: sanitize kaslr_adjust_relocs() function prototypeAlexander Gordeev2024-02-261-4/+3
| * | | s390/boot: simplify GOT handlingAlexander Gordeev2024-02-263-9/+7
| * | | s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens2024-02-252-6/+16
| * | | s390/boot: workaround current 'llvm-objdump -t -j ...' behaviorNathan Chancellor2024-02-221-2/+2
| * | | KVM: s390: fix access register usage in ioctlsEric Farman2024-02-223-1/+7
| * | | KVM: s390: introduce kvm_s390_fpu_(store|load)Janosch Frank2024-02-213-20/+22
| * | | s390: compile relocatable kernel without -fPIEJosh Poimboeuf2024-02-209-13/+145
| * | | s390: add relocs toolJosh Poimboeuf2024-02-203-0/+391
| * | | s390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar2024-02-201-0/+1
| * | | s390/boot: add 'alloc' to info.bin .vmlinux.info section flagsNathan Chancellor2024-02-201-1/+1
| * | | s390/pci: fix three typos in commentsGerd Bayer2024-02-202-3/+3
| * | | s390/pci: remove hotplug slot when releasing the deviceGerd Bayer2024-02-201-2/+3
| * | | s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer2024-02-204-30/+63
| * | | s390/pci: rename lock member in struct zpci_devGerd Bayer2024-02-203-7/+7
| * | | s390/pai: adjust whitespace indentationThomas Richter2024-02-201-1/+1
| * | | s390/pai: simplify event start function for perf statThomas Richter2024-02-202-15/+4
| * | | s390/pai: save PAI counter value page in event structureThomas Richter2024-02-203-16/+60
| * | | s390/crc32le: convert to CHeiko Carstens2024-02-163-146/+109
| * | | s390/crc32be: convert to CHeiko Carstens2024-02-163-110/+80
| * | | s390/fpu: add vector instruction inline assemblies for crc32Heiko Carstens2024-02-161-0/+56
| * | | s390/sysinfo: convert bogomips calculation to CHeiko Carstens2024-02-162-15/+43
| * | | s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens2024-02-161-0/+48
| * | | s390/checksum: provide csum_partial_copy_nocheck()Heiko Carstens2024-02-164-13/+112
| * | | s390/checksum: provide vector register variant of csum_partial()Heiko Carstens2024-02-166-16/+187
| * | | s390/checksum: provide and use cksm() inline assemblyHeiko Carstens2024-02-163-16/+20
| * | | s390/checksum: call instrument_read() instead of kasan_check_read()Heiko Carstens2024-02-161-2/+2
| * | | s390/fpu: remove TIF_FPUHeiko Carstens2024-02-161-2/+0
| * | | s390/fpu: limit save and restore to used registersHeiko Carstens2024-02-164-69/+128
| * | | s390/fpu: decrease stack usage for some casesHeiko Carstens2024-02-167-40/+94
| * | | s390/fpu: let fpu_vlm() and fpu_vstm() return number of registersHeiko Carstens2024-02-161-8/+16
| * | | s390/fpu: remove anonymous union from struct fpuHeiko Carstens2024-02-165-109/+78
| * | | s390/fpu: remove regs member from struct fpuHeiko Carstens2024-02-164-10/+4
| * | | s390/kvm: convert to regular kernel fpu userHeiko Carstens2024-02-165-26/+22
| * | | s390/fpu: make kernel fpu context preemptibleHeiko Carstens2024-02-164-13/+36
| * | | 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