aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/nx
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+28
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersGravatar Haren Myneni 1-3/+28
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 3-3/+0
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Gravatar Colin Ian King 1-1/+1
2018-02-22crypto: nx-842 - Delete an error message for a failed memory allocation in nx...Gravatar Markus Elfring 1-3/+2
2017-11-29crypto: nx - fix spelling mistake: "availavle" -> "available"Gravatar Colin Ian King 1-2/+2
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-97/+72
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-6/+7
2017-11-12crypto/nx: Do not initialize workmem allocationGravatar Haren Myneni 1-1/+1
2017-11-12crypto/nx: Use percpu send window for NX requestsGravatar Haren Myneni 1-81/+68
2017-11-12powerpc/vas, nx-842: Define and use chip_to_vas_id()Gravatar Sukadev Bhattiprolu 1-15/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-09-22crypto: nx - Use GCM IV size constantGravatar Corentin LABBE 1-4/+5
2017-09-22crypto: nx-842 - constify vio_device_idGravatar Arvind Yadav 1-1/+1
2017-09-22crypto: nx - constify vio_device_idGravatar Arvind Yadav 1-1/+1
2017-09-01crypto/nx: Add P9 NX support for 842 compression engineGravatar Haren Myneni 2-6/+372
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineGravatar Haren Myneni 2-0/+26
2017-09-01crypto/nx: Use kzalloc for workmem allocationGravatar Haren Myneni 1-1/+1
2017-09-01crypto/nx: Add nx842_add_coprocs_list functionGravatar Haren Myneni 1-3/+9
2017-09-01crypto/nx: Create nx842_delete_coprocs functionGravatar Haren Myneni 1-13/+12
2017-09-01crypto/nx: Create nx842_configure_crb functionGravatar Haren Myneni 1-19/+38
2017-09-01crypto/nx: Rename nx842_powernv_function as icswx functionGravatar Haren Myneni 1-7/+13
2017-08-31powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.hGravatar Sukadev Bhattiprolu 2-8/+4
2016-11-17crypto: nx - drop duplicate header types.hGravatar Geliang Tang 1-1/+0
2016-07-19crypto: nx - off by one bug in nx_of_update_msc()Gravatar Dan Carpenter 1-1/+1
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-02-15treewide: Fix typo in printkGravatar Masanari Iida 1-1/+1
2015-12-17crypto: nx-842 - Mask XERS0 bit in return valueGravatar Haren Myneni 1-4/+8
2015-11-24crypto: nx - use of_property_read_u32()Gravatar saurabh 1-7/+4
2015-11-16crypto: nx - Fix timing leak in GCM and CCM decryptionGravatar David Gstir 2-2/+3
2015-10-14crypto: 842 - Add CRC and validation supportGravatar Haren Myneni 2-4/+8
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 13-989/+775
2015-08-17crypto: nx - Add forward declaration for struct crypto_aeadGravatar Herbert Xu 1-0/+2
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagGravatar Herbert Xu 2-6/+2
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAGravatar Jan Stancek 2-23/+32
2015-08-10crypto: nx - Removing CTR mode from NX driverGravatar Leonidas Da Silva Barbosa 3-30/+1
2015-07-30crypto: nx - use be32_to_cpu for __be32 field in debug msgGravatar Dan Streetman 1-1/+2
2015-07-30crypto: nx - don't err if compressed output > inputGravatar Dan Streetman 1-2/+5
2015-07-23crypto: nx - make platform drivers directly register with cryptoGravatar Dan Streetman 6-191/+114
2015-07-23crypto: nx - rename nx-842-crypto.c to nx-842.cGravatar Dan Streetman 2-1/+1
2015-07-23crypto: nx - merge nx-compress and nx-compress-cryptoGravatar Dan Streetman 5-162/+60
2015-07-23crypto: nx - use common code for both NX decompress success casesGravatar Dan Streetman 1-4/+2
2015-07-23crypto: nx - don't register pSeries driver if ENODEVGravatar Dan Streetman 1-4/+1
2015-07-23crypto: nx - move kzalloc() out of spinlockGravatar Dan Streetman 1-22/+16
2015-07-23crypto: nx - remove pSeries NX 'status' fieldGravatar Dan Streetman 1-29/+10
2015-07-23crypto: nx - remove __init/__exit from VIO functionsGravatar Dan Streetman 1-4/+4
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceGravatar Herbert Xu 3-95/+85
2015-07-14crypto: nx - Use new IV conventionGravatar Herbert Xu 1-26/+40