aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-05-05s390/configs: Enable VDPA on Nvidia ConnectX-6 network cardKonstantin Shkolnyy2-0/+16
2025-05-05crypto: s390/sha512 - Initialise upper counter to zero for sha384Herbert Xu1-8/+9
2025-05-05crypto: s390/hmac - Use API partial block handlingHerbert Xu1-47/+108
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu1-1/+1
2025-05-05crypto: s390/hmac - Extend hash length counters to 128 bitsHerbert Xu1-11/+14
2025-05-05crypto: s390/sha256 - implement library instead of shashEric Biggers8-157/+55
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu12-27/+210
2025-04-30s390/string: Remove strcpy() implementationHeiko Carstens2-42/+0
2025-04-30s390/boot: Use strspcy() instead of strcpy()Heiko Carstens2-4/+6
2025-04-30s390: Simple strcpy() to strscpy() conversionsHeiko Carstens2-9/+9
2025-04-30s390/pkey/crypto: Introduce xflags param for pkey in-kernel APIHarald Freudenberger2-4/+7
2025-04-30s390/pkey: Provide and pass xflags within pkey and zcrypt layersHarald Freudenberger1-0/+10
2025-04-30s390/uv: Remove uv_get_secret_metadata functionHarald Freudenberger2-32/+0
2025-04-30s390/uv: Rename find_secret() to uv_find_secret() and publishHarald Freudenberger2-5/+17
2025-04-30s390/cpumf: Adjust number of leading zeroes for z15 attributesThomas Richter1-2/+2
2025-04-30crypto: s390/sha512 - Fix sha512 state sizeHerbert Xu2-8/+8
2025-04-28s390/crc: drop "glue" from filenamesEric Biggers2-1/+1
2025-04-28s390/crc32: Remove no-op module init and exit functionsEric Biggers1-11/+0
2025-04-28s390/crc32: Remove have_vxrs static keyHeiko Carstens1-7/+3
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: s390 - move library functions to arch/s390/lib/crypto/Eric Biggers8-9/+12
2025-04-28crypto: s390 - drop redundant dependencies on S390Eric Biggers1-10/+0
2025-04-23crypto: s390/sha512 - Use API partial block handlingHerbert Xu3-136/+47
2025-04-23crypto: s390/sha3 - Use API partial block handlingHerbert Xu3-73/+54
2025-04-23crypto: arm64/sha3-ce - Use API partial block handlingHerbert Xu1-1/+0
2025-04-23crypto: s390/sha256 - Use API partial block handlingHerbert Xu1-16/+17
2025-04-23crypto: s390/sha1 - Use API partial block handlingHerbert Xu3-15/+92
2025-04-23crypto: s390/ghash - Use API partial block handlingHerbert Xu1-57/+47
2025-04-17iommu/s390: allow larger region tablesMatthew Rosato1-0/+1
2025-04-17iommu/s390: support iova_to_phys for additional table regionsMatthew Rosato1-0/+2
2025-04-17s390: Remove optional third argument of strscpy() if possibleHeiko Carstens3-3/+3
2025-04-17s390/ipl: Rename and change strncpy_skip_quote()Heiko Carstens1-13/+12
2025-04-17s390/string: Remove optimized strncpy()Heiko Carstens2-25/+0
2025-04-16watchdog: diag288_wdt: Implement module autoloadHeiko Carstens5-0/+65
2025-04-14s390/boot: Replace strncpy() with strscpy()Vasily Gorbik2-2/+2
2025-04-14s390/boot: Add sized_strscpy() to enable strscpy() usageVasily Gorbik1-0/+12
2025-04-14s390/mm: Select ARCH_WANT_IRQS_OFF_ACTIVATE_MMHeiko Carstens2-5/+2
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens12-25/+97
2025-04-11Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-15/+198
2025-04-09s390/cpumf: Fix double free on error in cpumf_pmu_event_init()Thomas Richter2-11/+1
2025-04-09s390/cpumf: Update CPU Measurement facility extended counter set supportThomas Richter2-4/+165
2025-04-09s390: Allow to compile with z17 optimizationsVasily Gorbik4-0/+28
2025-04-09s390: Add z17 elf platformVasily Gorbik1-0/+4
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+12
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-1/+1
2025-04-07crypto: s390/chacha - remove the skcipher algorithmsEric Biggers2-95/+13
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers1-1/+7
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4