summaryrefslogtreecommitdiff
path: root/drivers/crypto/nx
AgeCommit message (Expand)Author
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25crypto: nx - don't abuse shash MAY_SLEEP flagEric Biggers
2019-04-08crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King
2018-02-22crypto: nx-842 - Delete an error message for a failed memory allocation in nx...Markus Elfring
2017-11-29crypto: nx - fix spelling mistake: "availavle" -> "available"Colin Ian King
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-12crypto/nx: Do not initialize workmem allocationHaren Myneni
2017-11-12crypto/nx: Use percpu send window for NX requestsHaren Myneni
2017-11-12powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-22crypto: nx - Use GCM IV size constantCorentin LABBE
2017-09-22crypto: nx-842 - constify vio_device_idArvind Yadav
2017-09-22crypto: nx - constify vio_device_idArvind Yadav
2017-09-01crypto/nx: Add P9 NX support for 842 compression engineHaren Myneni
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni
2017-09-01crypto/nx: Use kzalloc for workmem allocationHaren Myneni
2017-09-01crypto/nx: Add nx842_add_coprocs_list functionHaren Myneni
2017-09-01crypto/nx: Create nx842_delete_coprocs functionHaren Myneni
2017-09-01crypto/nx: Create nx842_configure_crb functionHaren Myneni
2017-09-01crypto/nx: Rename nx842_powernv_function as icswx functionHaren Myneni
2017-08-31powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.hSukadev Bhattiprolu
2016-11-17crypto: nx - drop duplicate header types.hGeliang Tang
2016-07-19crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-02-15treewide: Fix typo in printkMasanari Iida
2015-12-17crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni
2015-11-24crypto: nx - use of_property_read_u32()saurabh
2015-11-16crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-08-17crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek
2015-08-10crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa
2015-07-30crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman
2015-07-30crypto: nx - don't err if compressed output > inputDan Streetman
2015-07-23crypto: nx - make platform drivers directly register with cryptoDan Streetman
2015-07-23crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman
2015-07-23crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman
2015-07-23crypto: nx - use common code for both NX decompress success casesDan Streetman
2015-07-23crypto: nx - don't register pSeries driver if ENODEVDan Streetman