summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib
AgeCommit message (Expand)AuthorLines
2026-03-03s390/xor: Improve inline assembly constraintsHeiko Carstens-4/+4
2026-03-03s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens-2/+2
2026-03-03s390/xor: Fix xor_xc_5() inline assemblyVasily Gorbik-1/+0
2026-02-04KVM: s390: Switch to new gmapClaudio Imbrenda-158/+26
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens-13/+13
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+189
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1046/+0
2025-06-30lib/crc: s390: Migrate optimized CRC code into lib/crc/Eric Biggers-506/+0
2025-06-30lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/Eric Biggers-1046/+0
2025-06-29Merge branch 'uaccess-key' into featuresAlexander Gordeev-0/+188
2025-06-29s390/uaccess: Merge cmpxchg_user_key() inline assembliesHeiko Carstens-55/+25
2025-06-29s390/uaccess: Prevent kprobes on cmpxchg_user_key() functionsHeiko Carstens-10/+11
2025-06-29s390/uaccess: Initialize code pages executed with non-default access keyHeiko Carstens-5/+21
2025-06-29s390/uaccess: Make cmpxchg_user_key() library codeHeiko Carstens-0/+201
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens-0/+4
2025-06-03Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+2
2025-05-30crypto: s390/sha256 - rename module to sha256-s390Eric Biggers-1/+2
2025-05-26Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-49/+3
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1045
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers-5/+6
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu-1/+1
2025-05-05crypto: s390/sha256 - implement library instead of shashEric Biggers-0/+55
2025-04-30s390/string: Remove strcpy() implementationHeiko Carstens-24/+0
2025-04-28s390/crc: drop "glue" from filenamesEric Biggers-1/+1
2025-04-28s390/crc32: Remove no-op module init and exit functionsEric Biggers-11/+0
2025-04-28s390/crc32: Remove have_vxrs static keyHeiko Carstens-7/+3
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers-1/+1
2025-04-28crypto: s390 - move library functions to arch/s390/lib/crypto/Eric Biggers-0/+989
2025-04-17s390/string: Remove optimized strncpy()Heiko Carstens-23/+0
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens-2/+3
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-42/+111
2025-03-18s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assemblyHeiko Carstens-3/+3
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados-0/+18
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens-3/+4
2025-03-04s390/uaccess: Inline __clear_user()Heiko Carstens-36/+0
2025-03-04s390/uaccess: Separate key uaccess functionsHeiko Carstens-0/+86
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers-1/+1
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-90/+0
2025-01-26s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USERHeiko Carstens-90/+0
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-0/+521
2025-01-13s390/lib: Use exrl instead of ex in xor functionsSven Schnelle-32/+29
2024-12-17s390/lib: Use exrl instead of ex in string functionsSven Schnelle-10/+5
2024-12-01s390/crc32: expose CRC32 functions through libEric Biggers-0/+521
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-7/+27
2024-11-28s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()Heiko Carstens-2/+22
2024-11-28s390/spinlock: Use R constraint for arch_load_niai4()Heiko Carstens-1/+1
2024-11-28s390/spinlock: Use symbolic names in inline assembliesHeiko Carstens-5/+5