aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-dev-v5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing1-3/+2
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu1-4/+4
2019-10-26crypto: ccp - Verify access to device registers before initializingHook, Gary1-0/+12
2019-10-26crypto: ccp - Change a message to reflect status instead of failureHook, Gary1-1/+1
2019-08-09crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas1-1/+0
2019-08-09crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook1-10/+4
2019-07-26crypto: ccp - Add a module parameter to specify a queue countHook, Gary1-5/+2
2019-07-26crypto: ccp - Make CCP debugfs support optionalHook, Gary1-0/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2017-11-03crypto: ccp - remove unused variable qimColin Ian King1-2/+1
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook1-0/+2
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook1-0/+2
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook1-5/+5
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook1-1/+1
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh1-4/+3
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh1-4/+1
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGary R Hook1-1/+27
2017-04-24crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook1-44/+67
2017-04-21crypto: ccp - Disable interrupts early on unloadGary R Hook1-2/+2
2017-04-21crypto: ccp - Use only the relevant interrupt bitsGary R Hook1-4/+5
2017-04-05crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook1-11/+11
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+1
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook1-0/+54
2017-03-24crypto: ccp - Make some CCP DMA channels privateGary R Hook1-0/+1
2017-02-15crypto: ccp - Update the command queue on errorsGary R Hook1-2/+5
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGary R Hook1-3/+2
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook1-2/+1
2017-02-03crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook1-1/+1
2016-11-13crypto: ccp - Fix handling of RSA exponent on a v5 deviceGary R Hook1-5/+5
2016-10-25crypto: ccp - Clean up the LSB slot allocation codeGary R Hook1-8/+12
2016-10-02crypto: ccp - Make syslog errors human-readableGary R Hook1-0/+3
2016-10-02crypto: ccp - clean up data structureGary R Hook1-3/+6
2016-08-09crypto: ccp - Enable use of the additional CCPGary R Hook1-1/+36
2016-08-09crypto: ccp - Enable DMA service on a v5 CCPGary R Hook1-0/+8
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook1-0/+7
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook1-0/+961