summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+9
2026-01-23crypto: nx - Simplify with scoped for each OF child loopKrzysztof Kozlowski-5/+2
2025-09-20crypto: comp - Use same definition of context alloc and free opsDan Moulding-4/+8
2025-04-23crypto: nx - Use API partial block handlingHerbert Xu-261/+161
2025-04-16crypto: nx - Add missing header inclusionsHerbert Xu-12/+21
2025-03-21crypto: nx - Migrate to scomp APIArd Biesheuvel-54/+58
2025-03-21crypto: nx - Fix uninitialised hv_nxc on errorHerbert Xu-20/+17
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu-4/+3
2025-03-02crypto: nx - use the new scatterwalk functionsEric Biggers-50/+17
2024-10-28crypto: nx - Fix invalid wait context during kexec rebootVishal Chourasia-1/+2
2024-10-28crypto: nx - Rename devdata_mutex to devdata_spinlockVishal Chourasia-17/+17
2024-08-17crypto: nx - Use static_assert() to check struct sizesGustavo A. R. Silva-0/+3
2024-04-02crypto: nx - Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-6/+10
2023-05-24crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap-3/+3
2023-02-14crypto: nx - Fix sparse warningsHerbert Xu-10/+9
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu-1/+1
2022-09-09crypto: nx - Remove the unneeded result variableye xingchen-4/+1
2022-07-08crypto: nx - Hold the reference returned by of_find_compatible_nodeLiang He-1/+4
2022-06-30crypto: nx - drop unexpected word "the"Jiang Jian-1/+1
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni-1/+1
2022-02-18crypto: nx - Constify static attribute_group structsRikard Falkeborn-2/+2
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+143
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu-22/+32
2021-06-24crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu-2/+4
2021-06-24crypto: nx - Fix memcpy() over-reading in nonceKees Cook-1/+1
2021-06-20crypto/nx: Register and unregister VAS interface on PowerVMHaren Myneni-0/+9
2021-06-20crypto/nx: Add sysfs interface to export NX capabilitiesHaren Myneni-0/+43
2021-06-20crypto/nx: Get NX capabilities for GZIP coprocessor typeHaren Myneni-0/+87
2021-06-20crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesHaren Myneni-1/+1
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni-3/+3
2021-05-28crypto: nx - Fix typo in commentShaokun Zhang-2/+2
2021-05-28crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersLee Jones-13/+11
2021-05-14crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui-0/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+15
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava-7/+7
2021-03-26crypto: nx - Repair some kernel-doc problemsLee Jones-4/+5
2021-03-07crypto: nx - add missing call to of_node_put()Yang Li-1/+3
2021-03-02vio: make remove callback return voidUwe Kleine-König-6/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-3/+3
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-2/+2
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni-1/+0
2020-04-20crypto/nx: Enable and setup GZIP compression typeHaren Myneni-6/+40
2020-04-20crypto/nx: Make enable code generic to add new GZIP compression typeHaren Myneni-60/+101
2020-04-20crypto/nx: Rename nx-842-powernv file name to nx-common-powernvHaren Myneni-3/+3
2020-04-20crypto/nx: Initialize coproc entry with kzallocHaren Myneni-1/+1
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2019-11-17crypto: nx - remove stale comment referring to the blkcipher walk APIArd Biesheuvel-10/+0
2019-10-26crypto: nx - Improve debugfs_create_u{32,64}() handling for atomicsGeert Uytterhoeven-9/+9
2019-10-23crypto: nx - convert AES-CTR to skcipher APIEric Biggers-67/+46