index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/crypto: Add hardware acceleration for full AES-XTS mode
Holger Dengler
2024-10-29
1
-5
/
+104
*
s390/crypto: Postpone the key split to key conversion
Holger Dengler
2024-10-29
1
-25
/
+74
*
s390/crypto: Introduce function for tokenize clearkeys
Holger Dengler
2024-10-29
1
-11
/
+23
*
s390/crypto: Generalize parameters for key conversion
Holger Dengler
2024-10-29
1
-7
/
+7
*
s390/crypto: Use module-local structures for protected keys
Holger Dengler
2024-10-29
1
-28
/
+35
*
s390/crypto: Convert to reverse x-mas tree, rename ret to rc
Holger Dengler
2024-10-29
1
-61
/
+61
*
s390/crypto: Switch over to sysfs_emit()
Mete Durlu
2024-10-25
1
-7
/
+7
*
Merge tag 'v6.12-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-09-24
1
-1
/
+4
|
\
|
*
crypto: s390/paes - Fix module aliases
Herbert Xu
2024-09-21
1
-1
/
+4
*
|
s390/sha3: Fix SHA3 selftests failures
Ingo Franzki
2024-09-05
3
-0
/
+7
*
|
s390/sha3: Support sha3 performance enhancements
Joerg Schmidbauer
2024-08-29
4
-8
/
+28
*
|
s390/pkey: Rework and split PKEY kernel module code
Harald Freudenberger
2024-08-29
1
-2
/
+2
*
|
s390/crypto: Add hardware acceleration for HMAC modes
Holger Dengler
2024-08-29
3
-0
/
+370
*
|
s390/crypto: Add hardware acceleration for full AES-XTS mode
Holger Dengler
2024-08-29
1
-3
/
+117
|
/
*
s390/crc32: Add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-28
1
-0
/
+1
*
s390/paes: Reestablish retry loop in paes
Harald Freudenberger
2024-05-01
1
-2
/
+13
*
s390/crypto: remove retry loop with sleep from PAES pkey invocation
Harald Freudenberger
2024-03-07
1
-14
/
+2
*
s390/crc32le: convert to C
Heiko Carstens
2024-02-16
3
-146
/
+109
*
s390/crc32be: convert to C
Heiko Carstens
2024-02-16
3
-110
/
+80
*
s390/fpu: decrease stack usage for some cases
Heiko Carstens
2024-02-16
2
-2
/
+2
*
s390/fpu: move, rename, and merge header files
Heiko Carstens
2024-02-16
5
-5
/
+5
*
s390/fpu: make use of __uninitialized macro
Heiko Carstens
2024-02-09
2
-2
/
+2
*
Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2024-01-11
1
-1
/
+1
|
\
|
*
s390/fpu: get rid of MACHINE_HAS_VX
Heiko Carstens
2023-12-11
1
-1
/
+1
*
|
crypto: s390/aes - Fix buffer overread in CTR mode
Herbert Xu
2023-12-08
2
-2
/
+6
|
/
*
s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs
Holger Dengler
2023-08-17
1
-1
/
+1
*
s390/crypto: use kfree_sensitive() instead of kfree()
Wang Ming
2023-07-20
1
-1
/
+1
*
s390: fix various typos
Heiko Carstens
2023-07-03
1
-1
/
+1
*
s390/pkey: do not use struct pkey_protkey
Harald Freudenberger
2023-06-01
1
-2
/
+7
*
s390/crypto: use vector instructions only if available for ChaCha20
Heiko Carstens
2023-05-15
1
-1
/
+1
*
s390/crc32le: use SYM* macros instead of ENTRY(), etc.
Heiko Carstens
2023-04-19
1
-14
/
+16
*
s390/crc32be: use SYM* macros instead of ENTRY(), etc.
Heiko Carstens
2023-04-19
1
-8
/
+9
*
s390/crypto,chacha: use SYM* macros instead of ENTRY(), etc.
Heiko Carstens
2023-04-19
1
-23
/
+24
*
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-02-22
2
-5
/
+1
|
\
|
*
crypto: s390/aes - drop redundant xts key check
Vladis Dronov
2023-01-06
1
-4
/
+0
|
*
crypto: xts - drop xts_check_key()
Vladis Dronov
2023-01-06
1
-1
/
+1
*
|
s390/archrandom: add missing header include
Heiko Carstens
2023-01-10
1
-0
/
+1
|
/
*
crypto: Kconfig - simplify cipher entries
Robert Elliott
2022-08-26
1
-9
/
+19
*
crypto: Kconfig - simplify hash entries
Robert Elliott
2022-08-26
1
-18
/
+24
*
crypto: Kconfig - simplify CRC entries
Robert Elliott
2022-08-26
1
-5
/
+4
*
crypto: Kconfig - move s390 entries to a submenu
Robert Elliott
2022-08-26
1
-0
/
+120
*
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2022-08-07
11
-11
/
+11
|
\
|
*
s390/cpufeature: rework to allow more than only hwcap bits
Heiko Carstens
2022-07-19
11
-11
/
+11
*
|
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
2022-07-18
1
-1
/
+1
*
|
s390/archrandom: simplify back to earlier design and initialize earlier
Jason A. Donenfeld
2022-06-30
1
-217
/
+0
|
/
*
Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2022-06-03
1
-2
/
+2
|
\
|
*
s390/crypto: fix scatterwalk_unmap() callers in AES-GCM
Jann Horn
2022-05-25
1
-2
/
+2
*
|
Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-05-28
1
-2
/
+32
|
\
\
|
|
/
|
/
|
|
*
crypto: s390 - add crypto library interface for ChaCha20
Vladis Dronov
2022-05-13
1
-2
/
+32
*
|
s390/crypto: fix typos in comments
Julia Lawall
2022-05-06
2
-2
/
+2
|
/
[next]