aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-23/+0
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelGravatar Dave Jiang 1-23/+0
2017-08-17crypto: ccp - use dma_mapping_error to check map errorGravatar Pan Bian 1-1/+1
2017-08-09crypto: ccp - select CONFIG_CRYPTO_RSAGravatar Arnd Bergmann 1-0/+1
2017-08-09crypto: ccp - avoid uninitialized variable warningGravatar Arnd Bergmann 1-1/+2
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gravatar Gary R Hook 3-5/+25
2017-08-04crypto: ccp - Rework the unit-size check for XTS-AESGravatar Gary R Hook 1-37/+20
2017-08-04crypto: ccp - Add a call to xts_check_key()Gravatar Gary R Hook 1-1/+8
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGravatar Gary R Hook 4-10/+41
2017-08-03crypto: ccp - remove duplicate module version and author entryGravatar Brijesh Singh 1-7/+0
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGravatar Gary R Hook 7-2/+12
2017-07-28crypto: ccp - Add support for RSA on the CCPGravatar Gary R Hook 4-0/+347
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGravatar Gary R Hook 2-34/+54
2017-07-28crypto: ccp - Update copyright dates for 2017.Gravatar Gary R Hook 11-11/+11
2017-07-18crypto: ccp - remove ccp_present() check from device initializeGravatar Brijesh Singh 1-12/+0
2017-07-18crypto: ccp - rename ccp driver initialize files as sp deviceGravatar Brijesh Singh 5-93/+87
2017-07-18crypto: ccp - Abstract interrupt registerationGravatar Brijesh Singh 8-115/+188
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceGravatar Brijesh Singh 10-157/+457
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupGravatar Brijesh Singh 5-138/+106
2017-07-18crypto: ccp - print error message on platform_get_irq failureGravatar Gustavo A. R. Silva 1-1/+3
2017-07-18crypto: ccp - Provide an error path for debugfs setup failureGravatar Gary R Hook 1-5/+10
2017-07-18crypto: ccp - Change all references to use the JOB ID macroGravatar Gary R Hook 1-2/+2
2017-07-18crypto: ccp - Fix some line spacingGravatar Gary R Hook 1-0/+1
2017-06-22crypto: ccp - Release locks before returningGravatar Gary R Hook 1-4/+3
2017-06-19crypto: ccp - return NULL instead of 0Gravatar pjambhlekar 1-2/+2
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGravatar Gary R Hook 5-3/+395
2017-05-23crypto: ccp - Use IPAD/OPAD constantGravatar Corentin LABBE 1-2/+3
2017-05-18crypto: ccp - Add a module authorGravatar Gary R Hook 1-0/+1
2017-04-24crypto: ccp - Change ISR handler method for a v5 CCPGravatar Gary R Hook 1-44/+67
2017-04-24crypto: ccp - Change ISR handler method for a v3 CCPGravatar Gary R Hook 3-50/+75
2017-04-21crypto: ccp - Disable interrupts early on unloadGravatar Gary R Hook 1-2/+2
2017-04-21crypto: ccp - Use only the relevant interrupt bitsGravatar Gary R Hook 2-7/+7
2017-04-05crypto: ccp - Rearrange structure members to minimize sizeGravatar Gary R Hook 1-4/+4
2017-04-05crypto: ccp - Remove redundant cpu-to-le32 macrosGravatar Gary R Hook 1-11/+11
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 4-1/+52
2017-03-24crypto: ccp - Enable support for AES GCM on v5 CCPsGravatar Gary R Hook 5-0/+531
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGravatar Gary R Hook 8-2/+552
2017-03-24crypto: ccp - Add SHA-2 384- and 512-bit supportGravatar Gary R Hook 3-3/+99
2017-03-24crypto: ccp - Make some CCP DMA channels privateGravatar Gary R Hook 3-0/+47
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGravatar Gary R Hook 2-1/+5
2017-02-15crypto: ccp - Simplify some buffer management routinesGravatar Gary R Hook 1-86/+56
2017-02-15crypto: ccp - Update the command queue on errorsGravatar Gary R Hook 1-2/+5
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGravatar Gary R Hook 1-3/+2
2017-02-15crypto: ccp - Set the AES size field for all modesGravatar Gary R Hook 3-2/+10
2017-02-03crypto: ccp - Fix double add when creating new DMA commandGravatar Gary R Hook 2-1/+6
2017-02-03crypto: ccp - Fix DMA operations when IOMMU is enabledGravatar Gary R Hook 1-1/+1
2016-11-13crypto: ccp - Fix handling of RSA exponent on a v5 deviceGravatar Gary R Hook 1-5/+5
2016-10-25crypto: ccp - Clean up the LSB slot allocation codeGravatar Gary R Hook 3-12/+16
2016-10-25crypto: ccp - remove unneeded codeGravatar Gary R Hook 1-1/+0
2016-10-25crypto: ccp - change bitfield type to unsigned intsGravatar Gary R Hook 1-21/+21