index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-13
arm64: dts: imx8mq: Add CAAM node
Andrey Smirnov
1
-0
/
+30
2019-09-09
crypto: x86/aes-ni - use AES library instead of single-use AES cipher
Ard Biesheuvel
1
-11
/
+6
2019-09-09
crypto: arm/aes-ce - implement ciphertext stealing for CBC
Ard Biesheuvel
2
-17
/
+256
2019-09-09
crypto: arm/aes-neonbs - implement ciphertext stealing for XTS
Ard Biesheuvel
2
-13
/
+72
2019-09-09
crypto: arm/aes-ce - implement ciphertext stealing for XTS
Ard Biesheuvel
2
-23
/
+208
2019-09-09
crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS
Ard Biesheuvel
5
-14
/
+110
2019-09-09
crypto: arm64/aes - implement support for XTS ciphertext stealing
Ard Biesheuvel
2
-30
/
+195
2019-09-09
crypto: arm64/aes-cts-cbc - move request context data to the stack
Ard Biesheuvel
1
-35
/
+26
2019-09-09
crypto: arm64/aes-cts-cbc-ce - performance tweak
Ard Biesheuvel
1
-3
/
+2
2019-09-09
crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled
Ard Biesheuvel
1
-53
/
+59
2019-09-09
crypto: arm64/aes-neonbs - replace tweak mask literal with composition
Ard Biesheuvel
1
-6
/
+3
2019-09-09
crypto: arm/aes-neonbs - replace tweak mask literal with composition
Ard Biesheuvel
1
-5
/
+3
2019-09-09
crypto: arm/aes-ce - replace tweak mask literal with composition
Ard Biesheuvel
1
-6
/
+3
2019-09-09
crypto: arm/aes-ce - switch to 4x interleave
Ard Biesheuvel
1
-119
/
+144
2019-09-09
crypto: arm/aes-ce - yield the SIMD unit between scatterwalk steps
Ard Biesheuvel
2
-35
/
+34
2019-09-09
crypto: arm/aes - fix round key prototypes
Ard Biesheuvel
2
-29
/
+29
2019-09-09
crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.
zhong jiang
1
-3
/
+1
2019-09-05
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
Hans de Goede
2
-2
/
+2
2019-09-05
crypto: x86 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
1
-6
/
+6
2019-09-05
crypto: s390 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
1
-4
/
+4
2019-09-05
crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
1
-12
/
+12
2019-09-05
crypto: arm - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2
-16
/
+16
2019-08-30
crypto: arm64/aes - implement accelerated ESSIV/CBC mode
Ard Biesheuvel
2
-0
/
+152
2019-08-30
crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
Ard Biesheuvel
1
-42
/
+40
2019-08-22
crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier
Ard Biesheuvel
1
-2
/
+2
2019-08-22
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
2
-0
/
+4
2019-08-22
crypto: sha256 - Move lib/sha256.c to lib/crypto
Hans de Goede
4
-4
/
+4
2019-08-22
crypto: s390/xts-aes - invoke fallback for ciphertext stealing
Ard Biesheuvel
1
-4
/
+4
2019-08-22
crypto: x86/xts - implement support for ciphertext stealing
Ard Biesheuvel
9
-18
/
+81
2019-08-22
crypto: x86/des - switch to library interface
Ard Biesheuvel
1
-19
/
+23
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
1
-1
/
+1
2019-08-22
crypto: 3des - move verification out of exported routine
Ard Biesheuvel
1
-0
/
+4
2019-08-22
crypto: sparc/des - switch to new verification routines
Ard Biesheuvel
1
-21
/
+16
2019-08-22
crypto: s390/des - switch to new verification routines
Ard Biesheuvel
1
-14
/
+11
2019-08-02
asm-generic: Remove redundant arch-specific rules for simd.h
Herbert Xu
2
-2
/
+0
2019-07-31
crypto: s390/aes - fix name clash after AES library refactor
Ard Biesheuvel
1
-4
/
+4
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
3
-4
/
+3
2019-07-26
crypto: aegis128l/aegis256 - remove x86 and generic implementations
Ard Biesheuvel
5
-2113
/
+0
2019-07-26
crypto: morus - remove generic and x86 implementations
Ard Biesheuvel
9
-2726
/
+0
2019-07-26
crypto: arm/aes-scalar - unexport en/decryption routines
Ard Biesheuvel
1
-3
/
+0
2019-07-26
crypto: arm64/aes-cipher - switch to shared AES inverse Sbox
Ard Biesheuvel
1
-39
/
+1
2019-07-26
crypto: arm/aes-cipher - switch to shared AES inverse Sbox
Ard Biesheuvel
1
-39
/
+1
2019-07-26
crypto: arm64/aes-neon - switch to shared AES Sboxes
Ard Biesheuvel
1
-71
/
+3
2019-07-26
crypto: arm/ghash - provide a synchronous version
Ard Biesheuvel
1
-26
/
+52
2019-07-26
crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)
Ard Biesheuvel
1
-0
/
+65
2019-07-26
crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
Ard Biesheuvel
1
-0
/
+43
2019-07-26
crypto: arm/aes - use native endiannes for key schedule
Ard Biesheuvel
2
-16
/
+13
2019-07-26
crypto: arm64/aes-ce-cipher - use AES library as fallback
Ard Biesheuvel
3
-9
/
+3
2019-07-26
crypto: aes - move sync ctr(aes) to AES library and generic helper
Ard Biesheuvel
3
-60
/
+33
2019-07-26
crypto: arm64/aes-ce - switch to library version of key expansion routine
Ard Biesheuvel
2
-8
/
+11
[next]