aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/nx
AgeCommit message (Expand)AuthorFilesLines
2023-05-24crypto: nx - fix build warnings when DEBUG_FS is not enabledGravatar Randy Dunlap 2-3/+3
2023-02-14crypto: nx - Fix sparse warningsGravatar Herbert Xu 2-10/+9
2022-12-02crypto: Prepare to move crypto_tfm_ctxGravatar Herbert Xu 1-1/+1
2022-09-09crypto: nx - Remove the unneeded result variableGravatar ye xingchen 1-4/+1
2022-07-08crypto: nx - Hold the reference returned by of_find_compatible_nodeGravatar Liang He 1-1/+4
2022-06-30crypto: nx - drop unexpected word "the"Gravatar Jiang Jian 1-1/+1
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrGravatar Haren Myneni 1-1/+1
2022-02-18crypto: nx - Constify static attribute_group structsGravatar Rikard Falkeborn 1-2/+2
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-4/+143
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsGravatar Herbert Xu 8-22/+32
2021-06-24crypto: nx - Fix RCU warning in nx842_OF_upd_statusGravatar Herbert Xu 1-2/+4
2021-06-24crypto: nx - Fix memcpy() over-reading in nonceGravatar Kees Cook 1-1/+1
2021-06-20crypto/nx: Register and unregister VAS interface on PowerVMGravatar Haren Myneni 2-0/+9
2021-06-20crypto/nx: Add sysfs interface to export NX capabilitiesGravatar Haren Myneni 1-0/+43
2021-06-20crypto/nx: Get NX capabilities for GZIP coprocessor typeGravatar Haren Myneni 1-0/+87
2021-06-20crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesGravatar Haren Myneni 2-1/+1
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsGravatar Haren Myneni 1-3/+3
2021-05-28crypto: nx - Fix typo in commentGravatar Shaokun Zhang 1-2/+2
2021-05-28crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersGravatar Lee Jones 1-13/+11
2021-05-14crypto: nx - add missing MODULE_DEVICE_TABLEGravatar Bixuan Cui 1-0/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 11-12/+15
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesGravatar Aditya Srivastava 7-7/+7
2021-03-26crypto: nx - Repair some kernel-doc problemsGravatar Lee Jones 3-4/+5
2021-03-07crypto: nx - add missing call to of_node_put()Gravatar Yang Li 1-1/+3
2021-03-02vio: make remove callback return voidGravatar Uwe Kleine-König 2-6/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 3-3/+3
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-2/+2
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structGravatar Haren Myneni 1-1/+0
2020-04-20crypto/nx: Enable and setup GZIP compression typeGravatar Haren Myneni 1-6/+40
2020-04-20crypto/nx: Make enable code generic to add new GZIP compression typeGravatar Haren Myneni 1-60/+101
2020-04-20crypto/nx: Rename nx-842-powernv file name to nx-common-powernvGravatar Haren Myneni 2-3/+3
2020-04-20crypto/nx: Initialize coproc entry with kzallocGravatar Haren Myneni 1-1/+1
2020-03-06crypto: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-11-17crypto: nx - remove stale comment referring to the blkcipher walk APIGravatar Ard Biesheuvel 2-10/+0
2019-10-26crypto: nx - Improve debugfs_create_u{32,64}() handling for atomicsGravatar Geert Uytterhoeven 1-9/+9
2019-10-23crypto: nx - convert AES-CTR to skcipher APIGravatar Eric Biggers 3-67/+46
2019-10-23crypto: nx - convert AES-CBC to skcipher APIGravatar Eric Biggers 3-52/+41
2019-10-23crypto: nx - convert AES-ECB to skcipher APIGravatar Eric Biggers 3-51/+58
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundGravatar Eric Biggers 7-57/+43
2019-08-30crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'Gravatar YueHaibing 1-3/+0
2019-08-02crypto: nx - Add of_node_put() before return in 842Gravatar Nishka Dasgupta 1-0/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-64/+31
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOGravatar Haren Myneni 1-3/+5
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 3-61/+26
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 10-130/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Gravatar Thomas Gleixner 10-130/+10
2019-06-03locking/atomic, crypto/nx: Remove redundant castsGravatar Mark Rutland 1-3/+3
2019-06-03locking/atomic, crypto/nx: Prepare for atomic64_read() conversionGravatar Mark Rutland 1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 2-20/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Gravatar Thomas Gleixner 1-14/+1