Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c12d3362a74bf0cd9e1d488918d40607b62a3104
c12d336
int128: move __uint128_t compiler test to Kconfig
by Ard Biesheuvel
· 5 years ago
a11d055
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
by Ard Biesheuvel
· 5 years ago
a6b803b
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
by Ard Biesheuvel
· 5 years ago
f569ca1
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
by Ard Biesheuvel
· 5 years ago
f0e89bc
crypto: x86/poly1305 - expose existing driver as poly1305 library
by Ard Biesheuvel
· 5 years ago
1b2c6a5
crypto: x86/poly1305 - depend on generic library not generic shash
by Ard Biesheuvel
· 5 years ago
a1d9306
crypto: poly1305 - expose init/update/final library interface
by Ard Biesheuvel
· 5 years ago
ad8f5b8
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
by Ard Biesheuvel
· 5 years ago
48ea8c6
crypto: poly1305 - move core routines into a separate library
by Ard Biesheuvel
· 5 years ago
22cf705
crypto: chacha - unexport chacha_generic routines
by Ard Biesheuvel
· 5 years ago
3a2f58f
crypto: mips/chacha - wire up accelerated 32r2 code from Zinc
by Ard Biesheuvel
· 5 years ago
49aa7c0
crypto: mips/chacha - import 32r2 ChaCha code from Zinc
by Jason A. Donenfeld
· 5 years ago
a44a343
crypto: arm/chacha - expose ARM ChaCha routine as library function
by Ard Biesheuvel
· 5 years ago
b36d8c0
crypto: arm/chacha - remove dependency on generic ChaCha driver
by Ard Biesheuvel
· 5 years ago
29621d0
crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code
by Ard Biesheuvel
· 5 years ago
b3aad5b
crypto: arm64/chacha - expose arm64 ChaCha routine as library function
by Ard Biesheuvel
· 5 years ago
c77da48
crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
by Ard Biesheuvel
· 5 years ago
84e03fa
crypto: x86/chacha - expose SIMD ChaCha routine as library function
by Ard Biesheuvel
· 5 years ago
28e8d89
crypto: x86/chacha - depend on generic chacha library instead of crypto driver
by Ard Biesheuvel
· 5 years ago
5fb8ef2
crypto: chacha - move existing library code into lib/crypto
by Ard Biesheuvel
· 5 years ago
746b2e0
crypto: lib - tidy up lib/crypto Kconfig and Makefile
by Ard Biesheuvel
· 5 years ago
20cc01b
crypto: aead - Split out geniv into its own module
by Herbert Xu
· 5 years ago
8ab23d5
crypto: api - Add softdep on cryptomgr
by Herbert Xu
· 5 years ago
3bbcdb1
MAINTAINERS: add linux-amlogic list for amlogic crypto
by Corentin Labbe
· 5 years ago
5660157
crypto: amlogic - fix two resources leak
by Corentin Labbe
· 5 years ago
b815122
crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin
by Pascal van Leeuwen
· 5 years ago
4a97bfc
crypto: hisilicon - no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 5 years ago
39977f4
crypto: hisilicon - add vfs_num module param for zip
by Hao Fang
· 5 years ago
c3510fe
crypto: inside-secure - Fix hangup during probing for EIP97 engine
by Pascal van Leeuwen
· 5 years ago
6d01d85
hwrng: ks-sa - Add minimum sleep time before ready-polling
by Alexander Sverdlin
· 5 years ago
698b222
crypto: tgr192 - remove unneeded semicolon
by Tian Tao
· 5 years ago
4509f43
crypto: allwinner - fix some spelling mistakes
by Colin Ian King
· 5 years ago
5c49645
hwrng: atmel - add new platform support for sam9x60
by Codrin Ciubotariu
· 5 years ago
454dfeb
dt-bindings: rng: atmel-trng: add new compatible
by Codrin Ciubotariu
· 5 years ago
d158367
crypto: atmel - Fix selection of CRYPTO_AUTHENC
by Tudor Ambarus
· 5 years ago
df40c4e
crypto: inside-secure - Add missed clk_disable_unprepare
by Chuhong Yuan
· 5 years ago
1e67ee9
crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA
by Zhou Wang
· 5 years ago
44eff4a
crypto: sun8i-ss - fix memdup.cocci warnings
by kbuild test robot
· 5 years ago
09b6816
crypto: sun8i-ss - fix semicolon.cocci warnings
by kbuild test robot Remove unneeded semicolon
· 5 years ago
746c908c
crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr
by Christian Lamparter
· 5 years ago
6a10134
MAINTAINERS: Add maintainer for HiSilicon TRNG V2 driver
by Zaibo Xu
· 5 years ago
3e90efd
hwrng: hisi - add HiSilicon TRNG driver support
by Zaibo Xu
· 5 years ago
a970429
crypto: amlogic - ensure error variable err is set before returning it
by Colin Ian King
· 5 years ago
d832a61
crypto: amlogic - Use kmemdup in meson_aes_setkey()
by YueHaibing
· 5 years ago
427e6e3
crypto: atmel - Fix remaining endianess warnings
by Herbert Xu
· 5 years ago
1520c72
crypto: atmel - Fix authenc support when it is set to m
by Herbert Xu
· 5 years ago
298b4c6
crypto: amcc - restore CRYPTO_AES dependency
by Christian Lamparter
· 5 years ago
700f7d0
crypto: hisilicon - fix to return sub-optimal device when best device has no qps
by Zhou Wang
· 5 years ago
f0c8b6a
crypto: hisilicon - use sgl API to get sgl dma addr and len
by Zhou Wang
· 5 years ago
b95bba5
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
by Eric Biggers
· 5 years ago
c65058b
crypto: skcipher - remove the "blkcipher" algorithm type
by Eric Biggers
· 5 years ago
5325306
crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type
by Eric Biggers
· 5 years ago
cec0cb8
crypto: skcipher - remove crypto_has_ablkcipher()
by Eric Biggers
· 5 years ago
d3ca75a
crypto: skcipher - unify the crypto_has_skcipher*() functions
by Eric Biggers
· 5 years ago
8d68e7e
dt-bindings: crypto: Add DT bindings documentation for sun8i-ss Security System
by Corentin Labbe
· 5 years ago
f08fcce
crypto: allwinner - Add sun8i-ss cryptographic offloader
by Corentin Labbe
· 5 years ago
a1afe27
crypto: testmgr - add test vectors for blake2b
by David Sterba
· 5 years ago
91d6893
crypto: blake2b - add blake2b generic implementation
by David Sterba
· 5 years ago
1751354
crypto: sun4i-ss - Move to Allwinner directory
by Corentin Labbe
· 5 years ago
06f751b
crypto: allwinner - Add sun8i-ce Crypto Engine
by Corentin Labbe
· 5 years ago
3914b93
crypto: allwinner - Add allwinner subdirectory
by Corentin Labbe
· 5 years ago
a524851
crypto: mediatek - remove redundant bitwise-or
by Colin Ian King
· 5 years ago
f398243
crypto: ecdh - fix big endian bug in ECC library
by Ard Biesheuvel
· 5 years ago
51d13aa
crypto: caam - populate platform devices last
by Andrey Smirnov
· 5 years ago
1a1c4f0
crypto: caam - use devres to populate platform devices
by Andrey Smirnov
· 5 years ago
f414de2
crypto: caam - use devres to de-initialize QI
by Andrey Smirnov
· 5 years ago
e57acaf
crypto: caam - use devres to de-initialize the RNG
by Andrey Smirnov
· 5 years ago
eceb5da
crypto: caam - use devres to remove debugfs
by Andrey Smirnov
· 5 years ago
66e93b2
crypto: caam - use devres to unmap memory
by Andrey Smirnov
· 5 years ago
fbbfb3f
hwrng: omap3-rom - Fix unused function warnings
by Arnd Bergmann
· 5 years ago
13a1bb9
crypto: inside-secure - Fixed warnings on inconsistent byte order handling
by Pascal van Leeuwen
· 5 years ago
9b53799
crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_crypt()
by Yunfeng Ye
· 5 years ago
691505a
crypto: ccp - fix uninitialized list head
by Mark Salter
· 5 years ago
fe95938
crypto: nx - Improve debugfs_create_u{32,64}() handling for atomics
by Geert Uytterhoeven
· 5 years ago
03f008c
crypto: ccp - Verify access to device registers before initializing
by Hook, Gary
· 5 years ago
0d3c678
crypto: ccp - Change a message to reflect status instead of failure
by Hook, Gary
· 5 years ago
9a8641a
crypto: hisilicon - fix endianness verification problem of QM
by Shukun Tan
· 5 years ago
719181f
crypto: hisilicon - fix param should be static when not external.
by Shukun Tan
· 5 years ago
e109669
crypto: hisilicon - Fix using plain integer as NULL pointer
by Shukun Tan
· 5 years ago
ee1788c
crypto: hisilicon - tiny fix about QM/ZIP error callback print
by Zhou Wang
· 5 years ago
798ac39
crypto: ccree - fix comparison of unsigned expression warning
by Tian Tao
· 5 years ago
1d55fdc
crypto: ccp - Retry SEV INIT command in case of integrity check failure.
by Ashish Kalra
· 5 years ago
48fe583
crypto: amlogic - Add crypto accelerator for amlogic GXL
by Corentin Labbe
· 5 years ago
f1fb7ea
MAINTAINERS: Add myself as maintainer of amlogic crypto
by Corentin Labbe
· 5 years ago
7f7d115
dt-bindings: crypto: Add DT bindings documentation for amlogic-crypto
by Corentin Labbe
· 5 years ago
49c4cd8
crypto: atmel - fix data types for __be{32,64}
by Ben Dooks (Codethink)
· 5 years ago
4c747d4
hwrng: xgene - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
6cd4e07
hwrng: tx4939 - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
bd74b0f
hwrng: st - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
64b7bf1
hwrng: pic32 - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
5b18f9a
hwrng: pasemi - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
c7c16c5
hwrng: omap - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
fc963e0
hwrng: npcm - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
ba14757
hwrng: meson - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
871d030
hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
10304c7
hwrng: hisi - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
3e3c97c
hwrng: exynos - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
3e46bd3
hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
bc49534
hwrng: atmel - use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
d156934
hwrng: ka-sa - fix __iomem on registers
by Ben Dooks
· 5 years ago
Next »