aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\
| * crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-03
| * crypto: ccp - remove unused variable qimColin Ian King2017-11-03
| * crypto:ccp - invoke the DMA callback in a standard wayamd2017-10-07
| * crypto: ccp - unmap pages and remove unmap objects in callbackamd2017-10-07
| * crypto: ccp - Use GCM IV size constantCorentin LABBE2017-09-22
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-09-07
|\
| * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-21
* | crypto: ccp - use dma_mapping_error to check map errorPan Bian2017-08-17
* | crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann2017-08-09
* | crypto: ccp - avoid uninitialized variable warningArnd Bergmann2017-08-09
* | crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook2017-08-03
* | crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook2017-08-03
* | crypto: ccp - Add a call to xts_check_key()Gary R Hook2017-08-03
* | crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook2017-08-03
* | crypto: ccp - remove duplicate module version and author entryBrijesh Singh2017-08-03
* | csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook2017-07-28
* | crypto: ccp - Add support for RSA on the CCPGary R Hook2017-07-28
* | crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2017-07-28
* | crypto: ccp - Update copyright dates for 2017.Gary R Hook2017-07-28
* | crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh2017-07-18
* | crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh2017-07-18
* | crypto: ccp - Abstract interrupt registerationBrijesh Singh2017-07-18
* | crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh2017-07-18
* | crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh2017-07-18
* | crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva2017-07-18
* | crypto: ccp - Provide an error path for debugfs setup failureGary R Hook2017-07-18
* | crypto: ccp - Change all references to use the JOB ID macroGary R Hook2017-07-18
* | crypto: ccp - Fix some line spacingGary R Hook2017-07-18
|/
* crypto: ccp - Release locks before returningGary R Hook2017-06-22
* crypto: ccp - return NULL instead of 0pjambhlekar2017-06-19
* crypto: ccp - Add debugfs entries for CCP informationGary R Hook2017-06-19
* crypto: ccp - Use IPAD/OPAD constantCorentin LABBE2017-05-23
* crypto: ccp - Add a module authorGary R Hook2017-05-18
* crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook2017-04-24
* crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook2017-04-24
* crypto: ccp - Disable interrupts early on unloadGary R Hook2017-04-21
* crypto: ccp - Use only the relevant interrupt bitsGary R Hook2017-04-21
* crypto: ccp - Rearrange structure members to minimize sizeGary R Hook2017-04-05
* crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook2017-04-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-05
|\
| * crypto: ccp - Make some CCP DMA channels privateGary R Hook2017-03-24
| * crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-16
* | crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook2017-03-24
* | crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook2017-03-24
* | crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook2017-03-24
|/
* crypto: ccp - Simplify some buffer management routinesGary R Hook2017-02-15
* crypto: ccp - Update the command queue on errorsGary R Hook2017-02-15
* crypto: ccp - Change mode for detailed CCP init messagesGary R Hook2017-02-15