summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* crypto: drivers - remove duplicate includesPravin Shedge2017-12-221-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-145-17/+15
|\
| * crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-032-7/+8
| * crypto: ccp - remove unused variable qimColin Ian King2017-11-031-2/+1
| * crypto:ccp - invoke the DMA callback in a standard wayamd2017-10-071-3/+1
| * crypto: ccp - unmap pages and remove unmap objects in callbackamd2017-10-071-0/+1
| * crypto: ccp - Use GCM IV size constantCorentin LABBE2017-09-221-5/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-09-071-23/+0
|\
| * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-23/+0
* | crypto: ccp - use dma_mapping_error to check map errorPan Bian2017-08-171-1/+1
* | crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann2017-08-091-0/+1
* | crypto: ccp - avoid uninitialized variable warningArnd Bergmann2017-08-091-1/+2
* | crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook2017-08-043-5/+25
* | crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook2017-08-041-37/+20
* | crypto: ccp - Add a call to xts_check_key()Gary R Hook2017-08-041-1/+8
* | crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook2017-08-044-10/+41
* | crypto: ccp - remove duplicate module version and author entryBrijesh Singh2017-08-031-7/+0
* | csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook2017-07-287-2/+12
* | crypto: ccp - Add support for RSA on the CCPGary R Hook2017-07-284-0/+347
* | crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2017-07-282-34/+54
* | crypto: ccp - Update copyright dates for 2017.Gary R Hook2017-07-2811-11/+11
* | crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh2017-07-181-12/+0
* | crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh2017-07-185-93/+87
* | crypto: ccp - Abstract interrupt registerationBrijesh Singh2017-07-188-115/+188
* | crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh2017-07-1810-157/+457
* | crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh2017-07-185-138/+106
* | crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva2017-07-181-1/+3
* | crypto: ccp - Provide an error path for debugfs setup failureGary R Hook2017-07-181-5/+10
* | crypto: ccp - Change all references to use the JOB ID macroGary R Hook2017-07-181-2/+2
* | crypto: ccp - Fix some line spacingGary R Hook2017-07-181-0/+1
|/
* crypto: ccp - Release locks before returningGary R Hook2017-06-221-4/+3
* crypto: ccp - return NULL instead of 0pjambhlekar2017-06-191-2/+2
* crypto: ccp - Add debugfs entries for CCP informationGary R Hook2017-06-195-3/+395
* crypto: ccp - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* crypto: ccp - Add a module authorGary R Hook2017-05-181-0/+1
* crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook2017-04-241-44/+67
* crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook2017-04-243-50/+75
* crypto: ccp - Disable interrupts early on unloadGary R Hook2017-04-211-2/+2
* crypto: ccp - Use only the relevant interrupt bitsGary R Hook2017-04-212-7/+7
* crypto: ccp - Rearrange structure members to minimize sizeGary R Hook2017-04-051-4/+4
* crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook2017-04-051-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-054-1/+52
|\
| * crypto: ccp - Make some CCP DMA channels privateGary R Hook2017-03-243-0/+47
| * crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-162-1/+5
* | crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook2017-03-245-0/+531
* | crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook2017-03-248-2/+552
* | crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook2017-03-243-3/+99
|/
* crypto: ccp - Simplify some buffer management routinesGary R Hook2017-02-151-86/+56
* crypto: ccp - Update the command queue on errorsGary R Hook2017-02-151-2/+5