summaryrefslogtreecommitdiff
path: root/arch/s390/lib
AgeCommit message (Expand)Author
6 daysMerge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
7 daysMerge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-06-30lib/crc: s390: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-29Merge branch 'uaccess-key' into featuresAlexander Gordeev
2025-06-29s390/uaccess: Merge cmpxchg_user_key() inline assembliesHeiko Carstens
2025-06-29s390/uaccess: Prevent kprobes on cmpxchg_user_key() functionsHeiko Carstens
2025-06-29s390/uaccess: Initialize code pages executed with non-default access keyHeiko Carstens
2025-06-29s390/uaccess: Make cmpxchg_user_key() library codeHeiko Carstens
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens
2025-06-03Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-30crypto: s390/sha256 - rename module to sha256-s390Eric Biggers
2025-05-26Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu
2025-05-05crypto: s390/sha256 - implement library instead of shashEric Biggers
2025-04-30s390/string: Remove strcpy() implementationHeiko Carstens
2025-04-28s390/crc: drop "glue" from filenamesEric Biggers
2025-04-28s390/crc32: Remove no-op module init and exit functionsEric Biggers
2025-04-28s390/crc32: Remove have_vxrs static keyHeiko Carstens
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-28crypto: s390 - move library functions to arch/s390/lib/crypto/Eric Biggers
2025-04-17s390/string: Remove optimized strncpy()Heiko Carstens
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-03-18s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assemblyHeiko Carstens
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens
2025-03-04s390/uaccess: Inline __clear_user()Heiko Carstens
2025-03-04s390/uaccess: Separate key uaccess functionsHeiko Carstens
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-01-26s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USERHeiko Carstens
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-01-13s390/lib: Use exrl instead of ex in xor functionsSven Schnelle
2024-12-17s390/lib: Use exrl instead of ex in string functionsSven Schnelle
2024-12-01s390/crc32: expose CRC32 functions through libEric Biggers
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-11-28s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()Heiko Carstens
2024-11-28s390/spinlock: Use R constraint for arch_load_niai4()Heiko Carstens
2024-11-28s390/spinlock: Use symbolic names in inline assembliesHeiko Carstens
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-11-13s390/string: Convert to use flag output macrosHeiko Carstens
2024-11-12s390/locking: Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool()Heiko Carstens
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-07-23s390/alternatives: Rework to allow for callbacksHeiko Carstens