aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-25crypto: ccp - Fix non static symbol warningGravatar Wei Yongjun 1-1/+1
2016-10-21crypto: ccp - change type of struct member lsb to signedGravatar Gary R Hook 1-1/+1
2016-10-02crypto: ccp - Make syslog errors human-readableGravatar Gary R Hook 4-0/+61
2016-10-02crypto: ccp - clean up data structureGravatar Gary R Hook 4-9/+12
2016-09-22crypto: ccp - Fix return value check in ccp_dmaengine_register()Gravatar Wei Yongjun 1-1/+1
2016-09-22crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetGravatar Wei Yongjun 1-3/+1
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerGravatar Quentin Lambert 1-2/+5
2016-08-16crypto: ccp - Fix non static symbol warningGravatar Wei Yongjun 1-1/+1
2016-08-09crypto: ccp - Enable use of the additional CCPGravatar Gary R Hook 3-1/+46
2016-08-09crypto: ccp - Enable DMA service on a v5 CCPGravatar Gary R Hook 1-0/+8
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGravatar Gary R Hook 4-9/+36
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gravatar Gary R Hook 7-117/+1340
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gravatar Gary R Hook 3-2/+9
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGravatar Gary R Hook 3-40/+40
2016-08-09crypto: ccp - Refactor the storage block allocation codeGravatar Gary R Hook 3-80/+98
2016-08-09crypto: ccp - Refactoring: symbol cleanupGravatar Gary R Hook 4-173/+175
2016-08-09crypto: ccp - Shorten the fields of the action structureGravatar Gary R Hook 3-22/+23
2016-08-09crypto: ccp - Abstract PCI info for the CCPGravatar Gary R Hook 3-8/+13
2016-08-09crypto: ccp - Fix non-conforming comment styleGravatar Gary R Hook 1-16/+8
2016-07-01crypto: ccp - Use skcipher for fallbackGravatar Herbert Xu 2-25/+21
2016-05-25crypto: ccp - Fix AES XTS error for request sizes above 4096Gravatar Tom Lendacky 1-5/+12
2016-05-03crypto: ccp - constify ccp_actions structureGravatar Julia Lawall 2-2/+2
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 2-0/+6
2016-04-25crypto: ccp - Ensure all dependencies are specifiedGravatar Gary R Hook 1-0/+1
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGravatar Gary R Hook 6-2/+859
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Gravatar Mike Galbraith 1-1/+1
2016-04-15crypto: ccp - Prevent information leakage on exportGravatar Tom Lendacky 2-0/+6
2016-03-17crypto: ccp - fix lock acquisition codeGravatar Gary R Hook 1-3/+3
2016-03-11crypto: ccp - Add abstraction for device-specific callsGravatar Gary R Hook 7-667/+710
2016-03-11crypto: ccp - CCP versioning supportGravatar Gary R Hook 6-5/+98
2016-03-11crypto: ccp - Support for multiple CCPsGravatar Gary R Hook 4-19/+114
2016-03-11crypto: ccp - Remove check for x86 family and modelGravatar Gary R Hook 1-36/+11
2016-02-28crypto: ccp - memset request context to zero during importGravatar Tom Lendacky 2-0/+2
2016-02-06crypto: ccp - Don't assume export/import areas are alignedGravatar Tom Lendacky 2-25/+37
2016-02-01crypto: ccp - Limit the amount of information exportedGravatar Tom Lendacky 3-10/+48
2016-01-25crypto: ccp - Add hash state import and export supportGravatar Tom Lendacky 2-0/+46
2015-12-25crypto: ccp - use to_pci_dev and to_platform_deviceGravatar Geliang Tang 2-8/+6
2015-12-22crypto: ccp - Use precalculated hash from headersGravatar LABBE Corentin 2-31/+10
2015-11-07Merge branch 'acpi-pci'Gravatar Rafael J. Wysocki 1-4/+11
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsGravatar Suthikulpanit, Suravee 1-4/+11
2015-10-08crypto: ccp - Use module name in driver structuresGravatar Tom Lendacky 2-2/+2
2015-10-08crypto: ccp - Change references to accelerator to offloadGravatar Tom Lendacky 1-7/+6
2015-10-08crypto: ccp - Remove use ACPI fieldGravatar Tom Lendacky 1-4/+0
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeGravatar Tom Lendacky 4-42/+105
2015-07-06crypto: ccp - Provide support to autoload CCP driverGravatar Tom Lendacky 1-0/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-59/+1