index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
debugobjects.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-17
crypto: lib - tidy up lib/crypto Kconfig and Makefile
Ard Biesheuvel
3
-20
/
+24
2019-11-17
crypto: aead - Split out geniv into its own module
Herbert Xu
3
-163
/
+179
2019-11-17
crypto: api - Add softdep on cryptomgr
Herbert Xu
1
-0
/
+1
2019-11-17
MAINTAINERS: add linux-amlogic list for amlogic crypto
Corentin Labbe
1
-0
/
+1
2019-11-17
crypto: amlogic - fix two resources leak
Corentin Labbe
1
-4
/
+6
2019-11-17
crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin
Pascal van Leeuwen
1
-2
/
+3
2019-11-17
crypto: hisilicon - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-32
/
+11
2019-11-17
crypto: hisilicon - add vfs_num module param for zip
Hao Fang
1
-84
/
+98
2019-11-17
crypto: inside-secure - Fix hangup during probing for EIP97 engine
Pascal van Leeuwen
1
-4
/
+4
2019-11-17
hwrng: ks-sa - Add minimum sleep time before ready-polling
Alexander Sverdlin
1
-0
/
+38
2019-11-15
crypto: tgr192 - remove unneeded semicolon
Tian Tao
1
-2
/
+2
2019-11-15
crypto: allwinner - fix some spelling mistakes
Colin Ian King
2
-4
/
+4
2019-11-15
hwrng: atmel - add new platform support for sam9x60
Codrin Ciubotariu
1
-2
/
+37
2019-11-15
dt-bindings: rng: atmel-trng: add new compatible
Codrin Ciubotariu
1
-1
/
+1
2019-11-08
crypto: atmel - Fix selection of CRYPTO_AUTHENC
Tudor Ambarus
1
-1
/
+1
2019-11-08
crypto: inside-secure - Add missed clk_disable_unprepare
Chuhong Yuan
1
-0
/
+1
2019-11-08
crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA
Zhou Wang
1
-26
/
+25
2019-11-08
crypto: sun8i-ss - fix memdup.cocci warnings
kbuild test robot
1
-4
/
+2
2019-11-08
crypto: sun8i-ss - fix semicolon.cocci warnings
kbuild test robot Remove unneeded semicolon
1
-1
/
+1
2019-11-08
crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr
Christian Lamparter
1
-5
/
+1
2019-11-08
MAINTAINERS: Add maintainer for HiSilicon TRNG V2 driver
Zaibo Xu
1
-0
/
+5
2019-11-08
hwrng: hisi - add HiSilicon TRNG driver support
Zaibo Xu
3
-0
/
+113
2019-11-08
crypto: amlogic - ensure error variable err is set before returning it
Colin Ian King
1
-0
/
+1
2019-11-08
crypto: amlogic - Use kmemdup in meson_aes_setkey()
YueHaibing
1
-2
/
+1
2019-11-08
crypto: atmel - Fix remaining endianess warnings
Herbert Xu
2
-2
/
+2
2019-11-08
crypto: atmel - Fix authenc support when it is set to m
Herbert Xu
3
-11
/
+11
2019-11-01
crypto: amcc - restore CRYPTO_AES dependency
Christian Lamparter
1
-0
/
+1
2019-11-01
crypto: hisilicon - fix to return sub-optimal device when best device has no qps
Zhou Wang
3
-20
/
+77
2019-11-01
crypto: hisilicon - use sgl API to get sgl dma addr and len
Zhou Wang
2
-3
/
+2
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
18
-94
/
+94
2019-11-01
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
15
-1181
/
+22
2019-11-01
crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type
Eric Biggers
1
-7
/
+6
2019-11-01
crypto: skcipher - remove crypto_has_ablkcipher()
Eric Biggers
2
-32
/
+1
2019-11-01
crypto: skcipher - unify the crypto_has_skcipher*() functions
Eric Biggers
2
-20
/
+3