summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500
AgeCommit message (Expand)Author
2023-02-03crypto: ux500/hash - delete driverLinus Walleij
2022-12-30crypto: ux500 - update debug config after ux500 cryp driver removalLukas Bulwahn
2022-12-09crypto: ux500/cryp - delete driverLinus Walleij
2022-06-30crypto: ux500/hash - drop unexpected word "the"Jiang Jian
2022-04-15crypto: ux500/hash - simplify if-if to if-elseYihao Han
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall
2021-12-24crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar
2021-05-14crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei
2021-04-22crypto: ux500/cryp - Remove duplicate argumentWan Jiabing
2021-04-16crypto: ux500 - Remove redundant dev_err callsYueHaibing
2021-03-26crypto: ux500 - fix incorrect kernel-doc comment syntaxAditya Srivastava
2021-03-26crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersLee Jones
2021-03-26crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-09-11crypto: ux500 - Fix sparse endianness warningsHerbert Xu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21crypto: ux500 - Fix kmap() bugIra Weiny
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-07-09crypto: ux500/hash - Add namespacing to hash_init()Lee Jones
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski
2019-11-17crypto: ux500 - switch to skcipher APIArd Biesheuvel
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers
2019-10-23crypto: ux500 - Remove set but not used variable 'cookie'zhengbin
2019-09-09crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: ux500/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: ux500/crypt - Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-26crypto: ux500 - Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior
2019-06-01crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-04-25crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oMasahiro Yamada
2019-04-18crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Markus Elfring
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring
2018-02-15crypto: ux500/hash - Add empty export and importKamil Konieczny
2017-09-22crypto: drop unnecessary return statementsGeliang Tang
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu