index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ux500
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-14
crypto: ux500 - Fix error return code in hash_hw_final()
Zhen Lei
1
-0
/
+1
2021-04-22
crypto: ux500/cryp - Remove duplicate argument
Wan Jiabing
1
-1
/
+0
2021-04-16
crypto: ux500 - Remove redundant dev_err calls
YueHaibing
2
-2
/
+0
2021-03-26
crypto: ux500 - fix incorrect kernel-doc comment syntax
Aditya Srivastava
4
-12
/
+12
2021-03-26
crypto: ux500/hash - Fix worthy kernel-doc headers and remove others
Lee Jones
4
-15
/
+12
2021-03-26
crypto: ux500 - Fix the parameter of dma_unmap_sg()
Xiang Chen
2
-3
/
+3
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-30
/
+29
2020-09-11
crypto: ux500 - Fix sparse endianness warnings
Herbert Xu
1
-16
/
+8
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-6
/
+6
2020-08-21
crypto: ux500 - Fix kmap() bug
Ira Weiny
1
-12
/
+18
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
2
-2
/
+3
2020-07-09
crypto: ux500/hash - Add namespacing to hash_init()
Lee Jones
1
-9
/
+9
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-2
/
+0
2019-12-11
crypto: Kconfig - Fix indentation
Krzysztof Kozlowski
1
-8
/
+8
2019-11-17
crypto: ux500 - switch to skcipher API
Ard Biesheuvel
1
-215
/
+156
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
1
-1
/
+1
2019-10-23
crypto: ux500 - Remove set but not used variable 'cookie'
zhengbin
1
-2
/
+1
2019-09-09
crypto: ux500 - Fix COMPILE_TEST warnings
Herbert Xu
2
-9
/
+11
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
1
-1
/
+1
2019-08-22
crypto: ux500/des - switch to new verification routines
Ard Biesheuvel
1
-24
/
+7
2019-08-09
crypto: ux500/crypt - Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+6
2019-07-26
crypto: ux500 - Use spinlock_t instead of struct spinlock
Sebastian Andrzej Siewior
2
-4
/
+4
2019-06-01
crypto: ux500 - fix license comment syntax error
Alex Xu (Hello71)
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
13
-13
/
+14
2019-04-25
crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.o
Masahiro Yamada
1
-5
/
+1
2019-04-18
crypto: ux500 - Forbid 2-key 3DES in FIPS mode
Herbert Xu
1
-79
/
+7
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-9
/
+11
2019-01-11
crypto: ux500 - catch dma submission error
YueHaibing
1
-0
/
+6
2018-12-23
crypto: ux500 - Use proper enum in hash_set_dma_transfer
Nathan Chancellor
1
-1
/
+1
2018-12-23
crypto: ux500 - Use proper enum in cryp_set_dma_transfer
Nathan Chancellor
1
-2
/
+2
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+2
2018-07-08
crypto: ahash - remove useless setting of cra_type
Eric Biggers
1
-3
/
+0
2018-07-08
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-8
/
+4
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2
-0
/
+2
2018-02-22
crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...
Markus Elfring
1
-2
/
+2
2018-02-22
crypto: ux500 - Adjust an error message in ux500_cryp_probe()
Markus Elfring
1
-1
/
+1
2018-02-22
crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()
Markus Elfring
1
-5
/
+2
2018-02-22
crypto: ux500 - Delete an error message for a failed memory allocation in ux5...
Markus Elfring
1
-1
/
+0
2018-02-15
crypto: ux500/hash - Add empty export and import
Kamil Konieczny
1
-0
/
+18
2017-09-22
crypto: drop unnecessary return statements
Geliang Tang
1
-1
/
+0
2017-03-10
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-2
/
+2
2016-06-28
crypto: ux500 - do not build with -O0
Arnd Bergmann
2
-4
/
+4
2016-06-13
crypto: ux500 - memmove the right size
Linus Walleij
1
-2
/
+2
2016-03-11
crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
Vladimir Zapolskiy
2
-4
/
+4
2015-12-22
crypto: ux500 - Use precalculated hash from headers
LABBE Corentin
2
-18
/
+4
2015-10-14
crypto: ux500 - Use devm_xxx() managed function
LABBE Corentin
2
-103
/
+16
2015-09-21
crypto: ux500 - Fix module autoload for OF platform drivers
Luis de Bethencourt
2
-0
/
+2
2015-06-18
crypto: drivers - Fix Kconfig selects
Herbert Xu
1
-2
/
+2
[next]