index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-03
crypto: arm/sha256 - Add optimized SHA-256/224
Sami Tolvanen
8
-3
/
+3981
2015-03-31
crypto: sha-mb - mark Multi buffer SHA1 helper cipher
Stephan Mueller
1
-2
/
+5
2015-03-31
crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers
Stephan Mueller
1
-4
/
+8
2015-03-31
crypto: aes-ce - mark ARMv8 AES helper ciphers
Stephan Mueller
1
-4
/
+8
2015-03-31
crypto: aesbs - mark NEON bit sliced AES helper ciphers
Stephan Mueller
1
-3
/
+6
2015-03-31
crypto: twofish_avx - mark Twofish AVX helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: serpent_avx - mark Serpent AVX helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: serpent_avx2 - mark Serpent AVX2 helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: cast6_avx - mark CAST6 helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: camellia_aesni_avx - mark AVX Camellia helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: cast5_avx - mark CAST5 helper ciphers
Stephan Mueller
1
-3
/
+6
2015-03-31
crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphers
Stephan Mueller
1
-2
/
+4
2015-03-31
crypto: clmulni - mark ghash clmulni helper ciphers
Stephan Mueller
1
-2
/
+5
2015-03-31
crypto: aesni - mark AES-NI helper ciphers
Stephan Mueller
1
-8
/
+15
2015-03-24
crypto: arm/ghash - fix big-endian bug in ghash
Ard Biesheuvel
1
-1
/
+1
2015-03-16
crypto: sha1-mb - Syntax error
Ameen Ali
1
-1
/
+1
2015-03-13
crypto: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-12
crypto: arm - add support for GHASH using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+424
2015-03-12
crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+1049
2015-03-12
crypto: arm - add support for SHA-224/256 using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+348
2015-03-12
crypto: arm - add support for SHA1 using ARMv8 Crypto Instructions
Ard Biesheuvel
4
-0
/
+296
2015-03-12
crypto: arm - move ARM specific Kconfig definitions to a dedicated file
Ard Biesheuvel
2
-0
/
+88
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
2015-03-09
crypto: powerpc - move files to fix build error
Kim Phillips
6
-4
/
+4
2015-03-04
crypto: powerpc/md5 - kernel config
Markus Stockhausen
1
-0
/
+2
2015-03-04
crypto: powerpc/md5 - glue
Markus Stockhausen
1
-0
/
+165
2015-03-04
crypto: powerpc/md5 - assembler
Markus Stockhausen
1
-0
/
+243
2015-03-02
crypto: powerpc/sha1 - kernel config
Markus Stockhausen
1
-0
/
+2
2015-03-02
crypto: powerpc/sha1 - glue
Markus Stockhausen
1
-0
/
+210
2015-03-02
crypto: powerpc/sha1 - assembler
Markus Stockhausen
1
-0
/
+299
2015-03-01
crypto: powerpc/aes - kernel config
Markus Stockhausen
1
-0
/
+2
2015-03-01
cyprot: powerpc/aes - glue code
Markus Stockhausen
1
-0
/
+512
2015-03-01
crypto: powerpc/aes - ECB/CBC/CTR/XTS modes
Markus Stockhausen
1
-0
/
+630
2015-03-01
crypto: powerpc/aes - key handling
Markus Stockhausen
1
-0
/
+283
2015-03-01
crypto: powerpc/aes - assembler core
Markus Stockhausen
1
-0
/
+351
2015-03-01
crypto: powerpc/aes - aes tables
Markus Stockhausen
1
-0
/
+331
2015-03-01
crypto: powerpc/aes - register defines
Markus Stockhausen
1
-0
/
+42
2015-03-01
MIPS: BCM63xx: remove RSET_RNG register definitions
Florian Fainelli
1
-14
/
+0
2015-02-28
crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg
Tadeusz Struk
1
-54
/
+110
2015-02-27
crypto: sha-mb - Fix big integer constant sparse warning
Lad, Prabhakar
1
-1
/
+1
2015-02-27
crypto: ppc/sha256 - kernel config
Markus Stockhausen
1
-0
/
+2
2015-02-27
crypto: ppc/sha256 - glue
Markus Stockhausen
1
-0
/
+275
2015-02-27
crypto: ppc/sha256 - assembler
Markus Stockhausen
1
-0
/
+323
[next]