aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-0/+189
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds7-1046/+0
2025-06-30lib/crc: s390: Migrate optimized CRC code into lib/crc/Eric Biggers5-506/+0
2025-06-30lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/Eric Biggers7-1046/+0
2025-06-29Merge branch 'uaccess-key' into featuresAlexander Gordeev1-0/+188
2025-06-29s390/uaccess: Merge cmpxchg_user_key() inline assembliesHeiko Carstens1-55/+25
2025-06-29s390/uaccess: Prevent kprobes on cmpxchg_user_key() functionsHeiko Carstens1-10/+11
2025-06-29s390/uaccess: Initialize code pages executed with non-default access keyHeiko Carstens1-5/+21
2025-06-29s390/uaccess: Make cmpxchg_user_key() library codeHeiko Carstens1-0/+201
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens4-0/+4
2025-06-03Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+2
2025-05-30crypto: s390/sha256 - rename module to sha256-s390Eric Biggers1-1/+2
2025-05-26Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-49/+3
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-0/+1045
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-5/+6
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/sha256 - implement library instead of shashEric Biggers3-0/+55
2025-04-30s390/string: Remove strcpy() implementationHeiko Carstens1-24/+0
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 Biggers6-0/+989
2025-04-17s390/string: Remove optimized strncpy()Heiko Carstens1-23/+0
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens1-2/+3
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-42/+111
2025-03-18s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assemblyHeiko Carstens1-3/+3
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados1-0/+18
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-3/+4
2025-03-04s390/uaccess: Inline __clear_user()Heiko Carstens1-36/+0
2025-03-04s390/uaccess: Separate key uaccess functionsHeiko Carstens1-0/+86
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-1/+1
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-90/+0
2025-01-26s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USERHeiko Carstens1-90/+0
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds5-0/+521
2025-01-13s390/lib: Use exrl instead of ex in xor functionsSven Schnelle1-32/+29
2024-12-17s390/lib: Use exrl instead of ex in string functionsSven Schnelle1-10/+5
2024-12-01s390/crc32: expose CRC32 functions through libEric Biggers5-0/+521
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-7/+27
2024-11-28s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()Heiko Carstens1-2/+22
2024-11-28s390/spinlock: Use R constraint for arch_load_niai4()Heiko Carstens1-1/+1
2024-11-28s390/spinlock: Use symbolic names in inline assembliesHeiko Carstens1-5/+5
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+2
2024-11-13s390/string: Convert to use flag output macrosHeiko Carstens1-5/+5
2024-11-12s390/locking: Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool()Heiko Carstens1-6/+6
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-2/+2
2024-07-23s390/alternatives: Rework to allow for callbacksHeiko Carstens1-2/+2