| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: Prepare to move crypto_tfm_ctx | Herbert Xu | 2022-12-02 | 1 | -1/+1 |
* | crypto: nx - Remove the unneeded result variable | ye xingchen | 2022-09-09 | 1 | -4/+1 |
* | crypto: nx - Hold the reference returned by of_find_compatible_node | Liang He | 2022-07-08 | 1 | -1/+4 |
* | crypto: nx - drop unexpected word "the" | Jiang Jian | 2022-06-30 | 1 | -1/+1 |
* | powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr | Haren Myneni | 2022-05-22 | 1 | -1/+1 |
* | crypto: nx - Constify static attribute_group structs | Rikard Falkeborn | 2022-02-18 | 1 | -2/+2 |
* | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2021-07-02 | 4 | -4/+143 |
|\ |
|
| * | crypto/nx: Register and unregister VAS interface on PowerVM | Haren Myneni | 2021-06-20 | 2 | -0/+9 |
| * | crypto/nx: Add sysfs interface to export NX capabilities | Haren Myneni | 2021-06-20 | 1 | -0/+43 |
| * | crypto/nx: Get NX capabilities for GZIP coprocessor type | Haren Myneni | 2021-06-20 | 1 | -0/+87 |
| * | crypto/nx: Rename nx-842-pseries file name to nx-common-pseries | Haren Myneni | 2021-06-20 | 2 | -1/+1 |
| * | powerpc/powernv/vas: Rename register/unregister functions | Haren Myneni | 2021-06-20 | 1 | -3/+3 |
* | | crypto: nx - Fix numerous sparse byte-order warnings | Herbert Xu | 2021-06-24 | 8 | -22/+32 |
* | | crypto: nx - Fix RCU warning in nx842_OF_upd_status | Herbert Xu | 2021-06-24 | 1 | -2/+4 |
* | | crypto: nx - Fix memcpy() over-reading in nonce | Kees Cook | 2021-06-24 | 1 | -1/+1 |
* | | crypto: nx - Fix typo in comment | Shaokun Zhang | 2021-05-28 | 1 | -2/+2 |
* | | crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headers | Lee Jones | 2021-05-28 | 1 | -13/+11 |
* | | crypto: nx - add missing MODULE_DEVICE_TABLE | Bixuan Cui | 2021-05-14 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2021-04-26 | 11 | -12/+15 |
|\ |
|
| * | crypto: nx - fix incorrect kernel-doc comment syntax in files | Aditya Srivastava | 2021-03-26 | 7 | -7/+7 |
| * | crypto: nx - Repair some kernel-doc problems | Lee Jones | 2021-03-26 | 3 | -4/+5 |
| * | crypto: nx - add missing call to of_node_put() | Yang Li | 2021-03-07 | 1 | -1/+3 |
* | | vio: make remove callback return void | Uwe Kleine-König | 2021-03-02 | 2 | -6/+2 |
|/ |
|
* | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2020-11-20 | 3 | -3/+3 |
* | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 1 | -2/+2 |
* | crypto/nx: Remove 'pid' in vas_tx_win_attr struct | Haren Myneni | 2020-04-20 | 1 | -1/+0 |
* | crypto/nx: Enable and setup GZIP compression type | Haren Myneni | 2020-04-20 | 1 | -6/+40 |
* | crypto/nx: Make enable code generic to add new GZIP compression type | Haren Myneni | 2020-04-20 | 1 | -60/+101 |
* | crypto/nx: Rename nx-842-powernv file name to nx-common-powernv | Haren Myneni | 2020-04-20 | 2 | -3/+3 |
* | crypto/nx: Initialize coproc entry with kzalloc | Haren Myneni | 2020-04-20 | 1 | -1/+1 |
* | crypto: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-06 | 1 | -1/+1 |
* | crypto: nx - remove stale comment referring to the blkcipher walk API | Ard Biesheuvel | 2019-11-17 | 2 | -10/+0 |
* | crypto: nx - Improve debugfs_create_u{32,64}() handling for atomics | Geert Uytterhoeven | 2019-10-25 | 1 | -9/+9 |
* | crypto: nx - convert AES-CTR to skcipher API | Eric Biggers | 2019-10-23 | 3 | -67/+46 |
* | crypto: nx - convert AES-CBC to skcipher API | Eric Biggers | 2019-10-23 | 3 | -52/+41 |
* | crypto: nx - convert AES-ECB to skcipher API | Eric Biggers | 2019-10-23 | 3 | -51/+58 |
* | crypto: nx - don't abuse blkcipher_desc to pass iv around | Eric Biggers | 2019-10-23 | 7 | -57/+43 |
* | crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version' | YueHaibing | 2019-08-30 | 1 | -3/+0 |
* | crypto: nx - Add of_node_put() before return in 842 | Nishka Dasgupta | 2019-08-02 | 1 | -0/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-07-09 | 4 | -64/+31 |
|\ |
|
| * | crypto/NX: Set receive window credits to max number of CRBs in RxFIFO | Haren Myneni | 2019-06-28 | 1 | -3/+5 |
| * | crypto: nx - no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-20 | 3 | -61/+26 |
* | | Merge tag 'v5.2-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2019-06-17 | 10 | -130/+10 |
|\ \ |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299 | Thomas Gleixner | 2019-06-05 | 10 | -130/+10 |
* | | | locking/atomic, crypto/nx: Remove redundant casts | Mark Rutland | 2019-06-03 | 1 | -3/+3 |
* | | | locking/atomic, crypto/nx: Prepare for atomic64_read() conversion | Mark Rutland | 2019-06-03 | 1 | -6/+6 |
|/ / |
|
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 2 | -20/+2 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19 | Thomas Gleixner | 2019-05-21 | 1 | -14/+1 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | crypto: nx - don't abuse shash MAY_SLEEP flag | Eric Biggers | 2019-04-25 | 3 | -16/+8 |