index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
cavium-octeon
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-26
mips: cavium-octeon: Move octeon-crypto.c into parent dir
Eric Biggers
2
-74
/
+0
2025-08-26
lib/crypto: mips/md5: Migrate optimized code into library
Eric Biggers
2
-216
/
+0
2025-07-14
lib/crypto: mips/sha1: Migrate optimized code into library
Eric Biggers
2
-147
/
+0
2025-07-04
lib/crypto: sha256: Consolidate into single module
Eric Biggers
2
-67
/
+0
2025-07-04
lib/crypto: sha256: Remove sha256_is_arch_optimized()
Eric Biggers
1
-6
/
+0
2025-07-04
lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
2
-167
/
+0
2025-06-30
mips: cavium-octeon: Move octeon-crypto.h into asm directory
Eric Biggers
6
-234
/
+5
2025-05-05
crypto: arch/sha256 - Export block functions as GPL only
Herbert Xu
1
-2
/
+2
2025-05-05
crypto: mips/sha256 - implement library instead of shash
Eric Biggers
1
-108
/
+27
2025-04-23
crypto: mips/octeon-sha512 - Use API partial block handling
Herbert Xu
1
-114
/
+43
2025-04-23
crypto: mips/octeon-sha256 - Use API partial block handling
Herbert Xu
1
-125
/
+38
2025-04-23
crypto: mips/octeon-sha1 - Use API partial block handling
Herbert Xu
1
-107
/
+31
2025-04-23
crypto: mips/octeon-md5 - Use API partial block handling
Herbert Xu
1
-57
/
+64
2021-12-31
crypto: mips/sha - remove duplicate hash init function
Tianjia Zhang
3
-87
/
+8
2020-11-27
crypto: mips/octeon - Fix sparse endianness warnings
Herbert Xu
2
-7
/
+9
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
3
-3
/
+3
2020-05-08
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
Eric Biggers
1
-1
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-10
/
+2
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45
Thomas Gleixner
1
-5
/
+1
2018-07-09
crypto: shash - remove useless setting of type flags
Eric Biggers
4
-6
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-08
MIPS: Add missing include files
Arnd Bergmann
1
-0
/
+1
2017-02-14
MIPS: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2015-06-19
Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...
Herbert Xu
1
-3
/
+77
2015-05-18
crypto: octeon - use md5 IV MD5_HX instead of their raw value
LABBE Corentin
1
-4
/
+4
2015-04-17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-3
/
+77
2015-04-01
MIPS: Octeon: Make octeon-md5 driver endian-agnostic
Paul Martin
1
-4
/
+4
2015-03-24
CRYPTO: Octeon: Add SHA512 module
Aaro Koskinen
2
-0
/
+278
2015-03-24
CRYPTO: Octeon: Add SHA256 module
Aaro Koskinen
2
-0
/
+281
2015-03-24
CRYPTO: Octeon: Add SHA1 module
Aaro Koskinen
2
-1
/
+243
2015-03-24
CRYPTO: Octeon: Add instruction definitions for SHA1/256/512
Aaro Koskinen
1
-4
/
+79
2015-03-24
CRYPTO: Octeon: always disable preemption when using crypto engine
Aaro Koskinen
2
-5
/
+3
2015-03-24
CRYPTO: Octeon: Don't disable bottom half in octeon-md5
Aaro Koskinen
1
-4
/
+0
2015-03-10
crypto: octeon - add SHA512 module
Aaro Koskinen
2
-0
/
+278
2015-03-10
crypto: octeon - add SHA256 module
Aaro Koskinen
2
-0
/
+281
2015-03-10
crypto: octeon - add SHA1 module
Aaro Koskinen
2
-1
/
+243
2015-03-10
crypto: octeon - add instruction definitions for SHA1/256/512
Aaro Koskinen
1
-4
/
+79
2015-03-10
crypto: octeon - always disable preemption when using crypto engine
Aaro Koskinen
2
-5
/
+3
2015-03-10
crypto: octeon - don't disable bottom half in octeon-md5
Aaro Koskinen
1
-4
/
+0
2014-12-24
crypto: octeon - add MD5 module
Aaro Koskinen
3
-0
/
+220
2014-12-24
crypto: octeon - add instruction definitions for MD5
Aaro Koskinen
1
-0
/
+56
2014-12-24
MIPS: OCTEON: add crypto helper functions
Aaro Koskinen
3
-0
/
+88