aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
Commit message (Expand)AuthorAge
* crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing2019-08-30
* crypto: nx - Add of_node_put() before return in 842Nishka Dasgupta2019-08-02
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni2019-06-27
| * crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-20
* | Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-17
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-05
* | | locking/atomic, crypto/nx: Remove redundant castsMark Rutland2019-06-03
* | | locking/atomic, crypto/nx: Prepare for atomic64_read() conversionMark Rutland2019-06-03
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner2019-05-21
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
|/
* crypto: nx - don't abuse shash MAY_SLEEP flagEric Biggers2019-04-25
* crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing2019-04-08
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-22
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-17
|\
| * crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni2018-08-07
* | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-08
|/
* crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King2018-05-18
* crypto: nx-842 - Delete an error message for a failed memory allocation in nx...Markus Elfring2018-02-22
* crypto: nx - fix spelling mistake: "availavle" -> "available"Colin Ian King2017-11-29
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-16
|\
| * crypto/nx: Do not initialize workmem allocationHaren Myneni2017-11-11
| * crypto/nx: Use percpu send window for NX requestsHaren Myneni2017-11-11
| * powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu2017-11-11
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\ \
| * | crypto: nx - Use GCM IV size constantCorentin LABBE2017-09-22
| * | crypto: nx-842 - constify vio_device_idArvind Yadav2017-09-22
| * | crypto: nx - constify vio_device_idArvind Yadav2017-09-22
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* crypto/nx: Add P9 NX support for 842 compression engineHaren Myneni2017-09-01
* crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2017-09-01
* crypto/nx: Use kzalloc for workmem allocationHaren Myneni2017-09-01
* crypto/nx: Add nx842_add_coprocs_list functionHaren Myneni2017-09-01
* crypto/nx: Create nx842_delete_coprocs functionHaren Myneni2017-09-01
* crypto/nx: Create nx842_configure_crb functionHaren Myneni2017-09-01
* crypto/nx: Rename nx842_powernv_function as icswx functionHaren Myneni2017-09-01
* powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.hSukadev Bhattiprolu2017-08-31
* crypto: nx - drop duplicate header types.hGeliang Tang2016-11-17
* crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter2016-07-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-18
|\
| * treewide: Fix typo in printkMasanari Iida2016-02-15
* | crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni2015-12-17
* | crypto: nx - use of_property_read_u32()saurabh2015-11-24
* | crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2015-11-16
|/
* crypto: 842 - Add CRC and validation supportHaren Myneni2015-10-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-31
|\
| * crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu2015-08-17