aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-26crypto: nx - Improve debugfs_create_u{32,64}() handling for atomicsGeert Uytterhoeven1-9/+9
2019-10-23crypto: nx - convert AES-CTR to skcipher APIEric Biggers3-67/+46
2019-10-23crypto: nx - convert AES-CBC to skcipher APIEric Biggers3-52/+41
2019-10-23crypto: nx - convert AES-ECB to skcipher APIEric Biggers3-51/+58
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers7-57/+43
2019-08-30crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing1-3/+0
2019-08-02crypto: nx - Add of_node_put() before return in 842Nishka Dasgupta1-0/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-64/+31
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni1-3/+5
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-61/+26
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar10-130/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner10-130/+10
2019-06-03locking/atomic, crypto/nx: Remove redundant castsMark Rutland1-3/+3
2019-06-03locking/atomic, crypto/nx: Prepare for atomic64_read() conversionMark Rutland1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2-20/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-25crypto: nx - don't abuse shash MAY_SLEEP flagEric Biggers3-16/+8
2019-04-08crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing2-6/+3
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-1/+0
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+28
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni1-3/+28
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers3-3/+0
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King1-1/+1
2018-02-22crypto: nx-842 - Delete an error message for a failed memory allocation in nx842_pseries_init()Markus Elfring1-3/+2
2017-11-29crypto: nx - fix spelling mistake: "availavle" -> "available"Colin Ian King1-2/+2
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-97/+72
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-6/+7
2017-11-12crypto/nx: Do not initialize workmem allocationHaren Myneni1-1/+1
2017-11-12crypto/nx: Use percpu send window for NX requestsHaren Myneni1-81/+68
2017-11-12powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu1-15/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-22crypto: nx - Use GCM IV size constantCorentin LABBE1-4/+5
2017-09-22crypto: nx-842 - constify vio_device_idArvind Yadav1-1/+1
2017-09-22crypto: nx - constify vio_device_idArvind Yadav1-1/+1
2017-09-01crypto/nx: Add P9 NX support for 842 compression engineHaren Myneni2-6/+372
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2-0/+26
2017-09-01crypto/nx: Use kzalloc for workmem allocationHaren Myneni1-1/+1
2017-09-01crypto/nx: Add nx842_add_coprocs_list functionHaren Myneni1-3/+9
2017-09-01crypto/nx: Create nx842_delete_coprocs functionHaren Myneni1-13/+12
2017-09-01crypto/nx: Create nx842_configure_crb functionHaren Myneni1-19/+38
2017-09-01crypto/nx: Rename nx842_powernv_function as icswx functionHaren Myneni1-7/+13
2017-08-31powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.hSukadev Bhattiprolu2-8/+4
2016-11-17crypto: nx - drop duplicate header types.hGeliang Tang1-1/+0
2016-07-19crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter1-1/+1
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2015-12-17crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni1-4/+8