summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp/ccp-dev.h
AgeCommit message (Expand)Author
2022-06-10crypto: ccp - fix typo in commentJulia Lawall
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen
2019-08-09crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas
2019-08-09crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas
2019-07-26crypto: ccp - Add a module parameter to specify a queue countHook, Gary
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary
2019-07-03crypto: ccp - Validate the the error value used to index error messagesHook, Gary
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook
2017-07-18crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGary R Hook
2017-04-24crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook
2017-04-21crypto: ccp - Use only the relevant interrupt bitsGary R Hook
2017-04-05crypto: ccp - Rearrange structure members to minimize sizeGary R Hook
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook
2017-03-24crypto: ccp - Make some CCP DMA channels privateGary R Hook
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook
2017-02-03crypto: ccp - Fix double add when creating new DMA commandGary R Hook
2016-10-25crypto: ccp - remove unneeded codeGary R Hook
2016-10-25crypto: ccp - change bitfield type to unsigned intsGary R Hook
2016-10-21crypto: ccp - change type of struct member lsb to signedGary R Hook
2016-10-02crypto: ccp - Make syslog errors human-readableGary R Hook
2016-10-02crypto: ccp - clean up data structureGary R Hook
2016-08-09crypto: ccp - Enable use of the additional CCPGary R Hook
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook
2016-08-09crypto: ccp - Refactor the storage block allocation codeGary R Hook
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook
2016-08-09crypto: ccp - Shorten the fields of the action structureGary R Hook
2016-08-09crypto: ccp - Abstract PCI info for the CCPGary R Hook
2016-08-09crypto: ccp - Fix non-conforming comment styleGary R Hook
2016-05-03crypto: ccp - constify ccp_actions structureJulia Lawall
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook
2016-03-11crypto: ccp - CCP versioning supportGary R Hook
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky
2014-07-23crypto: ccp - Base AXI DMA cache settings on device treeTom Lendacky
2014-06-20crypto: ccp - Add platform device support for arm64Tom Lendacky
2014-06-20crypto: ccp - Modify PCI support in prep for arm64 supportTom Lendacky